Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Rawket Lawnchair

Members
  • Joined

  • Last visited

  1. reinstalling for the 3 or 5th time finally got it to work. Thanks a bunch. now to figure out why my buildings are vanishing on joining the server. lol good old unstable.
  2. okay, fresh install to the stable branch works, switching to unstable does not. switching back also does not work. only way for it to work is a fresh install.
  3. i replied but it got hidden? anyway i did try running the normal branch. but it also boot looping.
  4. I just tired to run the server normally and still got the error. [12-12-25 10:20:37.212] LOG : General f:0, t:1765556437188, st:2,991,685> version=42.13.0 023d7701b1bf15c4d00eaae46b4387b1fd11176f 2025-12-11 08:13:47 (ZB) demo=false. [12-12-25 10:20:37.212] LOG : General f:0, t:1765556437212, st:2,991,709> revision=023d7701b1bf15c4d00eaae46b4387b1fd11176f date=2025-12-11 time=08:13:47 (ZB). [12-12-25 10:20:37.212] LOG : General f:0, t:1765556437212, st:2,991,709> Logs configuration:. [12-12-25 10:20:37.213] LOG : General f:0, t:1765556437212, st:2,991,709> General: General. [12-12-25 10:20:37.213] LOG : General f:0, t:1765556437213, st:2,991,709> Lua: General. [12-12-25 10:20:37.213] LOG : General f:0, t:1765556437213, st:2,991,710> Mod: General. [12-12-25 10:20:37.213] LOG : General f:0, t:1765556437213, st:2,991,710> Multiplayer: General. [12-12-25 10:20:37.213] LOG : General f:0, t:1765556437213, st:2,991,710> Default: Warning. [12-12-25 10:20:37.216] LOG : General f:0, t:1765556437216, st:2,991,713> map_t.bin does not exist, cannot determine the server's WorldVersion. This is ok the first time a server is started.. [12-12-25 10:20:37.216] LOG : General f:0, t:1765556437216, st:2,991,713> Loading networking libraries.... [12-12-25 10:20:37.217] LOG : General f:0, t:1765556437217, st:2,991,713> Loading steam_api.... [12-12-25 10:20:37.217] LOG : General f:0, t:1765556437217, st:2,991,714> Loading RakNet64.... [12-12-25 10:20:37.217] LOG : General f:0, t:1765556437217, st:2,991,714> Loading ZNetJNI64.... [12-12-25 10:20:37.218] LOG : General f:0, t:1765556437218, st:2,991,715> SteamUtils initialised successfully. [12-12-25 10:20:37.622] LOG : General f:0, t:1765556437622, st:2,992,119> LightingFPS set to 15. [12-12-25 10:20:37.656] LOG : General f:0, t:1765556437656, st:2,992,153> Waiting for response from Steam servers. [12-12-25 10:20:38.588] LOG : General f:0, t:1765556438588, st:2,993,085> compressionElapsed=15ms, mergingElapsed=12ms. [12-12-25 10:20:38.589] LOG : General f:0, t:1765556438589, st:2,993,085> Backup made in 29 ms. [12-12-25 10:20:38.642] ERROR: General f:0, t:1765556438642, st:2,993,139> GameServer.main> Exception thrown org.sqlite.SQLiteException: [SQLITE_ERROR] SQL error or missing database (table [whitelist_new] already exists) at DB.newSQLException(DB.java:1179). Message: Stack trace: org.sqlite.core.DB.newSQLException(DB.java:1179) org.sqlite.core.DB.newSQLException(DB.java:1190) org.sqlite.core.DB.throwex(DB.java:1150) org.sqlite.core.NativeDB._exec_utf8(Native Method) org.sqlite.core.NativeDB._exec(NativeDB.java:99) org.sqlite.jdbc3.JDBC3Statement.lambda$executeLargeUpdate$2(JDBC3Statement.java:139) org.sqlite.jdbc3.JDBC3Statement.withConnectionTimeout(JDBC3Statement.java:458) org.sqlite.jdbc3.JDBC3Statement.executeLargeUpdate(JDBC3Statement.java:126) org.sqlite.jdbc3.JDBC3Statement.executeUpdate(JDBC3Statement.java:113) zombie.network.ServerWorldDatabase.create(ServerWorldDatabase.java:454) zombie.network.GameServer.main(GameServer.java:737). [12-12-25 10:20:38.644] LOG : General f:0, t:1765556438644, st:2,993,141> java.lang.RuntimeException: org.sqlite.SQLiteException: [SQLITE_ERROR] SQL error or missing database (no such table: role). [12-12-25 10:20:38.645] LOG : General f:0, t:1765556438644, st:2,993,141> at zombie.network.ServerWorldDatabase.loadRoles(ServerWorldDatabase.java:904). [12-12-25 10:20:38.645] LOG : General f:0, t:1765556438645, st:2,993,141> at zombie.characters.Roles.init(Roles.java:36). [12-12-25 10:20:38.645] LOG : General f:0, t:1765556438645, st:2,993,142> at zombie.network.GameServer.main(GameServer.java:742). [12-12-25 10:20:38.645] LOG : General f:0, t:1765556438645, st:2,993,142> Caused by: org.sqlite.SQLiteException: [SQLITE_ERROR] SQL error or missing database (no such table: role). [12-12-25 10:20:38.645] LOG : General f:0, t:1765556438645, st:2,993,142> at org.sqlite.core.DB.newSQLException(DB.java:1179). [12-12-25 10:20:38.645] LOG : General f:0, t:1765556438645, st:2,993,142> at org.sqlite.core.DB.newSQLException(DB.java:1190). [12-12-25 10:20:38.645] LOG : General f:0, t:1765556438645, st:2,993,142> at org.sqlite.core.DB.throwex(DB.java:1150). [12-12-25 10:20:38.645] LOG : General f:0, t:1765556438645, st:2,993,142> at org.sqlite.core.NativeDB.prepare_utf8(Native Method). [12-12-25 10:20:38.645] LOG : General f:0, t:1765556438645, st:2,993,142> at org.sqlite.core.NativeDB.prepare(NativeDB.java:135). [12-12-25 10:20:38.645] LOG : General f:0, t:1765556438645, st:2,993,142> at org.sqlite.core.DB.prepare(DB.java:264). [12-12-25 10:20:38.645] LOG : General f:0, t:1765556438645, st:2,993,142> at org.sqlite.core.CorePreparedStatement.<init>(CorePreparedStatement.java:46). [12-12-25 10:20:38.646] LOG : General f:0, t:1765556438645, st:2,993,142> at org.sqlite.jdbc3.JDBC3PreparedStatement.<init>(JDBC3PreparedStatement.java:32). [12-12-25 10:20:38.646] LOG : General f:0, t:1765556438646, st:2,993,142> at org.sqlite.jdbc4.JDBC4PreparedStatement.<init>(JDBC4PreparedStatement.java:25). [12-12-25 10:20:38.646] LOG : General f:0, t:1765556438646, st:2,993,143> at org.sqlite.jdbc4.JDBC4Connection.prepareStatement(JDBC4Connection.java:34). [12-12-25 10:20:38.646] LOG : General f:0, t:1765556438646, st:2,993,143> at org.sqlite.jdbc3.JDBC3Connection.prepareStatement(JDBC3Connection.java:225). [12-12-25 10:20:38.646] LOG : General f:0, t:1765556438646, st:2,993,143> at org.sqlite.jdbc3.JDBC3Connection.prepareStatement(JDBC3Connection.java:205). [12-12-25 10:20:38.646] LOG : General f:0, t:1765556438646, st:2,993,143> at zombie.network.ServerWorldDatabase.loadRoles(ServerWorldDatabase.java:859). [12-12-25 10:20:38.646] LOG : General f:0, t:1765556438646, st:2,993,143> ... 2 more. [12-12-25 10:20:38.646] LOG : General f:0, t:1765556438646, st:2,993,143> Shutdown handling started. [12-12-25 10:20:38.647] LOG : Network f:0, t:1765556438647, st:2,993,143> Server exited. [12-12-25 10:20:38.648] LOG : General f:0, t:1765556438648, st:2,993,145> Exception in thread "Thread-0" . [12-12-25 10:20:38.648] LOG : General f:0, t:1765556438648, st:2,993,145> java.lang.NullPointerException: Cannot invoke "zombie.iso.IsoMetaGrid.save()" because "this.grid" is null. [12-12-25 10:20:38.648] LOG : General f:0, t:1765556438648, st:2,993,145> at zombie.network.ServerMap.SaveAll(ServerMap.java:75). [12-12-25 10:20:38.648] LOG : General f:0, t:1765556438648, st:2,993,145> at zombie.network.ServerMap.QueuedSaveAll(ServerMap.java:696). [12-12-25 10:20:38.648] LOG : General f:0, t:1765556438648, st:2,993,145> at zombie.network.ServerMap.QueuedQuit(ServerMap.java:664). [12-12-25 10:20:38.648] LOG : General f:0, t:1765556438648, st:2,993,145> at zombie.network.GameServer$1.run(GameServer.java:374).
  5. I'm also trying to run the unstable branch of projectzomboid with a cleaned install and it keeps boot looping. debug log [12-12-25 09:55:35.498] LOG : General f:0, t:1765554935475, st:1,489,972> version=42.13.0 023d7701b1bf15c4d00eaae46b4387b1fd11176f 2025-12-11 08:13:47 (ZB) demo=false. [12-12-25 09:55:35.498] LOG : General f:0, t:1765554935498, st:1,489,995> revision=023d7701b1bf15c4d00eaae46b4387b1fd11176f date=2025-12-11 time=08:13:47 (ZB). [12-12-25 09:55:35.498] LOG : General f:0, t:1765554935498, st:1,489,995> Logs configuration:. [12-12-25 09:55:35.499] LOG : General f:0, t:1765554935498, st:1,489,995> General: General. [12-12-25 09:55:35.499] LOG : General f:0, t:1765554935499, st:1,489,995> Lua: General. [12-12-25 09:55:35.499] LOG : General f:0, t:1765554935499, st:1,489,996> Mod: General. [12-12-25 09:55:35.499] LOG : General f:0, t:1765554935499, st:1,489,996> Multiplayer: General. [12-12-25 09:55:35.499] LOG : General f:0, t:1765554935499, st:1,489,996> Default: Warning. [12-12-25 09:55:35.502] LOG : General f:0, t:1765554935502, st:1,489,999> map_t.bin does not exist, cannot determine the server's WorldVersion. This is ok the first time a server is started.. [12-12-25 09:55:35.502] LOG : General f:0, t:1765554935502, st:1,489,999> Loading networking libraries.... [12-12-25 09:55:35.502] LOG : General f:0, t:1765554935502, st:1,489,999> Loading steam_api.... [12-12-25 09:55:35.503] LOG : General f:0, t:1765554935503, st:1,489,999> Loading RakNet64.... [12-12-25 09:55:35.503] LOG : General f:0, t:1765554935503, st:1,490,000> Loading ZNetJNI64.... [12-12-25 09:55:35.504] LOG : General f:0, t:1765554935504, st:1,490,001> SteamUtils initialised successfully. [12-12-25 09:55:35.923] LOG : General f:0, t:1765554935923, st:1,490,420> LightingFPS set to 15. [12-12-25 09:55:35.962] LOG : General f:0, t:1765554935961, st:1,490,458> Waiting for response from Steam servers. [12-12-25 09:55:36.792] LOG : General f:0, t:1765554936792, st:1,491,289> compressionElapsed=14ms, mergingElapsed=12ms. [12-12-25 09:55:36.793] LOG : General f:0, t:1765554936793, st:1,491,290> Backup made in 28 ms. [12-12-25 09:55:36.844] ERROR: General f:0, t:1765554936844, st:1,491,341> GameServer.main> Exception thrown org.sqlite.SQLiteException: [SQLITE_ERROR] SQL error or missing database (table [whitelist_new] already exists) at DB.newSQLException(DB.java:1179). Message: Stack trace: org.sqlite.core.DB.newSQLException(DB.java:1179) org.sqlite.core.DB.newSQLException(DB.java:1190) org.sqlite.core.DB.throwex(DB.java:1150) org.sqlite.core.NativeDB._exec_utf8(Native Method) org.sqlite.core.NativeDB._exec(NativeDB.java:99) org.sqlite.jdbc3.JDBC3Statement.lambda$executeLargeUpdate$2(JDBC3Statement.java:139) org.sqlite.jdbc3.JDBC3Statement.withConnectionTimeout(JDBC3Statement.java:458) org.sqlite.jdbc3.JDBC3Statement.executeLargeUpdate(JDBC3Statement.java:126) org.sqlite.jdbc3.JDBC3Statement.executeUpdate(JDBC3Statement.java:113) zombie.network.ServerWorldDatabase.create(ServerWorldDatabase.java:454) zombie.network.GameServer.main(GameServer.java:737). [12-12-25 09:55:36.846] LOG : General f:0, t:1765554936846, st:1,491,343> java.lang.RuntimeException: org.sqlite.SQLiteException: [SQLITE_ERROR] SQL error or missing database (no such table: role). [12-12-25 09:55:36.847] LOG : General f:0, t:1765554936846, st:1,491,343> at zombie.network.ServerWorldDatabase.loadRoles(ServerWorldDatabase.java:904). [12-12-25 09:55:36.847] LOG : General f:0, t:1765554936847, st:1,491,343> at zombie.characters.Roles.init(Roles.java:36). [12-12-25 09:55:36.847] LOG : General f:0, t:1765554936847, st:1,491,344> at zombie.network.GameServer.main(GameServer.java:742). [12-12-25 09:55:36.847] LOG : General f:0, t:1765554936847, st:1,491,344> Caused by: org.sqlite.SQLiteException: [SQLITE_ERROR] SQL error or missing database (no such table: role). [12-12-25 09:55:36.847] LOG : General f:0, t:1765554936847, st:1,491,344> at org.sqlite.core.DB.newSQLException(DB.java:1179). [12-12-25 09:55:36.847] LOG : General f:0, t:1765554936847, st:1,491,344> at org.sqlite.core.DB.newSQLException(DB.java:1190). [12-12-25 09:55:36.847] LOG : General f:0, t:1765554936847, st:1,491,344> at org.sqlite.core.DB.throwex(DB.java:1150). [12-12-25 09:55:36.847] LOG : General f:0, t:1765554936847, st:1,491,344> at org.sqlite.core.NativeDB.prepare_utf8(Native Method). [12-12-25 09:55:36.847] LOG : General f:0, t:1765554936847, st:1,491,344> at org.sqlite.core.NativeDB.prepare(NativeDB.java:135). [12-12-25 09:55:36.847] LOG : General f:0, t:1765554936847, st:1,491,344> at org.sqlite.core.DB.prepare(DB.java:264). [12-12-25 09:55:36.847] LOG : General f:0, t:1765554936847, st:1,491,344> at org.sqlite.core.CorePreparedStatement.<init>(CorePreparedStatement.java:46). [12-12-25 09:55:36.847] LOG : General f:0, t:1765554936847, st:1,491,344> at org.sqlite.jdbc3.JDBC3PreparedStatement.<init>(JDBC3PreparedStatement.java:32). [12-12-25 09:55:36.848] LOG : General f:0, t:1765554936848, st:1,491,344> at org.sqlite.jdbc4.JDBC4PreparedStatement.<init>(JDBC4PreparedStatement.java:25). [12-12-25 09:55:36.848] LOG : General f:0, t:1765554936848, st:1,491,344> at org.sqlite.jdbc4.JDBC4Connection.prepareStatement(JDBC4Connection.java:34). [12-12-25 09:55:36.848] LOG : General f:0, t:1765554936848, st:1,491,345> at org.sqlite.jdbc3.JDBC3Connection.prepareStatement(JDBC3Connection.java:225). [12-12-25 09:55:36.848] LOG : General f:0, t:1765554936848, st:1,491,345> at org.sqlite.jdbc3.JDBC3Connection.prepareStatement(JDBC3Connection.java:205). [12-12-25 09:55:36.848] LOG : General f:0, t:1765554936848, st:1,491,345> at zombie.network.ServerWorldDatabase.loadRoles(ServerWorldDatabase.java:859). [12-12-25 09:55:36.848] LOG : General f:0, t:1765554936848, st:1,491,345> ... 2 more. [12-12-25 09:55:36.848] LOG : General f:0, t:1765554936848, st:1,491,345> Shutdown handling started. [12-12-25 09:55:36.849] LOG : Network f:0, t:1765554936849, st:1,491,345> Server exited. [12-12-25 09:55:36.850] LOG : General f:0, t:1765554936850, st:1,491,347> Exception in thread "Thread-0" . [12-12-25 09:55:36.850] LOG : General f:0, t:1765554936850, st:1,491,347> java.lang.NullPointerException: Cannot invoke "zombie.iso.IsoMetaGrid.save()" because "this.grid" is null. [12-12-25 09:55:36.850] LOG : General f:0, t:1765554936850, st:1,491,347> at zombie.network.ServerMap.SaveAll(ServerMap.java:75). [12-12-25 09:55:36.850] LOG : General f:0, t:1765554936850, st:1,491,347> at zombie.network.ServerMap.QueuedSaveAll(ServerMap.java:696). [12-12-25 09:55:36.850] LOG : General f:0, t:1765554936850, st:1,491,347> at zombie.network.ServerMap.QueuedQuit(ServerMap.java:664). [12-12-25 09:55:36.851] LOG : General f:0, t:1765554936850, st:1,491,347> at zombie.network.GameServer$1.run(GameServer.java:374).

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.