Advertisement
Guest User

Untitled

a guest
Jan 21st, 2020
269
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.97 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Shall we play a game?
  3.  
  4. Time: 1/21/20 8:46 AM
  5. Description: Initializing game
  6.  
  7. java.lang.NoClassDefFoundError: net/minecraft/fluid/Fluid
  8. at net.minecraft.util.registry.Registry.<clinit>(SourceFile:79)
  9. at net.minecraft.util.registry.Bootstrap.func_151354_b(SourceFile:38)
  10. at net.minecraft.client.Minecraft.<init>(Minecraft.java:352)
  11. at net.minecraft.client.main.Main.main(SourceFile: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:497)
  16. at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:56)
  17. at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$383/145066402.call(Unknown Source)
  18. at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37)
  19. at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54)
  20. at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72)
  21. at cpw.mods.modlauncher.Launcher.run(Launcher.java:81)
  22. at cpw.mods.modlauncher.Launcher.main(Launcher.java:65)
  23. Caused by: java.lang.ClassNotFoundException: net.minecraft.fluid.Fluid
  24. at java.lang.ClassLoader.findClass(ClassLoader.java:530)
  25. at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
  26. at cpw.mods.modlauncher.TransformingClassLoader.loadClass(TransformingClassLoader.java:101)
  27. at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
  28. ... 15 more
  29.  
  30.  
  31. A detailed walkthrough of the error, its code path and all known details is as follows:
  32. ---------------------------------------------------------------------------------------
  33.  
  34. -- Head --
  35. Thread: Render thread
  36. Stacktrace:
  37. at net.minecraft.util.registry.Registry.<clinit>(SourceFile:79)
  38. at net.minecraft.util.registry.Bootstrap.func_151354_b(SourceFile:38)
  39. at net.minecraft.client.Minecraft.<init>(Minecraft.java:352)
  40.  
  41. -- Initialization --
  42. Details:
  43. Stacktrace:
  44. at net.minecraft.client.main.Main.main(SourceFile:164)
  45. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  46. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  47. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  48. at java.lang.reflect.Method.invoke(Method.java:497)
  49. at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:56)
  50. at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$383/145066402.call(Unknown Source)
  51. at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37)
  52. at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54)
  53. at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72)
  54. at cpw.mods.modlauncher.Launcher.run(Launcher.java:81)
  55. at cpw.mods.modlauncher.Launcher.main(Launcher.java:65)
  56.  
  57. -- System Details --
  58. Details:
  59. Minecraft Version: 1.15.1
  60. Minecraft Version ID: 0f97d3f13a6a49d6bb96bb3fbc6729fb
  61. Operating System: Windows 10 (amd64) version 10.0
  62. Java Version: 1.8.0_51, Oracle Corporation
  63. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  64. Memory: 855974336 bytes (816 MB) / 1073741824 bytes (1024 MB) up to 8589934592 bytes (8192 MB)
  65. CPUs: 8
  66. JVM Flags: 11 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx8192m -Xms256m -XX:PermSize=256m -XX:+UseG1GC -XX:+UnlockExperimentalVMOptions -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
  67. Launched Version: forge-30.0.42
  68. Backend library: LWJGL version 3.2.2 build 10
  69. Backend API: NO CONTEXT
  70. GL Caps:
  71. Using VBOs: Yes
  72. Is Modded: Very likely; Jar signature invalidated
  73. Type: Client (map_client.txt)
  74. CPU: <unknown>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement