Project Zomboid

Project Zomboid

Authentic Z
Wimpsley 2022 年 6 月 26 日 上午 9:04
Server not working after latest hotfix
I get a few new errors in the console now. Here's one of them:

function: AuthenticZBackpacks+_RecipeCode.lua -- file: AuthenticZBackpacks+_RecipeCode.lua line # 24

ERROR: General , 1656259373468> 280,666,728> ExceptionLogger.logException> Exception thrown java.lang.RuntimeException: a
ttempted index of non-table at KahluaUtil.fail line:82.
ERROR: General , 1656259373468> 280,666,728> DebugLogStream.printException> Stack trace:
java.lang.RuntimeException: attempted index of non-table
at se.krka.kahlua.vm.KahluaUtil.fail(KahluaUtil.java:82)
at se.krka.kahlua.vm.KahluaUtil.luaAssert(KahluaUtil.java:70)
at se.krka.kahlua.vm.KahluaThread.tableSet(KahluaThread.java:1726)
at se.krka.kahlua.vm.KahluaThread.luaMainloop(KahluaThread.java:594)
at se.krka.kahlua.vm.KahluaThread.call(KahluaThread.java:163)
at se.krka.kahlua.vm.KahluaThread.pcall(KahluaThread.java:1980)
at se.krka.kahlua.vm.KahluaThread.pcall(KahluaThread.java:1782)
at se.krka.kahlua.integration.LuaCaller.pcall(LuaCaller.java:76)
at se.krka.kahlua.integration.LuaCaller.protectedCall(LuaCaller.java:117)
at zombie.Lua.LuaManager.RunLuaInternal(LuaManager.java:555)
at zombie.Lua.LuaManager.RunLua(LuaManager.java:501)
at zombie.Lua.LuaManager.RunLua(LuaManager.java:487)
at zombie.Lua.LuaManager.LoadDirBase(LuaManager.java:334)
at zombie.Lua.LuaManager.LoadDirBase(LuaManager.java:261)
at zombie.network.GameServer.doMinimumInit(GameServer.java:1424)
at zombie.network.GameServer.main(GameServer.java:704)
LOG : General , 1656259373470> 280,666,729> -----------------------------------------
STACK TRACE
-----------------------------------------
function: AuthenticZBackpacks+_RecipeCode.lua -- file: AuthenticZBackpacks+_RecipeCode.lua line # 24
< >
正在显示第 1 - 12 条,共 12 条留言
Wimpsley 2022 年 6 月 26 日 上午 10:29 
Here's another new error we've been getting since the hotfix:

-----------------------------------------
function: ModifyTraits -- file: ZZ_ProfessionsAndTraits.lua line # 7

LOG : General , 1656264482447> 285,770,032> -------------------------------------------------------------
attempted index: getLabel of non-table: null

LOG : General , 1656264482447> 285,770,033> -----------------------------------------
STACK TRACE
-----------------------------------------
function: SetProfessionDescription -- file: MainCreationMethods.lua line # 618
function: ModifyProfessions -- file: ZZ_ProfessionsAndTraits.lua line # 41

ERROR: General , 1656264482448> 285,770,033> ExceptionLogger.logException> Exception thrown java.lang.RuntimeException: a
ttempted index: getLabel of non-table: null at KahluaThread.tableget line:1689.
ERROR: General , 1656264482448> 285,770,033> DebugLogStream.printException> Stack trace:
java.lang.RuntimeException: attempted index: getLabel of non-table: null
at se.krka.kahlua.vm.KahluaThread.tableget(KahluaThread.java:1689)
at se.krka.kahlua.vm.KahluaThread.luaMainloop(KahluaThread.java:641)
at se.krka.kahlua.vm.KahluaThread.call(KahluaThread.java:163)
at se.krka.kahlua.vm.KahluaThread.pcall(KahluaThread.java:1980)
at se.krka.kahlua.vm.KahluaThread.pcallvoid(KahluaThread.java:1812)
at se.krka.kahlua.integration.LuaCaller.pcallvoid(LuaCaller.java:66)
at se.krka.kahlua.integration.LuaCaller.protectedCallVoid(LuaCaller.java:139)
at zombie.Lua.Event.trigger(Event.java:64)
at zombie.Lua.LuaEventManager.triggerEvent(LuaEventManager.java:65)
at zombie.network.GameServer.doMinimumInit(GameServer.java:1448)
at zombie.network.GameServer.main(GameServer.java:704)
LOG : General , 1656264482449> 285,770,034> -----------------------------------------
STACK TRACE
-----------------------------------------
function: SetProfessionDescription -- file: MainCreationMethods.lua line # 618
function: ModifyProfessions -- file: ZZ_ProfessionsAndTraits.lua line # 41
Wimpsley 2022 年 6 月 26 日 上午 10:51 
The server starts, it shows on the online list and people can join. About 5 minutes later everyone loses connection and it doesn't show on the server list.
Authentic Peach  [开发者] 2022 年 6 月 28 日 上午 11:00 
Fixed the top issue in today's patch update. The second issue is unrelated to Authentic Z.
Wimpsley 2022 年 6 月 29 日 下午 4:46 
Awesome, error's gone :) You rock peach, ty!
Jasięk 2022 年 7 月 1 日 上午 3:16 
My server hasnt worked since new update and I dont understand console error can you help?

LOG : General , 1656670088585> 3,463,649,229> === Dictionary Item Debug Print ===
registryID = 2950,
fulltype = "AuthenticZClothing.BunnyTail",
modID = "Authentic Z - Current",
existsAsVanilla = false,
isModded = true,
obsolete = false,
removed = true,
isModdedOverride = 0,
===================================

ERROR: General , 1656670088587> 3,463,649,231> java.lang.RuntimeException: Cannot override existing registry id (8) to new id (2950), item: Base.BunnyTail
ERROR: General , 1656670088587> 3,463,649,231> at zombie.scripting.objects.Item.setRegistry_id(Item.java:3340)
ERROR: General , 1656670088587> 3,463,649,231> at zombie.world.DictionaryData.parseCurrentItemSet(DictionaryData.java:245)
ERROR: General , 1656670088587> 3,463,649,231> at zombie.world.WorldDictionary.init(WorldDictionary.java:213)
ERROR: General , 1656670088587> 3,463,649,231> at zombie.iso.IsoWorld.init(IsoWorld.java:2323)
ERROR: General , 1656670088587> 3,463,649,231> at zombie.network.GameServer.main(GameServer.java:718)
LOG : General , 1656670088587> 3,463,649,231> WorldDictionary: Warning: error occurred loading dictionary!
LOG : General , 1656670088587> 3,463,649,231> WorldDictionary: Attempting to copy WorldDictionary backups...
LOG : General , 1656670088591> 3,463,649,235> WorldDictionary: path = /home/project-zomboid/Zomboid/Saves/Multiplayer//server/WD_ERROR_1656670088/
ERROR: General , 1656670088846> 3,463,649,490> GameServer.main> Exception thrown zombie.world.WorldDictionaryException: WorldDictionary: Cannot load world due to WorldDictionary error. at WorldDictionary.init line:255. Message: Exception Thrown
ERROR: General , 1656670088846> 3,463,649,490> DebugLogStream.printException> Stack trace:
zombie.world.WorldDictionaryException: WorldDictionary: Cannot load world due to WorldDictionary error.
at zombie.world.WorldDictionary.init(WorldDictionary.java:255)
at zombie.iso.IsoWorld.init(IsoWorld.java:2323)
at zombie.network.GameServer.main(GameServer.java:718)
LOG : General , 1656670088846> 3,463,649,490> Server Terminated.
Authentic Peach  [开发者] 2022 年 7 月 1 日 上午 9:59 
Hi. The bunny tail item works for me. I suggest unsubscribing and resubscribing to the mod and trying, or removing the mod and re-adding the mod to the server save.
Jasięk 2022 年 7 月 2 日 上午 8:24 
Yes I did it several times. Deleted it and re-installed, did same with server but server wont start with this mod anymore and this is the only error I get into console.
Jasięk 2022 年 7 月 3 日 上午 10:14 
Last time I reset server and update this mod, after this I post console errors. everyone on server asking about this mod but its not on me now.
Jasięk 2022 年 7 月 3 日 上午 10:32 
LOG : General , 1656869376345> 3,662,936,989> === Dictionary Item Debug Print ===
registryID = 2950,
fulltype = "AuthenticZClothing.BunnyTail",
modID = "Authentic Z - Current",
existsAsVanilla = false,
isModded = true,
obsolete = false,
removed = true,
isModdedOverride = 0,
===================================

