Advertisement
Guest User

asd

a guest
Oct 9th, 2017
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.49 KB | None | 0 0
  1. [01:48:16] [Client thread/INFO] [STDOUT]: [net.minecraft.client.Minecraft:displayCrashReport:388]: ---- Minecraft Crash Report ----
  2. // I'm sorry, Dave.
  3.  
  4. Time: 10/10/17 01:48
  5. Description: Initializing game
  6.  
  7. java.lang.NoSuchMethodError: java.nio.ByteBuffer.flip()Ljava/nio/ByteBuffer;
  8. at net.minecraft.client.Minecraft.func_152340_a(Minecraft.java:694)
  9. at net.minecraft.client.Minecraft.startGame(Minecraft.java:463)
  10. at net.minecraft.client.Minecraft.run(Minecraft.java:942)
  11. at net.minecraft.client.main.Main.main(Main.java:164)
  12. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  13. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  14. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  15. at java.lang.reflect.Method.invoke(Method.java:498)
  16. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  17. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  18. at net.minecraftforge.gradle.GradleStartCommon.launch(Unknown Source)
  19. at GradleStart.main(Unknown Source)
  20.  
  21.  
  22. A detailed walkthrough of the error, its code path and all known details is as follows:
  23. ---------------------------------------------------------------------------------------
  24.  
  25. -- Head --
  26. Stacktrace:
  27. at net.minecraft.client.Minecraft.func_152340_a(Minecraft.java:694)
  28. at net.minecraft.client.Minecraft.startGame(Minecraft.java:463)
  29.  
  30. -- Initialization --
  31. Details:
  32. Stacktrace:
  33. at net.minecraft.client.Minecraft.run(Minecraft.java:942)
  34. at net.minecraft.client.main.Main.main(Main.java:164)
  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:498)
  39. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  40. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  41. at net.minecraftforge.gradle.GradleStartCommon.launch(Unknown Source)
  42. at GradleStart.main(Unknown Source)
  43.  
  44. -- System Details --
  45. Details:
  46. Minecraft Version: 1.7.10
  47. Operating System: Windows 10 (amd64) version 10.0
  48. Java Version: 1.8.0_144, Oracle Corporation
  49. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  50. Memory: 844180584 bytes (805 MB) / 1037959168 bytes (989 MB) up to 1037959168 bytes (989 MB)
  51. JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M
  52. AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  53. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  54. FML:
  55. Launched Version: 1.7.10
  56. LWJGL: 2.9.1
  57. OpenGL: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
  58. GL Caps:
  59. Is Modded: Definitely; Client brand changed to 'fml,forge'
  60. Type: Client (map_client.txt)
  61. Resource Packs: []
  62. Current Language: ~~ERROR~~ NullPointerException: null
  63. Profiler Position: N/A (disabled)
  64. Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  65. Anisotropic Filtering: Off (1)
  66. [01:48:16] [Client thread/INFO] [STDOUT]: [net.minecraft.client.Minecraft:displayCrashReport:398]: #@!@# Game crashed! Crash report saved to: #@!@# C:\Users\jacob\Desktop\Modding\eclipse\.\crash-reports\crash-2017-10-10_01.48.16-client.txt
  67. Disconnected from the target VM, address: '127.0.0.1:52715', transport: 'socket'
  68. Java HotSpot(TM) 64-Bit Server VM warning: Using incremental CMS is deprecated and will likely be removed in a future release
  69.  
  70. Process finished with exit code -1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement