
[Bug] Internal server close on world load.
MagmaSlime123 opened this issue ยท 0 comments
What happened?
Title.
What mod loaders are you seeing the problem on?
Fabric
What do you think this bug is of?
- Visual
- Recipe Lookup
- Cheat Mode
- Plugin Integration / JEI Plugin Compatibility
- Others
Relevant log output
Full log:
https://mclo.gs/VBkaPHW
The error itself:
[11:22:58] [REI-Cache-1/INFO]: [STDERR]: Dear ImGui Assertion Failed: GImGui != NULL && "No current context. Did you call ImGui::CreateContext() and ImGui::SetCurrentContext() ?"
[11:22:58] [REI-Cache-1/INFO]: [STDERR]: Assertion Located At: /tmp/imgui/jni/imgui.cpp:3599
[11:22:58] [REI-Cache-1/INFO]: [STDERR]: java.lang.Exception: Stack trace
[11:22:58] [REI-Cache-1/INFO]: [STDERR]: at java.base/java.lang.Thread.dumpStack(Unknown Source)
[11:22:58] [REI-Cache-1/INFO]: [STDERR]: at knot//imgui.ImGui$1.imAssertCallback(ImGui.java:94)
[11:22:58] [REI-Cache-1/INFO]: [STDERR]: at knot//imgui.assertion.ImAssertCallback.imAssert(ImAssertCallback.java:21)
[11:22:58] [REI-Cache-1/INFO]: [STDERR]: at knot//imgui.ImGui.nGetIO(Native Method)
[11:22:58] [REI-Cache-1/INFO]: [STDERR]: at knot//imgui.ImGui.getIO(ImGui.java:251)
[11:22:58] [REI-Cache-1/INFO]: [STDERR]: at knot//foundry.veil.impl.client.imgui.VeilImGuiImpl.shouldHideMouse(VeilImGuiImpl.java:197)
[11:22:58] [REI-Cache-1/INFO]: [STDERR]: at knot//net.minecraft.class_312.handler$fef000$veil$cancelMouseX(class_312.java:5048)
[11:22:58] [REI-Cache-1/INFO]: [STDERR]: at knot//net.minecraft.class_312.method_1603(class_312.java)
[11:22:58] [REI-Cache-1/INFO]: [STDERR]: at knot//me.shedaniel.math.impl.PointHelper.ofMouse(PointHelper.java:32)
[11:22:58] [REI-Cache-1/INFO]: [STDERR]: at knot//me.shedaniel.rei.impl.client.gui.widget.QueuedTooltip.<init>(QueuedTooltip.java:54)
[11:22:58] [REI-Cache-1/INFO]: [STDERR]: at knot//me.shedaniel.rei.impl.client.gui.widget.QueuedTooltip.impl(QueuedTooltip.java:60)
[11:22:58] [REI-Cache-1/INFO]: [STDERR]: at knot//me.shedaniel.rei.impl.ClientInternals.createTooltip(ClientInternals.java:148)
[11:22:58] [REI-Cache-1/INFO]: [STDERR]: at knot//me.shedaniel.rei.api.client.gui.widgets.Tooltip.from(Tooltip.java:71)
[11:22:58] [REI-Cache-1/INFO]: [STDERR]: at knot//me.shedaniel.rei.api.client.gui.widgets.Tooltip.create(Tooltip.java:55)
[11:22:58] [REI-Cache-1/INFO]: [STDERR]: at knot//me.shedaniel.rei.api.client.gui.widgets.Tooltip.create(Tooltip.java:63)
[11:22:58] [REI-Cache-1/INFO]: [STDERR]: at knot//me.shedaniel.rei.api.client.gui.widgets.Tooltip.create(Tooltip.java:67)
[11:22:58] [REI-Cache-1/INFO]: [STDERR]: at knot//me.shedaniel.rei.plugin.client.entry.ItemEntryDefinition$ItemEntryRenderer.getTooltip(ItemEntryDefinition.java:365)
[11:22:58] [REI-Cache-1/INFO]: [STDERR]: at knot//me.shedaniel.rei.impl.common.entry.AbstractEntryStack.getTooltip(AbstractEntryStack.java:196)
[11:22:58] [REI-Cache-1/INFO]: [STDERR]: at knot//me.shedaniel.rei.impl.client.search.argument.type.TooltipArgumentType.tryGetEntryStackTooltip(TooltipArgumentType.java:91)
[11:22:58] [REI-Cache-1/INFO]: [STDERR]: at knot//me.shedaniel.rei.impl.client.search.argument.type.TooltipArgumentType.cacheData(TooltipArgumentType.java:76)
[11:22:58] [REI-Cache-1/INFO]: [STDERR]: at knot//me.shedaniel.rei.impl.client.search.argument.type.TooltipArgumentType.cacheData(TooltipArgumentType.java:46)
[11:22:58] [REI-Cache-1/INFO]: [STDERR]: at knot//me.shedaniel.rei.impl.client.search.argument.ArgumentCache.cacheStacks(ArgumentCache.java:138)
[11:22:58] [REI-Cache-1/INFO]: [STDERR]: at knot//me.shedaniel.rei.impl.client.search.argument.ArgumentCache.lambda$cache$1(ArgumentCache.java:110)
[11:22:58] [REI-Cache-1/INFO]: [STDERR]: at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(Unknown Source)
[11:22:58] [REI-Cache-1/INFO]: [STDERR]: at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.exec(Unknown Source)
[11:22:58] [REI-Cache-1/INFO]: [STDERR]: at java.base/java.util.concurrent.ForkJoinTask.doExec(Unknown Source)
[11:22:58] [REI-Cache-1/INFO]: [STDERR]: at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(Unknown Source)
[11:22:58] [REI-Cache-1/INFO]: [STDERR]: at java.base/java.util.concurrent.ForkJoinPool.scan(Unknown Source)
[11:22:58] [REI-Cache-1/INFO]: [STDERR]: at java.base/java.util.concurrent.ForkJoinPool.runWorker(Unknown Source)
[11:22:58] [REI-Cache-1/INFO]: [STDERR]: at java.base/java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source)
Anything else?
N/A. I shouldn't need to give a mod list, as the error has REI painted all over it. (Also, most mod devs usually expect the use of sites such as Pastebin or Mclo.gs, I'm not dealing with something else that I barely use.)
By submitting this issue, I have included the necessary logs by pasting the contents into the correct location or attaching the file as an upload.
- Yes, and I did not use any paste services other than GitHub Gists.
By submitting this issue, I have confirmed my REI and REI's dependencies are up to date.
- Yes