Mob Mincer

Mob Mincer

124 Downloads

Crash at launch

jay213333 opened this issue ยท 11 comments

commented

Using 1.20.1 (Forge). I also have installed all required dependencies (Architectury API & Kotlin). Please help.

crash-2024-01-15_13.11.51-client.pdf

commented

Wow that's new. I bookmarked your mod and will keep an eye out for backport. Thanks again for your help

commented

I think the issue is this:
[15Jan2024 14:54:56.085] [main/ERROR] [net.minecraftforge.fml.loading.LanguageLoadingProvider/LOADING]: Missing language kotlinforforge version [4.7,) wanted by mobmincer-1.0.2-1.20.2.jar, found 4.3.0

See if upgrading Kotlin for Forge fixes the issue. If not you can try relaxing the requirement in the jar file.

commented

Got it thanks, so I updated that but now received the following new requests:

[15Jan2024 17:24:08.580] [main/ERROR] [net.minecraftforge.fml.loading.ModSorter/LOADING]: Missing or unsupported mandatory dependencies:
Mod ID: 'minecraft', Requested by: 'mobmincer', Expected range: '[1.20.2,)', Actual version: '1.20.1'
Mod ID: 'neoforge', Requested by: 'mobmincer', Expected range: '[20.2,)', Actual version: '[MISSING]'

latest.log

commented

I'm afraid I can't update to 1.20.2 at the moment due to other projects and mods I need working only on 1.20.1

commented

Ah yeah sorry only 1.20.2 NeoForged is supported right now. Sadly 1.20.2 changed a lot in NeoForged and is no longer compatible with Forge, so it will take me some time to backport

#6

commented

From the logs, looks like an issue with iris and/or oculus.

I found this which might help Asek3/Oculus#395

Feel free to reopen if the steps there don't work and removing mob mincer fixes the issue

commented

Thanks for the suggestion. However, I couldn't find a fix with the method they used. It works fine if I remove mob mincer. Darn it

commented

Thanks for the suggestion. However, I couldn't find a fix with the method they used. It works fine if I remove mob mincer. Darn it

In that case I can take a look at what's going on. Do you have a full mod list? (You can just send the latest.log)

I've also tested previously on 1.20.2 Fabric with iris with no issues

commented

Interesting. Yes, thanks I'll attach it below. It's 205 mods - been very diligent on how each mod behaves with each other, and don't think I'm missing any dependencies. I wonder if "Sinytra Connector" (Connector) may be conflicting.

latest.log

commented

Sorry, I forgot to ask if you have a Fabric-only version of Mob Mincer in 1.20.2.

commented

Sorry, I forgot to ask if you have a Fabric-only version of Mob Mincer in 1.20.2.

The mod should work with fabric using the same jar. If you're trying to use it with Sinytra (if its updated for 1.20.2) you probably need to delete the META-INF folder from inside the jar so that it doesn't try to load it as a forge mod