Advertisement
Guest User

Untitled

a guest
Nov 1st, 2014
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.20 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Why is it breaking :(
  3.  
  4. Time: 14-11-01 07:52
  5. Description: Initializing game
  6.  
  7. java.lang.AbstractMethodError: java.lang.Object.toString()Ljava/lang/String;
  8. at sun.security.util.ManifestEntryVerifier.setEntry(ManifestEntryVerifier.java:124)
  9. at java.util.jar.JarVerifier.beginEntry(JarVerifier.java:185)
  10. at java.util.jar.JarVerifier$VerifierStream.<init>(JarVerifier.java:452)
  11. at java.util.jar.JarFile.getInputStream(JarFile.java:464)
  12. at sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:162)
  13. at java.net.URLClassLoader.getResourceAsStream(URLClassLoader.java:238)
  14. at java.lang.Class.getResourceAsStream(Class.java:2210)
  15. at cvb.d(SourceFile:46)
  16. at cvb.b(SourceFile:51)
  17. at cvc.b(SourceFile:101)
  18. at cvt.b(SourceFile:66)
  19. at cxh.a(SourceFile:189)
  20. at cxh.a(SourceFile:166)
  21. at cxh.b(SourceFile:149)
  22. at cxh.a(SourceFile:135)
  23. at cxk.a(SourceFile:23)
  24. at cvt.a(SourceFile:99)
  25. at bsu.aj(SourceFile:437)
  26. at bsu.a(SourceFile:299)
  27. at net.minecraft.client.main.Main.main(SourceFile:120)
  28. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  29. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  30. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  31. at java.lang.reflect.Method.invoke(Method.java:483)
  32. at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
  33. at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
  34.  
  35.  
  36. A detailed walkthrough of the error, its code path and all known details is as follows:
  37. ---------------------------------------------------------------------------------------
  38.  
  39. -- Head --
  40. Stacktrace:
  41. at sun.security.util.ManifestEntryVerifier.setEntry(ManifestEntryVerifier.java:124)
  42. at java.util.jar.JarVerifier.beginEntry(JarVerifier.java:185)
  43. at java.util.jar.JarVerifier$VerifierStream.<init>(JarVerifier.java:452)
  44. at java.util.jar.JarFile.getInputStream(JarFile.java:464)
  45. at sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:162)
  46. at java.net.URLClassLoader.getResourceAsStream(URLClassLoader.java:238)
  47. at java.lang.Class.getResourceAsStream(Class.java:2210)
  48. at cvb.d(SourceFile:46)
  49. at cvb.b(SourceFile:51)
  50. at cvc.b(SourceFile:101)
  51. at cvt.b(SourceFile:66)
  52. at cxh.a(SourceFile:189)
  53. at cxh.a(SourceFile:166)
  54. at cxh.b(SourceFile:149)
  55. at cxh.a(SourceFile:135)
  56. at cxk.a(SourceFile:23)
  57. at cvt.a(SourceFile:99)
  58. at bsu.aj(SourceFile:437)
  59.  
  60. -- Initialization --
  61. Details:
  62. Stacktrace:
  63. at bsu.a(SourceFile:299)
  64. at net.minecraft.client.main.Main.main(SourceFile:120)
  65. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  66. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  67. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  68. at java.lang.reflect.Method.invoke(Method.java:483)
  69. at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
  70. at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
  71.  
  72. -- System Details --
  73. Details:
  74. Minecraft Version: 1.8
  75. Operating System: Windows 7 (amd64) version 6.1
  76. Java Version: 1.8.0_20, Oracle Corporation
  77. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  78. Memory: 100328448 bytes (95 MB) / 177598464 bytes (169 MB) up to 1060372480 bytes (1011 MB)
  79. JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
  80. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  81. Launched Version: 1.8-OptiFine_HD_U_A3
  82. LWJGL: 2.9.1
  83. OpenGL: GeForce GTX 760/PCIe/SSE2 GL version 4.4.0, NVIDIA Corporation
  84. GL Caps: Using GL 1.3 multitexturing.
  85. Using GL 1.3 texture combiners.
  86. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
  87. Shaders are available because OpenGL 2.1 is supported.
  88. VBOs are available because OpenGL 1.5 is supported.
  89.  
  90. Using VBOs: No
  91. Is Modded: Very likely; Jar signature invalidated
  92. Type: Client (map_client.txt)
  93. Resource Packs: [Faithful - PikaPack - PvP Texture Pack - Updated.zip]
  94. Current Language: English (US)
  95. Profiler Position: N/A (disabled)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement