Created
January 9, 2016 14:21
-
-
Save AEnterprise/0f1f1ce1dd1823befff8 to your computer and use it in GitHub Desktop.
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
[15:18:51] [Client thread/INFO]: [net.minecraft.init.Bootstrap:printToSYSOUT:612]: ---- Minecraft Crash Report ---- | |
// Oops. | |
Time: 9/01/16 15:18 | |
Description: Updating screen events | |
java.lang.NullPointerException: Updating screen events | |
at mezz.jei.gui.Focus.getFluidFromItemStack(Focus.java:68) | |
at mezz.jei.gui.Focus.<init>(Focus.java:54) | |
at mezz.jei.gui.ingredients.GuiItemStackFastList.getFocusUnderMouse(GuiItemStackFastList.java:68) | |
at mezz.jei.gui.ItemListOverlay.getFocusUnderMouse(ItemListOverlay.java:269) | |
at mezz.jei.input.InputHandler.getFocusUnderMouseForKey(InputHandler.java:120) | |
at mezz.jei.input.InputHandler.handleKeyDown(InputHandler.java:208) | |
at mezz.jei.input.InputHandler.handleKeyEvent(InputHandler.java:183) | |
at mezz.jei.GuiEventHandler.onGuiKeyboardEvent(GuiEventHandler.java:137) | |
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_14_GuiEventHandler_onGuiKeyboardEvent_Pre.invoke(.dynamic) | |
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:55) | |
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:140) | |
at net.minecraft.client.gui.GuiScreen.handleInput(GuiScreen.java:607) | |
at net.minecraft.client.Minecraft.runTick(Minecraft.java:1784) | |
at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:1100) | |
at net.minecraft.client.Minecraft.run(Minecraft.java:384) | |
at net.minecraft.client.main.Main.main(Main.java:116) | |
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
at java.lang.reflect.Method.invoke(Method.java:606) | |
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) | |
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) | |
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
at java.lang.reflect.Method.invoke(Method.java:606) | |
at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) | |
at GradleStart.main(GradleStart.java:26) | |
A detailed walkthrough of the error, its code path and all known details is as follows: | |
--------------------------------------------------------------------------------------- | |
-- Head -- | |
Stacktrace: | |
at mezz.jei.gui.Focus.getFluidFromItemStack(Focus.java:68) | |
at mezz.jei.gui.Focus.<init>(Focus.java:54) | |
at mezz.jei.gui.ingredients.GuiItemStackFastList.getFocusUnderMouse(GuiItemStackFastList.java:68) | |
at mezz.jei.gui.ItemListOverlay.getFocusUnderMouse(ItemListOverlay.java:269) | |
at mezz.jei.input.InputHandler.getFocusUnderMouseForKey(InputHandler.java:120) | |
at mezz.jei.input.InputHandler.handleKeyDown(InputHandler.java:208) | |
at mezz.jei.input.InputHandler.handleKeyEvent(InputHandler.java:183) | |
at mezz.jei.GuiEventHandler.onGuiKeyboardEvent(GuiEventHandler.java:137) | |
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_14_GuiEventHandler_onGuiKeyboardEvent_Pre.invoke(.dynamic) | |
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:55) | |
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:140) | |
at net.minecraft.client.gui.GuiScreen.handleInput(GuiScreen.java:607) | |
-- Affected screen -- | |
Details: | |
Screen name: net.minecraft.client.gui.inventory.GuiContainerCreative | |
-- Affected level -- | |
Details: | |
Level name: MpServer | |
All players: 1 total; [EntityPlayerSP['AEnterprise'/19, l='MpServer', x=-1384,30, y=4,00, z=536,15]] | |
Chunk stats: MultiplayerChunkCache: 623, 623 | |
Level seed: 0 | |
Level generator: ID 01 - flat, ver 0. Features enabled: false | |
Level generator options: | |
Level spawn location: -1373,00,4,00,538,00 - World: (-1373,4,538), Chunk: (at 3,0,10 in -86,33; contains blocks -1376,0,528 to -1361,255,543), Region: (-3,1; contains chunks -96,32 to -65,63, blocks -1536,0,512 to -1025,255,1023) | |
Level time: 70430 game time, 5113 day time | |
Level dimension: 0 | |
Level storage version: 0x00000 - Unknown? | |
Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false) | |
Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: false | |
Forced entities: 6 total; [EntityCow['Cow'/3, l='MpServer', x=-1450,97, y=4,00, z=579,13], EntityPig['Pig'/5, l='MpServer', x=-1404,09, y=4,00, z=596,84], EntityCow['Cow'/6, l='MpServer', x=-1361,03, y=4,00, z=570,09], EntityRabbit['Rabbit'/9, l='MpServer', x=-1337,50, y=4,00, z=609,50], EntityPlayerSP['AEnterprise'/19, l='MpServer', x=-1384,30, y=4,00, z=536,15], EntityChicken['Chicken'/10, l='MpServer', x=-1321,50, y=4,00, z=473,50]] | |
Retry entities: 0 total; [] | |
Server brand: fml,forge | |
Server type: Integrated singleplayer server | |
Stacktrace: | |
at net.minecraft.client.multiplayer.WorldClient.addWorldInfoToCrashReport(WorldClient.java:393) | |
at net.minecraft.client.Minecraft.addGraphicsAndWorldToCrashReport(Minecraft.java:2675) | |
at net.minecraft.client.Minecraft.run(Minecraft.java:405) | |
at net.minecraft.client.main.Main.main(Main.java:116) | |
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
at java.lang.reflect.Method.invoke(Method.java:606) | |
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) | |
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) | |
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
at java.lang.reflect.Method.invoke(Method.java:606) | |
at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) | |
at GradleStart.main(GradleStart.java:26) | |
-- System Details -- | |
Details: | |
Minecraft Version: 1.8.9 | |
Operating System: Windows 8.1 (amd64) version 6.3 | |
Java Version: 1.7.0_65, Oracle Corporation | |
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation | |
Memory: 470428592 bytes (448 MB) / 851968000 bytes (812 MB) up to 3791650816 bytes (3616 MB) | |
JVM Flags: 0 total; | |
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 | |
FML: MCP 9.19 Powered by Forge 11.15.0.1688 5 mods loaded, 5 mods active | |
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored | |
UCHIJAAAA mcp{9.18} [Minecraft Coder Pack] (minecraft.jar) | |
UCHIJAAAA FML{8.0.99.99} [Forge Mod Loader] (forgeSrc-1.8.9-11.15.0.1688-PROJECT(Kinetic Revolution).jar) | |
UCHIJAAAA Forge{11.15.0.1688} [Minecraft Forge] (forgeSrc-1.8.9-11.15.0.1688-PROJECT(Kinetic Revolution).jar) | |
UCHIJAAAA kineticrevolution{@MODVERSION@} [Kinetic Revolution] (Kinetic Revolution) | |
UCHIJAAAA JEI{2.14.0.67} [Just Enough Items] (jei_1.8.9-2.14.0.67.jar) | |
Loaded coremods (and transformers): | |
GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 358.91' Renderer: 'GeForce GTX 660/PCIe/SSE2' | |
Launched Version: 1.8.9 | |
LWJGL: 2.9.4 | |
OpenGL: GeForce GTX 660/PCIe/SSE2 GL version 4.5.0 NVIDIA 358.91, NVIDIA Corporation | |
GL Caps: Using GL 1.3 multitexturing. | |
Using GL 1.3 texture combiners. | |
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported. | |
Shaders are available because OpenGL 2.1 is supported. | |
VBOs are available because OpenGL 1.5 is supported. | |
Using VBOs: No | |
Is Modded: Definitely; Client brand changed to 'fml,forge' | |
Type: Client (map_client.txt) | |
Resource Packs: | |
Current Language: English (US) | |
Profiler Position: N/A (disabled) | |
CPU: 8x Intel(R) Core(TM) i7-3770K CPU @ 3.50GHz |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment