Jump to content

Heekyo Seo

Member
  • Posts

    8
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Heekyo Seo's Achievements

  1. Hello, I am currently managing my own public server and I want to change servertest_SandboxVars.lua in console. I have several problems with it, by changing parameters in servertest_SandboxVars.lua while running the game(for example, changing XpMultipler, Zombie properties, etc.). I know that it is already possible ingame with admin menu, and this would automatically apply the changes to the game at the same time. However, as I run the server with Linux and almost have no time to play, to manage my server, I use control my server remotely via ssh. If it could be possible to change Sandbox variables in console and apply, it would be very helpful.
  2. Me either. Error is plaguing my server. Suddenly somebody in server is just kicked with error and the console.txt always show below message. ERROR: General , 1653993747411> 535,385,501> ExceptionLogger.logException> Exception thrown java.lang.NullPointerException: Cannot read field "zombieRotStage" because the return value of "zombie.iso.objects.IsoDeadBody.getHumanVisual()" is null at IsoDeadBody.updateBodies line:1082. ERROR: General , 1653993747411> 535,385,502> DebugLogStream.printException> Stack trace: java.lang.NullPointerException: Cannot read field "zombieRotStage" because the return value of "zombie.iso.objects.IsoDeadBody.getHumanVisual()" is null at zombie.iso.objects.IsoDeadBody.updateBodies(IsoDeadBody.java:1082) at zombie.iso.IsoCell.updateInternal(IsoCell.java:5737) 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:5668) at zombie.iso.IsoWorld.updateInternal(IsoWorld.java:3370) 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:3298) at zombie.gameStates.IngameState.updateInternal(IngameState.java:1653) at zombie.gameStates.IngameState.update(IngameState.java:1369) at zombie.gameStates.GameStateMachine.update(GameStateMachine.java:101) at zombie.GameWindow.logic(GameWindow.java:297) at zombie.core.profiling.AbstractPerformanceProfileProbe.invokeAndMeasure(AbstractPerformanceProfileProbe.java:71) at zombie.GameWindow.frameStep(GameWindow.java:764) at zombie.GameWindow.run_ez(GameWindow.java:680) at zombie.GameWindow.mainThread(GameWindow.java:494) at java.base/java.lang.Thread.run(Unknown Source)
×
×
  • Create New...