Jump to content

[Solved] Forge 1.14.4 instantly crashing on launch


Xenorio

Recommended Posts

Using a completely fresh Minecraft install on Pop!_OS 19.04 (Ubuntu based) and installed Forge with the official installer

 

Installation of Forge works fine, but as soon as i try to start it, it instantly crashes. Tried with latest (28.1.1) and recommended (28.1.0) build. I have started vanilla Minecraft 1.14.4 once before installing Forge of course. Vanilla works fine and isn't crashing.

 

There are no mods or anything like that installed whatsoever. 100% clean install.

 

 

latest.log:

Spoiler

[12Sep2019 22:04:25.449] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher running: args [--username, Xenorio, --version, 1.14.4-forge-28.1.0, --gameDir, /home/xenorio/.minecraft, --assetsDir, /home/xenorio/.minecraft/assets, --assetIndex, 1.14, --uuid, 79d09006002d4228abaf69b9056046ed, --accessToken, ❄❄❄❄❄❄❄❄, --userType, mojang, --versionType, release, --launchTarget, fmlclient, --fml.forgeVersion, 28.1.0, --fml.mcVersion, 1.14.4, --fml.forgeGroup, net.minecraftforge, --fml.mcpVersion, 20190829.143755]

[12Sep2019 22:04:25.454] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher 3.2.0+60+b86c1d4 starting: java version 11.0.4 by Ubuntu

[12Sep2019 22:04:25.672] [main/INFO] [net.minecraftforge.fml.loading.FixSSL/CORE]: Added Lets Encrypt root certificates as additional trust

[12Sep2019 22:04:26.020] [main/INFO] [STDERR/]: [jdk.nashorn.api.scripting.NashornScriptEngine:<init>:143]: Warning: Nashorn engine is planned to be removed from a future JDK release

[12Sep2019 22:04:26.464] [main/INFO] [cpw.mods.modlauncher.LaunchServiceHandler/MODLAUNCHER]: Launching target 'fmlclient' with arguments [--version, 1.14.4-forge-28.1.0, --gameDir, /home/xenorio/.minecraft, --assetsDir, /home/xenorio/.minecraft/assets, --username, Xenorio, --assetIndex, 1.14, --uuid, 79d09006002d4228abaf69b9056046ed, --accessToken, ❄❄❄❄❄❄❄❄, --userType, mojang, --versionType, release]

[12Sep2019 22:04:26.612] [Client thread/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1050]: java.lang.RuntimeException: java.lang.reflect.InvocationTargetException

[12Sep2019 22:04:26.613] [Client thread/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1050]:    at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:39)

[12Sep2019 22:04:26.613] [Client thread/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1050]:    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:50)

[12Sep2019 22:04:26.614] [Client thread/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1050]:    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:68)

[12Sep2019 22:04:26.614] [Client thread/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1050]:    at cpw.mods.modlauncher.Launcher.run(Launcher.java:80)

[12Sep2019 22:04:26.614] [Client thread/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1050]:    at cpw.mods.modlauncher.Launcher.main(Launcher.java:65)

[12Sep2019 22:04:26.615] [Client thread/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1059]: Caused by: java.lang.reflect.InvocationTargetException

[12Sep2019 22:04:26.615] [Client thread/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1059]:    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

[12Sep2019 22:04:26.616] [Client thread/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1059]:    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)

[12Sep2019 22:04:26.617] [Client thread/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1059]:    at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

[12Sep2019 22:04:26.617] [Client thread/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1059]:    at java.base/java.lang.reflect.Method.invoke(Method.java:566)

[12Sep2019 22:04:26.617] [Client thread/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1059]:    at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:56)

[12Sep2019 22:04:26.618] [Client thread/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1059]:    at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37)

[12Sep2019 22:04:26.618] [Client thread/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1059]:    ... 4 more

[12Sep2019 22:04:26.619] [Client thread/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:648]: Caused by: java.lang.UnsupportedOperationException

[12Sep2019 22:04:26.620] [Client thread/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:648]:     at org.objectweb.asm.ClassVisitor.visitNestMemberExperimental(ClassVisitor.java:248)

[12Sep2019 22:04:26.620] [Client thread/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:648]:     at org.objectweb.asm.ClassReader.accept(ClassReader.java:651)

[12Sep2019 22:04:26.620] [Client thread/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:648]:     at org.objectweb.asm.ClassReader.accept(ClassReader.java:391)

[12Sep2019 22:04:26.621] [Client thread/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:648]:     at cpw.mods.modlauncher.TransformerClassWriter.computeHierarchy(TransformerClassWriter.java:83)

[12Sep2019 22:04:26.621] [Client thread/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:648]:     at cpw.mods.modlauncher.TransformerClassWriter.access$100(TransformerClassWriter.java:35)

[12Sep2019 22:04:26.622] [Client thread/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:648]:     at cpw.mods.modlauncher.TransformerClassWriter$SuperCollectingVisitor.visit(TransformerClassWriter.java:129)

[12Sep2019 22:04:26.622] [Client thread/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:648]:     at org.objectweb.asm.ClassReader.accept(ClassReader.java:525)

[12Sep2019 22:04:26.622] [Client thread/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:648]:     at org.objectweb.asm.ClassReader.accept(ClassReader.java:391)

[12Sep2019 22:04:26.623] [Client thread/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:648]:     at cpw.mods.modlauncher.TransformerClassWriter.computeHierarchy(TransformerClassWriter.java:83)

[12Sep2019 22:04:26.623] [Client thread/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:648]:     at cpw.mods.modlauncher.TransformerClassWriter.access$100(TransformerClassWriter.java:35)

[12Sep2019 22:04:26.624] [Client thread/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:648]:     at cpw.mods.modlauncher.TransformerClassWriter$SuperCollectingVisitor.visit(TransformerClassWriter.java:129)

[12Sep2019 22:04:26.624] [Client thread/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:648]:     at org.objectweb.asm.ClassReader.accept(ClassReader.java:525)

[12Sep2019 22:04:26.638] [Client thread/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:648]:     at org.objectweb.asm.ClassReader.accept(ClassReader.java:391)

[12Sep2019 22:04:26.638] [Client thread/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:648]:     at cpw.mods.modlauncher.TransformerClassWriter.computeHierarchy(TransformerClassWriter.java:83)

[12Sep2019 22:04:26.639] [Client thread/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:648]:     at cpw.mods.modlauncher.TransformerClassWriter.access$100(TransformerClassWriter.java:35)

[12Sep2019 22:04:26.639] [Client thread/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:648]:     at cpw.mods.modlauncher.TransformerClassWriter$SuperCollectingVisitor.visit(TransformerClassWriter.java:129)

[12Sep2019 22:04:26.640] [Client thread/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:648]:     at org.objectweb.asm.ClassReader.accept(ClassReader.java:525)

[12Sep2019 22:04:26.640] [Client thread/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:648]:     at org.objectweb.asm.ClassReader.accept(ClassReader.java:391)

[12Sep2019 22:04:26.640] [Client thread/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:648]:     at cpw.mods.modlauncher.TransformerClassWriter.computeHierarchy(TransformerClassWriter.java:83)

[12Sep2019 22:04:26.641] [Client thread/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:648]:     at cpw.mods.modlauncher.TransformerClassWriter.getSupers(TransformerClassWriter.java:54)

[12Sep2019 22:04:26.641] [Client thread/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:648]:     at cpw.mods.modlauncher.TransformerClassWriter.getCommonSuperClass(TransformerClassWriter.java:99)

[12Sep2019 22:04:26.642] [Client thread/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:648]:     at org.objectweb.asm.SymbolTable.addMergedType(SymbolTable.java:1209)

[12Sep2019 22:04:26.642] [Client thread/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:648]:     at org.objectweb.asm.Frame.merge(Frame.java:1293)

[12Sep2019 22:04:26.642] [Client thread/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:648]:     at org.objectweb.asm.Frame.merge(Frame.java:1175)

[12Sep2019 22:04:26.643] [Client thread/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:648]:     at org.objectweb.asm.MethodWriter.computeAllFrames(MethodWriter.java:1604)

[12Sep2019 22:04:26.643] [Client thread/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:648]:     at org.objectweb.asm.MethodWriter.visitMaxs(MethodWriter.java:1540)

[12Sep2019 22:04:26.644] [Client thread/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:648]:     at org.objectweb.asm.tree.MethodNode.accept(MethodNode.java:807)

[12Sep2019 22:04:26.644] [Client thread/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:648]:     at org.objectweb.asm.tree.MethodNode.accept(MethodNode.java:687)

[12Sep2019 22:04:26.644] [Client thread/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:648]:     at org.objectweb.asm.tree.ClassNode.accept(ClassNode.java:436)

[12Sep2019 22:04:26.645] [Client thread/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:648]:     at cpw.mods.modlauncher.ClassTransformer.transform(ClassTransformer.java:120)

[12Sep2019 22:04:26.645] [Client thread/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:648]:     at cpw.mods.modlauncher.TransformingClassLoader$DelegatedClassLoader.findClass(TransformingClassLoader.java:236)

[12Sep2019 22:04:26.645] [Client thread/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:648]:     at cpw.mods.modlauncher.TransformingClassLoader.loadClass(TransformingClassLoader.java:127)

