Jump to content

CSSFerret

Member
  • Posts

    11
  • Joined

  • Last visited

Everything posted by CSSFerret

  1. For those wondering, the answer was no; the mods are broken by the public release and need updating to fix.
  2. Is there a plan to provide a legacy implementation that assumes false for this parameter when omitted? Just curious whether this will need manual intervention by mod makers when 41.66 is released to the public branch.
  3. When giving a player an item via RCON I noticed the usual "Item [Item] Added in [Player]'s inventory." response was instead empty, despite the player receiving the item. Checking the server logs revealed an exception: zomboid_1 | LOG : General , 1645659132058> 6,577,061,515> RCON: ID=1 Type=2 Body='additem Player Base.TinCanEmpty' Socket[addr=/127.0.0.1,port=58724,localport=27015] zomboid_1 | ERROR: General , 1645659132127> 6,577,061,584> java.lang.NullPointerException: Cannot read field "playerIDs" because "this.connection" is null zomboid_1 | ERROR: General , 1645659132128> 6,577,061,584> at zombie.commands.serverCommands.AddItemCommand.Command(AddItemCommand.java:93) zomboid_1 | ERROR: General , 1645659132128> 6,577,061,585> at zombie.commands.CommandBase.Execute(CommandBase.java:127) zomboid_1 | ERROR: General , 1645659132128> 6,577,061,585> at zombie.network.GameServer.handleServerCommand(GameServer.java:1126) zomboid_1 | ERROR: General , 1645659132128> 6,577,061,585> at zombie.network.GameServer.rcon(GameServer.java:1097) zomboid_1 | ERROR: General , 1645659132129> 6,577,061,586> at zombie.network.RCONServer$ExecCommand.update(RCONServer.java:336) zomboid_1 | ERROR: General , 1645659132129> 6,577,061,586> at zombie.network.RCONServer.updateMain(RCONServer.java:375) zomboid_1 | ERROR: General , 1645659132129> 6,577,061,586> at zombie.network.RCONServer.update(RCONServer.java:401) zomboid_1 | ERROR: General , 1645659132129> 6,577,061,586> at zombie.core.profiling.AbstractPerformanceProfileProbe.invokeAndMeasure(AbstractPerformanceProfileProbe.java:71) zomboid_1 | ERROR: General , 1645659132130> 6,577,061,587> at zombie.network.GameServer.main(GameServer.java:878)
  4. Bump. Still affecting 41.66 unstable in multiplayer: ERROR: General , 1645658236721> 6,576,166,111> ExceptionLogger.logException> Exception thrown java.lang.RuntimeException: __concat not defined for operands: ContextMenu_FoodType_ and null at KahluaUtil.fail line:82. function: checkName -- file: ISAddItemInRecipe.lua line # 82 function: perform -- file: ISAddItemInRecipe.lua line # 43 Steps taken: Open can of mushroom soup Right click bowl Create salad from open can of mushroom soup Is this a bug where the soup can be used as regular mushrooms?
  5. I understand TIS is not responsible for mods, but since Passive Skills Fix has been working without updates since 2017 I wanted to post to be sure there wasn't an unintended change in 41.66 that would cause it to break. While gaining experience (e.g. via walking with high inventory weight), errors like this are observed from Passive Skills Fix: ERROR: General , 1645645174902> 6,563,104,291> ExceptionLogger.logException> Exception thrown java.lang.RuntimeException: No implementation found at MultiLuaJavaInvoker.call line:112. ERROR: General , 1645645174902> 6,563,104,292> DebugLogStream.printException> Stack trace: java.lang.RuntimeException: No implementation found at se.krka.kahlua.integration.expose.MultiLuaJavaInvoker.call(MultiLuaJavaInvoker.java:112) at se.krka.kahlua.vm.KahluaThread.callJava(KahluaThread.java:182) at se.krka.kahlua.vm.KahluaThread.luaMainloop(KahluaThread.java:1007) 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.pcallvoid(KahluaThread.java:1812) 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:64) at zombie.Lua.LuaEventManager.triggerEvent(LuaEventManager.java:169) at zombie.Lua.LuaEventManager.triggerEventGarbage(LuaEventManager.java:182) at zombie.characters.IsoGameCharacter$XP.AddXP(IsoGameCharacter.java:14859) at zombie.characters.IsoGameCharacter$XP.AddXP(IsoGameCharacter.java:14676) 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:198) at se.krka.kahlua.integration.expose.MultiLuaJavaInvoker.call(MultiLuaJavaInvoker.java:79) at se.krka.kahlua.vm.KahluaThread.callJava(KahluaThread.java:182) at se.krka.kahlua.vm.KahluaThread.luaMainloop(KahluaThread.java:1007) 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.pcallvoid(KahluaThread.java:1812) 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:64) at zombie.Lua.LuaEventManager.triggerEvent(LuaEventManager.java:88) at zombie.characters.IsoPlayer.updateInternal2(IsoPlayer.java:2369) at zombie.characters.IsoPlayer.updateInternal1(IsoPlayer.java:1871) at zombie.util.lambda.Invokers$Params1$CallbackStackItem.run(Invokers.java:37) at zombie.core.profiling.AbstractPerformanceProfileProbe.invokeAndMeasure(AbstractPerformanceProfileProbe.java:71) at zombie.core.profiling.AbstractPerformanceProfileProbe.lambda$invokeAndMeasure$0(AbstractPerformanceProfileProbe.java:83) at zombie.util.lambda.Stacks$Params3$CallbackStackItem.invoke(Stacks.java:230) at zombie.util.lambda.Stacks$GenericStack.invokeAndRelease(Stacks.java:26) at zombie.util.Lambda.capture(Lambda.java:130) at zombie.core.profiling.AbstractPerformanceProfileProbe.invokeAndMeasure(AbstractPerformanceProfileProbe.java:81) at zombie.characters.IsoPlayer.update(IsoPlayer.java:1863) at zombie.MovingObjectUpdateSchedulerUpdateBucket.update(MovingObjectUpdateSchedulerUpdateBucket.java:79) at zombie.MovingObjectUpdateScheduler.update(MovingObjectUpdateScheduler.java:145) at zombie.iso.IsoCell.ProcessObjects(IsoCell.java:2927) at zombie.iso.IsoCell.updateInternal(IsoCell.java:5716) at zombie.util.lambda.Invokers$Params1$CallbackStackItem.run(Invokers.java:37) at zombie.core.profiling.AbstractPerformanceProfileProbe.invokeAndMeasure(AbstractPerformanceProfileProbe.java:71) at zombie.core.profiling.AbstractPerformanceProfileProbe.lambda$invokeAndMeasure$0(AbstractPerformanceProfileProbe.java:83) at zombie.util.lambda.Stacks$Params3$CallbackStackItem.invoke(Stacks.java:230) at zombie.util.lambda.Stacks$GenericStack.invokeAndRelease(Stacks.java:26) at zombie.util.Lambda.capture(Lambda.java:130) at zombie.core.profiling.AbstractPerformanceProfileProbe.invokeAndMeasure(AbstractPerformanceProfileProbe.java:81) at zombie.iso.IsoCell.update(IsoCell.java:5662) at zombie.iso.IsoWorld.updateInternal(IsoWorld.java:3337) at zombie.util.lambda.Invokers$Params1$CallbackStackItem.run(Invokers.java:37) at zombie.core.profiling.AbstractPerformanceProfileProbe.invokeAndMeasure(AbstractPerformanceProfileProbe.java:71) at zombie.core.profiling.AbstractPerformanceProfileProbe.lambda$invokeAndMeasure$0(AbstractPerformanceProfileProbe.java:83) at zombie.util.lambda.Stacks$Params3$CallbackStackItem.invoke(Stacks.java:230) at zombie.util.lambda.Stacks$GenericStack.invokeAndRelease(Stacks.java:26) at zombie.util.Lambda.capture(Lambda.java:130) at zombie.core.profiling.AbstractPerformanceProfileProbe.invokeAndMeasure(AbstractPerformanceProfileProbe.java:81) at zombie.iso.IsoWorld.update(IsoWorld.java:3265) at zombie.gameStates.IngameState.updateInternal(IngameState.java:1643) at zombie.gameStates.IngameState.update(IngameState.java:1359) at zombie.gameStates.GameStateMachine.update(GameStateMachine.java:101) at zombie.GameWindow.logic(GameWindow.java:289) at zombie.core.profiling.AbstractPerformanceProfileProbe.invokeAndMeasure(AbstractPerformanceProfileProbe.java:71) at zombie.GameWindow.frameStep(GameWindow.java:744) at zombie.GameWindow.run_ez(GameWindow.java:660) at zombie.GameWindow.mainThread(GameWindow.java:474) at java.base/java.lang.Thread.run(Unknown Source) LOG : General , 1645645174905> 6,563,104,295> ----------------------------------------- STACK TRACE ----------------------------------------- Callframe at: se.krka.kahlua.integration.expose.MultiLuaJavaInvoker@cc0ec98e function: Fix -- file: passiveSkills.lua line # 22 Callframe at: se.krka.kahlua.integration.expose.MultiLuaJavaInvoker@cc0ec98e function: onPlayerMove -- file: XpUpdate.lua line # 32 Tested server (Linux, dedicated) build ID 8247929 with client (Windows) build ID 8247924
  6. Bump. Trying to use the additem RCON command to give a player a bag containing an underscore in the name fails. I can give the player Base.Garbagebag but not Base.Bag_ALICEpack: additem user Base.Garbagebag Item Base.Garbagebag Added in user's inventory. additem user Base.Bag_ALICEpack Give an item to a player. If no username is given then you will receive item. Count is optional. Use: /additem \"username\" \"module.item\" count, ex : /additem \"rj\" \"Base.Axe\" count Quoting and attempting to escape the underscore with backslash(es) don't seem to help. Tested on 41.64 Linux dedicated server.
  7. Still occurring after today's updates. Occurred roughly 4 minutes after client logon. Client buildid: 7877700 Server buildid: 7878670 EDIT: Looks like 41.63 just dropped; will try and report back.
  8. Can confirm I've been able to loot contents of placed/dropped containers (garbage bag and school bag) only to come back later and find the same looted contents in that container (relootable, even).
  9. These are configurable sandbox options: WorldItemRemovalList = "Base.Vest,Base.Shirt,Base.Blouse,Base.Skirt,Base.Shoes,Base.Hat,Base.Glasses", HoursForWorldItemRemoval = 72.0,
  10. While reading in Riverside Gigamart, my client disconnected me from the (Linux, dedicated) server with the following error: ERROR: General , 1639533357104> 451,285,570> ExceptionLogger.logException> Exception thrown java.lang.NullPointerException: Cannot invoke "zombie.audio.BaseSoundEmitter.stopSound(long)" because "this.emitter" is null at IsoStove.doSound line:263. ERROR: General , 1639533357105> 451,285,570> DebugLogStream.printException> Stack trace: java.lang.NullPointerException: Cannot invoke "zombie.audio.BaseSoundEmitter.stopSound(long)" because "this.emitter" is null at zombie.iso.objects.IsoStove.doSound(IsoStove.java:263) at zombie.iso.objects.IsoStove.setActivated(IsoStove.java:400) at zombie.iso.objects.IsoStove.update(IsoStove.java:104) at zombie.iso.IsoCell.ProcessIsoObject(IsoCell.java:2918) at zombie.iso.IsoCell.updateInternal(IsoCell.java:5714) at zombie.util.lambda.Invokers$Params1$CallbackStackItem.run(Invokers.java:37) at zombie.core.profiling.AbstractPerformanceProfileProbe.invokeAndMeasure(AbstractPerformanceProfileProbe.java:71) at zombie.core.profiling.AbstractPerformanceProfileProbe.lambda$invokeAndMeasure$0(AbstractPerformanceProfileProbe.java:83) at zombie.util.lambda.Stacks$Params3$CallbackStackItem.invoke(Stacks.java:230) at zombie.util.lambda.Stacks$GenericStack.invokeAndRelease(Stacks.java:26) at zombie.util.Lambda.capture(Lambda.java:130) at zombie.core.profiling.AbstractPerformanceProfileProbe.invokeAndMeasure(AbstractPerformanceProfileProbe.java:81) at zombie.iso.IsoCell.update(IsoCell.java:5664) at zombie.iso.IsoWorld.updateInternal(IsoWorld.java:3334) at zombie.util.lambda.Invokers$Params1$CallbackStackItem.run(Invokers.java:37) at zombie.core.profiling.AbstractPerformanceProfileProbe.invokeAndMeasure(AbstractPerformanceProfileProbe.java:71) at zombie.core.profiling.AbstractPerformanceProfileProbe.lambda$invokeAndMeasure$0(AbstractPerformanceProfileProbe.java:83) at zombie.util.lambda.Stacks$Params3$CallbackStackItem.invoke(Stacks.java:230) at zombie.util.lambda.Stacks$GenericStack.invokeAndRelease(Stacks.java:26) at zombie.util.Lambda.capture(Lambda.java:130) at zombie.core.profiling.AbstractPerformanceProfileProbe.invokeAndMeasure(AbstractPerformanceProfileProbe.java:81) at zombie.iso.IsoWorld.update(IsoWorld.java:3262) at zombie.gameStates.IngameState.updateInternal(IngameState.java:1666) at zombie.gameStates.IngameState.update(IngameState.java:1367) at zombie.gameStates.GameStateMachine.update(GameStateMachine.java:101) at zombie.GameWindow.logic(GameWindow.java:290) at zombie.core.profiling.AbstractPerformanceProfileProbe.invokeAndMeasure(AbstractPerformanceProfileProbe.java:71) at zombie.GameWindow.frameStep(GameWindow.java:746) at zombie.GameWindow.run_ez(GameWindow.java:662) at zombie.GameWindow.mainThread(GameWindow.java:476) at java.base/java.lang.Thread.run(Unknown Source) Server mods: Mods=ManySpawns;PassiveSkillsFix;MinimalDisplayBars;LitSortOGSN;LitSortOGSN_rice;LitSortOGSN_readOnePage WorkshopItems=1911132112;1095092125;2004998206;2071347174 Logging back in showed my character had been rolled back to the previous login state (lost roughly an hour).
×
×
  • Create New...