Advertisement
Ghaz-ranka

Untitled

Jul 15th, 2017
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.07 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4. DummyPlugin (ForgeEndertech-1.11.2-2.1.3.0-build.0067.jar)
  5. llibrary (llibrary-1.7.6-1.11.2.jar)
  6. MalisisCorePlugin (malisiscore-1.11.2-5.2.2.jar)
  7. DynamicSurroundingsCore (DynamicSurroundings-1.11.2-3.4.5.6.jar)
  8. NWRTweak (redstonepaste-mc1.11.2-1.7.4.jar)
  9. MalisisSwitchesPlugin (malisisswitches-1.11.2-4.1.0.jar)
  10. BetterFoliageLoader (BetterFoliage-MC1.11.2-2.1.7.jar)
  11. IC2core (industrialcraft-2-2.7.37-ex111.jar)
  12. Contact their authors BEFORE contacting forge
  13.  
  14. // Hi. I'm Minecraft, and I'm a crashaholic.
  15.  
  16. Time: 7/15/17 7:49 PM
  17. Description: Tesselating block in world
  18.  
  19. java.lang.NullPointerException: Tesselating block in world
  20. at net.malisis.doors.renderer.DoorRenderer.setTileEntity(DoorRenderer.java:194)
  21. at net.malisis.doors.renderer.VerticalHatchRenderer.render(VerticalHatchRenderer.java:77)
  22. at net.malisis.core.renderer.MalisisRenderer.renderBlock(MalisisRenderer.java:370)
  23. at net.malisis.core.registry.ClientRegistry.renderBlock(ClientRegistry.java:268)
  24. at net.malisis.core.registry.ClientRegistry$$Lambda$136/681413031.callback(Unknown Source)
  25. at net.malisis.core.registry.RenderBlockRegistry$IRenderBlockCallback.call(RenderBlockRegistry.java:52)
  26. at net.malisis.core.util.callback.CallbackRegistry.processCallbacks(CallbackRegistry.java:107)
  27. at net.malisis.core.registry.Registries.processRenderBlockCallbacks(Registries.java:123)
  28. at net.minecraft.client.renderer.BlockRendererDispatcher.func_175018_a(BlockRendererDispatcher.java:55)
  29. at mods.betterfoliage.client.Hooks.renderWorldBlock(Hooks.kt:95)
  30. at net.minecraft.client.renderer.chunk.RenderChunk.func_178581_b(RenderChunk.java:296)
  31. at net.minecraft.client.renderer.chunk.ChunkRenderWorker.func_178474_a(ChunkRenderWorker.java:119)
  32. at net.minecraft.client.renderer.chunk.ChunkRenderWorker.run(ChunkRenderWorker.java:47)
  33. at java.lang.Thread.run(Thread.java:745)
  34.  
  35.  
  36. A detailed walkthrough of the error, its code path and all known details is as follows:
  37. ---------------------------------------------------------------------------------------
  38.  
  39. -- Head --
  40. Thread: Client thread
  41. Stacktrace:
  42. at net.malisis.doors.renderer.DoorRenderer.setTileEntity(DoorRenderer.java:194)
  43. at net.malisis.doors.renderer.VerticalHatchRenderer.render(VerticalHatchRenderer.java:77)
  44. at net.malisis.core.renderer.MalisisRenderer.renderBlock(MalisisRenderer.java:370)
  45. at net.malisis.core.registry.ClientRegistry.renderBlock(ClientRegistry.java:268)
  46. at net.malisis.core.registry.ClientRegistry$$Lambda$136/681413031.callback(Unknown Source)
  47. at net.malisis.core.registry.RenderBlockRegistry$IRenderBlockCallback.call(RenderBlockRegistry.java:52)
  48. at net.malisis.core.util.callback.CallbackRegistry.processCallbacks(CallbackRegistry.java:107)
  49. at net.malisis.core.registry.Registries.processRenderBlockCallbacks(Registries.java:123)
  50.  
  51. -- Block being tesselated --
  52. Details:
  53. Block type: ID #1540 (tile.verticalHatch // net.malisis.doors.block.VerticalHatchDoor)
  54. Block data value: 0 / 0x0 / 0b0000
  55. Block location: World: (22561,21,2644), Chunk: (at 1,1,4 in 1410,165; contains blocks 22560,0,2640 to 22575,255,2655), Region: (44,5; contains chunks 1408,160 to 1439,191, blocks 22528,0,2560 to 23039,255,3071)
  56. Stacktrace:
  57. at net.minecraft.client.renderer.BlockRendererDispatcher.func_175018_a(BlockRendererDispatcher.java:55)
  58. at mods.betterfoliage.client.Hooks.renderWorldBlock(Hooks.kt:95)
  59.  
  60. -- Affected level --
  61. Details:
  62. Level name: MpServer
  63. All players: 1 total; [EntityPlayerSP['Ghaz_ranka'/500, l='MpServer', x=22614.66, y=15.00, z=2682.43]]
  64. Chunk stats: MultiplayerChunkCache: 3721, 3721
  65. Level seed: 0
  66. Level generator: ID 01 - flat, ver 0. Features enabled: false
  67. Level generator options:
  68. Level spawn location: World: (-319,44,118), Chunk: (at 1,2,6 in -20,7; contains blocks -320,0,112 to -305,255,127), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
  69. Level time: 63725585 game time, 4491519 day time
  70. Level dimension: 0
  71. Level storage version: 0x00000 - Unknown?
  72. Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
  73. Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: false
  74. Forced entities: 3 total; [EntityItemLoot['item.tile.waterlily'/529, l='MpServer', x=22604.26, y=15.85, z=2710.57], EntityPlayerSP['Ghaz_ranka'/500, l='MpServer', x=22614.66, y=15.00, z=2682.43], EntityItemLoot['item.item.saloon'/523, l='MpServer', x=22563.22, y=13.50, z=2679.17]]
  75. Retry entities: 0 total; []
  76. Server brand: fml,forge,sponge
  77. Server type: Non-integrated multiplayer server
  78. Stacktrace:
  79. at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:524)
  80. at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2655)
  81. at net.minecraft.client.renderer.chunk.ChunkRenderWorker.run(ChunkRenderWorker.java:57)
  82. at java.lang.Thread.run(Thread.java:745)
  83.  
  84. -- System Details --
  85. Details:
  86. Minecraft Version: 1.11.2
  87. Operating System: Windows 10 (amd64) version 10.0
  88. Java Version: 1.8.0_25, Oracle Corporation
  89. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  90. Memory: 1940175312 bytes (1850 MB) / 4998144000 bytes (4766 MB) up to 12871532544 bytes (12275 MB)
  91. JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx12G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
  92. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  93. FML: MCP 9.38 Powered by Forge 13.20.1.2393 Optifine OptiFine_1.11.2_HD_U_C3 54 mods loaded, 54 mods active
  94. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  95. UCHIJA minecraft{1.11.2} [Minecraft] (minecraft.jar)
  96. UCHIJA mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
  97. UCHIJA FML{8.0.99.99} [Forge Mod Loader] (forge-1.11.2-13.20.1.2393.jar)
  98. UCHIJA forge{13.20.1.2393} [Minecraft Forge] (forge-1.11.2-13.20.1.2393.jar)
  99. UCHIJA mercurius_updater{1.0} [mercurius_updater] (MercuriusUpdater-1.11.2.jar)
  100. UCHIJA abyssalcraft{1.9.4-pre-2} [AbyssalCraft] (AbyssalCraft-1.11.2-1.9.4-pre-2.jar)
  101. UCHIJA forgeendertech{1.11.2-2.1.3.0} [Forge Endertech] (ForgeEndertech-1.11.2-2.1.3.0-build.0067.jar)
  102. UCHIJA adchimneys{1.11.2-2.0.12.0} [Advanced Chimneys] (AdChimneys-1.11.2-2.0.12.0-build.0069.jar)
  103. UCHIJA aether_legacy{v1.4.1} [Aether Legacy] (aether_legacy-1.11.2-1.0.jar)
  104. UCHIJA animalium{0.2.0} [animalium] (Animalium-0.2.0.jar)
  105. UCHIJA craftstudioapi{0.3.0-beta} [CraftStudio API] (CraftStudioAPI-universal-0.3.0.86-mc1.11.2-beta.jar)
  106. UCHIJA animania{1.2.1} [Animania] (animania-1.11.2-1.2.1.jar)
  107. UCHIJA aquaculture{1.5.1} [Aquaculture] (Aquaculture-1.11.2-1.5.1.2.jar)
  108. UCHIJA baubles{1.4.5} [Baubles] (Baubles-1.11-1.4.5.jar)
  109. UCHIJA betterfoliage{2.1.7} [Better Foliage] (BetterFoliage-MC1.11.2-2.1.7.jar)
  110. UCHIJA bibliocraft{2.3.2} [BiblioCraft] (BiblioCraft[v2.3.2][MC1.11.2].jar)
  111. UCHIJA biomesoplenty{6.1.0.2211} [Biomes O' Plenty] (BiomesOPlenty-1.11.2-6.1.0.2211-universal.jar)
  112. UCHIJA bibliowoodsbop{2.0} [BiblioWoodBoP] (BiblioWoods[BiomesOPlenty][v2.0][MC1.11.2].jar)
  113. UCHIJA bibliowoodsforestry{2.0} [BiblioWoodForestry] (BiblioWoods[Forestry][v2.0][MC1.11.2].jar)
  114. UCHIJA mantle{1.11.2-1.2.0.26} [Mantle] (Mantle-1.11.2-1.2.0.26.jar)
  115. UCHIJA natura{1.11.2-4.2.0.22} [Natura] (natura-1.11.2-4.2.0.22.jar)
  116. UCHIJA bibliowoodsnatura{2.0} [BiblioWoodNatura] (BiblioWoods[Natura][v2.0][MC1.11.2].jar)
  117. UCHIJA chiselsandbits{13.10} [Chisels & Bits] (chiselsandbits-13.10.jar)
  118. UCHIJA coralreef{1.0} [Coral Reef] (CoralReef-1.4.jar)
  119. UCHIJA customnpcs{1.11.2} [CustomNPCs] (CustomNPCs_1.11.2(25may17).jar)
  120. UCHIJA ptrmodellib{1.0.0} [ptrmodellib] (Decocraft-2.4.2_1.11.2.jar)
  121. UCHIJA props{2.4.2} [Decocraft] (Decocraft-2.4.2_1.11.2.jar)
  122. UCHIJA dsurround{3.4.5.6} [§3Dynamic Surroundings] (DynamicSurroundings-1.11.2-3.4.5.6.jar)
  123. UCHIJA presets{3.4.5.6} [§3Presets!] (DynamicSurroundings-1.11.2-3.4.5.6.jar)
  124. UCHIJA ic2{2.7.37-ex111} [IndustrialCraft 2] (industrialcraft-2-2.7.37-ex111.jar)
  125. UCHIJA forestry{5.3.4.99} [Forestry] (forestry_1.11.2-5.3.4.99.jar)
  126. UCHIJA stellarapi{0.6.4.1.3} [Stellar API] (Stellar API-0.6.4.1.3.jar)
  127. UCHIJA stellarsky{0.6.5.1.4} [Stellar Sky] (Stellar Sky-0.6.5.1.4.jar)
  128. UCHIJA primal{0.3.18.3} [PrimalCore] (PrimalCore-0.3.18.jar)
  129. UCHIJA forgecraft{1.2.21} [Kitsu's Forgecraft] (ForgeCraft-1.2.21.jar)
  130. UCHIJA llibrary{1.7.6} [LLibrary] (llibrary-1.7.6-1.11.2.jar)
  131. UCHIJA jurassicraft{2.0.5} [JurassiCraft] (JurassiCraft-2.0.5.jar)
  132. UCHIJA kindredlegacy{1.11.2-Dev-1.1.1} [Kindred Legacy] (kindredlegacy-1.11.2-1.1.1.jar)
  133. UCHIJA malisiscore{1.11.2-5.2.2} [MalisisCore] (malisiscore-1.11.2-5.2.2.jar)
  134. UCHIJA malisisblocks{1.11.2-5.1.0} [Malisis Blocks] (malisisblocks-1.11.2-5.1.0.jar)
  135. UCHIJA malisisdoors{1.11.2-6.1.2} [MalisisDoors] (malisisdoors-1.11.2-6.1.2.jar)
  136. UCHIJA malisisswitches{1.11.2-4.1.0} [Malisis Switches] (malisisswitches-1.11.2-4.1.0.jar)
  137. UCHIJA mapwriter{2.7.0} [MapWriter] (MapWriter-1.11.2-2.7.0.jar)
  138. UCHIJA moreplayermodels{1.11.0} [MorePlayerModels] (MorePlayerModels_1.11.2(26jan17).jar)
  139. UCHIJA nuclearcraft{2.3} [NuclearCraft] (NuclearCraft-2.3--1.11.2.jar)
  140. UCHIJA harvestcraft{1.11.2g} [Pam's HarvestCraft] (Pam's HarvestCraft 1.11.2h.jar)
  141. UCHIJA realdrops{1.1.10} [Realistic Item Drops] (RealisticItemDrops-1.1.10.jar)
  142. UCHIJA realworld{1.3} [RealWorld] (realworld-1.3.jar)
  143. UCHIJA redstonepaste{1.7.4} [Redstone Paste] (redstonepaste-mc1.11.2-1.7.4.jar)
  144. UCHIJA flammpfeil.slashblade{mc1.11-r9} [SlashBlade] (SlashBlade-mc1.11-r9.jar)
  145. UCHIJA stg{1.12-1.2.0} [SwingThroughGrass] (stg-1.12-1.2.0.jar)
  146. UCHIJA variedcommodities{1.11.2} [Varied Commodities] (VariedCommodities_1.11.2(08may17).jar)
  147. UCHIJA thejungle{1.0.194} [Welcome to the Jungle] (Welcome to the Jungle-1.04.1112.jar)
  148. UCHIJA worldedit{6.1.6} [WorldEdit] (worldedit-forge-mc1.11-6.1.6-dist.jar)
  149. Loaded coremods (and transformers):
  150. DummyPlugin (ForgeEndertech-1.11.2-2.1.3.0-build.0067.jar)
  151.  
  152. llibrary (llibrary-1.7.6-1.11.2.jar)
  153. net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer
  154. net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher
  155. MalisisCorePlugin (malisiscore-1.11.2-5.2.2.jar)
  156. net.malisis.core.util.chunkcollision.ChunkCollisionTransformer
  157. net.malisis.core.util.chunkblock.ChunkBlockTransformer
  158. net.malisis.core.renderer.transformer.MalisisRendererTransformer
  159. net.malisis.core.renderer.icon.asm.TextureMapTransformer
  160. net.malisis.core.util.clientnotif.ClientNotifTransformer
  161. DynamicSurroundingsCore (DynamicSurroundings-1.11.2-3.4.5.6.jar)
  162. org.blockartistry.DynSurround.asm.Transformer
  163. NWRTweak (redstonepaste-mc1.11.2-1.7.4.jar)
  164. net.fybertech.nwr.NWRTransformer
  165. MalisisSwitchesPlugin (malisisswitches-1.11.2-4.1.0.jar)
  166. net.malisis.switches.asm.MalisisSwitchesTransformer
  167. BetterFoliageLoader (BetterFoliage-MC1.11.2-2.1.7.jar)
  168. mods.betterfoliage.loader.BetterFoliageTransformer
  169. IC2core (industrialcraft-2-2.7.37-ex111.jar)
  170.  
  171. GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
  172. Pulsar/natura loaded Pulses:
  173. - NaturaCommons (Enabled/Forced)
  174. - NaturaOverworld (Enabled/Not Forced)
  175. - NaturaNether (Enabled/Not Forced)
  176. - NaturaDecorative (Enabled/Not Forced)
  177. - NaturaTools (Enabled/Not Forced)
  178. - NaturaEntities (Enabled/Not Forced)
  179. - NaturaOredict (Enabled/Forced)
  180. - NaturaWorld (Enabled/Not Forced)
  181.  
  182. Launched Version: 1.11.2-forge1.11.2-13.20.1.2393
  183. LWJGL: 2.9.4
  184. OpenGL: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
  185. GL Caps: Using GL 1.3 multitexturing.
  186. Using GL 1.3 texture combiners.
  187. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
  188. Shaders are available because OpenGL 2.1 is supported.
  189. VBOs are available because OpenGL 1.5 is supported.
  190.  
  191. Using VBOs: Yes
  192. Is Modded: Definitely; Client brand changed to 'fml,forge'
  193. Type: Client (map_client.txt)
  194. Resource Packs:
  195. Current Language: English (US)
  196. Profiler Position: N/A (disabled)
  197. CPU: 8x Intel(R) Core(TM) i7-6700K CPU @ 4.00GHz
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement