#Vehicle Dashboard not Showing and Error when Double Click, multiple error Log Pasted

16 messages · Page 1 of 1 (latest)

warped ruin
#

I have no idea this could be a mod conflict or vanilla game related, I dont know exactly what is causing it and dont know how to read the code yet.

#

function: populateRecipesList -- file: ISCraftingUI.lua line # 1398 | Vanilla function: createChildren -- file: ISCraftingUI.lua line # 1295 | Vanilla function: instantiate -- file: ISUIElement.lua line # 926 | Vanilla function: addToUIManager -- file: ISUIElement.lua line # 1368 | Vanilla function: createInventoryInterface -- file: ISPlayerDataObject.lua line # 143 | Vanilla function: createInventoryInterface -- file: ISPlayerDataTuning.lua line # 24 | MOD: Tsar's Common Library v.2.07 function: createPlayerData -- file: ISPlayerData.lua line # 196 | Vanilla java.lang.RuntimeException: Object tried to call nil in populateRecipesList at se.krka.kahlua.vm.KahluaUtil.fail(KahluaUtil.java:101) at se.krka.kahlua.vm.KahluaThread.luaMainloop(KahluaThread.java:817) at se.krka.kahlua.vm.KahluaThread.call(KahluaThread.java:174) at se.krka.kahlua.vm.KahluaThread.pcall(KahluaThread.java:1826) at se.krka.kahlua.vm.KahluaThread.pcallvoid(KahluaThread.java:1653) 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:72) at zombie.Lua.LuaEventManager.triggerEvent(LuaEventManager.java:364) at zombie.gameStates.GameLoadingState.exit(GameLoadingState.java:504) at zombie.gameStates.GameStateMachine.update(GameStateMachine.java:91) at zombie.GameWindow.logic(GameWindow.java:382) at zombie.GameWindow.frameStep(GameWindow.java:916) at zombie.GameWindow.mainThreadStep(GameWindow.java:642) at zombie.MainThread.mainLoop(MainThread.java:76) at java.base/java.lang.Thread.run(Unknown Source)

#

error #1

#

`attempted index: setVehicle of non-table: null
function: onEnterVehicle -- file: ISVehicleDashboard.lua line # 608 | Vanilla
Callframe at: se.krka.kahlua.integration.expose.MultiLuaJavaInvoker@55f2b1b0
function: perform -- file: ISEnterVehicle.lua line # 59 | Vanilla
function: perform -- file: RadioWavs.lua line # 276 | MOD: Broadcast Voicer
function: perform -- file: TMRadio.lua line # 713 | MOD: True Music Radio
java.lang.RuntimeException: attempted index: setVehicle of non-table: null
at se.krka.kahlua.vm.KahluaThread.tableget(KahluaThread.java:1530)
at se.krka.kahlua.vm.KahluaThread.luaMainloop(KahluaThread.java:502)
at se.krka.kahlua.vm.KahluaThread.call(KahluaThread.java:174)
at se.krka.kahlua.vm.KahluaThread.pcall(KahluaThread.java:1826)
at se.krka.kahlua.vm.KahluaThread.pcallvoid(KahluaThread.java:1653)
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:72)
at zombie.Lua.LuaEventManager.triggerEvent(LuaEventManager.java:315)
at zombie.Lua.LuaEventManager.triggerEventGarbage(LuaEventManager.java:326)
at zombie.Lua.LuaManager$GlobalObject.triggerEvent(LuaManager.java:4183)
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:70)
at se.krka.kahlua.vm.KahluaThread.callJava(KahluaThread.java:191)
at se.krka.kahlua.vm.KahluaThread.luaMainloop(KahluaThread.java:851)
at se.krka.kahlua.vm.KahluaThread.call(KahluaThread.java:174)
at se.krka.kahlua.vm.KahluaThread.pcall(KahluaThread.java:1826)
at se.krka.kahlua.vm.KahluaThread.pcall(KahluaThread.java:1623)
at se.krka.kahlua.integration.LuaCaller.pcall(LuaCaller.java:85)
at zombie.characters.CharacterTimedActions.LuaTimedActionNew.perform(LuaTimedActionNew.java:143)
at zombie.characters.IsoGameCharacter.updateInternal(IsoGameCharacter.java:10856)
at zombie.characters.IsoGameCharacter.update(IsoGameCharacter.java:10494)
at zombie.characters.IsoPlayer.updateInternal1(IsoPlayer.java:2289)
at zombie.characters.IsoPlayer.update(IsoPlayer.java:2268)
at zombie.MovingObjectUpdateSchedulerUpdateBucket.update(MovingObjectUpdateSchedulerUpdateBucket.java:71)
at

#

zombie.MovingObjectUpdateScheduler.update(MovingObjectUpdateScheduler.java:155)
at zombie.iso.IsoCell.ProcessObjects(IsoCell.java:3054)
at zombie.iso.IsoCell.updateInternal(IsoCell.java:5962)
at zombie.iso.IsoCell.update(IsoCell.java:5895)
at zombie.iso.IsoWorld.updateWorld(IsoWorld.java:4203)
at zombie.iso.IsoWorld.updateInternal(IsoWorld.java:4323)
at zombie.iso.IsoWorld.update(IsoWorld.java:4237)
at zombie.gameStates.IngameState.updateInternal(IngameState.java:1699)
at zombie.gameStates.IngameState.update(IngameState.java:1464)
at zombie.gameStates.GameStateMachine.update(GameStateMachine.java:87)
at zombie.GameWindow.logic(GameWindow.java:382)
at zombie.GameWindow.frameStep(GameWindow.java:916)
at zombie.GameWindow.mainThreadStep(GameWindow.java:642)
at zombie.MainThread.mainLoop(MainThread.java:76)
at java.base/java.lang.Thread.run(Unknown Source)
`

#

error #2

olive fractalBOT
#

If you have issues with mods, try disabling them one by one or in batches to figure out which specific mod is causing the problems.
Do it on a new save to to prevent any issues on your current playthrough as removing mods can cause items to be permanently deleted.
After you find out which mod is problematic, consider reporting the problem to the mod creator on their workshop page.

tranquil vault
#

It's a mod script error but none of those traces indicate which mod has the problem

warped ruin
warped ruin
#

But I searched a specific mod of Firefighter and it "added" a new vehicle.
Went straight to the comments and said it causes errors on the Dashboard, so I disabled it and everything went better

#

as for the right click error, still happens

#

but causes no worse consequences