Advertisement
Guest User

Untitled

a guest
Aug 24th, 2016
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.65 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4. Contact their authors BEFORE contacting forge
  5.  
  6. // I feel sad now :(
  7.  
  8. Time: 8/24/16 3:41 PM
  9. Description: Initializing game
  10.  
  11. java.lang.NoSuchMethodError: net.minecraft.client.renderer.texture.TextureMap.<init>(Ljava/lang/String;Z)V
  12. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:467)
  13. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:325)
  14. at net.minecraft.client.main.Main.main(SourceFile:120)
  15. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  16. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  17. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  18. at java.lang.reflect.Method.invoke(Method.java:483)
  19. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  20. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  21.  
  22.  
  23. A detailed walkthrough of the error, its code path and all known details is as follows:
  24. ---------------------------------------------------------------------------------------
  25.  
  26. -- Head --
  27. Stacktrace:
  28. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:467)
  29.  
  30. -- Initialization --
  31. Details:
  32. Stacktrace:
  33. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:325)
  34. at net.minecraft.client.main.Main.main(SourceFile:120)
  35. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  36. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  37. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  38. at java.lang.reflect.Method.invoke(Method.java:483)
  39. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  40. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  41.  
  42. -- System Details --
  43. Details:
  44. Minecraft Version: 1.8
  45. Operating System: Windows 10 (amd64) version 10.0
  46. Java Version: 1.8.0_25, Oracle Corporation
  47. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  48. Memory: 74693056 bytes (71 MB) / 248623104 bytes (237 MB) up to 1060372480 bytes (1011 MB)
  49. JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
  50. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  51. FML: MCP v9.10 FML v8.0.99.99 Minecraft Forge 11.14.4.1563 Optifine OptiFine_1.8_HD_U_D3 5 mods loaded, 5 mods active
  52. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  53. U mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
  54. U FML{8.0.99.99} [Forge Mod Loader] (forge-1.8-11.14.4.1563.jar)
  55. U Forge{11.14.4.1563} [Minecraft Forge] (forge-1.8-11.14.4.1563.jar)
  56. U lucky{7.0.2} [Lucky Block] (LuckyBlock_1-8-9_v7-0-2 (1).zip)
  57. U MCE{6.9} [MinecraftCapes & Elytra Mod Mod] (MinecraftCapes Forge1.8.9.jar)
  58. Loaded coremods (and transformers):
  59. Launched Version: 1.8-forge1.8-11.14.4.1563
  60. LWJGL: 2.9.1
  61. OpenGL: AMD Radeon R7 200 Series GL version 4.5.13447 Compatibility Profile Context 20.19.0.32832, ATI Technologies Inc.
  62. GL Caps: Using GL 1.3 multitexturing.
  63. Using GL 1.3 texture combiners.
  64. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
  65. Shaders are available because OpenGL 2.1 is supported.
  66. VBOs are available because OpenGL 1.5 is supported.
  67.  
  68. Using VBOs: No
  69. Is Modded: Definitely; Client brand changed to 'fml,forge'
  70. Type: Client (map_client.txt)
  71. Resource Packs: [@EPs Naruto PvP ResourcePack.zip]
  72. Current Language: English (US)
  73. Profiler Position: N/A (disabled)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement