Advertisement
FrozenFireNinja

:V

Mar 5th, 2017
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.05 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4. Contact their authors BEFORE contacting forge
  5.  
  6. // You're mean.
  7.  
  8. Time: 3/5/17 6:40 PM
  9. Description: Initializing game
  10.  
  11. java.lang.VerifyError: Bad invokespecial instruction: current class isn't assignable to reference class.
  12. Exception Details:
  13. Location:
  14. net/minecraft/client/renderer/entity/RenderSpider.a(CI)V @3: invokespecial
  15. Reason:
  16. Error exists in the bytecode
  17. Bytecode:
  18. 0x0000000: 2a1b 1cb7 0045 1b1c b800 48b1
  19.  
  20. at net.minecraft.client.renderer.entity.RenderManager.<init>(RenderManager.java:133)
  21. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:481)
  22. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:329)
  23. at net.minecraft.client.main.Main.main(SourceFile:124)
  24. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  25. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  26. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  27. at java.lang.reflect.Method.invoke(Method.java:483)
  28. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  29. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  30.  
  31.  
  32. A detailed walkthrough of the error, its code path and all known details is as follows:
  33. ---------------------------------------------------------------------------------------
  34.  
  35. -- Head --
  36. Stacktrace:
  37. at net.minecraft.client.renderer.entity.RenderManager.<init>(RenderManager.java:133)
  38. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:481)
  39.  
  40. -- Initialization --
  41. Details:
  42. Stacktrace:
  43. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:329)
  44. at net.minecraft.client.main.Main.main(SourceFile:124)
  45. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  46. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  47. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  48. at java.lang.reflect.Method.invoke(Method.java:483)
  49. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  50. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  51.  
  52. -- System Details --
  53. Details:
  54. Minecraft Version: 1.8.9
  55. Operating System: Windows 10 (amd64) version 10.0
  56. Java Version: 1.8.0_25, Oracle Corporation
  57. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  58. Memory: 76531520 bytes (72 MB) / 310173696 bytes (295 MB) up to 2134114304 bytes (2035 MB)
  59. JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx2G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
  60. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  61. FML: MCP 9.19 Powered by Forge 11.15.1.1902 4 mods loaded, 4 mods active
  62. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  63. UCH mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
  64. UCH FML{8.0.99.99} [Forge Mod Loader] (forge-1.8.9-11.15.1.1902-1.8.9.jar)
  65. UCH Forge{11.15.1.1902} [Minecraft Forge] (forge-1.8.9-11.15.1.1902-1.8.9.jar)
  66. UCH autotip{2.0.3} [Autotip] (Autotip-2.0.3 [1.8-1.11.2].jar)
  67. Loaded coremods (and transformers):
  68. GL info: ' Vendor: 'Intel' Version: '4.4.0 - Build 20.19.15.4454' Renderer: 'Intel(R) HD Graphics 5500'
  69. Launched Version: 1.8.9-forge1.8.9-11.15.1.1902-1.8.9
  70. LWJGL: 2.9.4
  71. OpenGL: Intel(R) HD Graphics 5500 GL version 4.4.0 - Build 20.19.15.4454, Intel
  72. GL Caps: Using GL 1.3 multitexturing.
  73. Using GL 1.3 texture combiners.
  74. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
  75. Shaders are available because OpenGL 2.1 is supported.
  76. VBOs are available because OpenGL 1.5 is supported.
  77.  
  78. Using VBOs: Yes
  79. Is Modded: Definitely; Client brand changed to 'fml,forge'
  80. Type: Client (map_client.txt)
  81. Resource Packs: Simplistic Craft
  82. Current Language: English (US)
  83. Profiler Position: N/A (disabled)
  84. CPU: 4x Intel(R) Core(TM) i7-5500U CPU @ 2.40GHz
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement