Advertisement
Guest User

Error

a guest
Mar 9th, 2018
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 4.91 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // There are four lights!
  3.  
  4. Time: 3/9/18 4:54 PM
  5. Description: Initializing game
  6.  
  7. java.lang.NoSuchMethodError: java.nio.IntBuffer.clear()Ljava/nio/IntBuffer;
  8.     at net.minecraft.client.renderer.texture.TextureUtil.copyToBufferPos(TextureUtil.java:298)
  9.     at net.minecraft.client.renderer.texture.TextureUtil.uploadTextureSub(TextureUtil.java:187)
  10.     at net.minecraft.client.renderer.texture.TextureUtil.uploadTexture(TextureUtil.java:52)
  11.     at net.minecraft.client.renderer.texture.DynamicTexture.updateDynamicTexture(DynamicTexture.java:38)
  12.     at net.minecraft.client.renderer.texture.TextureUtil.<clinit>(TextureUtil.java:416)
  13.     at net.minecraft.client.shader.Framebuffer.createFramebuffer(Framebuffer.java:106)
  14.     at net.minecraft.client.shader.Framebuffer.createBindFramebuffer(Framebuffer.java:58)
  15.     at net.minecraft.client.shader.Framebuffer.<init>(Framebuffer.java:39)
  16.     at net.minecraft.client.Minecraft.startGame(Minecraft.java:439)
  17.     at net.minecraft.client.Minecraft.run(Minecraft.java:356)
  18.     at net.minecraft.client.main.Main.main(Main.java:117)
  19.     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  20.     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  21.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  22.     at java.lang.reflect.Method.invoke(Method.java:597)
  23.     at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  24.     at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  25.     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  26.     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  27.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  28.     at java.lang.reflect.Method.invoke(Method.java:597)
  29.     at net.minecraftforge.gradle.GradleStartCommon.launch(Unknown Source)
  30.     at GradleStart.main(Unknown Source)
  31.  
  32.  
  33. A detailed walkthrough of the error, its code path and all known details is as follows:
  34. ---------------------------------------------------------------------------------------
  35.  
  36. -- Head --
  37. Stacktrace:
  38.     at net.minecraft.client.renderer.texture.TextureUtil.copyToBufferPos(TextureUtil.java:298)
  39.     at net.minecraft.client.renderer.texture.TextureUtil.uploadTextureSub(TextureUtil.java:187)
  40.     at net.minecraft.client.renderer.texture.TextureUtil.uploadTexture(TextureUtil.java:52)
  41.     at net.minecraft.client.renderer.texture.DynamicTexture.updateDynamicTexture(DynamicTexture.java:38)
  42.     at net.minecraft.client.renderer.texture.TextureUtil.<clinit>(TextureUtil.java:416)
  43.     at net.minecraft.client.shader.Framebuffer.createFramebuffer(Framebuffer.java:106)
  44.     at net.minecraft.client.shader.Framebuffer.createBindFramebuffer(Framebuffer.java:58)
  45.     at net.minecraft.client.shader.Framebuffer.<init>(Framebuffer.java:39)
  46.     at net.minecraft.client.Minecraft.startGame(Minecraft.java:439)
  47.  
  48. -- Initialization --
  49. Details:
  50. Stacktrace:
  51.     at net.minecraft.client.Minecraft.run(Minecraft.java:356)
  52.     at net.minecraft.client.main.Main.main(Main.java:117)
  53.     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  54.     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  55.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  56.     at java.lang.reflect.Method.invoke(Method.java:597)
  57.     at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  58.     at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  59.     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  60.     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  61.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  62.     at java.lang.reflect.Method.invoke(Method.java:597)
  63.     at net.minecraftforge.gradle.GradleStartCommon.launch(Unknown Source)
  64.     at GradleStart.main(Unknown Source)
  65.  
  66. -- System Details --
  67. Details:
  68.     Minecraft Version: 1.8
  69.     Operating System: Mac OS X (x86_64) version 10.12.2
  70.     Java Version: 1.6.0_65, Apple Inc.
  71.     Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Apple Inc.
  72.     Memory: 959832328 bytes (915 MB) / 1069416448 bytes (1019 MB) up to 1069416448 bytes (1019 MB)
  73.     JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M
  74.     IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  75.     FML:
  76.     Loaded coremods (and transformers):
  77.     Launched Version: 1.8
  78.     LWJGL: 2.9.2
  79.     OpenGL: NVIDIA GeForce 320M OpenGL Engine GL version 2.1 NVIDIA-10.2.12 310.90.10.05b20, NVIDIA Corporation
  80.     GL Caps: Using GL 1.3 multitexturing.
  81. Using GL 1.3 texture combiners.
  82. Using framebuffer objects because ARB_framebuffer_object is supported and separate blending is supported.
  83. Shaders are available because OpenGL 2.1 is supported.
  84. VBOs are available because OpenGL 1.5 is supported.
  85.  
  86.     Using VBOs: No
  87.     Is Modded: Definitely; Client brand changed to 'fml,forge'
  88.     Type: Client (map_client.txt)
  89.     Resource Packs: []
  90.     Current Language: ~~ERROR~~ NullPointerException: null
  91.     Profiler Position: N/A (disabled)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement