Advertisement
Guest User

Untitled

a guest
May 23rd, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.86 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // I blame Dinnerbone.
  3.  
  4. Time: 23.05.18 20:15
  5. Description: Initializing game
  6.  
  7. java.lang.IndexOutOfBoundsException
  8. at java.nio.Buffer.checkIndex(Buffer.java:540)
  9. at java.nio.DirectByteBuffer.get(DirectByteBuffer.java:253)
  10. at org.lwjgl.input.Keyboard.isKeyDown(Keyboard.java:407)
  11. at me.play.amax.modules.modules.player.InvMov.isPressed(InvMov.java:59)
  12. at me.play.amax.modules.modules.player.InvMov.<init>(InvMov.java:51)
  13. at me.play.amax.modules.ModuleManager.setModules(ModuleManager.java:50)
  14. at me.play.amax.Main.startClient(Main.java:56)
  15. at net.minecraft.client.Minecraft.startGame(Minecraft.java:595)
  16. at net.minecraft.client.Minecraft.run(Minecraft.java:402)
  17. at net.minecraft.client.main.Main.main(Main.java:114)
  18.  
  19.  
  20. A detailed walkthrough of the error, its code path and all known details is as follows:
  21. ---------------------------------------------------------------------------------------
  22.  
  23. -- Head --
  24. Stacktrace:
  25. at java.nio.Buffer.checkIndex(Buffer.java:540)
  26. at java.nio.DirectByteBuffer.get(DirectByteBuffer.java:253)
  27. at org.lwjgl.input.Keyboard.isKeyDown(Keyboard.java:407)
  28. at me.play.amax.modules.modules.player.InvMov.isPressed(InvMov.java:59)
  29. at me.play.amax.modules.modules.player.InvMov.<init>(InvMov.java:51)
  30. at me.play.amax.modules.ModuleManager.setModules(ModuleManager.java:50)
  31. at me.play.amax.Main.startClient(Main.java:56)
  32. at net.minecraft.client.Minecraft.startGame(Minecraft.java:595)
  33.  
  34. -- Initialization --
  35. Details:
  36. Stacktrace:
  37. at net.minecraft.client.Minecraft.run(Minecraft.java:402)
  38. at net.minecraft.client.main.Main.main(Main.java:114)
  39.  
  40. -- System Details --
  41. Details:
  42. Minecraft Version: 1.8
  43. Operating System: Windows 10 (amd64) version 10.0
  44. Java Version: 1.8.0_25, Oracle Corporation
  45. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  46. Memory: 493081488 bytes (470 MB) / 805306368 bytes (768 MB) up to 4294967296 bytes (4096 MB)
  47. JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx4G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=16M
  48. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  49. Launched Version: Amax
  50. LWJGL: 2.9.1
  51. OpenGL: GeForce GTX 1060 6GB/PCIe/SSE2 GL version 4.6.0 NVIDIA 388.13, NVIDIA Corporation
  52. GL Caps: Using GL 1.3 multitexturing.
  53. Using GL 1.3 texture combiners.
  54. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
  55. Shaders are available because OpenGL 2.1 is supported.
  56. VBOs are available because OpenGL 1.5 is supported.
  57.  
  58. Using VBOs: Yes
  59. Is Modded: Very likely; Jar signature invalidated
  60. Type: Client (map_client.txt)
  61. Resource Packs: [! Gerrit Hacking TP]
  62. Current Language: English (US)
  63. Profiler Position: N/A (disabled)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement