Guest User

Untitled

a guest
Jul 10th, 2017
361
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.08 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Hi. I'm Minecraft, and I'm a crashaholic.
  3.  
  4. Time: 10/07/17 2:42 PM
  5. Description: Registering texture
  6.  
  7. java.lang.OutOfMemoryError: Java heap space
  8. at net.minecraft.client.renderer.texture.TextureUtil.func_110993_a(TextureUtil.java:239)
  9. at net.minecraft.client.renderer.texture.TextureUtil.func_110995_a(TextureUtil.java:230)
  10. at net.minecraft.client.renderer.texture.TextureUtil.func_110989_a(TextureUtil.java:198)
  11. at net.minecraft.client.renderer.texture.SimpleTexture.func_110551_a(SourceFile:46)
  12. at net.minecraft.client.renderer.texture.TextureManager.func_110579_a(TextureManager.java:67)
  13. at net.minecraft.client.renderer.texture.TextureManager.func_110577_a(TextureManager.java:42)
  14. at com.pixelmonmod.pixelmon.client.gui.starter.Shadow.draw(Shadow.java:57)
  15. at com.pixelmonmod.pixelmon.client.gui.starter.GuiChooseStarter.func_146976_a(GuiChooseStarter.java:109)
  16. at net.minecraft.client.gui.inventory.GuiContainer.func_73863_a(GuiContainer.java:76)
  17. at net.minecraftforge.client.ForgeHooksClient.drawScreen(ForgeHooksClient.java:382)
  18. at net.minecraft.client.renderer.EntityRenderer.func_181560_a(EntityRenderer.java:1094)
  19. at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1076)
  20. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:371)
  21. at net.minecraft.client.main.Main.main(SourceFile:124)
  22. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  23. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  24. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  25. at java.lang.reflect.Method.invoke(Method.java:483)
  26. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  27. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  28.  
  29.  
  30. A detailed walkthrough of the error, its code path and all known details is as follows:
  31. ---------------------------------------------------------------------------------------
  32.  
  33. -- Head --
  34. Thread: Client thread
  35. Stacktrace:
  36. at net.minecraft.client.renderer.texture.TextureUtil.func_110993_a(TextureUtil.java:239)
  37. at net.minecraft.client.renderer.texture.TextureUtil.func_110995_a(TextureUtil.java:230)
  38. at net.minecraft.client.renderer.texture.TextureUtil.func_110989_a(TextureUtil.java:198)
  39. at net.minecraft.client.renderer.texture.SimpleTexture.func_110551_a(SourceFile:46)
  40.  
  41. -- Resource location being registered --
  42. Details:
  43. Resource location: pixelmon:textures/gui/starter/ShadowLarge.png
  44. Texture object class: net.minecraft.client.renderer.texture.SimpleTexture
  45. Stacktrace:
  46. at net.minecraft.client.renderer.texture.TextureManager.func_110579_a(TextureManager.java:67)
  47. at net.minecraft.client.renderer.texture.TextureManager.func_110577_a(TextureManager.java:42)
  48. at com.pixelmonmod.pixelmon.client.gui.starter.Shadow.draw(Shadow.java:57)
  49. at com.pixelmonmod.pixelmon.client.gui.starter.GuiChooseStarter.func_146976_a(GuiChooseStarter.java:109)
  50. at net.minecraft.client.gui.inventory.GuiContainer.func_73863_a(GuiContainer.java:76)
  51. at net.minecraftforge.client.ForgeHooksClient.drawScreen(ForgeHooksClient.java:382)
  52.  
  53. -- Screen render details --
  54. Details:
  55. Screen name: com.pixelmonmod.pixelmon.client.gui.starter.GuiChooseStarter
  56. Mouse location: Scaled: (213, 119). Absolute: (427, 240)
  57. Screen size: Scaled: (427, 240). Absolute: (854, 480). Scale factor of 2
  58.  
  59. -- Affected level --
  60. Details:
  61. Level name: MpServer
  62. All players: 1 total; [EntityPlayerSP['DriftingShadows'/361, l='MpServer', x=-195.50, y=72.00, z=247.50]]
  63. Chunk stats: MultiplayerChunkCache: 0, 0
  64. Level seed: 0
  65. Level generator: ID 00 - default, ver 1. Features enabled: false
  66. Level generator options:
  67. Level spawn location: World: (-188,64,256), Chunk: (at 4,4,0 in -12,16; contains blocks -192,0,256 to -177,255,271), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
  68. Level time: 3 game time, 3 day time
  69. Level dimension: 0
  70. Level storage version: 0x00000 - Unknown?
  71. Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
  72. Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: false
  73. Forced entities: 1 total; [EntityPlayerSP['DriftingShadows'/361, l='MpServer', x=-195.50, y=72.00, z=247.50]]
  74. Retry entities: 0 total; []
  75. Server brand: fml,forge
  76. Server type: Integrated singleplayer server
  77. Stacktrace:
  78. at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:415)
  79. at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2660)
  80. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:392)
  81. at net.minecraft.client.main.Main.main(SourceFile:124)
  82. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  83. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  84. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  85. at java.lang.reflect.Method.invoke(Method.java:483)
  86. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  87. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  88.  
  89. -- System Details --
  90. Details:
  91. Minecraft Version: 1.10.2
  92. Operating System: Windows 8.1 (amd64) version 6.3
  93. Java Version: 1.8.0_25, Oracle Corporation
  94. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  95. Memory: 29070464 bytes (27 MB) / 1060372480 bytes (1011 MB) up to 1060372480 bytes (1011 MB)
  96. JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
  97. IntCache: cache: 0, tcache: 0, allocated: 12, tallocated: 94
  98. FML: MCP 9.32 Powered by Forge 12.18.3.2185 5 mods loaded, 5 mods active
  99. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  100. UCHIJAAAA mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
  101. UCHIJAAAA FML{8.0.99.99} [Forge Mod Loader] (forge-1.10.2-12.18.3.2185.jar)
  102. UCHIJAAAA Forge{12.18.3.2185} [Minecraft Forge] (forge-1.10.2-12.18.3.2185.jar)
  103. UCHIJAAAA mercurius_updater{1.0} [mercurius_updater] (MercuriusUpdater-1.10.2.jar)
  104. UCHIJAAAA pixelmon{5.1.2} [Pixelmon] (Pixelmon-1.10.2-5.1.2-universal.jar)
  105. Loaded coremods (and transformers):
  106. GL info: ' Vendor: 'ATI Technologies Inc.' Version: '4.3.12683 Compatibility Profile Context 13.302.1601.1001' Renderer: 'AMD Radeon(TM) R5 Graphics'
  107. Launched Version: 1.10.2-forge1.10.2-12.18.3.2185
  108. LWJGL: 2.9.4
  109. OpenGL: AMD Radeon(TM) R5 Graphics GL version 4.3.12683 Compatibility Profile Context 13.302.1601.1001, ATI Technologies Inc.
  110. GL Caps: Using GL 1.3 multitexturing.
  111. Using GL 1.3 texture combiners.
  112. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
  113. Shaders are available because OpenGL 2.1 is supported.
  114. VBOs are available because OpenGL 1.5 is supported.
  115.  
  116. Using VBOs: Yes
  117. Is Modded: Definitely; Client brand changed to 'fml,forge'
  118. Type: Client (map_client.txt)
  119. Resource Packs:
  120. Current Language: English (US)
  121. Profiler Position: N/A (disabled)
  122. CPU: 4x AMD A8-6410 APU with AMD Radeon R5 Graphics
Advertisement
Add Comment
Please, Sign In to add comment