diff options
Diffstat (limited to 'run/fabricloader.log')
-rw-r--r-- | run/fabricloader.log | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/run/fabricloader.log b/run/fabricloader.log new file mode 100644 index 0000000..bc3bde4 --- /dev/null +++ b/run/fabricloader.log @@ -0,0 +1,8 @@ +[21:56:35] [ERROR] [FabricLoader/GameProvider]: Minecraft game provider couldn't locate the game! The game may be absent from the class path, lacks some expected files, suffers from jar corruption or is of an unsupported variety/version. +[21:56:35] [ERROR] [FabricLoader/]: Uncaught exception in thread "main" +java.lang.RuntimeException: Minecraft game provider couldn't locate the game! The game may be absent from the class path, lacks some expected files, suffers from jar corruption or is of an unsupported variety/version. + at net.fabricmc.loader.impl.launch.knot.Knot.createGameProvider(Knot.java:214) + at net.fabricmc.loader.impl.launch.knot.Knot.init(Knot.java:130) + at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:68) + at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23) + at net.fabricmc.devlaunchinjector.Main.main(Main.java:86) |