[12Sep2019 22:04:26.646] [Client thread/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:648]:     at cpw.mods.modlauncher.TransformingClassLoader.loadClass(TransformingClassLoader.java:97)

[12Sep2019 22:04:26.646] [Client thread/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:648]:     at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:521)

[12Sep2019 22:04:26.646] [Client thread/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:648]:     at net.minecraft.client.main.Main.main(SourceFile:155)

[12Sep2019 22:04:26.647] [Client thread/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:648]:     ... 10 more

 

 

 

debug.log:

Spoiler

[12Sep2019 22:11:25.196] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher running: args [--username, Xenorio, --version, 1.14.4-forge-28.1.1, --gameDir, /home/xenorio/.minecraft, --assetsDir, /home/xenorio/.minecraft/assets, --assetIndex, 1.14, --uuid, 79d09006002d4228abaf69b9056046ed, --accessToken, ❄❄❄❄❄❄❄❄, --userType, mojang, --versionType, release, --launchTarget, fmlclient, --fml.forgeVersion, 28.1.1, --fml.mcVersion, 1.14.4, --fml.forgeGroup, net.minecraftforge, --fml.mcpVersion, 20190829.143755]

[12Sep2019 22:11:25.201] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher 3.2.0+60+b86c1d4 starting: java version 11.0.4 by Ubuntu

[12Sep2019 22:11:25.217] [main/DEBUG] [cpw.mods.modlauncher.LaunchServiceHandler/MODLAUNCHER]: Found launch services [minecraft,testharness,fmlclient,fmlserver]

[12Sep2019 22:11:25.225] [main/DEBUG] [cpw.mods.modlauncher.NameMappingServiceHandler/MODLAUNCHER]: Found naming services : []

[12Sep2019 22:11:25.248] [main/DEBUG] [cpw.mods.modlauncher.LaunchPluginHandler/MODLAUNCHER]: Found launch plugins: [eventbus,object_holder_definalize,runtime_enum_extender,capability_inject_definalize,accesstransformer,runtimedistcleaner]

[12Sep2019 22:11:25.256] [main/DEBUG] [cpw.mods.modlauncher.TransformationServicesHandler/MODLAUNCHER]: Discovering transformation services

[12Sep2019 22:11:25.263] [main/DEBUG] [cpw.mods.modlauncher.TransformationServicesHandler/MODLAUNCHER]: Found additional transformation services from discovery services: []

[12Sep2019 22:11:25.296] [main/DEBUG] [cpw.mods.modlauncher.TransformationServicesHandler/MODLAUNCHER]: Found transformer services : [fml]

[12Sep2019 22:11:25.296] [main/DEBUG] [cpw.mods.modlauncher.TransformationServicesHandler/MODLAUNCHER]: Transformation services loading

[12Sep2019 22:11:25.297] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Loading service fml

[12Sep2019 22:11:25.297] [main/DEBUG] [net.minecraftforge.fml.loading.FMLServiceProvider/]: Injecting tracing printstreams for STDOUT/STDERR.

[12Sep2019 22:11:25.301] [main/DEBUG] [net.minecraftforge.fml.loading.LauncherVersion/CORE]: Found FMLLauncher version 28.1

[12Sep2019 22:11:25.302] [main/DEBUG] [net.minecraftforge.fml.loading.FMLLoader/CORE]: FML 28.1 loading

[12Sep2019 22:11:25.302] [main/DEBUG] [net.minecraftforge.fml.loading.FMLLoader/CORE]: FML found ModLauncher version : 3.2.0+60+b86c1d4

[12Sep2019 22:11:25.302] [main/DEBUG] [net.minecraftforge.fml.loading.FMLLoader/CORE]: Initializing modjar URL handler

[12Sep2019 22:11:25.303] [main/DEBUG] [net.minecraftforge.fml.loading.FMLLoader/CORE]: FML found AccessTransformer version : 1.0.0+45+b99295a

[12Sep2019 22:11:25.303] [main/DEBUG] [net.minecraftforge.fml.loading.FMLLoader/CORE]: FML found EventBus version : 1.0.0+54+3f83a9e

[12Sep2019 22:11:25.303] [main/DEBUG] [net.minecraftforge.fml.loading.FMLLoader/CORE]: Found Runtime Dist Cleaner

[12Sep2019 22:11:25.306] [main/DEBUG] [net.minecraftforge.fml.loading.FMLLoader/CORE]: FML found CoreMod version : 1.0.0+4+e6fed88

[12Sep2019 22:11:25.307] [main/DEBUG] [net.minecraftforge.fml.loading.FMLLoader/CORE]: Found ForgeSPI package implementation version 1.3.0+4+934b64a

[12Sep2019 22:11:25.307] [main/DEBUG] [net.minecraftforge.fml.loading.FMLLoader/CORE]: Found ForgeSPI package specification 3

[12Sep2019 22:11:25.435] [main/INFO] [net.minecraftforge.fml.loading.FixSSL/CORE]: Added Lets Encrypt root certificates as additional trust

[12Sep2019 22:11:25.437] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Loaded service fml

[12Sep2019 22:11:25.438] [main/DEBUG] [cpw.mods.modlauncher.TransformationServicesHandler/MODLAUNCHER]: Configuring option handling for services

[12Sep2019 22:11:25.460] [main/DEBUG] [cpw.mods.modlauncher.TransformationServicesHandler/MODLAUNCHER]: Transformation services initializing

[12Sep2019 22:11:25.461] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Initializing transformation service fml

[12Sep2019 22:11:25.461] [main/DEBUG] [net.minecraftforge.fml.loading.FMLServiceProvider/CORE]: Setting up basic FML game directories

[12Sep2019 22:11:25.463] [main/DEBUG] [net.minecraftforge.fml.loading.FileUtils/CORE]: Found existing GAMEDIR directory : /home/xenorio/.minecraft

[12Sep2019 22:11:25.464] [main/DEBUG] [net.minecraftforge.fml.loading.FMLPaths/CORE]: Path GAMEDIR is /home/xenorio/.minecraft

[12Sep2019 22:11:25.464] [main/DEBUG] [net.minecraftforge.fml.loading.FileUtils/CORE]: Making MODSDIR directory : /home/xenorio/.minecraft/mods

[12Sep2019 22:11:25.464] [main/DEBUG] [net.minecraftforge.fml.loading.FileUtils/CORE]: Created MODSDIR directory : /home/xenorio/.minecraft/mods

[12Sep2019 22:11:25.464] [main/DEBUG] [net.minecraftforge.fml.loading.FMLPaths/CORE]: Path MODSDIR is /home/xenorio/.minecraft/mods

[12Sep2019 22:11:25.465] [main/DEBUG] [net.minecraftforge.fml.loading.FileUtils/CORE]: Making CONFIGDIR directory : /home/xenorio/.minecraft/config

[12Sep2019 22:11:25.465] [main/DEBUG] [net.minecraftforge.fml.loading.FileUtils/CORE]: Created CONFIGDIR directory : /home/xenorio/.minecraft/config

[12Sep2019 22:11:25.465] [main/DEBUG] [net.minecraftforge.fml.loading.FMLPaths/CORE]: Path CONFIGDIR is /home/xenorio/.minecraft/config

[12Sep2019 22:11:25.465] [main/DEBUG] [net.minecraftforge.fml.loading.FMLPaths/CORE]: Path FMLCONFIG is /home/xenorio/.minecraft/config/fml.toml

[12Sep2019 22:11:25.465] [main/DEBUG] [net.minecraftforge.fml.loading.FMLServiceProvider/CORE]: Loading configuration

[12Sep2019 22:11:25.497] [main/WARN] [net.minecraftforge.fml.loading.FMLConfig/CORE]: Configuration file /home/xenorio/.minecraft/config/fml.toml is not correct. Correcting

[12Sep2019 22:11:25.504] [main/WARN] [net.minecraftforge.fml.loading.FMLConfig/CORE]: Incorrect key [defaultConfigPath] was corrected from null to defaultconfigs

[12Sep2019 22:11:25.509] [main/DEBUG] [net.minecraftforge.fml.loading.FileUtils/CORE]: Making default config directory directory : /home/xenorio/.minecraft/defaultconfigs

[12Sep2019 22:11:25.509] [main/DEBUG] [net.minecraftforge.fml.loading.FileUtils/CORE]: Created default config directory directory : /home/xenorio/.minecraft/defaultconfigs

[12Sep2019 22:11:25.509] [main/DEBUG] [net.minecraftforge.fml.loading.FMLServiceProvider/CORE]: Preparing launch handler

[12Sep2019 22:11:25.510] [main/DEBUG] [net.minecraftforge.fml.loading.FMLLoader/CORE]: Using fmlclient as launch service

[12Sep2019 22:11:25.513] [main/DEBUG] [net.minecraftforge.fml.loading.FMLLoader/CORE]: Received command line version data  : MC Version: '1.14.4' MCP Version: '20190829.143755' Forge Version: '28.1.1' Forge group: 'net.minecraftforge'

