Created
September 1, 2021 09:29
-
-
Save desht/3c3a2d56ec3ac43288bdbec0c55cbd9a to your computer and use it in GitHub Desktop.
JEI 1.17.x ghost ingredient crash
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[10:28:55] [Render thread/INFO]: OpenGL debug message: id=1280, source=API, type=ERROR, severity=HIGH, message='GL_INVALID_ENUM error generated. Cannot enable <cap> in the current profile.' | |
[10:28:55] [Render thread/INFO]: OpenGL debug message: id=1281, source=API, type=ERROR, severity=HIGH, message='GL_INVALID_VALUE error generated. Operation is not valid from a preview context.' | |
FATAL ERROR in native method: Thread[Render thread,5,main]: No context is current or a function that is not available in the current context was called. The JVM will abort execution. | |
at org.lwjgl.opengl.GL11.glBegin(org.lwjgl.opengl/Native Method) | |
at mezz.jei.gui.ghost.GhostIngredientDrag.drawItem([email protected]/GhostIngredientDrag.java:83) | |
at mezz.jei.gui.ghost.GhostIngredientDragManager.drawTooltips([email protected]/GhostIngredientDragManager.java:51) | |
at mezz.jei.gui.overlay.IngredientListOverlay.drawTooltips([email protected]/IngredientListOverlay.java:177) | |
at mezz.jei.gui.GuiEventHandler.onDrawScreenEventPost([email protected]/GuiEventHandler.java:142) | |
at mezz.jei.gui.GuiEventHandler$$Lambda$7746/0x0000000801ba7bd8.accept([email protected]/Unknown Source) | |
at mezz.jei.events.EventBusHelper.lambda$registerWeakListener$2([email protected]/EventBusHelper.java:116) | |
at mezz.jei.events.EventBusHelper$$Lambda$7689/0x0000000801b8ca10.accept([email protected]/Unknown Source) | |
at net.minecraftforge.eventbus.EventBus.doCastFilter([email protected]/EventBus.java:247) | |
at net.minecraftforge.eventbus.EventBus.lambda$addListener$11([email protected]/EventBus.java:239) | |
at net.minecraftforge.eventbus.EventBus$$Lambda$3927/0x000000080157a660.invoke([email protected]/Unknown Source) | |
at net.minecraftforge.eventbus.EventBus$$Lambda$3370/0x00000008014bc200.invoke([email protected]/Unknown Source) | |
at net.minecraftforge.eventbus.EventBus.post([email protected]/EventBus.java:302) | |
at net.minecraftforge.eventbus.EventBus.post([email protected]/EventBus.java:283) | |
at net.minecraftforge.client.ForgeHooksClient.drawScreen([email protected]/ForgeHooksClient.java:308) | |
at net.minecraft.client.renderer.GameRenderer.render([email protected]/GameRenderer.java:897) | |
at net.minecraft.client.Minecraft.runTick([email protected]/Minecraft.java:1066) | |
at net.minecraft.client.Minecraft.run([email protected]/Minecraft.java:665) | |
at net.minecraft.client.main.Main.main([email protected]/Main.java:186) | |
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0([email protected]/Native Method) | |
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke([email protected]/NativeMethodAccessorImpl.java:78) | |
at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke([email protected]/DelegatingMethodAccessorImpl.java:43) | |
at java.lang.reflect.Method.invoke([email protected]/Method.java:567) | |
at net.minecraftforge.fml.loading.targets.ForgeClientUserdevLaunchHandler.lambda$launchService$0([email protected]/ForgeClientUserdevLaunchHandler.java:38) | |
at net.minecraftforge.fml.loading.targets.ForgeClientUserdevLaunchHandler$$Lambda$782/0x0000000800fae390.call([email protected]/Unknown Source) | |
at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch([email protected]/LaunchServiceHandlerDecorator.java:37) | |
at cpw.mods.modlauncher.LaunchServiceHandler.launch([email protected]/LaunchServiceHandler.java:53) | |
at cpw.mods.modlauncher.LaunchServiceHandler.launch([email protected]/LaunchServiceHandler.java:71) | |
at cpw.mods.modlauncher.Launcher.run([email protected]/Launcher.java:106) | |
at cpw.mods.modlauncher.Launcher.main([email protected]/Launcher.java:77) | |
at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept([email protected]/BootstrapLaunchConsumer.java:26) | |
at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept([email protected]/BootstrapLaunchConsumer.java:23) | |
at cpw.mods.bootstraplauncher.BootstrapLauncher.main([email protected]/BootstrapLauncher.java:90) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment