Advertisement
Guest User

Untitled

a guest
Sep 22nd, 2019
283
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.93 KB | None | 0 0
  1. [11:22:29] [main/INFO]: Loading for game Minecraft 1.14.4
  2. [11:22:32] [main/WARN]: Mod `mm` (1.6) uses 'requires' key in fabric.mod.json, which is not supported - use 'depends'
  3. [11:22:32] [main/WARN]: Mod `voxelmap` (1.9.13) uses 'requires' key in fabric.mod.json, which is not supported - use 'depends'
  4. [11:22:32] [main/INFO]: [FabricLoader] Loading 9 mods: minecraft@1.14.4, mm@1.6, voxelmap@1.9.13, org_slf4j_slf4j-simple@1.7.26, org_slf4j_slf4j-api@1.7.26, net_fabricmc_stitch@0.2.1.61, fabricloader@0.6.2+build.166, optifabric@0.5.2, org_zeroturnaround_zt-zip@1.13
  5. [11:22:32] [main/WARN]: Mod `net_fabricmc_stitch` (0.2.1.61) uses more dot-separated version components than SemVer allows; support for this is currently not guaranteed.
  6. [11:22:32] [main/INFO]: SpongePowered MIXIN Subsystem Version=0.7.11 Source=file:/C:/Users/user/Desktop/MultiMC/libraries/net/fabricmc/sponge-mixin/0.7.11.38/sponge-mixin-0.7.11.38.jar Service=Knot/Fabric Env=CLIENT
  7. [11:22:32] [main/INFO]: Compatibility level set to JAVA_8
  8. Found existing patched optifine jar, using that
  9. [11:22:33] [main/INFO]: [OptiFine] *** Reflector Forge ***
  10. [11:22:33] [main/INFO]: [OptiFine] (Reflector) Class not present: mods.betterfoliage.client.BetterFoliageClient
  11. [11:22:33] [main/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.class_773.getTexture
  12. Replacement `renderBlock` call: method_3355.(Lnet/minecraft/class_2680;Lnet/minecraft/class_2338;Lnet/minecraft/class_1920;Lnet/minecraft/class_287;Ljava/util/Random;)Z
  13. [11:22:33] [main/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.class_842.getModelData
  14. [11:22:33] [main/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.class_1299.getTags
  15. [11:22:33] [main/INFO]: [OptiFine] (Reflector) Field not present: net.minecraft.class_1309.NAMETAG_DISTANCE
  16. [11:22:33] [main/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.class_3611.getTags
  17. [11:22:33] [main/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.class_304.setKeyConflictContext
  18. [11:22:33] [main/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.class_304.setKeyModifierAndCode
  19. [11:22:33] [main/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.class_304.getKeyModifier
  20. [11:22:33] [main/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.class_790.fromJson
  21. [11:22:33] [main/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.class_296$class_298.preDraw
  22. [11:22:33] [main/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.class_296$class_298.postDraw
  23. [11:22:33] [main/WARN]: [OptiFine] Field not found: tileEntitiesToBeRemoved
  24. [11:22:33] [main/INFO]: [OptiFine] *** Reflector Vanilla ***
  25. [11:22:33] [main/INFO]: Setting user: Dash205
  26. [11:22:36] [main/INFO]: Definitely not up to no good
  27. ---- Minecraft Crash Report ----
  28. // This doesn't make any sense!
  29.  
  30. Time: 9/22/19 11:22 AM
  31. Description: Initializing game
  32.  
  33. java.lang.RuntimeException: Could not execute entrypoint stage 'client' due to errors!
  34. at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointUtils.logErrors(EntrypointUtils.java:45)
  35. at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointClient.start(EntrypointClient.java:33)
  36. at net.minecraft.class_310.method_1503(class_310.java:445)
  37. at net.minecraft.class_310.method_1514(class_310.java:394)
  38. at net.minecraft.client.main.Main.main(Main.java:155)
  39. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  40. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  41. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  42. at java.lang.reflect.Method.invoke(Unknown Source)
  43. at net.fabricmc.loader.game.MinecraftGameProvider.launch(MinecraftGameProvider.java:178)
  44. at net.fabricmc.loader.launch.knot.Knot.init(Knot.java:131)
  45. at net.fabricmc.loader.launch.knot.KnotClient.main(KnotClient.java:26)
  46. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  47. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  48. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  49. at java.lang.reflect.Method.invoke(Unknown Source)
  50. at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:196)
  51. at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:231)
  52. at org.multimc.EntryPoint.listen(EntryPoint.java:143)
  53. at org.multimc.EntryPoint.main(EntryPoint.java:34)
  54. Suppressed: java.lang.NoClassDefFoundError: net/fabricmc/fabric/api/resource/IdentifiableResourceReloadListener
  55. at com.mamiyaotaru.voxelmap.fabricmod.FabricModVoxelMapBootstrapper.onInitializeClient(FabricModVoxelMapBootstrapper.java:10)
  56. at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointUtils.lambda$logErrors$0(EntrypointUtils.java:38)
  57. at java.util.ArrayList.forEach(Unknown Source)
  58. at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointUtils.logErrors(EntrypointUtils.java:36)
  59. ... 19 more
  60. Caused by: java.lang.ClassNotFoundException: net.fabricmc.fabric.api.resource.IdentifiableResourceReloadListener
  61. at java.net.URLClassLoader.findClass(Unknown Source)
  62. at java.lang.ClassLoader.loadClass(Unknown Source)
  63. at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
  64. at java.lang.ClassLoader.loadClass(Unknown Source)
  65. at net.fabricmc.loader.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:161)
  66. at java.lang.ClassLoader.loadClass(Unknown Source)
  67. ... 23 more
  68.  
  69.  
  70. A detailed walkthrough of the error, its code path and all known details is as follows:
  71. ---------------------------------------------------------------------------------------
  72.  
  73. -- Head --
  74. Thread: Client thread
  75. Stacktrace:
  76. at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointUtils.logErrors(EntrypointUtils.java:45)
  77. at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointClient.start(EntrypointClient.java:33)
  78. at net.minecraft.class_310.method_1503(class_310.java:445)
  79.  
  80. -- Initialization --
  81. Details:
  82. Stacktrace:
  83. at net.minecraft.class_310.method_1514(class_310.java:394)
  84. at net.minecraft.client.main.Main.main(Main.java:155)
  85. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  86. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  87. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  88. at java.lang.reflect.Method.invoke(Unknown Source)
  89. at net.fabricmc.loader.game.MinecraftGameProvider.launch(MinecraftGameProvider.java:178)
  90. at net.fabricmc.loader.launch.knot.Knot.init(Knot.java:131)
  91. at net.fabricmc.loader.launch.knot.KnotClient.main(KnotClient.java:26)
  92. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  93. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  94. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  95. at java.lang.reflect.Method.invoke(Unknown Source)
  96. at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:196)
  97. at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:231)
  98. at org.multimc.EntryPoint.listen(EntryPoint.java:143)
  99. at org.multimc.EntryPoint.main(EntryPoint.java:34)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement