Project Zomboid

Project Zomboid

[B41 MP only] bikinitools: Server Edition
burak432 7 Dec, 2024 @ 10:48pm
red box error
im playing on a multiplayer server "bolognese".
there are some buttons exist when right click on the ground "account balance" and "valuables" that supposed to open a shop view.
but a red error box appear on bottom-right of the screen when i click any of them.
also there is an atm machine in game which i cannot use.

below are screenshots :
https://imgur.com/0ayvi9E
https://imgur.com/JwKoaYV
https://imgur.com/HBP3GZs
https://imgur.com/hXTndiK

this is the error after click "account balance"
function: checkIfCanShopAndDistanceOk -- file: Shop.lua line # 28 | MOD: bikinitools [SE] 132: Economy
function: checkIfCanShopAndDistanceOkNew -- file: BTSE_Economy_Client.lua line # 33 | MOD: bikinitools [SE] 132: Economy
function: updateStatus -- file: Shop.lua line # 209 | MOD: bikinitools [SE] 132: Economy
function: createChildren -- file: Shop.lua line # 128 | MOD: bikinitools [SE] 132: Economy
function: createChildren -- file: ItemShop.lua line # 18 | MOD: bikinitools [SE] 132: Economy
function: instantiate -- file: ISUIElement.lua line # 653 | Vanilla
function: addChild -- file: ISUIElement.lua line # 1082 | Vanilla
function: addView -- file: ISTabPanel.lua line # 523 | Vanilla
function: createChildren -- file: Main.lua line # 190 | MOD: bikinitools [SE] 132: Base mod
function: instantiate -- file: ISUIElement.lua line # 653 | Vanilla
function: addToUIManager -- file: ISUIElement.lua line # 1009 | Vanilla
function: open -- file: Main.lua line # 66 | MOD: bikinitools [SE] 132: Base mod
function: open -- file: BTSE_UI_Client.lua line # 46 | MOD: bikinitools [SE] 132: Base mod
function: IGUI_PARP_C_ContextBalance -- file: EconomyUI.lua line # 19 | MOD: bikinitools [SE] 132: Economy
function: onMouseUp -- file: ISContextMenu.lua line # 90 | Vanilla
java.lang.RuntimeException: __le not defined for operand
at se.krka.kahlua.vm.KahluaUtil.fail(KahluaUtil.java:82)
at se.krka.kahlua.vm.KahluaThread.luaMainloop(KahluaThread.java:900)
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.pcallBoolean(KahluaThread.java:1924)
at se.krka.kahlua.integration.LuaCaller.protectedCallBoolean(LuaCaller.java:104)
at zombie.ui.UIElement.onMouseUp(UIElement.java:1228)
at zombie.ui.UIManager.update(UIManager.java:816)
at zombie.GameWindow.logic(GameWindow.java:262)
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)

i hope you can fix this issue.
< >
Showing 1-6 of 6 comments
Cat 8 Dec, 2024 @ 12:25am 
Looks like an error with how the server set up the shop. It's on their side to fix what they did wrong.
bikinihorst  [developer] 11 Dec, 2024 @ 1:15am 
the error comes up because either the server did not define a proper distance to item / vehicle shops or your local sandbox vars are out of date. i will add a fallback to a distance of 1.
Mork 11 Dec, 2024 @ 5:53am 
Server Admin here... these are the Sandbox Vars I have set:
VShopAreaXYZBottomLeft = "8097;11736;0", VShopAreaXYZTopRight = "8105;11745;0", -- Minimum=1 Maximum=100 Default=5 VendingVehicleShopDistanceMin = 8, -- Minimum=1 Maximum=100 Default=10 VendingVehicleShopDistance = 15, VehicleSalesOutside = true, IShopAreaXYZBottomLeft = "8091;11743;0", IShopAreaXYZTopRight = "8092;11744;0", -- Minimum=1 Maximum=100 Default=2 VendingItemShopDistance = 2,
`function: checkIfCanShopAndDistanceOk -- file: Shop.lua line # 28 | MOD: bikinitools [SE] 132: Economy
function: checkIfCanShopAndDistanceOkNew -- file: BTSE_Economy_Client.lua line # 33 | MOD: bikinitools [SE] 132: Economy
function: updateStatus -- file: Shop.lua line # 209 | MOD: bikinitools [SE] 132: Economy
function: createChildren -- file: Shop.lua line # 128 | MOD: bikinitools [SE] 132: Economy
function: createChildren -- file: ItemShop.lua line # 18 | MOD: bikinitools [SE] 132: Economy
function: instantiate -- file: ISUIElement.lua line # 653 | Vanilla
function: addChild -- file: ISUIElement.lua line # 1082 | Vanilla
function: addView -- file: ISTabPanel.lua line # 523 | Vanilla
function: createChildren -- file: Main.lua line # 190 | MOD: bikinitools [SE] 132: Base mod
function: instantiate -- file: ISUIElement.lua line # 653 | Vanilla
function: addToUIManager -- file: ISUIElement.lua line # 1009 | Vanilla
function: open -- file: Main.lua line # 66 | MOD: bikinitools [SE] 132: Base mod
function: open -- file: BTSE_UI_Client.lua line # 46 | MOD: bikinitools [SE] 132: Base mod
function: IGUI_BTSE_E_ExchangeTabTitle -- file: EconomyUI.lua line # 32 | MOD: bikinitools [SE] 132: Economy
function: onMouseUp -- file: ISContextMenu.lua line # 90 | Vanilla
java.lang.RuntimeException: __le not defined for operand
at se.krka.kahlua.vm.KahluaUtil.fail(KahluaUtil.java:82)
at
se.krka.kahlua.vm.KahluaThread.luaMainloop(KahluaThread.java:900)
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.pcallBoolean(KahluaThread.java:1924)
at se.krka.kahlua.integration.LuaCaller.protectedCallBoolean(LuaCaller.java:104)
at zombie.ui.UIElement.onMouseUp(UIElement.java:1228)
at zombie.ui.UIManager.update(UIManager.java:816)
at zombie.GameWindow.logic(GameWindow.java:262)
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)
`
i still have the same issue as written i cant open valuables wallet and shop error box appears on the right bottom corner
bikinihorst  [developer] 18 Dec, 2024 @ 1:40am 
Originally posted by bikinihorst:
the error comes up because either the server did not define a proper distance to item / vehicle shops or your local sandbox vars are out of date. i will add a fallback to a distance of 1.

hinting at this, again. pz ♥♥♥♥♥ up sandbox var transfer from server to client leading to sandbox vars defaulting which means you have issues at the crash line where the shop specific sandbox var is queried for a distance check.

again, as said in this thread, i will add a default for those values so the error should be silent.

this one helps:
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2956046897
< >
Showing 1-6 of 6 comments
Per page: 1530 50