Jump to content

palanjam

Member
  • Posts

    6
  • Joined

  • Last visited

palanjam's Achievements

  1. I have started a brand new install. I've tried uninstalling and reinstalling but it won't ever update the db. After starting up the server, I login as admin, add a couple users, and make one an admin. I'm doing all this in the chat window during the game. When I stop the server and examine the db file, it doesn't show the changes I made during gameplay. I do see the rollback world.db-journal file, which does seem to grow in size. So I'm guessing it is just not committing my changes to the db?? Just to note, I have tried shutting down the server through both 1.) ctrl-c in the server runtime and 2.) saving and quitting from the chat window. Both do the same result where the db and journal file are left with the db file unchanged.
  2. Is the world.db bugged? It seems that it won't commit changes when I try to add/grantadmin/ban users from the chatbox. But it will successfully read the world.db if i manually edit it (my created user will maintain admin rights).
  3. How do I run a linux server with build 25? I upgraded with steamcmd with the iwillbackupmysave branch and now the projectzomboid-dedi-server.sh file is gone...
  4. Not sure what you mean- we had a Linux server running before this build was ever public. There's instructions in the multiplayer forum. Yes I had the linux server running for build 23 but when updating the server to build 25, there is not longer a projectzomboid-dedi-server.sh file. I am assuming that the server would also move to the iwillbackupmysave beta branch as well? Or just do the update procedure like normal on onlinetest?
  5. Anybody know about running the Linux server? Is it not available yet?
  6. I have been trying to upgrade my server to build 25 but it isn't installing? The projectzomboid-dedi.sh file is removed after doing the update. I'm running a linux Ubuntu server. The command I used to upgrade is ./steamcmd.sh +login <name> <pass> "+app_update 108600 -beta iwillbackupmysave" validate +exit I tried to run the projectzomboid.sh script and it gave me this: Exception in thread "main" java.lang.UnsatisfiedLinkError: /home/steam/Steam/steamapps/common/ProjectZomboid/projectzomboid/liblwjgl.so: /home/steam/Steam/steamapps/common/ProjectZomboid/projectzomboid/liblwjgl.so: wrong ELF class: ELFCLASS32 (Possible cause: architecture word width mismatch) at java.lang.ClassLoader$NativeLibrary.load(Native Method) at java.lang.ClassLoader.loadLibrary1(ClassLoader.java:1965) at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1890) at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1851) at java.lang.Runtime.load0(Runtime.java:795) at java.lang.System.load(System.java:1062) at org.lwjgl.Sys$1.run(Sys.java:70) at java.security.AccessController.doPrivileged(Native Method) at org.lwjgl.Sys.doLoadLibrary(Sys.java:66) at org.lwjgl.Sys.loadLibrary(Sys.java:95) at org.lwjgl.Sys.<clinit>(Sys.java:112) at org.lwjgl.opengl.Display.<clinit>(Display.java:135) at zombie.gameStates.MainScreenState.main(MainScreenState.java:120)
×
×
  • Create New...