Project Zomboid

Project Zomboid

'86 Chevrolet CUCVs + M101A2 Trailer
 This topic has been pinned, so it's probably important
KI5  [developer] Feb 15 @ 11:41am
B42 Bugs go here
This place is for B42 bugs only, every unrelated message will be deleted!

Know stuff :
-player is devoured by seats
-tires are munched up by ground sometimes, moving car will solve this
-m1028 has tires sticking out of the vanilla shadow texture because i can't get b42 to show the custom one

Fixed
-na
< >
Showing 1-14 of 14 comments
Timou Feb 16 @ 5:00pm 
`attempted index: addParts of non-table: null
function: 86chevyCUCV_CarMechanicsOverlay.lua -- file: 86chevyCUCV_CarMechanicsOverlay.lua line # 5 | MOD: '86 Chevrolet CUCV
java.lang.RuntimeException: attempted index: addParts of non-table: null
at se.krka.kahlua.vm.KahluaThread.tableget(KahluaThread.java:1667)
at se.krka.kahlua.vm.KahluaThread.luaMainloop(KahluaThread.java:624)
at se.krka.kahlua.vm.KahluaThread.call(KahluaThread.java:173)
at se.krka.kahlua.vm.KahluaThread.pcall(KahluaThread.java:1963)
at se.krka.kahlua.vm.KahluaThread.pcall(KahluaThread.java:1760)
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:630)
at zombie.Lua.LuaManager.RunLua(LuaManager.java:573)
at zombie.Lua.LuaManager.RunLua(LuaManager.java:559)
at zombie.Lua.LuaManager.LoadDirBase(LuaManager.java:418)
at zombie.Lua.LuaManager.LoadDirBase(LuaManager.java:310)
at zombie.Lua.LuaManager.LoadDirBase(LuaManager.java:471)
at zombie.core.Core.ResetLua(Core.java:4905)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at se.krka.kahlua.integration.expose.caller.MethodCaller.call(MethodCaller.java:62)
at se.krka.kahlua.integration.expose.LuaJavaInvoker.call(LuaJavaInvoker.java:211)
at se.krka.kahlua.integration.expose.MultiLuaJavaInvoker.call(MultiLuaJavaInvoker.java:60)
at se.krka.kahlua.vm.KahluaThread.callJava(KahluaThread.java:192)
at se.krka.kahlua.vm.KahluaThread.luaMainloop(KahluaThread.java:988)
at se.krka.kahlua.vm.KahluaThread.call(KahluaThread.java:173)
at se.krka.kahlua.vm.KahluaThread.pcall(KahluaThread.java:1963)
at se.krka.kahlua.vm.KahluaThread.pcallBoolean(KahluaThread.java:1902)
at se.krka.kahlua.integration.LuaCaller.protectedCallBoolean(LuaCaller.java:104)
at zombie.ui.UIElement.onMouseUp(UIElement.java:1626)
at zombie.ui.UIElement.onMouseUp(UIElement.java:1581)
at zombie.ui.UIElement.onMouseUp(UIElement.java:1581)
at zombie.ui.UIElement.onConsumeMouseButtonUp(UIElement.java:1688)
at zombie.ui.UIManager.updateMouseButtons(UIManager.java:861)
at zombie.ui.UIManager.update(UIManager.java:721)
at zombie.GameProfiler.invokeAndMeasure(GameProfiler.java:176)
at zombie.GameWindow.logic(GameWindow.java:324)
at zombie.core.profiling.AbstractPerformanceProfileProbe.invokeAndMeasure(AbstractPerformanceProfileProbe.java:76)
at zombie.GameWindow.frameStep(GameWindow.java:909)
at zombie.GameWindow.run_ez(GameWindow.java:802)
at zombie.GameWindow.mainThread(GameWindow.java:600)
at java.base/java.lang.Thread.run(Unknown Source)
`
KI5  [developer] Feb 18 @ 10:55am 
Originally posted by Timou:
`attempted index: addParts of non-table: null
function: 86chevyCUCV_CarMechanicsOverlay.lua -- file: 86chevyCUCV_CarMechanicsOverlay.lua line # 5 | MOD: '86 Chevrolet CUCV
java.lang.RuntimeException: attempted index: addParts of non-table: null
at se.krka.kahlua.vm.KahluaThread.tableget(KahluaThread.java:1667)
at se.krka.kahlua.vm.KahluaThread.luaMainloop(KahluaThread.java:624)
at se.krka.kahlua.vm.KahluaThread.call(KahluaThread.java:173)
at se.krka.kahlua.vm.KahluaThread.pcall(KahluaThread.java:1963)
at se.krka.kahlua.vm.KahluaThread.pcall(KahluaThread.java:1760)
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:630)
at zombie.Lua.LuaManager.RunLua(LuaManager.java:573)
at zombie.Lua.LuaManager.RunLua(LuaManager.java:559)
at zombie.Lua.LuaManager.LoadDirBase(LuaManager.java:418)
at zombie.Lua.LuaManager.LoadDirBase(LuaManager.java:310)
at zombie.Lua.LuaManager.LoadDirBase(LuaManager.java:471)
at zombie.core.Core.ResetLua(Core.java:4905)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at se.krka.kahlua.integration.expose.caller.MethodCaller.call(MethodCaller.java:62)
at se.krka.kahlua.integration.expose.LuaJavaInvoker.call(LuaJavaInvoker.java:211)
at se.krka.kahlua.integration.expose.MultiLuaJavaInvoker.call(MultiLuaJavaInvoker.java:60)
at se.krka.kahlua.vm.KahluaThread.callJava(KahluaThread.java:192)
at se.krka.kahlua.vm.KahluaThread.luaMainloop(KahluaThread.java:988)
at se.krka.kahlua.vm.KahluaThread.call(KahluaThread.java:173)
at se.krka.kahlua.vm.KahluaThread.pcall(KahluaThread.java:1963)
at se.krka.kahlua.vm.KahluaThread.pcallBoolean(KahluaThread.java:1902)
at se.krka.kahlua.integration.LuaCaller.protectedCallBoolean(LuaCaller.java:104)
at zombie.ui.UIElement.onMouseUp(UIElement.java:1626)
at zombie.ui.UIElement.onMouseUp(UIElement.java:1581)
at zombie.ui.UIElement.onMouseUp(UIElement.java:1581)
at zombie.ui.UIElement.onConsumeMouseButtonUp(UIElement.java:1688)
at zombie.ui.UIManager.updateMouseButtons(UIManager.java:861)
at zombie.ui.UIManager.update(UIManager.java:721)
at zombie.GameProfiler.invokeAndMeasure(GameProfiler.java:176)
at zombie.GameWindow.logic(GameWindow.java:324)
at zombie.core.profiling.AbstractPerformanceProfileProbe.invokeAndMeasure(AbstractPerformanceProfileProbe.java:76)
at zombie.GameWindow.frameStep(GameWindow.java:909)
at zombie.GameWindow.run_ez(GameWindow.java:802)
at zombie.GameWindow.mainThread(GameWindow.java:600)
at java.base/java.lang.Thread.run(Unknown Source)
`

thanks for reporting, i will check it out

btw make sure you don't have a modpack somewhere with outdated damnlib in it, it could be the reason for this error
Last edited by KI5; Feb 18 @ 10:57am
Dhars Feb 25 @ 11:07am 
I subscribed to this mod today alongside your Humvee mod, and I get a "Sorry, an unexpected error occurred" message on startup and can't load the save file. I don't know where to find the error message for you, but would be happy to provide it. I unsubscribed from the Humvee car mod first, and the error still persisted. It's only after I unsubscribed from this one that I was able to load my game.
KI5  [developer] Feb 25 @ 11:13am 
Originally posted by Dhars:
I subscribed to this mod today alongside your Humvee mod, and I get a "Sorry, an unexpected error occurred" message on startup and can't load the save file. I don't know where to find the error message for you, but would be happy to provide it. I unsubscribed from the Humvee car mod first, and the error still persisted. It's only after I unsubscribed from this one that I was able to load my game.

make sure you have the latest version of that damn lib mod and verify files with steam to make sure everything is ok and there are no corrupt files
Dhars Feb 25 @ 2:35pm 
Thank you, I did the verify game files and I clicked on unsubscribe to "damn library mod" and resubscribed, and it loaded without an error this time.
Timou Feb 26 @ 3:50am 
Thank's,
now works fine. Unsubscribe/Subscribe to damnlib
Draenic Feb 27 @ 9:28am 
Just a heads up!

I didn't have issues with this mod until most recent update. I was getting the following error in my console.tx file:

Item not found: Base.M101TrunkDoor2 at OutputMapper.getItem(OutputMapper.java:127)

I verified files and unsubscribed/resubscribed to damnlib and that fixed it. :praisesun:

You might want to put in the description of the mod that these steps might be required. That's the first place I looked for possible issues/fixes.

Love your vehicles!!
using the "repair metal item" crafting option to fix doors etc doesn't appear to be working, it uses the resources but the item isn't repaired
Amroth Mar 13 @ 10:31am 
@KI5 Do your vehicles' parts react to damage? I have this truck with 233 trunk storage (organized) at 10% condition. I repaired it all the way to 90%, and it still has 233 storage.
Doken Mar 25 @ 10:34am 
same issue as @4trainpoet, repairing parts of vehicles (ones done from the crafting context menu) doesn't seem to do anything. This includes truck bed tarp as well
Is there a way to actually use the truck bed tarp? I crafted it but there is nowhere in the vehicle mechanics to place it.
nononon Apr 1 @ 1:12pm 
The cars spawn with a spare tire that is (standard vehicle) and can not be used as a spare.
In template_CUCV86_windshields, CUCV86WindshieldFront, itemType you accidentally wrote Base;3rdGenChevyCKseriesWindshield instead of Base.3rdGenChevyCKseriesWindshield, that's why an error occurs.
KI5  [developer] Apr 10 @ 7:37am 
Originally posted by Пупсич:
In template_CUCV86_windshields, CUCV86WindshieldFront, itemType you accidentally wrote Base;3rdGenChevyCKseriesWindshield instead of Base.3rdGenChevyCKseriesWindshield, that's why an error occurs.

damn, i will patch it today, thanks for reporting!
< >
Showing 1-14 of 14 comments
Per page: 1530 50