[12Sep2019 22:11:25.514] [main/DEBUG] [net.minecraftforge.fml.loading.LibraryFinder/CORE]: Found JAR asm at path /home/xenorio/.minecraft/libraries/org/ow2/asm/asm/6.2/asm-6.2.jar

[12Sep2019 22:11:25.515] [main/DEBUG] [net.minecraftforge.fml.loading.LibraryFinder/CORE]: Found probable library path /home/xenorio/.minecraft/libraries

[12Sep2019 22:11:25.515] [main/DEBUG] [net.minecraftforge.fml.loading.LibraryFinder/CORE]: Found forge path /home/xenorio/.minecraft/libraries/net/minecraftforge/forge/1.14.4-28.1.1/forge-1.14.4-28.1.1-universal.jar is present

[12Sep2019 22:11:25.516] [main/DEBUG] [net.minecraftforge.fml.loading.LibraryFinder/CORE]: SRG MC at /home/xenorio/.minecraft/libraries/net/minecraft/client/1.14.4-20190829.143755/client-1.14.4-20190829.143755-srg.jar is present

[12Sep2019 22:11:25.516] [main/DEBUG] [net.minecraftforge.fml.loading.LibraryFinder/CORE]: MC Extras at /home/xenorio/.minecraft/libraries/net/minecraft/client/1.14.4/client-1.14.4-extra.jar is present

[12Sep2019 22:11:25.516] [main/DEBUG] [net.minecraftforge.fml.loading.LibraryFinder/CORE]: Forge patches at /home/xenorio/.minecraft/libraries/net/minecraftforge/forge/1.14.4-28.1.1/forge-1.14.4-28.1.1-client.jar is present

[12Sep2019 22:11:25.520] [main/DEBUG] [net.minecraftforge.fml.loading.LanguageLoadingProvider/CORE]: Found 0 language providers

[12Sep2019 22:11:25.521] [main/DEBUG] [net.minecraftforge.fml.loading.LanguageLoadingProvider/CORE]: Adding forge as a language from /home/xenorio/.minecraft/libraries/net/minecraftforge/forge/1.14.4-28.1.1/forge-1.14.4-28.1.1-universal.jar

[12Sep2019 22:11:25.522] [main/DEBUG] [net.minecraftforge.fml.loading.LanguageLoadingProvider/CORE]: Adding file:/home/xenorio/.minecraft/libraries/net/minecraftforge/forge/1.14.4-28.1.1/forge-1.14.4-28.1.1-universal.jar to languageloader classloader

[12Sep2019 22:11:25.567] [main/DEBUG] [net.minecraftforge.fml.loading.LanguageLoadingProvider/CORE]: Found 2 language providers

[12Sep2019 22:11:25.568] [main/DEBUG] [net.minecraftforge.fml.loading.LanguageLoadingProvider/CORE]: Found language provider javafml, version 28.1

[12Sep2019 22:11:25.570] [main/DEBUG] [net.minecraftforge.fml.loading.LanguageLoadingProvider/CORE]: Found language provider minecraft, version 1

[12Sep2019 22:11:25.573] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Initialized transformation service fml

[12Sep2019 22:11:25.574] [main/DEBUG] [cpw.mods.modlauncher.NameMappingServiceHandler/MODLAUNCHER]: Current naming domain is 'srg'

[12Sep2019 22:11:25.575] [main/DEBUG] [cpw.mods.modlauncher.NameMappingServiceHandler/MODLAUNCHER]: Identified name mapping providers {}

[12Sep2019 22:11:25.575] [main/DEBUG] [cpw.mods.modlauncher.TransformationServicesHandler/MODLAUNCHER]: Transformation services begin scanning

[12Sep2019 22:11:25.576] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Beginning scan trigger - transformation service fml

[12Sep2019 22:11:25.576] [main/DEBUG] [net.minecraftforge.fml.loading.FMLServiceProvider/CORE]: Initiating mod scan

[12Sep2019 22:11:25.589] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModListHandler/CORE]: Found mod coordinates from lists: []

[12Sep2019 22:11:25.609] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModDiscoverer/CORE]: Found Mod Locators : (mods folder:null),(maven libs:null),(exploded directory:null),(minecraft:null)

[12Sep2019 22:11:25.628] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/xenorio/.minecraft/libraries/net/minecraftforge/forge/1.14.4-28.1.1/forge-1.14.4-28.1.1-universal.jar

[12Sep2019 22:11:25.663] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/xenorio/.minecraft/libraries/net/minecraftforge/forge/1.14.4-28.1.1/forge-1.14.4-28.1.1-universal.jar with language javafml

[12Sep2019 22:11:25.690] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod fieldtomethodtransformers with Javascript path META-INF/fieldtomethodtransformers.js

[12Sep2019 22:11:25.691] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod META-INF/fieldtomethodtransformers.js

[12Sep2019 22:11:25.692] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/xenorio/.minecraft/libraries/net/minecraftforge/forge/1.14.4-28.1.1/forge-1.14.4-28.1.1-client.jar

[12Sep2019 22:11:25.694] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/xenorio/.minecraft/libraries/net/minecraftforge/forge/1.14.4-28.1.1/forge-1.14.4-28.1.1-client.jar with language minecraft

[12Sep2019 22:11:25.703] [main/DEBUG] [net.minecraftforge.fml.loading.ModSorter/LOADING]: Found 0 mandatory requirements

[12Sep2019 22:11:25.704] [main/DEBUG] [net.minecraftforge.fml.loading.ModSorter/LOADING]: Found 0 mandatory mod requirements missing

[12Sep2019 22:11:25.848] [main/INFO] [STDERR/]: [jdk.nashorn.api.scripting.NashornScriptEngine:<init>:143]: Warning: Nashorn engine is planned to be removed from a future JDK release

[12Sep2019 22:11:26.097] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: End scan trigger - transformation service fml

[12Sep2019 22:11:26.097] [main/DEBUG] [cpw.mods.modlauncher.TransformationServicesHandler/MODLAUNCHER]: Transformation services loading transformers

[12Sep2019 22:11:26.097] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Initializing transformers for transformation service fml

[12Sep2019 22:11:26.098] [main/DEBUG] [net.minecraftforge.fml.loading.FMLServiceProvider/CORE]: Loading coremod transformers

[12Sep2019 22:11:26.098] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from META-INF/fieldtomethodtransformers.js

[12Sep2019 22:11:26.231] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully

[12Sep2019 22:11:26.239] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@3068b369 to Target : CLASS {Lnet/minecraft/potion/EffectInstance;} {} {V}

[12Sep2019 22:11:26.241] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@1ec7d8b3 to Target : CLASS {Lnet/minecraft/block/FlowingFluidBlock;} {} {V}

[12Sep2019 22:11:26.242] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@3b0ca5e1 to Target : CLASS {Lnet/minecraft/item/BucketItem;} {} {V}

[12Sep2019 22:11:26.242] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Initialized transformers for transformation service fml

[12Sep2019 22:11:26.254] [main/INFO] [cpw.mods.modlauncher.LaunchServiceHandler/MODLAUNCHER]: Launching target 'fmlclient' with arguments [--version, 1.14.4-forge-28.1.1, --gameDir, /home/xenorio/.minecraft, --assetsDir, /home/xenorio/.minecraft/assets, --username, Xenorio, --assetIndex, 1.14, --uuid, 79d09006002d4228abaf69b9056046ed, --accessToken, ❄❄❄❄❄❄❄❄, --userType, mojang, --versionType, release]

[12Sep2019 22:11:26.398] [Client thread/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1050]: java.lang.RuntimeException: java.lang.reflect.InvocationTargetException

[12Sep2019 22:11:26.398] [Client thread/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1050]:    at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:39)

[12Sep2019 22:11:26.399] [Client thread/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1050]:    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:50)

[12Sep2019 22:11:26.399] [Client thread/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1050]:    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:68)

[12Sep2019 22:11:26.400] [Client thread/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1050]:    at cpw.mods.modlauncher.Launcher.run(Launcher.java:80)

[12Sep2019 22:11:26.400] [Client thread/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1050]:    at cpw.mods.modlauncher.Launcher.main(Launcher.java:65)

[12Sep2019 22:11:26.400] [Client thread/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1059]: Caused by: java.lang.reflect.InvocationTargetException

[12Sep2019 22:11:26.401] [Client thread/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1059]:    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

[12Sep2019 22:11:26.401] [Client thread/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1059]:    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)

[12Sep2019 22:11:26.402] [Client thread/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1059]:    at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

[12Sep2019 22:11:26.402] [Client thread/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1059]:    at java.base/java.lang.reflect.Method.invoke(Method.java:566)

[12Sep2019 22:11:26.402] [Client thread/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1059]:    at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:56)

[12Sep2019 22:11:26.403] [Client thread/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1059]:    at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37)

[12Sep2019 22:11:26.403] [Client thread/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1059]:    ... 4 more

[12Sep2019 22:11:26.404] [Client thread/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:648]: Caused by: java.lang.UnsupportedOperationException

[12Sep2019 22:11:26.404] [Client thread/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:648]:     at org.objectweb.asm.ClassVisitor.visitNestMemberExperimental(ClassVisitor.java:248)

