Skip to content

Instantly share code, notes, and snippets.

@bdew
Created April 10, 2018 20:57
Show Gist options
  • Save bdew/4f0cdeda8c007ab4584c49f781e7b0ba to your computer and use it in GitHub Desktop.
Save bdew/4f0cdeda8c007ab4584c49f781e7b0ba to your computer and use it in GitHub Desktop.
2018-04-10 18:14:25] WARNING com.wurmonline.server.behaviours.UnfinishedItemBehaviour: Equinox weird:bound must be positive
java.lang.IllegalArgumentException: bound must be positive
at java.util.Random.nextInt(Random.java:388)
at com.wurmonline.server.epic.EpicServerStatus.getRandomItemTemplateUsed(EpicServerStatus.java:1522)
at com.wurmonline.server.epic.EpicServerStatus.createGenericRitualMission(EpicServerStatus.java:1978)
at com.wurmonline.server.epic.EpicServerStatus.createMSRitualMission(EpicServerStatus.java:2017)
at com.wurmonline.server.epic.EpicServerStatus.generateNewMissionForEpicEntity(EpicServerStatus.java:1839)
at com.wurmonline.server.tutorial.TriggerEffect.effect(TriggerEffect.java:1206)
at com.wurmonline.server.tutorial.TriggerRun.runEffect(TriggerRun.java:251)
at com.wurmonline.server.tutorial.TriggerRun.run(TriggerRun.java:163)
at com.wurmonline.server.tutorial.MissionTriggers.activateTriggers(MissionTriggers.java:390)
at com.wurmonline.server.behaviours.UnfinishedItemBehaviour.action(UnfinishedItemBehaviour.java:277)
at com.wurmonline.server.behaviours.Action.poll(Action.java:3563)
at com.wurmonline.server.behaviours.ActionStack.poll(ActionStack.java:243)
at com.wurmonline.server.players.Player.pollActions(Player.java:9693)
at com.wurmonline.server.Players.pollPlayers$1(Players.java:4543)
at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.gotti.wurmunlimited.modloader.server.ProxyServerHook$6$1.invoke(ProxyServerHook.java:181)
at org.gotti.wurmunlimited.modloader.classhooks.HookManager.invoke(HookManager.java:344)
at com.wurmonline.server.Players.pollPlayers(Players.java)
at com.wurmonline.server.Server.run(Server.java:1905)
at java.util.TimerThread.mainLoop(Timer.java:555)
at java.util.TimerThread.run(Timer.java:505)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment