Somnia Awoken

Somnia Awoken

27.3k Downloads

FTB launcher crash after adding Somnia

Gudge3214 opened this issue ยท 2 comments

commented

Describe the bug

After clicking play, the launcher attempts to start but almost immediately gets an error.

Is this bug related to another mod?

Quite possibly, im not entirely sure though

Steps to reproduce

1.Start the launcher for my modpack
2. Crash nearly immediately after.
3.
...

Expected Behavior

No response

Additional context

Im using the direwolf20 modpack 1.7.0. It works fine without the mod, but I'd love to be able to use this. Thanks
This is the log file :
[28Mar2023 21:08:46.274] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher running: args [--username, grudge3214, --version, 1.19.2-forge-43.2.6, --gameDir, C:\Users\grudg\AppData\Local.ftba\instances\90fe43c5-2e58-492d-be78-7984502ddd14, --assetsDir, C:\Users\grudg\AppData\Local.ftba\bin\assets, --assetIndex, 1.19, --uuid, 45469f22-c6ee-4529-a496-b35041c3c109, --accessToken, ????????, --clientId, ${clientid}, --xuid, ${auth_xuid}, --userType, msa, --versionType, release, --width, 1920, --height, 1080, --launchTarget, forgeclient, --fml.forgeVersion, 43.2.6, --fml.mcVersion, 1.19.2, --fml.forgeGroup, net.minecraftforge, --fml.mcpVersion, 20220805.130853]
[28Mar2023 21:08:46.278] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher 10.0.8+10.0.8+main.0ef7e830 starting: java version 17.0.2 by Eclipse Adoptium; OS Windows 10 arch amd64 version 10.0
[28Mar2023 21:08:47.960] [main/INFO] [mixin/]: SpongePowered MIXIN Subsystem Version=0.8.5 Source=union:/C:/Users/grudg/AppData/Local/.ftba/bin/libraries/org/spongepowered/mixin/0.8.5/mixin-0.8.5.jar%2391!/ Service=ModLauncher Env=CLIENT
[28Mar2023 21:08:48.014] [main/INFO] [wtf.gofancy.koremods.modlauncher.bootstrap.KoremodsServiceWrapper/]: Setting up Koremods environment
[28Mar2023 21:08:49.036] [main/WARN] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Mod file C:\Users\grudg\AppData\Local.ftba\bin\libraries\net\minecraftforge\fmlcore\1.19.2-43.2.6\fmlcore-1.19.2-43.2.6.jar is missing mods.toml file
[28Mar2023 21:08:49.038] [main/WARN] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Mod file C:\Users\grudg\AppData\Local.ftba\bin\libraries\net\minecraftforge\javafmllanguage\1.19.2-43.2.6\javafmllanguage-1.19.2-43.2.6.jar is missing mods.toml file
[28Mar2023 21:08:49.042] [main/WARN] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Mod file C:\Users\grudg\AppData\Local.ftba\bin\libraries\net\minecraftforge\lowcodelanguage\1.19.2-43.2.6\lowcodelanguage-1.19.2-43.2.6.jar is missing mods.toml file
[28Mar2023 21:08:49.045] [main/WARN] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Mod file C:\Users\grudg\AppData\Local.ftba\bin\libraries\net\minecraftforge\mclanguage\1.19.2-43.2.6\mclanguage-1.19.2-43.2.6.jar is missing mods.toml file
[28Mar2023 21:08:49.558] [main/WARN] [net.minecraftforge.jarjar.selection.JarSelector/]: Attempted to select a dependency jar for JarJar which was passed in as source: resourcefullib. Using Mod File: C:\Users\grudg\AppData\Local.ftba\instances\90fe43c5-2e58-492d-be78-7984502ddd14\mods\resourcefullib-forge-1.19.2-1.1.23.jar
[28Mar2023 21:08:49.559] [main/WARN] [net.minecraftforge.jarjar.selection.JarSelector/]: Attempted to select a dependency jar for JarJar which was passed in as source: botarium. Using Mod File: C:\Users\grudg\AppData\Local.ftba\instances\90fe43c5-2e58-492d-be78-7984502ddd14\mods\botarium-forge-1.19.2-1.8.2.jar
[28Mar2023 21:08:49.559] [main/INFO] [net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator/]: Found 14 dependencies adding them to mods collection
[28Mar2023 21:08:49.637] [main/INFO] [wtf.gofancy.koremods.Launch/]: Found launch plugin: wtf.gofancy.koremods.modlauncher.service.ModlauncherKoremodsLaunchPlugin
[28Mar2023 21:08:49.637] [main/INFO] [wtf.gofancy.koremods.Launch/]: Launching Koremods instance
[28Mar2023 21:08:50.297] [main/INFO] [wtf.gofancy.koremods.Discovery/]: Loading scripts for pack somnia
[28Mar2023 21:08:50.386] [main/INFO] [wtf.gofancy.koremods.ScriptCompilation/]: Reading compiled scripts
[28Mar2023 21:08:50.389] [main/INFO] [wtf.gofancy.koremods.ScriptCompilation/]: Evaluating script somnia:transformGameRenderer
[28Mar2023 21:08:50.423] [main/FATAL] [wtf.gofancy.koremods.Launch/]: An error has occured while discovering script packs

commented

I've been able to reproduce this and track the issue down to Koremods being too new. Try using 0.5.0, which is the latest available version for 1.19.2. On the other hand, I'm aware that the way this is handled is terrible for users. We can't just crash without giving any information about what happened... I'll try to suppress the crash and display an error on the modloading screen once the game booted up.

commented

Okay this has been fixed now in Somnia 1.19.2-3.1.5 and Koremods 0.5.9. Let me know if you run into further issues