Guest User

Untitled

a guest
May 18th, 2016
264
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.85 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4. Contact their authors BEFORE contacting forge
  5.  
  6. // Why is it breaking :(
  7.  
  8. Time: 16/05/16 11:34
  9. Description: Initializing game
  10.  
  11. java.lang.NoSuchMethodError: shadersmod.client.ShadersTex.initDynamicTexture(IIILnet/minecraft/client/renderer/texture/DynamicTexture;)V
  12. at net.minecraft.client.renderer.texture.DynamicTexture.<init>(SourceFile:26)
  13. at net.minecraft.client.renderer.texture.TextureUtil.<clinit>(TextureUtil.java:29)
  14. at net.minecraft.client.shader.Framebuffer.func_147605_b(Framebuffer.java:106)
  15. at net.minecraft.client.shader.Framebuffer.func_147613_a(Framebuffer.java:58)
  16. at net.minecraft.client.shader.Framebuffer.<init>(Framebuffer.java:39)
  17. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:405)
  18. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:325)
  19. at net.minecraft.client.main.Main.main(SourceFile:120)
  20. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  21. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  22. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  23. at java.lang.reflect.Method.invoke(Method.java:483)
  24. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  25. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  26.  
  27.  
  28. A detailed walkthrough of the error, its code path and all known details is as follows:
  29. ---------------------------------------------------------------------------------------
  30.  
  31. -- Head --
  32. Stacktrace:
  33. at net.minecraft.client.renderer.texture.DynamicTexture.<init>(SourceFile:26)
  34. at net.minecraft.client.renderer.texture.TextureUtil.<clinit>(TextureUtil.java:29)
  35. at net.minecraft.client.shader.Framebuffer.func_147605_b(Framebuffer.java:106)
  36. at net.minecraft.client.shader.Framebuffer.func_147613_a(Framebuffer.java:58)
  37. at net.minecraft.client.shader.Framebuffer.<init>(Framebuffer.java:39)
  38. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:405)
  39.  
  40. -- Initialization --
  41. Details:
  42. Stacktrace:
  43. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:325)
  44. at net.minecraft.client.main.Main.main(SourceFile:120)
  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
  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: 67878656 bytes (64 MB) / 237899776 bytes (226 MB) up to 1060372480 bytes (1011 MB)
  59. JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
  60. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  61. FML:
  62. Loaded coremods (and transformers):
  63. Launched Version: 1.8-forge1.8-11.14.3.1513
  64. LWJGL: 2.9.1
  65. OpenGL: AMD Radeon HD 7480D GL version 4.5.13399 Compatibility Profile Context 15.201.1151.1008, ATI Technologies Inc.
  66. GL Caps: Using GL 1.3 multitexturing.
  67. Using GL 1.3 texture combiners.
  68. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
  69. Shaders are available because OpenGL 2.1 is supported.
  70. VBOs are available because OpenGL 1.5 is supported.
  71.  
  72. Using VBOs: No
  73. Is Modded: Definitely; Client brand changed to 'fml,forge'
  74. Type: Client (map_client.txt)
  75. Resource Packs: []
  76. Current Language: ~~ERROR~~ NullPointerException: null
  77. Profiler Position: N/A (disabled)
Advertisement
Add Comment
Please, Sign In to add comment