Guest User

Untitled

a guest
Aug 8th, 2017
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.06 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4. OpenModsCorePlugin (OpenModsLib-1.11.2-0.11.1.jar)
  5. Contact their authors BEFORE contacting forge
  6.  
  7. // Hi. I'm Minecraft, and I'm a crashaholic.
  8.  
  9. Time: 8/8/17 11:29 PM
  10. Description: Stitching texture atlas
  11.  
  12. java.lang.NullPointerException: Stitching texture atlas
  13. at java.nio.DirectIntBufferU.put(Unknown Source)
  14. at net.minecraft.client.renderer.texture.TextureUtil.func_110994_a(TextureUtil.java:322)
  15. at net.minecraft.client.renderer.texture.TextureUtil.func_147947_a(TextureUtil.java:194)
  16. at net.minecraft.client.renderer.texture.TextureUtil.func_147955_a(TextureUtil.java:178)
  17. at shadersmod.client.ShadersTex.uploadTexSubForLoadAtlas(ShadersTex.java:381)
  18. at net.minecraft.client.renderer.texture.TextureMap.func_110571_b(TextureMap.java:350)
  19. at net.minecraft.client.renderer.texture.TextureMap.func_174943_a(TextureMap.java:155)
  20. at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:168)
  21. at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28)
  22. at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110544_b(SimpleReloadableResourceManager.java:132)
  23. at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110541_a(SimpleReloadableResourceManager.java:113)
  24. at net.minecraft.client.Minecraft.func_110436_a(Minecraft.java:764)
  25. at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:373)
  26. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:521)
  27. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:352)
  28. at net.minecraft.client.main.Main.main(SourceFile:124)
  29. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  30. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  31. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  32. at java.lang.reflect.Method.invoke(Unknown Source)
  33. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  34. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  35. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  36. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  37. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  38. at java.lang.reflect.Method.invoke(Unknown Source)
  39. at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:236)
  40. at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:297)
  41. at org.multimc.EntryPoint.listen(EntryPoint.java:162)
  42. at org.multimc.EntryPoint.main(EntryPoint.java:53)
  43.  
  44.  
  45. A detailed walkthrough of the error, its code path and all known details is as follows:
  46. ---------------------------------------------------------------------------------------
  47.  
  48. -- Head --
  49. Thread: Client thread
  50. Stacktrace:
  51. at java.nio.DirectIntBufferU.put(Unknown Source)
  52. at net.minecraft.client.renderer.texture.TextureUtil.func_110994_a(TextureUtil.java:322)
  53. at net.minecraft.client.renderer.texture.TextureUtil.func_147947_a(TextureUtil.java:194)
  54. at net.minecraft.client.renderer.texture.TextureUtil.func_147955_a(TextureUtil.java:178)
  55. at shadersmod.client.ShadersTex.uploadTexSubForLoadAtlas(ShadersTex.java:381)
  56.  
  57. -- Texture being stitched together --
  58. Details:
  59. Atlas path: textures
  60. Sprite: TextureAtlasSprite{name='openblocks:items/stencil-primer', frameCount=1, rotated=false, x=624, y=240, height=16, width=16, u0=0.6093848, u1=0.6249902, v0=0.46876952, v1=0.49998048}
  61. Stacktrace:
  62. at net.minecraft.client.renderer.texture.TextureMap.func_110571_b(TextureMap.java:350)
  63. at net.minecraft.client.renderer.texture.TextureMap.func_174943_a(TextureMap.java:155)
  64. at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:168)
  65. at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28)
  66. at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110544_b(SimpleReloadableResourceManager.java:132)
  67. at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110541_a(SimpleReloadableResourceManager.java:113)
  68. at net.minecraft.client.Minecraft.func_110436_a(Minecraft.java:764)
  69. at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:373)
  70. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:521)
  71.  
  72. -- Initialization --
  73. Details:
  74. Stacktrace:
  75. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:352)
  76. at net.minecraft.client.main.Main.main(SourceFile:124)
  77. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  78. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  79. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  80. at java.lang.reflect.Method.invoke(Unknown Source)
  81. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  82. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  83. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  84. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  85. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  86. at java.lang.reflect.Method.invoke(Unknown Source)
  87. at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:236)
  88. at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:297)
  89. at org.multimc.EntryPoint.listen(EntryPoint.java:162)
  90. at org.multimc.EntryPoint.main(EntryPoint.java:53)
  91.  
  92. -- System Details --
  93. Details:
  94. Minecraft Version: 1.11.2
  95. Operating System: Windows 10 (amd64) version 10.0
  96. Java Version: 1.8.0_144, Oracle Corporation
  97. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  98. Memory: 1031213336 bytes (983 MB) / 1810366464 bytes (1726 MB) up to 3817865216 bytes (3641 MB)
  99. JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms512m -Xmx4096m
  100. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  101. FML: MCP 9.38 Powered by Forge 13.20.1.2386 Optifine OptiFine_1.11.2_HD_U_C3 7 mods loaded, 7 mods active
  102. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  103. UCHIJA minecraft{1.11.2} [Minecraft] (minecraft.jar)
  104. UCHIJA mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
  105. UCHIJA FML{8.0.99.99} [Forge Mod Loader] (forge-1.11.2-13.20.1.2386-universal.jar)
  106. UCHIJA forge{13.20.1.2386} [Minecraft Forge] (forge-1.11.2-13.20.1.2386-universal.jar)
  107. UCHIJA openmodscore{0.11.1} [OpenModsLib Core] (minecraft.jar)
  108. UCHIJA openmods{0.11.1} [OpenModsLib] (OpenModsLib-1.11.2-0.11.1.jar)
  109. UCHIJA openblocks{1.7.1} [OpenBlocks] (OpenBlocks-1.11.2-1.7.1.jar)
  110. Loaded coremods (and transformers):
  111. OpenModsCorePlugin (OpenModsLib-1.11.2-0.11.1.jar)
  112. openmods.core.OpenModsClassTransformer
  113. GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 376.33' Renderer: 'GeForce GTX 1060 6GB/PCIe/SSE2'
  114. OpenModsLib class transformers: [llama_null_fix:FINISHED],[horse_base_null_fix:FINISHED],[pre_world_render_hook:FINISHED],[movement_callback:FINISHED],[player_damage_hook:FINISHED],[player_render_hook:FINISHED],[horse_null_fix:FINISHED]
  115. Launched Version: MultiMC5
  116. LWJGL: 2.9.1
  117. OpenGL: GeForce GTX 1060 6GB/PCIe/SSE2 GL version 4.5.0 NVIDIA 376.33, NVIDIA Corporation
  118. GL Caps: Using GL 1.3 multitexturing.
  119. Using GL 1.3 texture combiners.
  120. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
  121. Shaders are available because OpenGL 2.1 is supported.
  122. VBOs are available because OpenGL 1.5 is supported.
  123.  
  124. Using VBOs: Yes
  125. Is Modded: Definitely; Client brand changed to 'fml,forge'
  126. Type: Client (map_client.txt)
  127. Resource Packs: moch_112_170610.zip
  128. Current Language: English (US)
  129. Profiler Position: N/A (disabled)
  130. CPU: 4x Intel(R) Core(TM) i5-7600K CPU @ 3.80GHz
  131. OptiFine Version: OptiFine_1.11.2_HD_U_C3
  132. Render Distance Chunks: 16
  133. Mipmaps: 4
  134. Anisotropic Filtering: 1
  135. Antialiasing: 0
  136. Multitexture: false
  137. Shaders: Continuum-§91.3-§f§2Low§f-§4Ultra§f
  138. OpenGlVersion: 4.5.0 NVIDIA 376.33
  139. OpenGlRenderer: GeForce GTX 1060 6GB/PCIe/SSE2
  140. OpenGlVendor: NVIDIA Corporation
  141. CpuCount: 4
Add Comment
Please, Sign In to add comment