conflict with replaymod in 1.12forge #39
SanDiegoPolis
started this conversation in
General
Replies: 1 comment
-
I don't remember if this was answered somewhere else already, but you probably need to use this different version of malilib that doesn't include the Mixin library if you have ReplayMod (or some other mods) which includes a different version of Mixin: https://masa.dy.fi/tmp/minecraft/mods/misc_test_versions/malilib-forge-1.12.2-0.10.0-dev.23.nomixin.jar |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
hello, malilib-forge-1.12.2-0.10.0-dev.23 will conflict with replaymod-1.12.2-2.5.2
hope u can fix it, thx :)
here is the logs
[14:18:12] [main/INFO] [FML]: Loading tweaker org.spongepowered.asm.launch.MixinTweaker from malilib-forge-1.12.2-0.10.0-dev.23.jar
[14:18:12] [main/INFO] [FML]: Loading tweaker com.replaymod.core.tweaker.ReplayModTweaker from replaymod-1.12.2-2.5.2.jar
[14:18:12] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[14:18:12] [main/INFO] [LaunchWrapper]: Loading tweak class name org.spongepowered.asm.launch.MixinTweaker
[14:18:12] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: java.util.ServiceConfigurationError: org.spongepowered.asm.service.IMixinServiceBootstrap: Provider org.spongepowered.asm.service.modlauncher.MixinServiceModLauncherBootstrap could not be instantiated
[14:18:12] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at java.util.ServiceLoader.fail(ServiceLoader.java:232)
[14:18:12] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at java.util.ServiceLoader.access$100(ServiceLoader.java:185)
[14:18:12] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at java.util.ServiceLoader$LazyIterator.nextService(ServiceLoader.java:384)
[14:18:12] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at java.util.ServiceLoader$LazyIterator.access$700(ServiceLoader.java:323)
[14:18:12] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at java.util.ServiceLoader$LazyIterator$2.run(ServiceLoader.java:407)
[14:18:12] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at java.security.AccessController.doPrivileged(Native Method)
[14:18:12] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at java.util.ServiceLoader$LazyIterator.next(ServiceLoader.java:409)
[14:18:12] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at java.util.ServiceLoader$1.next(ServiceLoader.java:480)
[14:18:12] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at org.spongepowered.asm.service.MixinService.runBootServices(MixinService.java:77)
[14:18:12] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at org.spongepowered.asm.service.MixinService.(MixinService.java:72)
[14:18:12] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at org.spongepowered.asm.service.MixinService.getInstance(MixinService.java:92)
[14:18:12] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at org.spongepowered.asm.service.MixinService.boot(MixinService.java:102)
[14:18:12] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at org.spongepowered.asm.launch.MixinBootstrap.(MixinBootstrap.java:76)
[14:18:12] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at org.spongepowered.asm.launch.MixinTweaker.(MixinTweaker.java:44)
[14:18:12] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
[14:18:12] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
[14:18:12] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
[14:18:12] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
[14:18:12] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at java.lang.Class.newInstance(Class.java:442)
[14:18:12] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:98)
[14:18:12] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[14:18:12] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1061]: Caused by: java.lang.SecurityException: class "org.spongepowered.asm.service.ServiceInitialisationException"'s signer information does not match signer information of other classes in the same package
[14:18:12] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1061]: at java.lang.ClassLoader.checkCerts(ClassLoader.java:891)
[14:18:12] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1061]: at java.lang.ClassLoader.preDefineClass(ClassLoader.java:661)
[14:18:12] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1061]: at java.lang.ClassLoader.defineClass(ClassLoader.java:754)
[14:18:12] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1061]: at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
[14:18:12] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1061]: at java.net.URLClassLoader.defineClass(URLClassLoader.java:468)
[14:18:12] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1061]: at java.net.URLClassLoader.access$100(URLClassLoader.java:74)
[14:18:12] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1061]: at java.net.URLClassLoader$1.run(URLClassLoader.java:369)
[14:18:12] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1061]: at java.net.URLClassLoader$1.run(URLClassLoader.java:363)
[14:18:12] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1061]: at java.security.AccessController.doPrivileged(Native Method)
[14:18:12] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1061]: at java.net.URLClassLoader.findClass(URLClassLoader.java:362)
[14:18:12] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1061]: at java.lang.ClassLoader.loadClass(ClassLoader.java:418)
[14:18:12] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1061]: at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:355)
[14:18:12] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1061]: at java.lang.ClassLoader.loadClass(ClassLoader.java:351)
[14:18:12] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1061]: at java.lang.Class.getDeclaredConstructors0(Native Method)
[14:18:12] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1061]: at java.lang.Class.privateGetDeclaredConstructors(Class.java:2671)
[14:18:12] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1061]: at java.lang.Class.getConstructor0(Class.java:3075)
[14:18:12] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1061]: at java.lang.Class.newInstance(Class.java:412)
[14:18:12] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1061]: at java.util.ServiceLoader$LazyIterator.nextService(ServiceLoader.java:380)
[14:18:12] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1061]: ... 18 more
Exception in thread "main"
Beta Was this translation helpful? Give feedback.
All reactions