Jump to content

Search the Community

Showing results for tags 'startup'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • News & Announcements
    • News
  • Project Zomboid
    • PZ Updates
    • General Discussions
    • Bug Reports
    • PZ Support
    • PZ Multiplayer
    • PZ Community & Creativity
    • PZ Suggestions
  • PZ Modding
    • Tutorials & Resources
    • Mods
    • Items
    • Mapping
    • Mod Ideas and Requests
  • General Games Development
    • Indie Scene
  • Other Discussions
    • General Discussion
    • Forum Games & Activities

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Twitter


Interests

Found 6 results

  1. Hello, i just reformated my computer, and now suddenly i can't play Project Zomboid. I press on start but nothing happens. Every other game works fine. Could someone help me? Thanks
  2. Hello fellow Forum Members! I bought Project Zomboid 2 days ago and now I downloaded it and pressed start. After Steam said that the game is launching it said " X Stop" for 2 seconds before closing without even opening the game window. I already tried reinstalling and verifying 2 times as well as trying "novoip" and "noaudio". I already restarted my PC, updated Java, checked for new drivers and the 2nd startup option didn't work either. Startup as Admin didn't work. I have a Windows 10 PC 16 GB RAM RX 580 Ryzen 5 2600 My console.txt says: https://pastebin.com/ZMcXGyTR I already deleted these User/Zomboid Files once after I uninstalled the first time I hope someone can help me fix the issue! Thanks!
  3. hey FOR ALL LINUX SERVER OWNERS i made a systemd service that works with 64-bit PZ. If you aren't familiar with systemd, it's the process manager that most modern linux distros use. I have tested this on a server with an already-active save folder (I ran the start-server.sh script first, then started using this method). The service file should look like this: Replace [USER] with the user that first executed the server (it might be steam), otherwise the server will prompt for a nonexistent admin account, then quit without loading the world. Replace [DIR] with the *absolute* path to your "Project Zomboid Dedicated Server" game directory (i.e. /home/user/.steam/steamapps/common/Project Zomboid Dedicated Server). Save the file as pzserver.service, then copy it to /etc/systemd/system. Reboot systemd: systemctl daemon-reload Start the server: systemctl start pzserver Check its status: systemctl status pzserver. You should see a green active status with terminal output similar to that of start-server.sh. To stop the server: systemctl stop pzserver. This will kill it immediately, so make sure to save it first. I recommend using RCON for sending commands like "save". To restart the server: systemctl restart pzserver. This is the same as stop then start. To make the server run at bootup: systemctl enable pzserver. Here is an RCON client that will work with PZ: https://github.com/n0la/rcon. If you have not installed this, the "ExecStop" lines with rcon should be removed. The service should still work, but the server will stop ungracefully. With autosave this shouldn't be an issue but keep in mind some things may break if you shut down with players online. You can easily integrate these commands with any scripts or admin tools you have written. Happy admin-ing
  4. Hi, I'm not particularly versed in Linux, I've setup servers in the past though, even PZ servers but this one is troubling me. I'm trying to run the server on what I think is CentOS (Server hosted by CreeperHost). I got through the Steam part, downloaded the game and everything no problems, but when I try to ./projectzomboid-dedi-server.sh I get this Java HotSpot(TM) 64-Bit Server VM warning: ignoring option UseSplitVerifier; support was removed in 8.0Loading RakNet from: /home/minecraft/steam/pz/projectzomboidException in thread "main" java.lang.UnsatisfiedLinkError: /home/minecraft/steam/pz/projectzomboid/libRakNet64.so: /lib64/libc.so.6: version `GLIBC_2.15' not found (required by /home/minecraft/steam/pz/projectzomboid/libRakNet64.so) at java.lang.ClassLoader$NativeLibrary.load(Native Method) at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1929) at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1847) at java.lang.Runtime.loadLibrary0(Runtime.java:870) at java.lang.System.loadLibrary(System.java:1119) at zombie.core.raknet.RakNetPeerInterface.init(RakNetPeerInterface.java:19) at zombie.network.GameServer.main(GameServer.java:127)Any help would be greatly appreciated, I'm sure it's a minor thing that I've overlooked and I'll end up looking rather silly but as long as it gets the server working. Thanks.
  5. So I purchased Project zomboid today, and I downloaded it and it would not play no matter what, I've look all through the forums but nothing has helped. This pops up when I try to play it. this is my pc: http://www.bestbuy.com/site/15-6-touch-screen-laptop-8gb-memory-1tb-hard-drive/3703007.p?id=1219093053506&skuId=3703007&st=pcmcat287600050003_categoryid$abcat0502000&cp=1&lp=2 Any help is appreciated
  6. It works fine for about 4 seconds, then it crashes. Here are my specs: Windows 8 (standard) Intel HD 4000 graphics (made sure it was the most recent version before posting this) 8 gb of ram Intel I7 thanks
×
×
  • Create New...