Advertisement
Guest User

Untitled

a guest
Jul 7th, 2015
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.00 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // You're mean.
  3.  
  4. Time: 07.07.15 19:59
  5. Description: Initializing game
  6.  
  7. java.lang.OutOfMemoryError: Initializing game
  8. at sun.misc.Unsafe.allocateMemory(Native Method)
  9. at java.nio.DirectByteBuffer.<init>(Unknown Source)
  10. at java.nio.ByteBuffer.allocateDirect(Unknown Source)
  11. at net.minecraft.client.renderer.GLAllocation.func_74524_c(SourceFile:34)
  12. at net.minecraft.client.renderer.GLAllocation.func_74527_f(SourceFile:46)
  13. at net.minecraft.client.renderer.texture.TextureUtil.<clinit>(TextureUtil.java:22)
  14. at net.minecraft.client.shader.Framebuffer.func_147605_b(Framebuffer.java:104)
  15. at net.minecraft.client.shader.Framebuffer.func_147613_a(Framebuffer.java:56)
  16. at net.minecraft.client.shader.Framebuffer.<init>(Framebuffer.java:37)
  17. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:467)
  18. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867)
  19. at net.minecraft.client.main.Main.main(SourceFile:148)
  20. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  21. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  22. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  23. at java.lang.reflect.Method.invoke(Unknown Source)
  24. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  25. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  26.  
  27.  
  28. A detailed walkthrough of the error, its code path and all known details is as follows:
  29. ---------------------------------------------------------------------------------------
  30.  
  31. -- Head --
  32. Stacktrace:
  33. at sun.misc.Unsafe.allocateMemory(Native Method)
  34. at java.nio.DirectByteBuffer.<init>(Unknown Source)
  35. at java.nio.ByteBuffer.allocateDirect(Unknown Source)
  36. at net.minecraft.client.renderer.GLAllocation.func_74524_c(SourceFile:34)
  37. at net.minecraft.client.renderer.GLAllocation.func_74527_f(SourceFile:46)
  38. at net.minecraft.client.renderer.texture.TextureUtil.<clinit>(TextureUtil.java:22)
  39. at net.minecraft.client.shader.Framebuffer.func_147605_b(Framebuffer.java:104)
  40. at net.minecraft.client.shader.Framebuffer.func_147613_a(Framebuffer.java:56)
  41. at net.minecraft.client.shader.Framebuffer.<init>(Framebuffer.java:37)
  42. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:467)
  43.  
  44. -- Initialization --
  45. Details:
  46. Stacktrace:
  47. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867)
  48. at net.minecraft.client.main.Main.main(SourceFile:148)
  49. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  50. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  51. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  52. at java.lang.reflect.Method.invoke(Unknown Source)
  53. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  54. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  55.  
  56. -- System Details --
  57. Details:
  58. Minecraft Version: 1.7.10
  59. Operating System: Windows 7 (x86) version 6.1
  60. Java Version: 1.8.0_31, Oracle Corporation
  61. Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation
  62. Memory: 69547224 bytes (66 MB) / 190640128 bytes (181 MB) up to 1060372480 bytes (1011 MB)
  63. JVM Flags: 5 total; -Xmx1024M -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
  64. AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  65. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  66. FML:
  67. Launched Version: ForgeOptiFine 1.7.10
  68. LWJGL: 2.9.1
  69. OpenGL: GeForce 9600M GS/PCIe/SSE2 GL version 3.3.0, NVIDIA Corporation
  70. GL Caps: Using GL 1.3 multitexturing.
  71. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
  72. Anisotropic filtering is supported and maximum anisotropy is 16.
  73. Shaders are available because OpenGL 2.1 is supported.
  74.  
  75. Is Modded: Definitely; Client brand changed to 'fml,forge'
  76. Type: Client (map_client.txt)
  77. Resource Packs: []
  78. Current Language: ~~ERROR~~ NullPointerException: null
  79. Profiler Position: N/A (disabled)
  80. Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  81. Anisotropic Filtering: Off (1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement