Advertisement
kreezxil

NPE

Mar 17th, 2018
236
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.25 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // I blame Dinnerbone.
  3.  
  4. Time: 3/17/18 10:29 AM
  5. Description: Updating screen events
  6.  
  7. java.lang.NullPointerException: Updating screen events
  8. at com.minecolonies.structures.helpers.Structure.getSize(Structure.java:530)
  9. at com.minecolonies.structures.helpers.StructureProxy.rotateWithMirror(StructureProxy.java:235)
  10. at com.minecolonies.coremod.util.StructureWrapper.rotate(StructureWrapper.java:138)
  11. at com.minecolonies.coremod.client.gui.WindowBuildBuilding.updateResources(WindowBuildBuilding.java:180)
  12. at com.minecolonies.coremod.client.gui.WindowBuildBuilding.onDropDownListChanged(WindowBuildBuilding.java:300)
  13. at com.minecolonies.coremod.client.gui.WindowBuildBuilding$$Lambda$427/1222273047.accept(Unknown Source)
  14. at com.minecolonies.blockout.views.DropDownList.setSelectedIndex(DropDownList.java:202)
  15. at com.minecolonies.coremod.client.gui.WindowBuildBuilding.updateStyles(WindowBuildBuilding.java:163)
  16. at com.minecolonies.coremod.client.gui.WindowBuildBuilding.onOpened(WindowBuildBuilding.java:326)
  17. at com.minecolonies.blockout.Screen.func_73866_w_(Screen.java:119)
  18. at net.minecraft.client.gui.GuiScreen.func_146280_a(GuiScreen.java:478)
  19. at net.minecraft.client.Minecraft.func_147108_a(Minecraft.java:1016)
  20. at net.minecraftforge.fml.client.FMLClientHandler.showGuiScreen(FMLClientHandler.java:534)
  21. at net.minecraftforge.fml.common.FMLCommonHandler.showGuiScreen(FMLCommonHandler.java:321)
  22. at com.minecolonies.blockout.views.Window.open(Window.java:168)
  23. at com.minecolonies.coremod.client.gui.AbstractWindowBuilding.buildClicked(AbstractWindowBuilding.java:70)
  24. at com.minecolonies.coremod.client.gui.AbstractWindowBuilding$$Lambda$418/2097530993.run(Unknown Source)
  25. at com.minecolonies.coremod.client.gui.AbstractWindowSkeleton.lambda$registerButton$0(AbstractWindowSkeleton.java:41)
  26. at com.minecolonies.coremod.client.gui.AbstractWindowSkeleton$$Lambda$386/1840957768.accept(Unknown Source)
  27. at com.minecolonies.coremod.client.gui.AbstractWindowSkeleton.onButtonClicked(AbstractWindowSkeleton.java:68)
  28. at com.minecolonies.coremod.client.gui.AbstractWindowBuilding.onButtonClicked(AbstractWindowBuilding.java:203)
  29. at com.minecolonies.blockout.controls.Button.handleClick(Button.java:95)
  30. at com.minecolonies.blockout.Pane.click(Pane.java:454)
  31. at com.minecolonies.blockout.views.View.click(View.java:150)
  32. at com.minecolonies.blockout.views.View.click(View.java:150)
  33. at com.minecolonies.blockout.Screen.func_73864_a(Screen.java:77)
  34. at net.minecraft.client.gui.GuiScreen.func_146274_d(GuiScreen.java:533)
  35. at com.minecolonies.blockout.Screen.func_146274_d(Screen.java:88)
  36. at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:501)
  37. at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1757)
  38. at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1096)
  39. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:397)
  40. at net.minecraft.client.main.Main.main(SourceFile:123)
  41. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  42. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  43. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  44. at java.lang.reflect.Method.invoke(Method.java:483)
  45. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  46. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  47.  
  48.  
  49. A detailed walkthrough of the error, its code path and all known details is as follows:
  50. ---------------------------------------------------------------------------------------
  51.  
  52. -- Head --
  53. Thread: Client thread
  54. Stacktrace:
  55. at com.minecolonies.structures.helpers.Structure.getSize(Structure.java:530)
  56. at com.minecolonies.structures.helpers.StructureProxy.rotateWithMirror(StructureProxy.java:235)
  57. at com.minecolonies.coremod.util.StructureWrapper.rotate(StructureWrapper.java:138)
  58. at com.minecolonies.coremod.client.gui.WindowBuildBuilding.updateResources(WindowBuildBuilding.java:180)
  59. at com.minecolonies.coremod.client.gui.WindowBuildBuilding.onDropDownListChanged(WindowBuildBuilding.java:300)
  60. at com.minecolonies.coremod.client.gui.WindowBuildBuilding$$Lambda$427/1222273047.accept(Unknown Source)
  61. at com.minecolonies.blockout.views.DropDownList.setSelectedIndex(DropDownList.java:202)
  62. at com.minecolonies.coremod.client.gui.WindowBuildBuilding.updateStyles(WindowBuildBuilding.java:163)
  63. at com.minecolonies.coremod.client.gui.WindowBuildBuilding.onOpened(WindowBuildBuilding.java:326)
  64. at com.minecolonies.blockout.Screen.func_73866_w_(Screen.java:119)
  65. at net.minecraft.client.gui.GuiScreen.func_146280_a(GuiScreen.java:478)
  66. at net.minecraft.client.Minecraft.func_147108_a(Minecraft.java:1016)
  67. at net.minecraftforge.fml.client.FMLClientHandler.showGuiScreen(FMLClientHandler.java:534)
  68. at net.minecraftforge.fml.common.FMLCommonHandler.showGuiScreen(FMLCommonHandler.java:321)
  69. at com.minecolonies.blockout.views.Window.open(Window.java:168)
  70. at com.minecolonies.coremod.client.gui.AbstractWindowBuilding.buildClicked(AbstractWindowBuilding.java:70)
  71. at com.minecolonies.coremod.client.gui.AbstractWindowBuilding$$Lambda$418/2097530993.run(Unknown Source)
  72. at com.minecolonies.coremod.client.gui.AbstractWindowSkeleton.lambda$registerButton$0(AbstractWindowSkeleton.java:41)
  73. at com.minecolonies.coremod.client.gui.AbstractWindowSkeleton$$Lambda$386/1840957768.accept(Unknown Source)
  74. at com.minecolonies.coremod.client.gui.AbstractWindowSkeleton.onButtonClicked(AbstractWindowSkeleton.java:68)
  75. at com.minecolonies.coremod.client.gui.AbstractWindowBuilding.onButtonClicked(AbstractWindowBuilding.java:203)
  76. at com.minecolonies.blockout.controls.Button.handleClick(Button.java:95)
  77. at com.minecolonies.blockout.Pane.click(Pane.java:454)
  78. at com.minecolonies.blockout.views.View.click(View.java:150)
  79. at com.minecolonies.blockout.views.View.click(View.java:150)
  80. at com.minecolonies.blockout.Screen.func_73864_a(Screen.java:77)
  81. at net.minecraft.client.gui.GuiScreen.func_146274_d(GuiScreen.java:533)
  82. at com.minecolonies.blockout.Screen.func_146274_d(Screen.java:88)
  83. at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:501)
  84.  
  85. -- Affected screen --
  86. Details:
  87. Screen name: com.minecolonies.blockout.Screen
  88.  
  89. -- Affected level --
  90. Details:
  91. Level name: MpServer
  92. All players: 1 total; [EntityPlayerSP['Kreezxil'/1530, l='MpServer', x=162.24, y=64.00, z=293.09]]
  93. Chunk stats: MultiplayerChunkCache: 585, 585
  94. Level seed: 0
  95. Level generator: ID 00 - default, ver 1. Features enabled: false
  96. Level generator options:
  97. Level spawn location: World: (199,64,247), Chunk: (at 7,4,7 in 12,15; contains blocks 192,0,240 to 207,255,255), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
  98. Level time: 84161 game time, 12186 day time
  99. Level dimension: 0
  100. Level storage version: 0x00000 - Unknown?
  101. Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
  102. Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: false
  103. Forced entities: 25 total; [EntityChicken['Chicken'/732, l='MpServer', x=84.56, y=76.00, z=331.82], EntityChicken['Chicken'/767, l='MpServer', x=161.50, y=66.00, z=219.50], EntityChicken['Chicken'/768, l='MpServer', x=159.50, y=67.00, z=216.50], EntityChicken['Chicken'/769, l='MpServer', x=165.50, y=67.00, z=219.50], EntityChicken['Chicken'/770, l='MpServer', x=166.50, y=64.00, z=222.50], EntitySheep['Sheep'/771, l='MpServer', x=185.21, y=64.00, z=229.47], EntitySheep['Sheep'/772, l='MpServer', x=179.57, y=64.00, z=219.72], EntitySheep['Sheep'/773, l='MpServer', x=182.36, y=64.00, z=213.81], EntityWolf['Wolf'/806, l='MpServer', x=172.26, y=65.00, z=266.77], EntityWolf['Wolf'/809, l='MpServer', x=204.34, y=63.00, z=368.23], EntityPig['Pig'/830, l='MpServer', x=174.21, y=64.00, z=260.28], EntityPig['Pig'/831, l='MpServer', x=173.17, y=64.00, z=302.42], EntityPig['Pig'/832, l='MpServer', x=212.77, y=63.00, z=315.73], EntityPig['Pig'/833, l='MpServer', x=239.49, y=63.00, z=319.78], EntityItemFrame['Item Frame'/9877, l='MpServer', x=229.50, y=65.50, z=251.03], EntityItemFrame['Item Frame'/9879, l='MpServer', x=233.50, y=65.50, z=241.03], EntityItem['item.tile.sapling.birch'/10015, l='MpServer', x=177.79, y=68.00, z=328.86], EntityItem['item.tile.cloth.white'/10291, l='MpServer', x=167.42, y=64.00, z=270.45], EntityItem['item.item.muttonRaw'/10292, l='MpServer', x=166.72, y=65.00, z=272.27], EntityItem['item.tile.sapling.oak'/10314, l='MpServer', x=172.48, y=68.00, z=338.29], EntityPlayerSP['Kreezxil'/1530, l='MpServer', x=162.24, y=64.00, z=293.09], EntityCitizen['Isabella Y. Gare'/7161, l='MpServer', x=193.60, y=64.00, z=292.53], EntityCitizen['Susan L. Haddock'/7200, l='MpServer', x=203.39, y=52.00, z=293.49], EntityCitizen['Aurora R. Basset'/7216, l='MpServer', x=175.50, y=63.00, z=337.28], EntityCitizen['Max N. Basset'/7274, l='MpServer', x=276.13, y=63.00, z=289.69]]
  104. Retry entities: 0 total; []
  105. Server brand: fml,forge
  106. Server type: Integrated singleplayer server
  107. Stacktrace:
  108. at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:420)
  109. at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2748)
  110. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:418)
  111. at net.minecraft.client.main.Main.main(SourceFile:123)
  112. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  113. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  114. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  115. at java.lang.reflect.Method.invoke(Method.java:483)
  116. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  117. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  118.  
  119. -- System Details --
  120. Details:
  121. Minecraft Version: 1.12.2
  122. Operating System: Windows 10 (amd64) version 10.0
  123. Java Version: 1.8.0_25, Oracle Corporation
  124. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  125. Memory: 463244896 bytes (441 MB) / 1854406656 bytes (1768 MB) up to 2863661056 bytes (2731 MB)
  126. JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx3072m -Xms256m -XX:PermSize=256m
  127. IntCache: cache: 0, tcache: 0, allocated: 12, tallocated: 94
  128. FML: MCP 9.42 Powered by Forge 14.23.2.2628 13 mods loaded, 13 mods active
  129. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  130.  
  131. | State | ID | Version | Source | Signature |
  132. |:--------- |:------------------- |:--------------- |:------------------------------------------ |:---------------------------------------- |
  133. | UCHIJAAAA | minecraft | 1.12.2 | minecraft.jar | None |
  134. | UCHIJAAAA | mcp | 9.42 | minecraft.jar | None |
  135. | UCHIJAAAA | FML | 8.0.99.99 | forge-1.12.2-14.23.2.2628.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  136. | UCHIJAAAA | forge | 14.23.2.2628 | forge-1.12.2-14.23.2.2628.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  137. | UCHIJAAAA | controlling | 3.0.6 | Controlling-3.0.6.jar | None |
  138. | UCHIJAAAA | waila | 1.8.23 | Hwyla-1.8.23-B38_1.12.jar | None |
  139. | UCHIJAAAA | jei | 4.8.5.147 | jei_1.12.2-4.8.5.147.jar | None |
  140. | UCHIJAAAA | journeymap | 1.12.2-5.5.2 | journeymap-1.12.2-5.5.2.jar | None |
  141. | UCHIJAAAA | minecolonies | 1.12.2-0.8.7819 | minecolonies-universal-1.12.2-0.8.7819.jar | None |
  142. | UCHIJAAAA | mousetweaks | 2.8 | MouseTweaks-2.8-mc1.12.1.jar | None |
  143. | UCHIJAAAA | reauth | 3.5.2 | ReAuth-3.5.2.jar | daba0ec4df71b6da841768c49fb873def208a1e3 |
  144. | UCHIJAAAA | wailaharvestability | 1.1.12 | WailaHarvestability-mc1.12-1.1.12.jar | None |
  145. | UCHIJAAAA | wawla | 2.5.253 | Wawla-1.12.2-2.5.253.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  146.  
  147. Loaded coremods (and transformers):
  148. GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 390.77' Renderer: 'GeForce GTX 750 Ti/PCIe/SSE2'
  149. Launched Version: forge-14.23.2.2628
  150. LWJGL: 2.9.4
  151. OpenGL: GeForce GTX 750 Ti/PCIe/SSE2 GL version 4.6.0 NVIDIA 390.77, NVIDIA Corporation
  152. GL Caps: Using GL 1.3 multitexturing.
  153. Using GL 1.3 texture combiners.
  154. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
  155. Shaders are available because OpenGL 2.1 is supported.
  156. VBOs are available because OpenGL 1.5 is supported.
  157.  
  158. Using VBOs: Yes
  159. Is Modded: Definitely; Client brand changed to 'fml,forge'
  160. Type: Client (map_client.txt)
  161. Resource Packs:
  162. Current Language: English (US)
  163. Profiler Position: N/A (disabled)
  164. CPU: 8x AMD FX(tm)-8350 Eight-Core Processor
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement