Advertisement
Guest User

Crash

a guest
Aug 26th, 2015
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.12 KB | None | 0 0
  1.  
  2. Time: 26.08.15 16:17
  3. Description: Registering texture
  4.  
  5. java.lang.OutOfMemoryError: Java heap space
  6. at net.minecraft.client.renderer.texture.TextureUtil.func_110993_a(TextureUtil.java:257)
  7. at net.minecraft.client.renderer.texture.TextureUtil.func_110995_a(TextureUtil.java:248)
  8. at net.minecraft.client.renderer.texture.TextureUtil.func_110989_a(TextureUtil.java:199)
  9. at net.minecraft.client.renderer.texture.SimpleTexture.func_110551_a(SourceFile:48)
  10. at net.minecraft.client.renderer.texture.TextureManager.func_110579_a(TextureManager.java:94)
  11. at net.minecraft.client.renderer.texture.TextureManager.func_110549_a(TextureManager.java:200)
  12. at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110544_b(SimpleReloadableResourceManager.java:143)
  13. at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110541_a(SimpleReloadableResourceManager.java:121)
  14. at net.minecraft.client.Minecraft.func_110436_a(Minecraft.java:617)
  15. at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:327)
  16. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552)
  17. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
  18. at net.minecraft.client.main.Main.main(SourceFile:148)
  19. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  20. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  21. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  22. at java.lang.reflect.Method.invoke(Unknown Source)
  23. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  24. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  25.  
  26.  
  27. A detailed walkthrough of the error, its code path and all known details is as follows:
  28. ---------------------------------------------------------------------------------------
  29.  
  30. -- Head --
  31. Stacktrace:
  32. at net.minecraft.client.renderer.texture.TextureUtil.func_110993_a(TextureUtil.java:257)
  33. at net.minecraft.client.renderer.texture.TextureUtil.func_110995_a(TextureUtil.java:248)
  34. at net.minecraft.client.renderer.texture.TextureUtil.func_110989_a(TextureUtil.java:199)
  35. at net.minecraft.client.renderer.texture.SimpleTexture.func_110551_a(SourceFile:48)
  36.  
  37. -- Resource location being registered --
  38. Details:
  39. Resource location: minecraft:textures/font/ascii.png
  40. Texture object class: net.minecraft.client.renderer.texture.SimpleTexture
  41. Stacktrace:
  42. at net.minecraft.client.renderer.texture.TextureManager.func_110579_a(TextureManager.java:94)
  43. at net.minecraft.client.renderer.texture.TextureManager.func_110549_a(TextureManager.java:200)
  44. at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110544_b(SimpleReloadableResourceManager.java:143)
  45. at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110541_a(SimpleReloadableResourceManager.java:121)
  46. at net.minecraft.client.Minecraft.func_110436_a(Minecraft.java:617)
  47. at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:327)
  48. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552)
  49.  
  50. -- Initialization --
  51. Details:
  52. Stacktrace:
  53. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
  54. at net.minecraft.client.main.Main.main(SourceFile:148)
  55. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  56. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  57. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  58. at java.lang.reflect.Method.invoke(Unknown Source)
  59. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  60. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  61.  
  62. -- System Details --
  63. Details:
  64. Minecraft Version: 1.7.10
  65. Operating System: Windows 8.1 (amd64) version 6.3
  66. Java Version: 1.8.0_60, Oracle Corporation
  67. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  68. Memory: 23474400 bytes (22 MB) / 523501568 bytes (499 MB) up to 523501568 bytes (499 MB)
  69. JVM Flags: 7 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M -Xmx512M
  70. AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  71. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  72. FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1492 Optifine OptiFine_1.7.10_HD_U_C1 24 mods loaded, 24 mods active
  73. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  74. UCHIJA mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
  75. UCHIJA FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1492-1.7.10.jar)
  76. UCHIJA Forge{10.13.4.1492} [Minecraft Forge] (forge-1.7.10-10.13.4.1492-1.7.10.jar)
  77. UCHIJA ImmibisMicroblocks{59.1.1} [Immibis's Microblocks] (immibis-microblocks-59.1.0.jar)
  78. UCHIJA FastCraft{1.22} [FastCraft] (fastcraft-1.22-ctest13.jar)
  79. UCHIJA ForgeMultipart{1.1.0.296} [Forge Multipart] (ForgeMultipart-1.7.10-1.1.0.296-universal.jar)
  80. UCHIJA chisel{2.5.0.42} [Chisel 2] (Chisel2-2.5.0.42.jar)
  81. UCHIJA customnpcs{1.7.10d} [CustomNpcs] (CustomNPCs_1.7.10d.jar)
  82. UCHIJA PTRModelLib{1.0.0} [PTRModelLib] (Decocraft-2.0.2_1.7.10.jar)
  83. UCHIJA props{2.1} [Decocraft] (Decocraft-2.0.2_1.7.10.jar)
  84. UCHIJA DragonsRadioMod{1.7.1} [Dragon's Radio Mod] (Dragon's Radio Mod-MC1.7.10-1.7.1.jar)
  85. UCHIJA hidenames{1.1.7} [Hide Names] (Hide Names.jar)
  86. UCHIJA CustomMainMenu{1.5} [Custom Main Menu] (HPsPL-Menu.jar)
  87. UCHIJA ImmibisCore{59.1.2} [Immibis Core] (immibis-core-59.1.1.jar)
  88. UCHIJA MemoryCleaner{1.0} [Memory Cleaner] (MemoryCleaner-1.4-mc.1.7.10.jar)
  89. UCHIJA is_mtc{1.7.8} [Mine Trading Cards] (Mine Trading Cards-1.7.8.jar)
  90. UCHIJA minestones{1.7.10-MS1.0.1} [Minestones] (minestones-1.7.10-MS1.0.1.jar)
  91. UCHIJA moreplayermodels{1.7.10b} [MorePlayerModels] (MorePlayerModels_1.7.10b.jar)
  92. UCHIJA harvestcraft{1.7.10j} [Pam's HarvestCraft] (Pam's HarvestCraft 1.7.10j.jar)
  93. UCHIJA secretroomsmod{4.7.1} [The SecretRoomsMod] (secretroomsmod-1.7.10-4.7.1.413.jar)
  94. UCHIJA soundfilters{0.8_for_1.7.X} [Sound Filters] (SoundFilters-0.8_for_1.7.X.jar)
  95. UCHIJA tabbychat{1.11.2.2} [TabbyChat] (TabbyChat-1.7.10-1.11.2.2-fml.jar)
  96. UCHIJA McMultipart{1.1.0.296} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.10-1.1.0.296-universal.jar)
  97. UCHIJA ForgeMicroblock{1.1.0.296} [Forge Microblocks] (ForgeMultipart-1.7.10-1.1.0.296-universal.jar)
  98. GL info: ' Vendor: 'Intel' Version: '4.2.0 - Build 10.18.10.3540' Renderer: 'Intel(R) HD Graphics 4600'
  99. Launched Version: HPsPL
  100. LWJGL: 2.9.1
  101. OpenGL: Intel(R) HD Graphics 4600 GL version 4.2.0 - Build 10.18.10.3540, Intel
  102. GL Caps: Using GL 1.3 multitexturing.
  103. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
  104. Anisotropic filtering is supported and maximum anisotropy is 16.
  105. Shaders are available because OpenGL 2.1 is supported.
  106.  
  107. Is Modded: Definitely; Client brand changed to 'fml,forge'
  108. Type: Client (map_client.txt)
  109. Resource Packs: []
  110. Current Language: Polski (Polska)
  111. Profiler Position: N/A (disabled)
  112. Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  113. Anisotropic Filtering: Off (1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement