Advertisement
Guest User

Untitled

a guest
Oct 20th, 2019
364
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.52 KB | None | 0 0
  1. [Minecraft] Client phack-b17 has been started.
  2. main.c4f2587a649f5ce5f93a.js:1 [Minecraft-Game] ---- Minecraft Crash Report ----
  3. // Oops.
  4.  
  5. Time: 21.10.19 2:01
  6. Description: Initializing game
  7.  
  8. java.lang.NoClassDefFoundError: org/reflections/Reflections
  9. at me.aristhena.client.module.ModuleManager.start(ModuleManager.java:43)
  10. at me.aristhena.client.Client.start(Client.java:31)
  11. at net.minecraft.client.Minecraft.run(Minecraft.java:403)
  12. at net.minecraft.client.main.Main.main(Main.java:114)
  13. Caused by: java.lang.ClassNotFoundException: org.reflections.Reflections
  14. at java.net.URLClassLoader.findClass(Unknown Source)
  15. at java.lang.ClassLoader.loadClass(Unknown Source)
  16. at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
  17. at java.lang.ClassLoader.loadClass(Unknown Source)
  18. ... 4 more
  19.  
  20.  
  21. A detailed walkthrough of the error, its code path and all known details is as follows:
  22. ---------------------------------------------------------------------------------------
  23.  
  24. -- Head --
  25. Stacktrace:
  26. at me.aristhena.client.module.ModuleManager.start(ModuleManager.java:43)
  27. at me.aristhena.client.Client.start(Client.java:31)
  28.  
  29. -- Initialization --
  30. Details:
  31. Stacktrace:
  32. at net.minecraft.client.Minecraft.run(Minecraft.java:403)
  33. at net.minecraft.client.main.Main.main(Main.java:114)
  34.  
  35. -- System Details --
  36. Details:
  37. Minecraft Version: 1.8
  38. Operating System: Windows 10 (amd64) version 10.0
  39. Java Version: 1.8.0_221, Oracle Corporation
  40. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  41. Memory: 52943792 bytes (50 MB) / 228995072 bytes (218 MB) up to 4281597952 bytes (4083 MB)
  42. JVM Flags: 7 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx4096M -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M -Xverify:none
  43. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  44. Launched Version: phack-b17
  45. LWJGL: 2.9.1
  46. OpenGL: Radeon RX550/550 Series GL version 4.6.13570 Compatibility Profile Context 19.8.1 26.20.13001.29010, ATI Technologies Inc.
  47. GL Caps: Using GL 1.3 multitexturing.
  48. Using GL 1.3 texture combiners.
  49. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
  50. Shaders are available because OpenGL 2.1 is supported.
  51. VBOs are available because OpenGL 1.5 is supported.
  52.  
  53. Using VBOs: Yes
  54. Is Modded: Very likely; Jar signature invalidated
  55. Type: Client (map_client.txt)
  56. Resource Packs: []
  57. Current Language: English (US)
  58. Profiler Position: N/A (disabled)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement