Project Zomboid

Project Zomboid

Authentic Z
孙贰 2023 年 12 月 20 日 上午 11:22
Error reported after mod update
After the update of this mod on December 21, an error occurred when loading the game save. Hoping to get help, thank you!
function: PZ_AZLootDistributions.lua -- file: PZ_AZLootDistributions.lua line # 623 | MOD: Authentic Z - Lite LOG : General , 1703098638078> Object tried to call nil in PZ_AZLootDistributions.lua LOG : General , 1703098638238> [AuthenticZLite] creating new sourcewindow: E:/SteamLibrary/steamapps/workshop/content/108600/2335368829/mods/Authentic Z - Lite/media/lua/server/items/PZ_AZLootDistributions.lua ERROR: General , 1703098714388> ExceptionLogger.logException> Exception thrown java.lang.RuntimeException: Object tried to call nil in PZ_AZLootDistributions.lua at KahluaUtil.fail line:82. ERROR: General , 1703098714388> DebugLogStream.printException> Stack trace: java.lang.RuntimeException: Object tried to call nil in PZ_AZLootDistributions.lua at se.krka.kahlua.vm.KahluaUtil.fail(KahluaUtil.java:82) at se.krka.kahlua.vm.KahluaThread.luaMainloop(KahluaThread.java:973) 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:564) at zombie.Lua.LuaManager.RunLua(LuaManager.java:510) at zombie.Lua.LuaManager.RunLua(LuaManager.java:496) at zombie.Lua.LuaManager.LoadDirBase(LuaManager.java:342) at zombie.Lua.LuaManager.LoadDirBase(LuaManager.java:264) at zombie.gameStates.GameLoadingState.enter(GameLoadingState.java:97) at zombie.gameStates.GameStateMachine.update(GameStateMachine.java:145) at zombie.GameWindow.logic(GameWindow.java:298) at zombie.core.profiling.AbstractPerformanceProfileProbe.invokeAndMeasure(AbstractPerformanceProfileProbe.java:71) at zombie.GameWindow.frameStep(GameWindow.java:765) at zombie.GameWindow.run_ez(GameWindow.java:681) at zombie.GameWindow.mainThread(GameWindow.java:495) at java.base/java.lang.Thread.run(Unknown Source)
最后由 孙贰 编辑于; 2023 年 12 月 21 日 上午 5:37
< >
正在显示第 1 - 12 条,共 12 条留言
KodeMan 2023 年 12 月 20 日 下午 12:40 
From our server log. I've already fixed the error by deleting that line in loot distributions file and overriding the file with our mod.

Dec 20 11:27:20 ValhallaCommunity 20-12-23_17-26-31_DebugLog-server.txt STACK TRACE
Dec 20 11:27:20 ValhallaCommunity 20-12-23_17-26-31_DebugLog-server.txt -----------------------------------------
Dec 20 11:27:20 ValhallaCommunity 20-12-23_17-26-31_DebugLog-server.txt function: PZ_AZLootDistributions.lua -- file: PZ_AZLootDistributions.lua line # 623 | MOD: Authentic Z - Lite.
Dec 20 11:27:20 ValhallaCommunity 20-12-23_17-26-31_DebugLog-server.txt [20-12-23 17:27:20.662] ERROR: General , 1703093240662> 365,333,048> ExceptionLogger.logException> Exception thrown java.lang.RuntimeException: Object tried to call nil in PZ_AZLootDistributions.lua at KahluaUtil.fail line:82..
Dec 20 11:27:20 ValhallaCommunity 20-12-23_17-26-31_DebugLog-server.txt [20-12-23 17:27:20.662] ERROR: General , 1703093240662> 365,333,048> DebugLogStream.printException> Stack trace:.
Dec 20 11:27:20 ValhallaCommunity 20-12-23_17-26-31_DebugLog-server.txt [20-12-23 17:27:20.663] LOG : General , 1703093240663> 365,333,048> -----------------------------------------
Dec 20 11:27:20 ValhallaCommunity 20-12-23_17-26-31_DebugLog-server.txt STACK TRACE
Dec 20 11:27:20 ValhallaCommunity 20-12-23_17-26-31_DebugLog-server.txt -----------------------------------------
Dec 20 11:27:20 ValhallaCommunity 20-12-23_17-26-31_DebugLog-server.txt function: PZ_AZLootDistributions.lua -- file: PZ_AZLootDistributions.lua line # 623 | MOD: Authentic Z - Lite.
KodeMan 2023 年 12 月 20 日 下午 12:46 
Dec 20 14:28:19 ValhallaCommunity 20-12-23_20-27-58_DebugLog-server.txt [20-12-23 20:28:19.683] ERROR: General , 1703104099683> 376,192,068> ExceptionLogger.logException> Exception thrown java.util.concurrent.ExecutionException: zombie.util.PZXmlParserException: Exception thrown while parsing XML file "media/clothing/clothingItems/Belt_AZ.xml"
Dec 20 14:28:19 ValhallaCommunity 20-12-23_20-27-58_DebugLog-server.txt Caused by:
Dec 20 14:28:19 ValhallaCommunity 20-12-23_20-27-58_DebugLog-server.txt java.io.FileNotFoundException: media/clothing/clothingItems/Belt_AZ.xml (No such file or directory) at FutureTask.report. Message: media/clothing/clothingItems/Belt_AZ.xml.
Dec 20 14:28:19 ValhallaCommunity 20-12-23_20-27-58_DebugLog-server.txt [20-12-23 20:28:19.683] ERROR: General , 1703104099683> 376,192,069> DebugLogStream.printException> Stack trace:.
somewhatfrog 2023 年 12 月 20 日 下午 2:19 
please use formatting
[code] log [/code]
最后由 somewhatfrog 编辑于; 2023 年 12 月 20 日 下午 2:19
孙贰 2023 年 12 月 20 日 下午 5:29 
Thank you for giving me the idea to solve this problem!
Donald Trump 2023 年 12 月 21 日 上午 12:21 
Same error
KodeMan 2023 年 12 月 21 日 上午 3:22 
java.security.InvalidParameterException: Error: Loosen;Stretch is not a valid parameter in item: Fat01_Coveralls.
StrayFox 2023 年 12 月 21 日 下午 3:55 
Getting this same error as well, never had this error until today.
Jane Helldiver 2023 年 12 月 21 日 下午 11:55 
Just a quick report of my own:

No errors or logs. No distribution errors. No missing map errors.

Tested on my server, spawned in some of the new items. 450 mods and only error I ever get is from the bic pen mod.

Tested in Solo Play. No errors. No logs. No missing map error.

I use the full version of the mode, not LITE, so that may be where the issue may be from.
トミー (Tommy) 2023 年 12 月 22 日 上午 4:21 
java.io.FileNotFoundException: media\clothing\clothingItems\Belt_AZ.xml (The system cannot find the file specified) at FutureTask.report. Message: media/clothing/clothingItems/Belt_AZ.xml.
KodeMan 2023 年 12 月 22 日 上午 4:26 
引用自 NerdgamerDave
Just a quick report of my own:

No errors or logs. No distribution errors. No missing map errors.

Tested on my server, spawned in some of the new items. 450 mods and only error I ever get is from the bic pen mod.

Tested in Solo Play. No errors. No logs. No missing map error.

I use the full version of the mode, not LITE, so that may be where the issue may be from.

Yes, it's the LITE version that we're using. These exceptions in server log are horrifying. We have 300+ mods and the only exceptions we're getting in server logs are from this mod..
Authentic Peach  [开发者] 2023 年 12 月 22 日 上午 11:04 
引用自 KodeMan
Dec 20 14:28:19 ValhallaCommunity 20-12-23_20-27-58_DebugLog-server.txt [20-12-23 20:28:19.683] ERROR: General , 1703104099683> 376,192,068> ExceptionLogger.logException> Exception thrown java.util.concurrent.ExecutionException: zombie.util.PZXmlParserException: Exception thrown while parsing XML file "media/clothing/clothingItems/Belt_AZ.xml"
Dec 20 14:28:19 ValhallaCommunity 20-12-23_20-27-58_DebugLog-server.txt Caused by:
Dec 20 14:28:19 ValhallaCommunity 20-12-23_20-27-58_DebugLog-server.txt java.io.FileNotFoundException: media/clothing/clothingItems/Belt_AZ.xml (No such file or directory) at FutureTask.report. Message: media/clothing/clothingItems/Belt_AZ.xml.
Dec 20 14:28:19 ValhallaCommunity 20-12-23_20-27-58_DebugLog-server.txt [20-12-23 20:28:19.683] ERROR: General , 1703104099683> 376,192,069> DebugLogStream.printException> Stack trace:.
I forgot to include a file in the update, this bug will be fixed in the next update coming soon.
KodeMan 2023 年 12 月 25 日 下午 2:54 
引用自 Authentic Peach
引用自 KodeMan
Dec 20 14:28:19 ValhallaCommunity 20-12-23_20-27-58_DebugLog-server.txt [20-12-23 20:28:19.683] ERROR: General , 1703104099683> 376,192,068> ExceptionLogger.logException> Exception thrown java.util.concurrent.ExecutionException: zombie.util.PZXmlParserException: Exception thrown while parsing XML file "media/clothing/clothingItems/Belt_AZ.xml"
Dec 20 14:28:19 ValhallaCommunity 20-12-23_20-27-58_DebugLog-server.txt Caused by:
Dec 20 14:28:19 ValhallaCommunity 20-12-23_20-27-58_DebugLog-server.txt java.io.FileNotFoundException: media/clothing/clothingItems/Belt_AZ.xml (No such file or directory) at FutureTask.report. Message: media/clothing/clothingItems/Belt_AZ.xml.
Dec 20 14:28:19 ValhallaCommunity 20-12-23_20-27-58_DebugLog-server.txt [20-12-23 20:28:19.683] ERROR: General , 1703104099683> 376,192,069> DebugLogStream.printException> Stack trace:.
I forgot to include a file in the update, this bug will be fixed in the next update coming soon.

Wondering when can we expect the update? Just so I can remove the override hopefully at the same time the update is pushed.
最后由 KodeMan 编辑于; 2023 年 12 月 27 日 下午 3:21
< >
正在显示第 1 - 12 条,共 12 条留言
每页显示数: 1530 50