Jump to content

lonegamedev

Member
  • Posts

    2
  • Joined

  • Last visited

lonegamedev's Achievements

  1. Trying to migrate to Wayland. However, text from most of the UI controls is missing for some reason. Tried proton too - same issue.
  2. In my case it prevents me from boiling bandages on electric stove, but with wood stove it still works. Pretty annoying started appearing out of the blue. ----------------------------------------- STACK TRACE ----------------------------------------- Callframe at: getUniqueRecipeItems function: createMenu -- file: ISInventoryPaneContextMenu.lua line # 273 function: onRightMouseUp -- file: ISInventoryPane.lua line # 1426 ERROR: General , 1644757086501> ExceptionLogger.logException> Exception thrown java.lang.reflect.InvocationTargetException at NativeMethodAccessorImpl.invoke0 (Native Method). ERROR: General , 1644757086501> DebugLogStream.printException> Stack trace: java.lang.reflect.InvocationTargetException 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.LuaJavaInvoker.call(LuaJavaInvoker.java:188) 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.pcallBoolean(KahluaThread.java:1924) at se.krka.kahlua.integration.LuaCaller.protectedCallBoolean(LuaCaller.java:104) at zombie.ui.UIElement.onRightMouseUp(UIElement.java:1458) at zombie.ui.UIElement.onRightMouseUp(UIElement.java:1416) at zombie.ui.UIManager.update(UIManager.java:902) at zombie.GameWindow.logic(GameWindow.java:253) at zombie.core.profiling.AbstractPerformanceProfileProbe.invokeAndMeasure(AbstractPerformanceProfileProbe.java:71) at zombie.GameWindow.frameStep(GameWindow.java:745) at zombie.GameWindow.run_ez(GameWindow.java:661) at zombie.GameWindow.mainThread(GameWindow.java:475) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.lang.IndexOutOfBoundsException: Index -1 out of bounds for length 2 at java.base/jdk.internal.util.Preconditions.outOfBounds(Unknown Source) at java.base/jdk.internal.util.Preconditions.outOfBoundsCheckIndex(Unknown Source) at java.base/jdk.internal.util.Preconditions.checkIndex(Unknown Source) at java.base/java.util.Objects.checkIndex(Unknown Source) at java.base/java.util.ArrayList.get(Unknown Source) at zombie.inventory.RecipeManager$RMRecipeSource.getAvailableItems(RecipeManager.java:723) at zombie.inventory.RecipeManager$RMRecipe.getAvailableItems(RecipeManager.java:618) at zombie.inventory.RecipeManager.getAvailableItems(RecipeManager.java:1025) at zombie.inventory.RecipeManager.getAvailableItemsNeeded(RecipeManager.java:1002) at zombie.inventory.RecipeManager.HasAllRequiredItems(RecipeManager.java:441) at zombie.inventory.RecipeManager.IsRecipeValid(RecipeManager.java:333) at zombie.inventory.RecipeManager.getUniqueRecipeItems(RecipeManager.java:289)
×
×
  • Create New...