[12Sep2019 22:11:26.405] [Client thread/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:648]:     at org.objectweb.asm.ClassReader.accept(ClassReader.java:651)

[12Sep2019 22:11:26.405] [Client thread/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:648]:     at org.objectweb.asm.ClassReader.accept(ClassReader.java:391)

[12Sep2019 22:11:26.405] [Client thread/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:648]:     at cpw.mods.modlauncher.TransformerClassWriter.computeHierarchy(TransformerClassWriter.java:83)

[12Sep2019 22:11:26.406] [Client thread/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:648]:     at cpw.mods.modlauncher.TransformerClassWriter.access$100(TransformerClassWriter.java:35)

[12Sep2019 22:11:26.406] [Client thread/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:648]:     at cpw.mods.modlauncher.TransformerClassWriter$SuperCollectingVisitor.visit(TransformerClassWriter.java:129)

[12Sep2019 22:11:26.406] [Client thread/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:648]:     at org.objectweb.asm.ClassReader.accept(ClassReader.java:525)

[12Sep2019 22:11:26.407] [Client thread/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:648]:     at org.objectweb.asm.ClassReader.accept(ClassReader.java:391)

[12Sep2019 22:11:26.407] [Client thread/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:648]:     at cpw.mods.modlauncher.TransformerClassWriter.computeHierarchy(TransformerClassWriter.java:83)

[12Sep2019 22:11:26.407] [Client thread/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:648]:     at cpw.mods.modlauncher.TransformerClassWriter.access$100(TransformerClassWriter.java:35)

[12Sep2019 22:11:26.408] [Client thread/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:648]:     at cpw.mods.modlauncher.TransformerClassWriter$SuperCollectingVisitor.visit(TransformerClassWriter.java:129)

[12Sep2019 22:11:26.408] [Client thread/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:648]:     at org.objectweb.asm.ClassReader.accept(ClassReader.java:525)

[12Sep2019 22:11:26.408] [Client thread/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:648]:     at org.objectweb.asm.ClassReader.accept(ClassReader.java:391)

[12Sep2019 22:11:26.409] [Client thread/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:648]:     at cpw.mods.modlauncher.TransformerClassWriter.computeHierarchy(TransformerClassWriter.java:83)

[12Sep2019 22:11:26.409] [Client thread/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:648]:     at cpw.mods.modlauncher.TransformerClassWriter.access$100(TransformerClassWriter.java:35)

[12Sep2019 22:11:26.410] [Client thread/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:648]:     at cpw.mods.modlauncher.TransformerClassWriter$SuperCollectingVisitor.visit(TransformerClassWriter.java:129)

[12Sep2019 22:11:26.410] [Client thread/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:648]:     at org.objectweb.asm.ClassReader.accept(ClassReader.java:525)

[12Sep2019 22:11:26.410] [Client thread/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:648]:     at org.objectweb.asm.ClassReader.accept(ClassReader.java:391)

[12Sep2019 22:11:26.411] [Client thread/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:648]:     at cpw.mods.modlauncher.TransformerClassWriter.computeHierarchy(TransformerClassWriter.java:83)

[12Sep2019 22:11:26.411] [Client thread/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:648]:     at cpw.mods.modlauncher.TransformerClassWriter.getSupers(TransformerClassWriter.java:54)

[12Sep2019 22:11:26.411] [Client thread/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:648]:     at cpw.mods.modlauncher.TransformerClassWriter.getCommonSuperClass(TransformerClassWriter.java:99)

[12Sep2019 22:11:26.412] [Client thread/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:648]:     at org.objectweb.asm.SymbolTable.addMergedType(SymbolTable.java:1209)

[12Sep2019 22:11:26.412] [Client thread/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:648]:     at org.objectweb.asm.Frame.merge(Frame.java:1293)

[12Sep2019 22:11:26.412] [Client thread/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:648]:     at org.objectweb.asm.Frame.merge(Frame.java:1175)

[12Sep2019 22:11:26.413] [Client thread/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:648]:     at org.objectweb.asm.MethodWriter.computeAllFrames(MethodWriter.java:1604)

[12Sep2019 22:11:26.413] [Client thread/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:648]:     at org.objectweb.asm.MethodWriter.visitMaxs(MethodWriter.java:1540)

[12Sep2019 22:11:26.413] [Client thread/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:648]:     at org.objectweb.asm.tree.MethodNode.accept(MethodNode.java:807)

[12Sep2019 22:11:26.414] [Client thread/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:648]:     at org.objectweb.asm.tree.MethodNode.accept(MethodNode.java:687)

[12Sep2019 22:11:26.414] [Client thread/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:648]:     at org.objectweb.asm.tree.ClassNode.accept(ClassNode.java:436)