ERROR: General , 1656869376347> 3,662,936,991> java.lang.RuntimeException: Cannot override existing registry id (8) to new id (2950), item: Base.BunnyTail
ERROR: General , 1656869376348> 3,662,936,991> at zombie.scripting.objects.Item.setRegistry_id(Item.java:3340)
ERROR: General , 1656869376348> 3,662,936,992> at zombie.world.DictionaryData.parseCurrentItemSet(DictionaryData.java:245)
ERROR: General , 1656869376348> 3,662,936,992> at zombie.world.WorldDictionary.init(WorldDictionary.java:213)
ERROR: General , 1656869376348> 3,662,936,992> at zombie.iso.IsoWorld.init(IsoWorld.java:2323)
ERROR: General , 1656869376348> 3,662,936,992> at zombie.network.GameServer.main(GameServer.java:718)
LOG : General , 1656869376350> 3,662,936,994> WorldDictionary: Warning: error occurred loading dictionary!
LOG : General , 1656869376350> 3,662,936,994> WorldDictionary: Attempting to copy WorldDictionary backups...
LOG : General , 1656869376357> 3,662,937,001> WorldDictionary: path = /home/project-zomboid/Zomboid/Saves/Multiplayer//server/WD_ERROR_1656869376/
ERROR: General , 1656869376766> 3,662,937,410> GameServer.main> Exception thrown zombie.world.WorldDictionaryException: WorldDictionary: Cannot load world due to WorldDictionary error. at WorldDictionary.init line:255. Message: Exception Thrown
ERROR: General , 1656869376766> 3,662,937,410> DebugLogStream.printException> Stack trace:
zombie.world.WorldDictionaryException: WorldDictionary: Cannot load world due to WorldDictionary error.
at zombie.world.WorldDictionary.init(WorldDictionary.java:255)
at zombie.iso.IsoWorld.init(IsoWorld.java:2323)
at zombie.network.GameServer.main(GameServer.java:718)
LOG : General , 1656869376766> 3,662,937,410> Server Terminated.
Console command
Jasięk 2022 年 7 月 3 日 上午 10:34 
Im not sure what is breaking it but if u could check it. My mod list =

Mods=VVehicleEnhancer; 74amgeneralM151A2; 78amgeneralM35A2; fhqExpVehSpawn; blkt_invtrack; MinimalDisplayBars; 85merc; 86oshkoshP19A; 87cruiser; 89def110; 92amgeneralM998; Apocalypse Machines 2 WheelZ; Arsenal(26)GunFighter; autotsartrailers; Brita_2; Brita; BCGRareWeapons; BCGTools; isoContainers; Max; MWPWeapons; MetalworkingExpanded(+Recycling); ModManager; modoptions; ToadTraits; nattachments; OutTheWindow; PlayersOnMap; ReducedWoodWeight2x41; SurpriseMFAlertSound; tsarslib; TheStar; SuperBulldozer; GAZ24; HTowTruckFix; 82oshkoshM911; rWaterTrailer; rWaterTrailerSemi; Water Purification Tablets; TheyKnew; RotatorsLib; AuthenticZBackpacks+; Authentic Z - Current; AuthenticZLite
Authentic Peach  [开发者] 2022 年 7 月 4 日 上午 1:40 
引用自 Shi Ju
Im not sure what is breaking it but if u could check it. My mod list =

Mods=VVehicleEnhancer; 74amgeneralM151A2; 78amgeneralM35A2; fhqExpVehSpawn; blkt_invtrack; MinimalDisplayBars; 85merc; 86oshkoshP19A; 87cruiser; 89def110; 92amgeneralM998; Apocalypse Machines 2 WheelZ; Arsenal(26)GunFighter; autotsartrailers; Brita_2; Brita; BCGRareWeapons; BCGTools; isoContainers; Max; MWPWeapons; MetalworkingExpanded(+Recycling); ModManager; modoptions; ToadTraits; nattachments; OutTheWindow; PlayersOnMap; ReducedWoodWeight2x41; SurpriseMFAlertSound; tsarslib; TheStar; SuperBulldozer; GAZ24; HTowTruckFix; 82oshkoshM911; rWaterTrailer; rWaterTrailerSemi; Water Purification Tablets; TheyKnew; RotatorsLib; AuthenticZBackpacks+; Authentic Z - Current; AuthenticZLite
You are using multiple branches of the mod, only use Authentic Z - Current
最后由 Authentic Peach 编辑于; 2022 年 7 月 4 日 上午 1:40
Jasięk 2022 年 7 月 4 日 上午 2:37 
Thank you :)
< >
正在显示第 1 - 12 条,共 12 条留言
每页显示数: 1530 50