Advertisement
Guest User

Untitled

a guest
Feb 17th, 2016
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.22 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Who set us up the TNT?
  3.  
  4. Time: 17.02.16 15:35
  5. Description: Initializing game
  6.  
  7. java.lang.IllegalStateException: can't pop unfinished ProgressBar Rendering Setup
  8. at net.minecraftforge.fml.common.ProgressManager.pop(ProgressManager.java:35)
  9. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:492)
  10. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:326)
  11. at net.minecraft.client.main.Main.main(SourceFile:120)
  12. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  13. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  14. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  15. at java.lang.reflect.Method.invoke(Method.java:497)
  16. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  17. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  18.  
  19.  
  20. A detailed walkthrough of the error, its code path and all known details is as follows:
  21. ---------------------------------------------------------------------------------------
  22.  
  23. -- Head --
  24. Stacktrace:
  25. at net.minecraftforge.fml.common.ProgressManager.pop(ProgressManager.java:35)
  26. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:492)
  27.  
  28. -- Initialization --
  29. Details:
  30. Stacktrace:
  31. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:326)
  32. at net.minecraft.client.main.Main.main(SourceFile:120)
  33. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  34. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  35. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  36. at java.lang.reflect.Method.invoke(Method.java:497)
  37. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  38. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  39.  
  40. -- System Details --
  41. Details:
  42. Minecraft Version: 1.8
  43. Operating System: Mac OS X (x86_64) version 10.11.3
  44. Java Version: 1.8.0_60, Oracle Corporation
  45. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  46. Memory: 113408312 bytes (108 MB) / 282505216 bytes (269 MB) up to 1060372480 bytes (1011 MB)
  47. JVM Flags: 5 total; -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
  48. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  49. FML: MCP v9.10 FML v8.0.127.1103 2 mods loaded, 2 mods active
  50. mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized
  51. FML{8.0.127.1103} [Forge Mod Loader] (fml-1.8-8.0.127.1103.jar) Unloaded->Constructed->Pre-initialized
  52. Loaded coremods (and transformers):
  53. Launched Version: 1.8-FML8.0.127.1103
  54. LWJGL: 2.9.2
  55. OpenGL: ATI Radeon HD 2400 XT OpenGL Engine GL version 2.1 ATI-10.0.40, ATI Technologies Inc.
  56. GL Caps: Using GL 1.3 multitexturing.
  57. Using GL 1.3 texture combiners.
  58. Using framebuffer objects because ARB_framebuffer_object is supported and separate blending is supported.
  59. Shaders are available because OpenGL 2.1 is supported.
  60. VBOs are available because OpenGL 1.5 is supported.
  61.  
  62. Using VBOs: No
  63. Is Modded: Definitely; Client brand changed to 'fml'
  64. Type: Client (map_client.txt)
  65. Resource Packs: []
  66. Current Language: Deutsch (Deutschland)
  67. Profiler Position: N/A (disabled)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement