Jump to content

Crashing upon run on 1.12.2


DrainBamage

Recommended Posts

logs:

[17:16:39] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
[17:16:39] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
[17:16:39] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLTweaker
[17:16:39] [main/INFO] [FML]: Forge Mod Loader version 14.23.5.2854 for Minecraft 1.12.2 loading
[17:16:39] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_251, running on Windows 10:amd64:10.0, installed at C:\Program Files\Java\jre1.8.0_251
[17:16:40] [main/INFO] [FML]: Searching C:\Users\dominique\AppData\Roaming\.minecraft\mods for mods
[17:16:40] [main/INFO] [FML]: Searching C:\Users\dominique\AppData\Roaming\.minecraft\mods\1.12.2 for mods
[17:16:40] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in BetterFoliage-MC1.12-2.2.0.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[17:16:40] [main/WARN] [FML]: The coremod BetterFoliageLoader (mods.betterfoliage.loader.BetterFoliageLoader) is not signed!
[17:16:40] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in BetterFoliage-MC1.12-2.3.1.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[17:16:40] [main/WARN] [FML]: The coremod BetterFoliageLoader (mods.betterfoliage.loader.BetterFoliageLoader) is not signed!
[17:16:40] [main/INFO] [FML]: Loading tweaker org.spongepowered.asm.launch.MixinTweaker from betterportals-0.3.7.7 1.12.2.jar
[17:16:40] [main/INFO] [FML]: Loading tweaker org.spongepowered.asm.launch.MixinTweaker from DynamicSurroundings-1.12.2-3.6.1.0.jar
[17:16:40] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in InventoryTweaks-1.63 1.12.2.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[17:16:40] [main/WARN] [FML]: The coremod invtweaks.forge.asm.FMLPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[17:16:40] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in mw_2.0-0.4.4.6_mc1.12.2.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[17:16:40] [main/WARN] [FML]: The coremod weaponlib (com.vicmatskiv.weaponlib.core.WeaponlibCorePlugin) is not signed!
[17:16:40] [main/INFO] [FML]: Loading tweaker optifine.OptiFineForgeTweaker from OptiFine_1.12.2_HD_U_F5.jar
[17:16:40] [main/WARN] [FML]: The coremod OTGCorePlugin (com.pg85.otg.forge.asm.excluded.launch.OTGCorePlugin) is not signed!
[17:16:40] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in Quark-r1.6-178.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[17:16:40] [main/WARN] [FML]: The coremod Quark Plugin (vazkii.quark.base.asm.LoadingPlugin) is not signed!
[17:16:40] [main/INFO] [FML]: Loading tweaker org.spongepowered.asm.launch.MixinTweaker from VanillaFix-1.0.10-150.jar
[17:16:40] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[17:16:40] [main/INFO] [LaunchWrapper]: Loading tweak class name org.spongepowered.asm.launch.MixinTweaker
Exception in thread "main" [17:16:40] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:-1]: java.util.ServiceConfigurationError: org.spongepowered.asm.service.IMixinServiceBootstrap: Provider org.spongepowered.asm.service.modlauncher.MixinServiceModLauncherBootstrap could not be instantiated
[17:16:40] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:-1]:     at java.util.ServiceLoader.fail(Unknown Source)
[17:16:40] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:-1]:     at java.util.ServiceLoader.access$100(Unknown Source)
[17:16:40] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:-1]:     at java.util.ServiceLoader$LazyIterator.nextService(Unknown Source)
[17:16:40] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:-1]:     at java.util.ServiceLoader$LazyIterator.access$700(Unknown Source)
[17:16:40] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:-1]:     at java.util.ServiceLoader$LazyIterator$2.run(Unknown Source)
[17:16:40] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:-1]:     at java.security.AccessController.doPrivileged(Native Method)
[17:16:40] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:-1]:     at java.util.ServiceLoader$LazyIterator.next(Unknown Source)
[17:16:40] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:-1]:     at java.util.ServiceLoader$1.next(Unknown Source)
[17:16:40] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:-1]:     at org.spongepowered.asm.service.MixinService.runBootServices(MixinService.java:77)
[17:16:40] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:-1]:     at org.spongepowered.asm.service.MixinService.<init>(MixinService.java:72)
[17:16:40] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:-1]:     at org.spongepowered.asm.service.MixinService.getInstance(MixinService.java:92)
[17:16:40] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:-1]:     at org.spongepowered.asm.service.MixinService.boot(MixinService.java:102)
[17:16:40] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:-1]:     at org.spongepowered.asm.launch.MixinBootstrap.<clinit>(MixinBootstrap.java:76)
[17:16:40] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:-1]:     at org.spongepowered.asm.launch.MixinTweaker.<init>(MixinTweaker.java:44)
[17:16:40] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:-1]:     at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
[17:16:40] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:-1]:     at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
[17:16:40] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:-1]:     at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
[17:16:40] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:-1]:     at java.lang.reflect.Constructor.newInstance(Unknown Source)
[17:16:40] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:-1]:     at java.lang.Class.newInstance(Unknown Source)
[17:16:40] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:-1]:     at net.minecraft.launchwrapper.Launch.launch(Launch.java:98)
[17:16:40] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:-1]:     at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[17:16:40] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:-1]: 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
[17:16:40] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:-1]:     at java.lang.ClassLoader.checkCerts(Unknown Source)
[17:16:40] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:-1]:     at java.lang.ClassLoader.preDefineClass(Unknown Source)
[17:16:40] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:-1]:     at java.lang.ClassLoader.defineClass(Unknown Source)
[17:16:40] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:-1]:     at java.security.SecureClassLoader.defineClass(Unknown Source)
[17:16:40] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:-1]:     at java.net.URLClassLoader.defineClass(Unknown Source)
[17:16:40] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:-1]:     at java.net.URLClassLoader.access$100(Unknown Source)
[17:16:40] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:-1]:     at java.net.URLClassLoader$1.run(Unknown Source)
[17:16:40] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:-1]:     at java.net.URLClassLoader$1.run(Unknown Source)
[17:16:40] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:-1]:     at java.security.AccessController.doPrivileged(Native Method)
[17:16:40] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:-1]:     at java.net.URLClassLoader.findClass(Unknown Source)
[17:16:40] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:-1]:     at java.lang.ClassLoader.loadClass(Unknown Source)
[17:16:40] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:-1]:     at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
[17:16:40] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:-1]:     at java.lang.ClassLoader.loadClass(Unknown Source)
[17:16:40] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:-1]:     at java.lang.Class.getDeclaredConstructors0(Native Method)
[17:16:40] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:-1]:     at java.lang.Class.privateGetDeclaredConstructors(Unknown Source)
[17:16:40] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:-1]:     at java.lang.Class.getConstructor0(Unknown Source)
[17:16:40] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:-1]:     at java.lang.Class.newInstance(Unknown Source)
[17:16:40] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:-1]:     ... 19 more
Picked up _JAVA_OPTIONS: -Xmx2048M
Java HotSpot(TM) 64-Bit Server VM warning: Using incremental CMS is deprecated and will likely be removed in a future release

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.