Advertisement
Guest User

IC2 PureBDCraft Patch Crash Report

a guest
Aug 15th, 2015
419
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.04 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // I feel sad now :(
  3.  
  4. Time: 15/08/15 21:19
  5. Description: Registering texture
  6.  
  7. java.lang.OutOfMemoryError: Java heap space
  8. at java.awt.image.DataBufferByte.<init>(DataBufferByte.java:92)
  9. at java.awt.image.ComponentSampleModel.createDataBuffer(ComponentSampleModel.java:415)
  10. at java.awt.image.Raster.createWritableRaster(Raster.java:941)
  11. at javax.imageio.ImageTypeSpecifier.createBufferedImage(ImageTypeSpecifier.java:1073)
  12. at javax.imageio.ImageReader.getDestination(ImageReader.java:2896)
  13. at com.sun.imageio.plugins.png.PNGImageReader.readImage(PNGImageReader.java:1280)
  14. at com.sun.imageio.plugins.png.PNGImageReader.read(PNGImageReader.java:1577)
  15. at javax.imageio.ImageIO.read(ImageIO.java:1448)
  16. at javax.imageio.ImageIO.read(ImageIO.java:1352)
  17. at ic2.core.block.BlockTextureStitched.loadSubImage(BlockTextureStitched.java:109)
  18. at ic2.core.block.BlockTextureStitched.load(BlockTextureStitched.java:86)
  19. at net.minecraft.client.renderer.texture.TextureMap.func_110571_b(TextureMap.java:117)
  20. at net.minecraft.client.renderer.texture.TextureMap.func_110551_a(TextureMap.java:90)
  21. at net.minecraft.client.renderer.texture.TextureManager.func_110579_a(SourceFile:72)
  22. at net.minecraft.client.renderer.texture.TextureManager.func_110580_a(SourceFile:61)
  23. at net.minecraft.client.renderer.texture.TextureManager.func_130088_a(SourceFile:52)
  24. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:545)
  25. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
  26. at net.minecraft.client.main.Main.main(SourceFile:148)
  27. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  28. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  29. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  30. at java.lang.reflect.Method.invoke(Method.java:606)
  31. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  32. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  33. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  34. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  35. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  36. at java.lang.reflect.Method.invoke(Method.java:606)
  37. at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:310)
  38. at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:394)
  39. at org.multimc.EntryPoint.listen(EntryPoint.java:170)
  40.  
  41.  
  42. A detailed walkthrough of the error, its code path and all known details is as follows:
  43. ---------------------------------------------------------------------------------------
  44.  
  45. -- Head --
  46. Stacktrace:
  47. at java.awt.image.DataBufferByte.<init>(DataBufferByte.java:92)
  48. at java.awt.image.ComponentSampleModel.createDataBuffer(ComponentSampleModel.java:415)
  49. at java.awt.image.Raster.createWritableRaster(Raster.java:941)
  50. at javax.imageio.ImageTypeSpecifier.createBufferedImage(ImageTypeSpecifier.java:1073)
  51. at javax.imageio.ImageReader.getDestination(ImageReader.java:2896)
  52. at com.sun.imageio.plugins.png.PNGImageReader.readImage(PNGImageReader.java:1280)
  53. at com.sun.imageio.plugins.png.PNGImageReader.read(PNGImageReader.java:1577)
  54. at javax.imageio.ImageIO.read(ImageIO.java:1448)
  55. at javax.imageio.ImageIO.read(ImageIO.java:1352)
  56. at ic2.core.block.BlockTextureStitched.loadSubImage(BlockTextureStitched.java:109)
  57. at ic2.core.block.BlockTextureStitched.load(BlockTextureStitched.java:86)
  58. at net.minecraft.client.renderer.texture.TextureMap.func_110571_b(TextureMap.java:117)
  59.  
  60. -- Resource location being registered --
  61. Details:
  62. Resource location: minecraft:textures/atlas/blocks.png
  63. Texture object class: net.minecraft.client.renderer.texture.TextureMap
  64. Stacktrace:
  65. at net.minecraft.client.renderer.texture.TextureManager.func_110579_a(SourceFile:80)
  66. at net.minecraft.client.renderer.texture.TextureManager.func_110580_a(SourceFile:61)
  67. at net.minecraft.client.renderer.texture.TextureManager.func_130088_a(SourceFile:52)
  68. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:545)
  69. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
  70. at net.minecraft.client.main.Main.main(SourceFile:148)
  71. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  72. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  73. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  74. at java.lang.reflect.Method.invoke(Method.java:606)
  75. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  76. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  77. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  78. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  79. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  80. at java.lang.reflect.Method.invoke(Method.java:606)
  81. at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:310)
  82. at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:394)
  83. at org.multimc.EntryPoint.listen(EntryPoint.java:170)
  84. at org.multimc.EntryPoint.main(EntryPoint.java:54)
  85.  
  86. -- Initialization --
  87. Details:
  88.  
  89. -- System Details --
  90. Details:
  91. Minecraft Version: 1.7.10
  92. Operating System: Windows 8.1 (amd64) version 6.3
  93. Java Version: 1.7.0_72, Oracle Corporation
  94. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  95. Memory: 119926152 bytes (114 MB) / 954728448 bytes (910 MB) up to 954728448 bytes (910 MB)
  96. JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms512m -Xmx1024m
  97. AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  98. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  99. FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1448 25 mods loaded, 25 mods active
  100. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  101. UCH mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
  102. UCH FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1448-1.7.10-universal.jar)
  103. UCH Forge{10.13.4.1448} [Minecraft Forge] (forge-1.7.10-10.13.4.1448-1.7.10-universal.jar)
  104. UCH CodeChickenCore{1.0.4.29} [CodeChicken Core] (minecraft.jar)
  105. UCH NotEnoughItems{1.0.4.83} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.4.83-universal.jar)
  106. UCH DamageIndicatorsMod{3.2.3} [Damage Indicators] ([1.7.10]DamageIndicatorsMod-3.2.3.jar)
  107. UCH BuildCraft|Core{7.0.20} [BuildCraft] (buildcraft-7.0.20.jar)
  108. UCH BuildCraft|Silicon{7.0.20} [BC Silicon] (buildcraft-7.0.20.jar)
  109. UCH BuildCraft|Transport{7.0.20} [BC Transport] (buildcraft-7.0.20.jar)
  110. UCH BuildCraft|Builders{7.0.20} [BC Builders] (buildcraft-7.0.20.jar)
  111. UCH BuildCraft|Robotics{7.0.20} [BC Robotics] (buildcraft-7.0.20.jar)
  112. UCH BuildCraft|Energy{7.0.20} [BC Energy] (buildcraft-7.0.20.jar)
  113. UCH BuildCraft|Factory{7.0.20} [BC Factory] (buildcraft-7.0.20.jar)
  114. UCH IC2{2.2.763-experimental} [IndustrialCraft 2] (industrialcraft-2-2.2.763-experimental.jar)
  115. UCH journeymap{@JMVERSION@} [JourneyMap] (journeymap-1.7.10-5.1.0-unlimited.jar)
  116. UCH ProjectE{1.7.10-PE1.8.0} [ProjectE] (ProjectE-1.7.10-PE1.8.0.jar)
  117. UCH ForgeMultipart{1.2.0.345} [Forge Multipart] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
  118. UCH MrTJPCoreMod{1.1.0.31} [MrTJPCore] (MrTJPCore-1.7.10-1.1.0.31-universal.jar)
  119. UCH ProjRed|Core{4.7.0pre8.92} [ProjectRed Core] (ProjectRed-1.7.10-4.7.0pre8.92-Base.jar)
  120. UCH ProjRed|Integration{4.7.0pre8.92} [ProjectRed Integration] (ProjectRed-1.7.10-4.7.0pre8.92-Integration.jar)
  121. UCH ProjRed|Transmission{4.7.0pre8.92} [ProjectRed Transmission] (ProjectRed-1.7.10-4.7.0pre8.92-Integration.jar)
  122. UCH ProjRed|Illumination{4.7.0pre8.92} [ProjectRed Illumination] (ProjectRed-1.7.10-4.7.0pre8.92-Lighting.jar)
  123. UCH Railcraft{9.7.0.0} [Railcraft] (Railcraft_1.7.10-9.7.0.0.jar)
  124. UCH McMultipart{1.2.0.345} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
  125. UCH ForgeMicroblock{1.2.0.345} [Forge Microblocks] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
  126. GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 353.62' Renderer: 'GeForce GT 720/PCIe/SSE2'
  127. Launched Version: MultiMC5
  128. LWJGL: 2.9.1
  129. OpenGL: GeForce GT 720/PCIe/SSE2 GL version 4.5.0 NVIDIA 353.62, NVIDIA Corporation
  130. GL Caps: Using GL 1.3 multitexturing.
  131. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
  132. Anisotropic filtering is supported and maximum anisotropy is 16.
  133. Shaders are available because OpenGL 2.1 is supported.
  134.  
  135. Is Modded: Definitely; Client brand changed to 'fml,forge'
  136. Type: Client (map_client.txt)
  137. Resource Packs: [Sphax PureBDcraft 128x MC17.zip, Sphax_128x_IC2_Ver2.2.756.zip, Sphax_NEI_512x-64x.zip, Sphax_Railcraft_128x.zip, [WIP] Sphax_Buildcraft7_128x.zip, Sphax Project E Patch 128x.zip]
  138. Current Language: English (US)
  139. Profiler Position: N/A (disabled)
  140. Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  141. Anisotropic Filtering: Off (1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement