Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
286
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.21 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Don't be sad, have a hug! <3
  3.  
  4. Time: 17.06.19 19:45
  5. Description: Initializing game
  6.  
  7. java.lang.Error: Unresolved compilation problem:
  8. The constructor Step() is undefined
  9.  
  10. at me.UnlegitDARK.modules.ModuleManager.<init>(ModuleManager.java:14)
  11. at me.UnlegitDARK.UnlegitDARK.startClient(UnlegitDARK.java:30)
  12. at net.minecraft.client.Minecraft.startGame(Minecraft.java:574)
  13. at net.minecraft.client.Minecraft.run(Minecraft.java:409)
  14. at net.minecraft.client.main.Main.main(Main.java:113)
  15. at Start.main(Start.java:11)
  16.  
  17.  
  18. A detailed walkthrough of the error, its code path and all known details is as follows:
  19. ---------------------------------------------------------------------------------------
  20.  
  21. -- Head --
  22. Stacktrace:
  23. at me.UnlegitDARK.modules.ModuleManager.<init>(ModuleManager.java:14)
  24. at me.UnlegitDARK.UnlegitDARK.startClient(UnlegitDARK.java:30)
  25. at net.minecraft.client.Minecraft.startGame(Minecraft.java:574)
  26.  
  27. -- Initialization --
  28. Details:
  29. Stacktrace:
  30. at net.minecraft.client.Minecraft.run(Minecraft.java:409)
  31. at net.minecraft.client.main.Main.main(Main.java:113)
  32. at Start.main(Start.java:11)
  33.  
  34. -- System Details --
  35. Details:
  36. Minecraft Version: 1.8.8
  37. Operating System: Windows 10 (amd64) version 10.0
  38. Java Version: 1.8.0_211, Oracle Corporation
  39. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  40. Memory: 875186512 bytes (834 MB) / 1038876672 bytes (990 MB) up to 1038876672 bytes (990 MB)
  41. JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M
  42. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  43. Launched Version: mcp
  44. LWJGL: 2.9.4
  45. OpenGL: Intel(R) HD Graphics 630 GL version 4.5.0 - Build 25.20.100.6446, Intel
  46. GL Caps: Using GL 1.3 multitexturing.
  47. Using GL 1.3 texture combiners.
  48. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
  49. Shaders are available because OpenGL 2.1 is supported.
  50. VBOs are available because OpenGL 1.5 is supported.
  51.  
  52. Using VBOs: No
  53. Is Modded: Very likely; Jar signature invalidated
  54. Type: Client (map_client.txt)
  55. Resource Packs:
  56. Current Language: English (US)
  57. Profiler Position: N/A (disabled)
  58. CPU: 4x Intel(R) Core(TM) i3-7100T CPU @ 3.40GHz
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement