#split screen cant add 2nd character back in the game

1 messages · Page 1 of 1 (latest)

sleek thistle
#

Created a game, 2nd player created a character just fine with controller. played for hours in split screen and exited the game.

Restarted the game, when 2nd character click on X to add character back in the game nothing happens and throws me this error:

=== Error #1 (x6) ===
attempted index: getVehicle of non-table: null
Lua(Vanilla).onJoypadDown(ISJoystickButtonRadialMenu.lua:11)
Lua(Vanilla).onPressButtonNoFocus(JoyPadSetup.lua:340)
Lua(Vanilla).onPressButton(JoyPadSetup.lua:350)
Lua(Vanilla).update(JoyPadSetup.lua:876)
Lua(Vanilla).onJoypadRenderTick(JoyPadSetup.lua:897)
java.lang.RuntimeException: attempted index: getVehicle of non-table: null
at se.krka.kahlua.vm.KahluaThread.tableget(KahluaThread.java:1441)
at se.krka.kahlua.vm.KahluaThread.luaMainloop(KahluaThread.java:458)
at se.krka.kahlua.vm.KahluaThread.call(KahluaThread.java:161)
at se.krka.kahlua.vm.KahluaThread.pcall(KahluaThread.java:1749)
at se.krka.kahlua.vm.KahluaThread.pcallvoid(KahluaThread.java:1581)
at se.krka.kahlua.integration.LuaCaller.pcallvoid(LuaCaller.java:60)
at se.krka.kahlua.integration.LuaCaller.protectedCallVoid(LuaCaller.java:131)
at zombie.Lua.Event.trigger(Event.java:55)
at zombie.Lua.LuaEventManager.triggerEvent(LuaEventManager.java:244)
at zombie.GameWindow.onRender(GameWindow.java:893)
at zombie.GameWindow.frameStep(GameWindow.java:832)
at zombie.GameWindow.mainThreadStep(GameWindow.java:580)
at zombie.MainThread.mainLoop(MainThread.java:70)
at java.base/java.lang.Thread.run(Unknown Source)

orchid gazelle
#

Theres a split screen feature in zomboid?

eternal rivetBOT
sleek thistle