[12Sep2019 22:11:26.414] [Client thread/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:648]:     at cpw.mods.modlauncher.ClassTransformer.transform(ClassTransformer.java:120)

[12Sep2019 22:11:26.415] [Client thread/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:648]:     at cpw.mods.modlauncher.TransformingClassLoader$DelegatedClassLoader.findClass(TransformingClassLoader.java:236)

[12Sep2019 22:11:26.415] [Client thread/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:648]:     at cpw.mods.modlauncher.TransformingClassLoader.loadClass(TransformingClassLoader.java:127)

[12Sep2019 22:11:26.415] [Client thread/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:648]:     at cpw.mods.modlauncher.TransformingClassLoader.loadClass(TransformingClassLoader.java:97)

[12Sep2019 22:11:26.416] [Client thread/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:648]:     at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:521)

[12Sep2019 22:11:26.416] [Client thread/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:648]:     at net.minecraft.client.main.Main.main(SourceFile:155)

[12Sep2019 22:11:26.416] [Client thread/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:648]:     ... 10 more

 

 

Edited by Xenorio
Solved
Link to comment
Share on other sites

Talk to Mojang, they dictate what version of Java we support by what version they ship in their launcher.

If we get them to update we can update as well. Unfortunately, as it sits, the core library we use (ASM) has us stuck if we update it to support 11+, it no longer runs on 8, which is what Mojang ships.

I do Forge for free, however the servers to run it arn't free, so anything is appreciated.
Consider supporting the team on Patreon

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • https://pastebin.com/VwpAW6PX My game crashes upon launch when trying to implement the Oculus mod to this mod compilation, above is the crash report, I do not know where to begin to attempt to fix this issue and require assistance.
    • https://youtube.com/shorts/gqLTSMymgUg?si=5QOeSvA4TTs-bL46
    • CubeHaven is a SMP server with unique features that can't be found on the majority of other servers! Java: MC.CUBEHAVEN.NET Bedrock: MC.CUBEHAVEN.NET:19132 3 different stores: - CubeHaven Store: Our store to purchase using real money. - Bitcoin Store: Store for Bitcoin. Bitcoin can be earned from playing the server. Giving options for players if they want to spend real money or grind to obtain exclusive packages. - Black Market: A hidden store for trading that operates outside our traditional stores, like custom enchantments, exclusive items and more. Some of our features include: Rank Up: Progress through different ranks to unlock new privileges and perks. 📈 Skills: RPG-style skill system that enhances your gaming experience! 🎮 Leaderboards: Compete and shine! Top players are rewarded weekly! 🏆 Random Teleporter: Travel instantly across different worlds with a click! 🌐 Custom World Generation: Beautifully generated world. 🌍 Dungeons: Explore challenging and rewarding dungeons filled with treasures and monsters. 🏰 Kits: Unlock ranks and gain access to various kits. 🛠️ Fishing Tournament: Compete in a friendly fishing tournament! 🎣 Chat Games: Enjoy games right within the chat! 🎲 Minions: Get some help from your loyal minions. 👥 Piñata Party: Enjoy a festive party with Piñatas! 🎉 Quests: Over 1000 quests that you can complete! 📜 Bounty Hunter: Set a bounty on a player's head. 💰 Tags: Displayed on nametags, in the tab list, and in chat. 🏷️ Coinflip: Bet with other players on coin toss outcomes, victory, or defeat! 🟢 Invisible & Glowing Frames: Hide your frames for a cleaner look or apply a glow to it for a beautiful look. 🔲✨[ Player Warp: Set your own warp points for other players to teleport to. 🌟 Display Shop: Create your own shop and sell to other players! 🛒 Item Skins: Customize your items with unique skins. 🎨 Pets: Your cute loyal companion to follow you wherever you go! 🐾 Cosmetics: Enhance the look of your character with beautiful cosmetics! 💄 XP-Bottle: Store your exp safely in a bottle for later use! 🍶 Chest & Inventory Sorting: Keep your items neatly sorted in your inventory or chest! 📦 Glowing: Stand out from other players with a colorful glow! ✨ Player Particles: Over 100 unique particle effects to show off. 🎇 Portable Inventories: Over virtual inventories with ease. 🧳 And a lot more! Become part of our growing community today! Discord: https://cubehaven.net/discord Java: MC.CUBEHAVEN.NET Bedrock: MC.CUBEHAVEN.NET:19132
    • # Problematic frame: # C [libopenal.so+0x9fb4d] It is always the same issue - this refers to the Linux OS - so your system may prevent Java from working   I am not familiar with Linux - check for similar/related issues  
  • Topics

×
×
  • Create New...

Important Information

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