Advertisement
Guest User

Untitled

a guest
Dec 10th, 2016
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.46 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4. Contact their authors BEFORE contacting forge
  5.  
  6. // Oops.
  7.  
  8. Time: 10.12.2016 18:33
  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(Unknown Source)
  17. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  18. at java.lang.reflect.Method.invoke(Unknown Source)
  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(Unknown Source)
  37. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  38. at java.lang.reflect.Method.invoke(Unknown Source)
  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 7 (x86) version 6.1
  46. Java Version: 1.8.0_101, Oracle Corporation
  47. Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation
  48. Memory: 70981696 bytes (67 MB) / 227401728 bytes (216 MB) up to 523501568 bytes (499 MB)
  49. JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx512M -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_A3 4 mods loaded, 4 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. UCH mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
  54. UCH FML{8.0.99.99} [Forge Mod Loader] (forge-1.8-11.14.4.1563.jar)
  55. UCH Forge{11.14.4.1563} [Minecraft Forge] (forge-1.8-11.14.4.1563.jar)
  56. UCH jmcae{7.3} [James090500's MinecraftCape & Elytra Mod Mod] (MinecraftCapes Forge1.8.jar)
  57. Loaded coremods (and transformers):
  58. Launched Version: 1.8-forge1.8-11.14.4.1563
  59. LWJGL: 2.9.1
  60. OpenGL: GeForce GTX 550 Ti/PCIe/SSE2 GL version 4.5.0 NVIDIA 347.09, NVIDIA Corporation
  61. GL Caps: Using GL 1.3 multitexturing.
  62. Using GL 1.3 texture combiners.
  63. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
  64. Shaders are available because OpenGL 2.1 is supported.
  65. VBOs are available because OpenGL 1.5 is supported.
  66.  
  67. Using VBOs: No
  68. Is Modded: Definitely; Client brand changed to 'fml,forge'
  69. Type: Client (map_client.txt)
  70. Resource Packs: [Venom editted.zip]
  71. Current Language: English (US)
  72. Profiler Position: N/A (disabled)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement