Skip to content

Instantly share code, notes, and snippets.

@AlexIIL
Created May 22, 2019 22:50
Show Gist options
  • Save AlexIIL/4a4bf1ccafcd0543e4c43bbefb3ee391 to your computer and use it in GitHub Desktop.
Save AlexIIL/4a4bf1ccafcd0543e4c43bbefb3ee391 to your computer and use it in GitHub Desktop.
[23:49:54] [main/INFO]: Loading for game Minecraft 1.14.1 Pre-Release 2
[23:49:54] [ForkJoinPool-1-worker-9/WARN]: Mod ID fabric uses outdated schema version: 0 < 1
[23:49:54] [ForkJoinPool-1-worker-2/WARN]: Mod ID silk uses outdated schema version: 0 < 1
[23:49:54] [main/INFO]: [FabricLoader] Loading 4 mods: silk@1.2.2-37, fabric@0.2.7+build.127, fabricloader@0.4.7+build.146, libblockattributes@$version
[23:49:54] [main/WARN]: Mod `libblockattributes` ($version) does not respect SemVer - comparison support is limited.
[23:49:54] [main/INFO]: SpongePowered MIXIN Subsystem Version=0.7.11 Source=file:/home/alexiil/.gradle/caches/modules-2/files-2.1/net.fabricmc/sponge-mixin/0.7.11.30/12878b7fa8bcc30844de4fa9e09d95c36b8c359b/sponge-mixin-0.7.11.30.jar Service=Knot/Fabric Env=CLIENT
/***********************************************************************************************************************************************************************************************************************/
/* SpongePowered MIXIN (Verbose debugging enabled) */
/***********************************************************************************************************************************************************************************************************************/
/* Code source : file:/home/alexiil/.gradle/caches/modules-2/files-2.1/net.fabricmc/sponge-mixin/0.7.11.30/12878b7fa8bcc30844de4fa9e09d95c36b8c359b/sponge-mixin-0.7.11.30.jar */
/* Internal Version : 0.7.11 */
/* Java 8 Supported : true */
/***********************************************************************************************************************************************************************************************************************/
/* Service Name : Knot/Fabric */
/* Service Class : net.fabricmc.loader.launch.knot.MixinServiceKnot */
/***********************************************************************************************************************************************************************************************************************/
/* mixin.debug : <true> */
/* mixin.debug.export : - <true> */
/* mixin.debug.export.filter : - - <null> */
/* mixin.debug.export.decompile : - - <true> */
/* mixin.debug.export.decompile.async : - - - <true> */
/* mixin.debug.export.decompile.mergeGenericSignatures : - - - <true> */
/* mixin.debug.verify : - <true> */
/* mixin.debug.verbose : - <true> */
/* mixin.debug.countInjections : - <true> */
/* mixin.debug.strict : - <false> */
/* mixin.debug.strict.unique : - - <false> */
/* mixin.debug.strict.targets : - - <false> */
/* mixin.debug.profiler : - <true> */
/* mixin.dumpTargetOnFailure : <false> */
/* mixin.checks : <false> */
/* mixin.checks.interfaces : - <false> */
/* mixin.checks.interfaces.strict : - - <false> */
/* mixin.ignoreConstraints : <false> */
/* mixin.hotSwap : <false> */
/* mixin.env : <false> */
/* mixin.env.obf : - <false> */
/* mixin.env.disableRefMap : - <false> */
/* mixin.env.remapRefMap : - <false> */
/* mixin.env.refMapRemappingFile : - <> */
/* mixin.env.refMapRemappingEnv : - <searge> */
/* mixin.env.allowPermissiveMatch : - <false> */
/* mixin.env.ignoreRequired : - <false> */
/* mixin.env.compatLevel : - <false> */
/* mixin.env.shiftByViolation : - <warn> */
/* mixin.initialiserInjectionMode : <default> */
/***********************************************************************************************************************************************************************************************************************/
/* Detected Side : CLIENT */
/***********************************************************************************************************************************************************************************************************************/
[23:49:55] [main/INFO]: Loaded Fabric development mappings for mixin remapper!
[23:49:55] [main/INFO]: Compatibility level set to JAVA_8
[23:49:55] [main/WARN]: Mixin config libblockattributes.client.json does not specify "minVersion" property
[23:49:55] [main/WARN]: Mixin config libblockattributes.common.json does not specify "minVersion" property
[23:49:55] [main/WARN]: Mixin config net.fabricmc.fabric.mixins.client.json does not specify "minVersion" property
[23:49:55] [main/WARN]: Mixin config net.fabricmc.fabric.mixins.common.json does not specify "minVersion" property
[23:49:55] [main/INFO]: Attempting to load Fernflower decompiler (Threaded mode)
[23:49:55] [main/INFO]: Fernflower could not be loaded, exported classes will not be decompiled. NoClassDefFoundError: org/jetbrains/java/decompiler/main/extern/IResultSaver
Exception in thread "main" java.lang.RuntimeException: java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
at net.fabricmc.loader.game.MinecraftGameProvider.launch(MinecraftGameProvider.java:172)
at net.fabricmc.loader.launch.knot.Knot.init(Knot.java:127)
at net.fabricmc.loader.launch.knot.KnotClient.main(KnotClient.java:26)
Caused by: java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
at net.fabricmc.loader.launch.knot.KnotClassDelegate.getMixinTransformer(KnotClassDelegate.java:79)
at net.fabricmc.loader.launch.knot.KnotClassDelegate.loadClassData(KnotClassDelegate.java:163)
at net.fabricmc.loader.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:142)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at net.fabricmc.loader.game.MinecraftGameProvider.launch(MinecraftGameProvider.java:168)
... 2 more
Caused by: java.lang.reflect.InvocationTargetException
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at net.fabricmc.loader.launch.knot.KnotClassDelegate.getMixinTransformer(KnotClassDelegate.java:77)
... 6 more
Caused by: java.lang.ExceptionInInitializerError
at org.apache.commons.io.FileUtils.isSymlink(FileUtils.java:3089)
at org.apache.commons.io.FileUtils.deleteDirectory(FileUtils.java:1574)
at org.spongepowered.asm.mixin.transformer.ext.extensions.ExtensionClassExporter.<init>(ExtensionClassExporter.java:72)
at org.spongepowered.asm.mixin.transformer.MixinTransformer.<init>(MixinTransformer.java:241)
... 11 more
Caused by: java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
at net.fabricmc.loader.launch.knot.KnotClassDelegate.getMixinTransformer(KnotClassDelegate.java:79)
at net.fabricmc.loader.launch.knot.KnotClassDelegate.loadClassData(KnotClassDelegate.java:169)
at net.fabricmc.loader.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:142)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at org.apache.commons.io.Java7Support.<clinit>(Java7Support.java:59)
... 15 more
Caused by: java.lang.reflect.InvocationTargetException
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at net.fabricmc.loader.launch.knot.KnotClassDelegate.getMixinTransformer(KnotClassDelegate.java:77)
... 19 more
Caused by: org.spongepowered.asm.mixin.throwables.MixinException: Terminating MixinTransformer instance org.spongepowered.asm.mixin.transformer.MixinTransformer@3cebbb30
at org.spongepowered.asm.mixin.transformer.MixinTransformer.<init>(MixinTransformer.java:226)
... 24 more
@AlexIIL
Copy link
Author

AlexIIL commented Jun 21, 2019

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment