Faboslav / friends-and-foes

Minecraft mod that adds outvoted and forgotten mobs from the mob votes in a believable vanilla plus style.
https://www.curseforge.com/minecraft/mc-mods/friends-and-foes
Other
97 stars 28 forks source link

Crashing with Forge 1.18.2 #135

Closed Nlk29 closed 1 year ago

Nlk29 commented 1 year ago

Minecraft version information

1.18.2

Mod loader information

Fabric

Mod loader version information

Forge 40.2.10 / Forge 40.2.00

Mod version information

1.4.7 / 1.4.4 and probably any other version for Frogs 1.18.2

Reproduction Steps

Just try to start the game

Crash Report and latest.log

Doesn't produce a crash log. Exit code is 1.

latest log:

[12:50:59] [main/INFO]: ModLauncher running: args [--username, NERO_DVD, --version, forge-40.2.10, --gameDir, /Users/niklas/Documents/curseforge/minecraft/Instances/Infinite Sky, --assetsDir, /Users/niklas/Documents/curseforge/minecraft/Install/assets, --assetIndex, 1.18, --uuid, 569613a476bf4960b01bd48f6fd12caa, --accessToken, ❄❄❄❄❄❄❄❄, --clientId, MjhBOTE1QTdFREZCNDk1OThFRkY0REZCMkI1MERBOUI=, --xuid, 2535424785264041, --userType, msa, --versionType, release, --width, 1024, --height, 768, --launchTarget, forgeclient, --fml.forgeVersion, 40.2.10, --fml.mcVersion, 1.18.2, --fml.forgeGroup, net.minecraftforge, --fml.mcpVersion, 20220404.173914] [12:50:59] [main/INFO]: ModLauncher 9.1.3+9.1.3+main.9b69c82a starting: java version 17.0.1 by Microsoft [12:50:59] [main/INFO]: SpongePowered MIXIN Subsystem Version=0.8.5 Source=union:/Users/niklas/Documents/curseforge/minecraft/Install/libraries/org/spongepowered/mixin/0.8.5/mixin-0.8.5.jar%2314!/ Service=ModLauncher Env=CLIENT [12:50:59] [main/INFO]: Found mod file friendsandfoes-forge-mc1.18.2-1.4.4.jar of type MOD with provider {mods folder locator at /Users/niklas/Documents/curseforge/minecraft/Instances/Infinite Sky/mods} [12:50:59] [main/WARN]: Mod file /Users/niklas/Documents/curseforge/minecraft/Install/libraries/net/minecraftforge/fmlcore/1.18.2-40.2.10/fmlcore-1.18.2-40.2.10.jar is missing mods.toml file [12:50:59] [main/WARN]: Mod file /Users/niklas/Documents/curseforge/minecraft/Install/libraries/net/minecraftforge/javafmllanguage/1.18.2-40.2.10/javafmllanguage-1.18.2-40.2.10.jar is missing mods.toml file [12:50:59] [main/WARN]: Mod file /Users/niklas/Documents/curseforge/minecraft/Install/libraries/net/minecraftforge/lowcodelanguage/1.18.2-40.2.10/lowcodelanguage-1.18.2-40.2.10.jar is missing mods.toml file [12:50:59] [main/WARN]: Mod file /Users/niklas/Documents/curseforge/minecraft/Install/libraries/net/minecraftforge/mclanguage/1.18.2-40.2.10/mclanguage-1.18.2-40.2.10.jar is missing mods.toml file [12:50:59] [main/INFO]: Found mod file fmlcore-1.18.2-40.2.10.jar of type LIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.MinecraftLocator@669d2b1b [12:50:59] [main/INFO]: Found mod file javafmllanguage-1.18.2-40.2.10.jar of type LANGPROVIDER with provider net.minecraftforge.fml.loading.moddiscovery.MinecraftLocator@669d2b1b [12:50:59] [main/INFO]: Found mod file lowcodelanguage-1.18.2-40.2.10.jar of type LANGPROVIDER with provider net.minecraftforge.fml.loading.moddiscovery.MinecraftLocator@669d2b1b [12:50:59] [main/INFO]: Found mod file mclanguage-1.18.2-40.2.10.jar of type LANGPROVIDER with provider net.minecraftforge.fml.loading.moddiscovery.MinecraftLocator@669d2b1b [12:50:59] [main/INFO]: Found mod file client-1.18.2-20220404.173914-srg.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.MinecraftLocator@669d2b1b [12:50:59] [main/INFO]: Found mod file forge-1.18.2-40.2.10-universal.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.MinecraftLocator@669d2b1b [12:51:00] [main/INFO]: No dependencies to load found. Skipping! [12:51:00] [main/ERROR]: Missing or unsupported mandatory dependencies: Mod ID: 'architectury', Requested by: 'friendsandfoes', Expected range: '[4.4.60,)', Actual version: '[MISSING]' [12:51:01] [main/INFO]: Compatibility level set to JAVA_17 [12:51:01] [main/INFO]: Launching target 'forgeclient' with arguments [--version, forge-40.2.10, --gameDir, /Users/niklas/Documents/curseforge/minecraft/Instances/Infinite Sky, --assetsDir, /Users/niklas/Documents/curseforge/minecraft/Install/assets, --uuid, 569613a476bf4960b01bd48f6fd12caa, --username, NERO_DVD, --assetIndex, 1.18, --accessToken, ❄❄❄❄❄❄❄❄, --clientId, MjhBOTE1QTdFREZCNDk1OThFRkY0REZCMkI1MERBOUI=, --xuid, 2535424785264041, --userType, msa, --versionType, release, --width, 1024, --height, 768] [12:51:03] [pool-3-thread-1/WARN]: Error loading class: dev/architectury/registry/registries/RegistrySupplier (java.lang.ClassNotFoundException: dev.architectury.registry.registries.RegistrySupplier)

Additional information

No response

Faboslav commented 1 year ago

Do you have the architectury api mod installed?

Faboslav commented 1 year ago

https://www.curseforge.com/minecraft/mc-mods/architectury-api

Nlk29 commented 1 year ago

Yeah, my bad. Didn't think about this. But it would be a useful change if Architectury API would be listed as a dependency on Curse so it automatically installs it.

Nlk29 commented 1 year ago

.

Faboslav commented 1 year ago

It is usually here, but not in this case, i added it as a required dependency.