[CRASH] Fabric api 0.38+ causes a crash
MattiDragon opened this issue ยท 6 comments
Description:
- The game crashes during startup
Steps to Reproduce:
- Run fabric with indrev and all required dependencies
Technical Information:
- Minecraft: 1.17.1
- Fabric API: 0.39.1
- Industrial Revolution: 1.10.0-alpha.12
- Modpack: none
Logs:
- latest.log: https://pastebin.com/qCag4YLa
- the actual error (not in file): https://pastebin.com/KpEvmdqE
Details:
- Most likely related to transfer api.
- The actual error doesn't get printed to file
This is known, an update is in the works which will fix this issue. It might take a couple more weeks to release it.
Try adding this jar to your mods folder:
https://github.com/Technici4n/Technici4n-maven/raw/master/dev/technici4n/FastTransferLib/0.5.6/FastTransferLib-0.5.6.jar.
Try adding this jar to your mods folder:
https://github.com/Technici4n/Technici4n-maven/raw/master/dev/technici4n/FastTransferLib/0.5.6/FastTransferLib-0.5.6.jar.
Sadly, works only in single-player.
Install latest fabric API, this has been fixed :)
I did, but it would just crash on startup without FastTransferLib-0.5.6.jar, so I assumed it's caused by the indrev. However, I tested it just now and, indeed, with just the latest indrev and fabric api, it works fine. Will have to figure out what mod causes it.