Botania

Botania

133M Downloads

Client crash on startup

NikeSchuh opened this issue ยท 2 comments

commented

Mod Loader

Forge

Minecraft Version

1.19.2

Botania version

1.19.2-436-FORGE

Modloader version

Forge: 43.2.0

Modpack info

No response

The latest.log file

https://pastebin.com/S41e9w1c

Issue description

Im porting my addon for Botania to 1.19.2. Sadly the game crashes just when starting the game.

Steps to reproduce

  1. Start Minecraft

Other information

No response

commented

I have the same issue.

Attaching crash log.
crash-2022-12-19_20.42.26-client.txt

commented

@rickhovanec, your issue is unrelated. You're using a too low forge version. I think you need at least 43.1.60.

@NikeSchuh i can't immideatly see what the issue is, might need some more info. What version are you porting your addon from? I see you have a released 1.16 version here. Your main issue seems to be this, though:
[16Dez.2022 20:10:56.884] [modloading-worker-0/ERROR] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Failed to create mod instance. ModID: terraprotector, class de.nike.terraprotector.TerraProtector,

so the issue may be on your end. To confirm, did you catch that most classes were renamed in the transition from 1.18 to 1.19? (See these commits)