Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [17:37:56] [Server thread/INFO] [FML]: Unloading dimension -1
- [17:37:56] [Server thread/INFO] [FML]: Unloading dimension 1
- [17:37:57] [Server thread/INFO] [FML]: Applying holder lookups
- [17:37:57] [Server thread/INFO] [FML]: Holder lookups applied
- [17:37:57] [Client thread/FATAL]: Reported exception thrown!
- net.minecraft.util.ReportedException: Updating screen events
- at net.minecraft.client.Minecraft.runTick(Minecraft.java:1774) ~[Minecraft.class:?]
- at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:1080) ~[Minecraft.class:?]
- at net.minecraft.client.Minecraft.run(Minecraft.java:380) [Minecraft.class:?]
- at net.minecraft.client.main.Main.main(Main.java:116) [Main.class:?]
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_51]
- at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_51]
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_51]
- at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_51]
- at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
- at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_51]
- at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_51]
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_51]
- at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_51]
- at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) [start/:?]
- at GradleStart.main(GradleStart.java:26) [start/:?]
- Caused by: java.lang.NullPointerException
- at net.minecraft.item.ItemStack.isItemStackEqual(ItemStack.java:444) ~[ItemStack.class:?]
- at net.minecraft.item.ItemStack.getIsItemStackEqual(ItemStack.java:505) ~[ItemStack.class:?]
- at com.looke81.tat.inventory.SlotBaublesInv.isItemValid(SlotBaublesInv.java:25) ~[SlotBaublesInv.class:?]
- at net.minecraft.inventory.Container.slotClick(Container.java:301) ~[Container.class:?]
- at com.looke81.tat.inventory.ContainerBaublesBag.slotClick(ContainerBaublesBag.java:103) ~[ContainerBaublesBag.class:?]
- at net.minecraft.client.multiplayer.PlayerControllerMP.windowClick(PlayerControllerMP.java:535) ~[PlayerControllerMP.class:?]
- at net.minecraft.client.gui.inventory.GuiContainer.handleMouseClick(GuiContainer.java:677) ~[GuiContainer.class:?]
- at net.minecraft.client.gui.inventory.GuiContainer.mouseReleased(GuiContainer.java:633) ~[GuiContainer.class:?]
- at net.minecraft.client.gui.GuiScreen.handleMouseInput(GuiScreen.java:630) ~[GuiScreen.class:?]
- at net.minecraft.client.gui.GuiScreen.handleInput(GuiScreen.java:586) ~[GuiScreen.class:?]
- at net.minecraft.client.Minecraft.runTick(Minecraft.java:1761) ~[Minecraft.class:?]
- ... 15 more
- [17:37:57] [Client thread/INFO] [STDOUT]: [net.minecraft.init.Bootstrap:printToSYSOUT:612]: ---- Minecraft Crash Report ----
- // I bet Cylons wouldn't have this problem.
- Time: 3/7/16 5:37 PM
- Description: Updating screen events
- java.lang.NullPointerException: Updating screen events
- at net.minecraft.item.ItemStack.isItemStackEqual(ItemStack.java:444)
- at net.minecraft.item.ItemStack.getIsItemStackEqual(ItemStack.java:505)
- at com.looke81.tat.inventory.SlotBaublesInv.isItemValid(SlotBaublesInv.java:25)
- at net.minecraft.inventory.Container.slotClick(Container.java:301)
- at com.looke81.tat.inventory.ContainerBaublesBag.slotClick(ContainerBaublesBag.java:103)
- at net.minecraft.client.multiplayer.PlayerControllerMP.windowClick(PlayerControllerMP.java:535)
- at net.minecraft.client.gui.inventory.GuiContainer.handleMouseClick(GuiContainer.java:677)
- at net.minecraft.client.gui.inventory.GuiContainer.mouseReleased(GuiContainer.java:633)
- at net.minecraft.client.gui.GuiScreen.handleMouseInput(GuiScreen.java:630)
- at net.minecraft.client.gui.GuiScreen.handleInput(GuiScreen.java:586)
- at net.minecraft.client.Minecraft.runTick(Minecraft.java:1761)
- at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:1080)
- at net.minecraft.client.Minecraft.run(Minecraft.java:380)
- at net.minecraft.client.main.Main.main(Main.java:116)
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
- at java.lang.reflect.Method.invoke(Unknown Source)
- 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(Unknown Source)
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
- at java.lang.reflect.Method.invoke(Unknown Source)
- 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 net.minecraft.item.ItemStack.isItemStackEqual(ItemStack.java:444)
- at net.minecraft.item.ItemStack.getIsItemStackEqual(ItemStack.java:505)
- at com.looke81.tat.inventory.SlotBaublesInv.isItemValid(SlotBaublesInv.java:25)
- at net.minecraft.inventory.Container.slotClick(Container.java:301)
- at com.looke81.tat.inventory.ContainerBaublesBag.slotClick(ContainerBaublesBag.java:103)
- at net.minecraft.client.multiplayer.PlayerControllerMP.windowClick(PlayerControllerMP.java:535)
- at net.minecraft.client.gui.inventory.GuiContainer.handleMouseClick(GuiContainer.java:677)
- at net.minecraft.client.gui.inventory.GuiContainer.mouseReleased(GuiContainer.java:633)
- at net.minecraft.client.gui.GuiScreen.handleMouseInput(GuiScreen.java:630)
- at net.minecraft.client.gui.GuiScreen.handleInput(GuiScreen.java:586)
- -- Affected screen --
- Details:
- Screen name: com.looke81.tat.gui.GuiBaublesBag
- -- Affected level --
- Details:
- Level name: MpServer
- All players: 1 total; [EntityPlayerSP['Player671'/209, l='MpServer', x=-1275.73, y=10.61, z=-974.92]]
- Chunk stats: MultiplayerChunkCache: 622, 622
- Level seed: 0
- Level generator: ID 01 - flat, ver 0. Features enabled: false
- Level generator options:
- Level spawn location: -1263.00,4.00,-975.00 - World: (-1263,4,-975), Chunk: (at 1,0,1 in -79,-61; contains blocks -1264,0,-976 to -1249,255,-961), Region: (-3,-2; contains chunks -96,-64 to -65,-33, blocks -1536,0,-1024 to -1025,255,-513)
- Level time: 92623 game time, 39662 day time
- Level dimension: 0
- Level storage version: 0x00000 - Unknown?
- Level weather: Rain time: 0 (now: true), thunder time: 0 (now: false)
- Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: false
- Forced entities: 83 total; [EntityCow['Cow'/137, l='MpServer', x=-1234.31, y=4.00, z=-978.78], EntitySheep['Sheep'/136, l='MpServer', x=-1232.41, y=4.00, z=-1007.84], EntityChicken['Chicken'/138, l='MpServer', x=-1242.63, y=4.00, z=-964.34], EntityChicken['Chicken'/133, l='MpServer', x=-1244.56, y=4.00, z=-1029.03], EntityChicken['Chicken'/132, l='MpServer', x=-1238.59, y=4.00, z=-1041.34], EntityItem['item.item.egg'/135, l='MpServer', x=-1244.59, y=4.00, z=-1028.59], EntityItem['item.item.egg'/134, l='MpServer', x=-1247.56, y=4.00, z=-1030.44], EntitySheep['Sheep'/152, l='MpServer', x=-1219.84, y=4.00, z=-920.88], EntityChicken['Chicken'/153, l='MpServer', x=-1224.31, y=4.00, z=-915.41], EntityRabbit['Rabbit'/154, l='MpServer', x=-1216.31, y=4.00, z=-898.81], EntityItem['item.item.egg'/125795, l='MpServer', x=-1242.94, y=4.00, z=-964.47], EntityCow['Cow'/148, l='MpServer', x=-1219.84, y=4.00, z=-1012.97], EntityChicken['Chicken'/149, l='MpServer', x=-1218.41, y=4.00, z=-990.63], EntityItem['item.item.egg'/150, l='MpServer', x=-1219.06, y=4.00, z=-991.03], EntityRabbit['Rabbit'/151, l='MpServer', x=-1231.44, y=4.00, z=-939.81], EntityRabbit['Rabbit'/34, l='MpServer', x=-1352.06, y=4.00, z=-1035.41], EntitySheep['Sheep'/171, l='MpServer', x=-1210.22, y=4.00, z=-907.66], EntityChicken['Chicken'/170, l='MpServer', x=-1215.78, y=4.00, z=-905.53], EntityChicken['Chicken'/169, l='MpServer', x=-1213.63, y=4.00, z=-923.44], EntityChicken['Chicken'/33, l='MpServer', x=-1347.59, y=4.00, z=-1024.66], EntityRabbit['Rabbit'/168, l='MpServer', x=-1212.66, y=4.00, z=-939.59], EntityCow['Cow'/39, l='MpServer', x=-1345.16, y=4.00, z=-979.13], EntityRabbit['Rabbit'/37, l='MpServer', x=-1346.19, y=4.00, z=-1021.59], EntityCow['Cow'/42, l='MpServer', x=-1354.88, y=4.00, z=-918.88], EntityCow['Cow'/43, l='MpServer', x=-1352.25, y=4.00, z=-917.22], EntityHorse['Horse'/40, l='MpServer', x=-1346.88, y=4.00, z=-933.69], EntityChicken['Chicken'/41, l='MpServer', x=-1350.44, y=4.00, z=-936.66], EntityCow['Cow'/46, l='MpServer', x=-1351.72, y=4.00, z=-898.75], EntityCow['Cow'/167, l='MpServer', x=-1208.28, y=4.00, z=-935.34], EntityHorse['Horse'/166, l='MpServer', x=-1201.25, y=4.00, z=-934.03], EntityRabbit['Rabbit'/165, l='MpServer', x=-1201.16, y=4.00, z=-967.06], EntityChicken['Chicken'/45, l='MpServer', x=-1353.34, y=4.00, z=-911.56], EntityCow['Cow'/164, l='MpServer', x=-1215.13, y=4.00, z=-1030.00], EntityCow['Cow'/51, l='MpServer', x=-1338.09, y=4.00, z=-1009.88], EntityPig['Pig'/50, l='MpServer', x=-1333.06, y=4.00, z=-1021.03], EntityRabbit['Rabbit'/49, l='MpServer', x=-1334.06, y=4.00, z=-1042.72], EntityHorse['Horse'/184, l='MpServer', x=-1196.03, y=4.00, z=-936.06], EntitySheep['Sheep'/55, l='MpServer', x=-1333.94, y=4.00, z=-917.94], EntityRabbit['Rabbit'/54, l='MpServer', x=-1341.38, y=4.00, z=-913.59], EntityRabbit['Rabbit'/53, l='MpServer', x=-1343.31, y=4.00, z=-947.88], EntityHorse['Horse'/52, l='MpServer', x=-1341.28, y=4.00, z=-1004.50], EntityChicken['Chicken'/57, l='MpServer', x=-1325.75, y=4.00, z=-909.44], EntityRabbit['Rabbit'/56, l='MpServer', x=-1343.81, y=4.00, z=-907.63], EntityRabbit['Rabbit'/63, l='MpServer', x=-1319.59, y=4.00, z=-952.63], EntityHorse['Horse'/62, l='MpServer', x=-1317.84, y=4.00, z=-965.38], EntityChicken['Chicken'/61, l='MpServer', x=-1327.50, y=4.00, z=-1031.66], EntityChicken['Chicken'/60, l='MpServer', x=-1323.66, y=4.00, z=-1054.38], EntityChicken['Chicken'/68, l='MpServer', x=-1331.41, y=4.00, z=-947.38], EntityCow['Cow'/69, l='MpServer', x=-1317.31, y=4.00, z=-913.31], EntityHorse['Horse'/70, l='MpServer', x=-1310.19, y=4.00, z=-914.63], EntityHorse['Horse'/64, l='MpServer', x=-1313.38, y=4.00, z=-942.84], EntityCow['Cow'/65, l='MpServer', x=-1311.19, y=4.00, z=-930.91], EntitySheep['Sheep'/66, l='MpServer', x=-1312.13, y=4.00, z=-941.09], EntityItem['item.item.egg'/67, l='MpServer', x=-1313.31, y=4.00, z=-930.53], EntityChicken['Chicken'/76, l='MpServer', x=-1292.06, y=4.00, z=-975.14], EntityItem['item.item.egg'/77, l='MpServer', x=-1304.00, y=4.00, z=-964.72], EntityChicken['Chicken'/78, l='MpServer', x=-1287.66, y=4.00, z=-956.59], EntityHorse['Horse'/79, l='MpServer', x=-1297.00, y=4.00, z=-948.75], EntityRabbit['Rabbit'/73, l='MpServer', x=-1308.66, y=4.00, z=-1044.69], EntityPig['Pig'/74, l='MpServer', x=-1296.19, y=4.00, z=-1005.09], EntityHorse['Horse'/75, l='MpServer', x=-1311.88, y=4.00, z=-972.72], EntityChicken['Chicken'/85, l='MpServer', x=-1304.41, y=4.00, z=-925.63], EntityItem['item.item.egg'/84, l='MpServer', x=-1302.44, y=4.00, z=-912.13], EntityHorse['Horse'/81, l='MpServer', x=-1311.72, y=4.00, z=-957.91], EntityHorse['Horse'/80, l='MpServer', x=-1310.03, y=4.00, z=-945.88], EntityChicken['Chicken'/83, l='MpServer', x=-1307.78, y=4.00, z=-922.06], EntityHorse['Horse'/82, l='MpServer', x=-1302.31, y=4.00, z=-942.50], EntityHorse['Horse'/93, l='MpServer', x=-1284.88, y=4.00, z=-940.75], EntityRabbit['Rabbit'/92, l='MpServer', x=-1283.16, y=4.00, z=-949.34], EntityChicken['Chicken'/95, l='MpServer', x=-1293.44, y=4.00, z=-920.38], EntityChicken['Chicken'/94, l='MpServer', x=-1287.63, y=4.00, z=-931.44], EntityRabbit['Rabbit'/89, l='MpServer', x=-1291.63, y=4.00, z=-1017.25], EntitySheep['Sheep'/88, l='MpServer', x=-1290.72, y=4.00, z=-1020.75], EntityChicken['Chicken'/91, l='MpServer', x=-1290.31, y=4.00, z=-962.44], EntityItem['item.item.egg'/90, l='MpServer', x=-1282.94, y=4.00, z=-961.97], EntityChicken['Chicken'/96, l='MpServer', x=-1291.63, y=4.00, z=-899.50], EntityItem['item.tile.stone.diorite'/108, l='MpServer', x=-1271.44, y=4.00, z=-974.34], EntityPig['Pig'/106, l='MpServer', x=-1268.84, y=4.00, z=-1018.78], EntityItem['item.item.Wings'/107, l='MpServer', x=-1272.13, y=4.00, z=-972.56], EntityPlayerSP['Player671'/209, l='MpServer', x=-1275.73, y=10.61, z=-974.92], EntityChicken['Chicken'/123, l='MpServer', x=-1250.38, y=4.00, z=-906.72], EntitySheep['Sheep'/122, l='MpServer', x=-1253.00, y=4.00, z=-948.00], EntityPig['Pig'/121, l='MpServer', x=-1262.91, y=4.00, z=-1014.63]]
- Retry entities: 0 total; []
- Server brand: fml,forge
- Server type: Integrated singleplayer server
- Stacktrace:
- at net.minecraft.client.multiplayer.WorldClient.addWorldInfoToCrashReport(WorldClient.java:383)
- at net.minecraft.client.Minecraft.addGraphicsAndWorldToCrashReport(Minecraft.java:2645)
- at net.minecraft.client.Minecraft.run(Minecraft.java:401)
- at net.minecraft.client.main.Main.main(Main.java:116)
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
- at java.lang.reflect.Method.invoke(Unknown Source)
- 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(Unknown Source)
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
- at java.lang.reflect.Method.invoke(Unknown Source)
- 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 (amd64) version 6.2
- Java Version: 1.7.0_51, Oracle Corporation
- Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
- Memory: 829233912 bytes (790 MB) / 1037959168 bytes (989 MB) up to 1037959168 bytes (989 MB)
- JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M
- IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
- FML: MCP 9.19 Powered by Forge 11.15.0.1688 6 mods loaded, 6 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(This and That).jar)
- UCHIJAAAA Forge{11.15.0.1688} [Minecraft Forge] (forgeSrc-1.8.9-11.15.0.1688-PROJECT(This and That).jar)
- UCHIJAAAA tat{1.0} [tat] (bin)
- UCHIJAAAA JEI{2.16.2.78} [Just Enough Items] (jei_1.8.9-2.16.2.78.jar)
- UCHIJAAAA Baubles{1.1.3.0} [Baubles] (Baubles-1.8.9-1.1.3.0-deobf.jar)
- Loaded coremods (and transformers):
- GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 361.43' Renderer: 'GeForce GTX 750 Ti/PCIe/SSE2'
- Launched Version: 1.8.9
- LWJGL: 2.9.4
- OpenGL: GeForce GTX 750 Ti/PCIe/SSE2 GL version 4.5.0 NVIDIA 361.43, 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-2600 CPU @ 3.40GHz
- [17:37:57] [Client thread/INFO] [STDOUT]: [net.minecraft.init.Bootstrap:printToSYSOUT:612]: #@!@# Game crashed! Crash report saved to: #@!@# C:\Users\Daniel\Desktop\This and That\run\.\crash-reports\crash-2016-03-07_17.37.57-client.txt
- AL lib: (EE) alc_cleanup: 1 device not closed
Add Comment
Please, Sign In to add comment