Skip to content

crash with viaforge #3

Description

@commandblockaar

[11:56:23] [main/INFO]: Calling tweak class org.spongepowered.asm.launch.MixinTweaker
2026-03-01 11:56:23,920 WARN Caught Exception while in Loader.getResource. This may be innocuous. java.lang.IllegalArgumentException: name
at sun.misc.URLClassPath$Loader.findResource(URLClassPath.java:658)
at sun.misc.URLClassPath.findResource(URLClassPath.java:188)
at java.net.URLClassLoader$2.run(URLClassLoader.java:569)
at java.net.URLClassLoader$2.run(URLClassLoader.java:567)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findResource(URLClassLoader.java:566)
at java.lang.ClassLoader.getResource(ClassLoader.java:1093)
at org.apache.logging.log4j.core.helpers.Loader.getResource(Loader.java:98)
at org.apache.logging.log4j.core.config.ConfigurationFactory.getInputFromResource(ConfigurationFactory.java:300)
at org.apache.logging.log4j.core.config.ConfigurationFactory.getInputFromString(ConfigurationFactory.java:280)
at org.apache.logging.log4j.core.config.ConfigurationFactory$Factory.getConfiguration(ConfigurationFactory.java:380)
at org.apache.logging.log4j.core.LoggerContext.reconfigure(LoggerContext.java:377)
at org.apache.logging.log4j.core.LoggerContext.start(LoggerContext.java:149)
at org.apache.logging.log4j.core.impl.Log4jContextFactory.getContext(Log4jContextFactory.java:85)
at org.apache.logging.log4j.core.impl.Log4jContextFactory.getContext(Log4jContextFactory.java:34)
at org.apache.logging.log4j.LogManager.getLogger(LogManager.java:387)
at org.spongepowered.asm.bridge.RemapperAdapter.(RemapperAdapter.java:39)
at org.spongepowered.asm.bridge.RemapperAdapterFML.(RemapperAdapterFML.java:41)
at org.spongepowered.asm.bridge.RemapperAdapterFML.create(RemapperAdapterFML.java:61)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at org.spongepowered.asm.launch.platform.MixinPlatformAgentFML.injectRemapper(MixinPlatformAgentFML.java:207)
at org.spongepowered.asm.launch.platform.MixinPlatformAgentFML.initPrimaryContainer(MixinPlatformAgentFML.java:198)
at org.spongepowered.asm.launch.platform.MixinContainer.initPrimaryContainer(MixinContainer.java:106)
at org.spongepowered.asm.launch.platform.MixinPlatformManager.injectIntoClassLoader(MixinPlatformManager.java:172)
at org.spongepowered.asm.launch.MixinBootstrap.injectIntoClassLoader(MixinBootstrap.java:202)
at org.spongepowered.asm.launch.MixinTweaker.injectIntoClassLoader(MixinTweaker.java:62)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:115)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[11:56:23] [main/INFO]: Initialised Mixin FML Remapper Adapter with net.minecraftforge.fml.common.asm.transformers.deobf.FMLDeobfuscatingRemapper@7fcbe147
[11:56:23] [main/WARN]: The coremod com.viaversion.viaforge.mixin.MixinLoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[11:56:23] [main/WARN]: Mixin config mixins.viaforge.json requires mixin subsystem version 0.7.5 but 0.6 was found. The mixin config will not be applied.
[11:56:23] [main/WARN]: Mixin config mixins.viaforge.json requires mixin subsystem version 0.7.5 but 0.6 was found. The mixin config will not be applied.
[11:56:23] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]: org.spongepowered.asm.launch.MixinInitialisationError: Required mixin config mixins.viaforge.json requires mixin subsystem version 0.7.5
[11:56:23] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]: at org.spongepowered.asm.mixin.transformer.MixinConfig.checkVersion(MixinConfig.java:344)
[11:56:23] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]: at org.spongepowered.asm.mixin.transformer.MixinConfig.onLoad(MixinConfig.java:282)
[11:56:23] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]: at org.spongepowered.asm.mixin.transformer.MixinConfig.create(MixinConfig.java:813)
[11:56:23] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]: at org.spongepowered.asm.mixin.transformer.Config.create(Config.java:109)
[11:56:23] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]: at org.spongepowered.asm.mixin.Mixins.createConfiguration(Mixins.java:88)
[11:56:23] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]: at org.spongepowered.asm.mixin.Mixins.addConfiguration(Mixins.java:75)
[11:56:23] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]: at org.spongepowered.asm.launch.platform.MixinPlatformManager.addConfig(MixinPlatformManager.java:253)
[11:56:23] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]: at org.spongepowered.asm.launch.platform.MixinPlatformAgentDefault.prepare(MixinPlatformAgentDefault.java:54)
[11:56:23] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]: at org.spongepowered.asm.launch.platform.MixinContainer.prepare(MixinContainer.java:99)
[11:56:23] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]: at org.spongepowered.asm.launch.platform.MixinPlatformManager.addContainer(MixinPlatformManager.java:130)
[11:56:23] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]: at org.spongepowered.asm.launch.platform.MixinPlatformManager.scanClasspath(MixinPlatformManager.java:205)
[11:56:23] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]: at org.spongepowered.asm.launch.platform.MixinPlatformManager.injectIntoClassLoader(MixinPlatformManager.java:175)
[11:56:23] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]: at org.spongepowered.asm.launch.MixinBootstrap.injectIntoClassLoader(MixinBootstrap.java:202)
[11:56:23] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]: at org.spongepowered.asm.launch.MixinTweaker.injectIntoClassLoader(MixinTweaker.java:62)
[11:56:23] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:115)
[11:56:23] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[11:56:24] [WARN]:
[11:56:24] [WARN]: The game has exited with an unusual error code!
[11:56:24] [WARN]:
[11:56:24] [WARN]: Profile: New Profile Name
[11:56:24] [WARN]: Version: 1.8.9-forge1.8.9-11.15.1.2318-1.8.9
[11:56:24] [WARN]: Exit code: 1
[11:56:24] [WARN]: Java Path: 'C:\Users\aar50\AppData\Roaming.minecraft\runtime\windows-x64\jre-legacy\bin\javaw.exe'
[11:56:24] [WARN]:
[11:56:24] [WARN]: Arguments: '-XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump "-Dos.name=Windows 10" -Dos.version=10.0 -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=16M -Dlog4j2.formatMsgNoLookups=true -Djava.library.path=C:\Users\aar50\AppData\Roaming.minecraft\versions\1.8.9-forge1.8.9-11.15.1.2318-1.8.9\natives -cp C:\Users\aar50\AppData\Roaming.minecraft\libraries\net\minecraftforge\forge\1.8.9-11.15.1.2318-1.8.9\forge-1.8.9-11.15.1.2318-1.8.9.jar;C:\Users\aar50\AppData\Roaming.minecraft\libraries\net\minecraft\launchwrapper\1.12\launchwrapper-1.12.jar;C:\Users\aar50\AppData\Roaming.minecraft\libraries\org\ow2\asm\asm-all\5.0.3\asm-all-5.0.3.jar;C:\Users\aar50\AppData\Roaming.minecraft\libraries\com\typesafe\akka\akka-actor_2.11\2.3.3\akka-actor_2.11-2.3.3.jar;C:\Users\aar50\AppData\Roaming.minecraft\libraries\com\typesafe\config\1.2.1\config-1.2.1.jar;C:\Users\aar50\AppData\Roaming.minecraft\libraries\org\scala-lang\scala-actors-migration_2.11\1.1.0\scala-actors-migration_2.11-1.1.0.jar;C:\Users\aar50\AppData\Roaming.minecraft\libraries\org\scala-lang\scala-compiler\2.11.1\scala-compiler-2.11.1.jar;C:\Users\aar50\AppData\Roaming.minecraft\libraries\org\scala-lang\plugins\scala-continuations-library_2.11\1.0.2\scala-continuations-library_2.11-1.0.2.jar;C:\Users\aar50\AppData\Roaming.minecraft\libraries\org\scala-lang\plugins\scala-continuations-plugin_2.11.1\1.0.2\scala-continuations-plugin_2.11.1-1.0.2.jar;C:\Users\aar50\AppData\Roaming.minecraft\libraries\org\scala-lang\scala-library\2.11.1\scala-library-2.11.1.jar;C:\Users\aar50\AppData\Roaming.minecraft\libraries\org\scala-lang\scala-parser-combinators_2.11\1.0.1\scala-parser-combinators_2.11-1.0.1.jar;C:\Users\aar50\AppData\Roaming.minecraft\libraries\org\scala-lang\scala-reflect\2.11.1\scala-reflect-2.11.1.jar;C:\Users\aar50\AppData\Roaming.minecraft\libraries\org\scala-lang\scala-swing_2.11\1.0.1\scala-swing_2.11-1.0.1.jar;C:\Users\aar50\AppData\Roaming.minecraft\libraries\org\scala-lang\scala-xml_2.11\1.0.2\scala-xml_2.11-1.0.2.jar;C:\Users\aar50\AppData\Roaming.minecraft\libraries\lzma\lzma\0.0.1\lzma-0.0.1.jar;C:\Users\aar50\AppData\Roaming.minecraft\libraries\net\sf\jopt-simple\jopt-simple\4.6\jopt-simple-4.6.jar;C:\Users\aar50\AppData\Roaming.minecraft\libraries\java3d\vecmath\1.5.2\vecmath-1.5.2.jar;C:\Users\aar50\AppData\Roaming.minecraft\libraries\net\sf\trove4j\trove4j\3.0.3\trove4j-3.0.3.jar;C:\Users\aar50\AppData\Roaming.minecraft\libraries\com\mojang\netty\1.8.8\netty-1.8.8.jar;C:\Users\aar50\AppData\Roaming.minecraft\libraries\oshi-project\oshi-core\1.1\oshi-core-1.1.jar;C:\Users\aar50\AppData\Roaming.minecraft\libraries\net\java\dev\jna\jna\3.4.0\jna-3.4.0.jar;C:\Users\aar50\AppData\Roaming.minecraft\libraries\net\java\dev\jna\platform\3.4.0\platform-3.4.0.jar;C:\Users\aar50\AppData\Roaming.minecraft\libraries\com\ibm\icu\icu4j-core-mojang\51.2\icu4j-core-mojang-51.2.jar;C:\Users\aar50\AppData\Roaming.minecraft\libraries\com\paulscode\codecjorbis\20101023\codecjorbis-20101023.jar;C:\Users\aar50\AppData\Roaming.minecraft\libraries\com\paulscode\codecwav\20101023\codecwav-20101023.jar;C:\Users\aar50\AppData\Roaming.minecraft\libraries\com\paulscode\libraryjavasound\20101123\libraryjavasound-20101123.jar;C:\Users\aar50\AppData\Roaming.minecraft\libraries\com\paulscode\librarylwjglopenal\20100824\librarylwjglopenal-20100824.jar;C:\Users\aar50\AppData\Roaming.minecraft\libraries\com\paulscode\soundsystem\20120107\soundsystem-20120107.jar;C:\Users\aar50\AppData\Roaming.minecraft\libraries\io\netty\netty-all\4.0.23.Final\netty-all-4.0.23.Final.jar;C:\Users\aar50\AppData\Roaming.minecraft\libraries\com\google\guava\guava\17.0\guava-17.0.jar;C:\Users\aar50\AppData\Roaming.minecraft\libraries\org\apache\commons\commons-lang3\3.3.2\commons-lang3-3.3.2.jar;C:\Users\aar50\AppData\Roaming.minecraft\libraries\commons-io\commons-io\2.4\commons-io-2.4.jar;C:\Users\aar50\AppData\Roaming.minecraft\libraries\commons-codec\commons-codec\1.9\commons-codec-1.9.jar;C:\Users\aar50\AppData\Roaming.minecraft\libraries\net\java\jinput\jinput\2.0.5\jinput-2.0.5.jar;C:\Users\aar50\AppData\Roaming.minecraft\libraries\net\java\jutils\jutils\1.0.0\jutils-1.0.0.jar;C:\Users\aar50\AppData\Roaming.minecraft\libraries\com\google\code\gson\gson\2.2.4\gson-2.2.4.jar;C:\Users\aar50\AppData\Roaming.minecraft\libraries\com\mojang\authlib\1.5.21\authlib-1.5.21.jar;C:\Users\aar50\AppData\Roaming.minecraft\libraries\com\mojang\realms\1.7.59\realms-1.7.59.jar;C:\Users\aar50\AppData\Roaming.minecraft\libraries\org\apache\commons\commons-compress\1.8.1\commons-compress-1.8.1.jar;C:\Users\aar50\AppData\Roaming.minecraft\libraries\org\apache\httpcomponents\httpclient\4.3.3\httpclient-4.3.3.jar;C:\Users\aar50\AppData\Roaming.minecraft\libraries\commons-logging\commons-logging\1.1.3\commons-logging-1.1.3.jar;C:\Users\aar50\AppData\Roaming.minecraft\libraries\org\apache\httpcomponents\httpcore\4.3.2\httpcore-4.3.2.jar;C:\Users\aar50\AppData\Roaming.minecraft\libraries\org\apache\logging\log4j\log4j-api\2.0-beta9\log4j-api-2.0-beta9.jar;C:\Users\aar50\AppData\Roaming.minecraft\libraries\org\apache\logging\log4j\log4j-core\2.0-beta9\log4j-core-2.0-beta9.jar;C:\Users\aar50\AppData\Roaming.minecraft\libraries\org\lwjgl\lwjgl\lwjgl\2.9.4-nightly-20150209\lwjgl-2.9.4-nightly-20150209.jar;C:\Users\aar50\AppData\Roaming.minecraft\libraries\org\lwjgl\lwjgl\lwjgl_util\2.9.4-nightly-20150209\lwjgl_util-2.9.4-nightly-20150209.jar;C:\Users\aar50\AppData\Roaming.minecraft\libraries\org\lwjgl\lwjgl\lwjgl-platform\2.9.4-nightly-20150209\lwjgl-platform-2.9.4-nightly-20150209.jar;C:\Users\aar50\AppData\Roaming.minecraft\libraries\tv\twitch\twitch\6.5\twitch-6.5.jar;C:\Users\aar50\AppData\Roaming.minecraft\versions\1.8.9\1.8.9.jar -Xmx4096m -Dlog4j.configurationFile=C:\Users\aar50\AppData\Roaming.minecraft\assets\log_configs\client-custom.xml net.minecraft.launchwrapper.Launch --username mno_w --version 1.8.9-forge1.8.9-11.15.1.2318-1.8.9 --gameDir C:\Users\aar50\AppData\Roaming.minecraft --assetsDir C:\Users\aar50\AppData\Roaming.minecraft\assets --assetIndex 1.8 --uuid 2c3a0da5b3174b18b26275a169d75951 --accessToken eyJraWQiOiIwNDkxODEiLCJhbGciOiJSUzI1NiJ9.eyJ4dWlkIjoiMjUzNTQ2MjA3OTQ5NjY0MiIsImFnZyI6IkFkdWx0Iiwic3ViIjoiN2VhMTk5N2QtMTQ4NS00ZTg2LThkNzgtOTRlZTRhYWRlYWVkIiwiYXV0aCI6IlhCT1giLCJucyI6ImRlZmF1bHQiLCJyb2xlcyI6W10sImlzcyI6ImF1dGhlbnRpY2F0aW9uIiwiZmxhZ3MiOlsibXVsdGlwbGF5ZXIiLCJ0d29mYWN0b3JhdXRoIiwibXNhbWlncmF0aW9uX3N0YWdlNCIsIm9yZGVyc18yMDIyIl0sInByb2ZpbGVzIjp7Im1jIjoiMmMzYTBkYTUtYjMxNy00YjE4LWIyNjItNzVhMTY5ZDc1OTUxIn0sInBsYXRmb3JtIjoiUENfTEFVTkNIRVIiLCJwZmQiOlt7InR5cGUiOiJtYyIsImlkIjoiMmMzYTBkYTUtYjMxNy00YjE4LWIyNjItNzVhMTY5ZDc1OTUxIiwibmFtZSI6Im1ub193In1dLCJuYmYiOjE3NzIzMTUyMzYsImV4cCI6MTc3MjQwMTYzNiwiaWF0IjoxNzcyMzE1MjM2LCJhaWQiOiIwMDAwMDAwMC0wMDAwLTAwMDAtMDAwMC0wMDAwNDAyYjUzMjgifQ.WSqbzTIWp9GeIIB5tNaD9t5fTwyKKdrdMaqcMHHuzyIJzv1127aLc6elsDfIDnkxfmbW3Zpi2ziAgXBt9lNdr2tUNz5-Wkjr6k8BNC8ZT4F9uopMunZDUzRTiUXAoOiA2FHh82A__HMjWJgDSBBRg4qCHf5byQ-Cz7EWa5YKX6fCadeSBUu-GkFrV5KT6KLQRNsySet07Mh20r3URMK_1w0t_JxjGvRuwU9POeDZKyrgcTZ8ejRxraQVC3Qqc-XkhITdre_JnoHBdeXbDseP7upGyLoe2rs3xVAF587zuj8JTm_VB5PaoUSji9Fa-rvE6Kx5SpxqR1EdLBk3db4-Qw --userProperties {} --userType msa --tweakClass net.minecraftforge.fml.common.launcher.FMLTweaker --width 854 --height 480'
[11:56:24] [WARN]:

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions