MinecraftModDevelopmentMods / MMDLib

new MMDLib
https://www.curseforge.com/minecraft/mc-mods/mmdlib
GNU Lesser General Public License v2.1
5 stars 9 forks source link

java.lang.StackOverflowError Crash. #68

Open ghost opened 3 years ago

ghost commented 3 years ago

crash-2021-03-21_10.49.41-client.txt There's crash-report, can you help me see it? VanillaFix say's MMDLib's issue

dshadowwolf commented 3 years ago

Try upgrading MMDLib to the latest available version - that might solve the issue, as you'll want to have the versions match and you're using -rc2 versions of BaseMetals and ModernMetals, but -rc1 for MMDLib. That and the path to the error in this log is changed in -rc2 to be more performant and might actually fix things.

ghost commented 3 years ago

Ok.. is Auto Feeder Helmet Mod and MMDLib conflict

ghost commented 3 years ago

If you want close this issue, just close it, or you can fix it..?

dshadowwolf commented 3 years ago

I'd have to take a long look at the Auto-Feeder Helmet mod to see what it is doing that is causing this issue, but seriously... where this crash occurs is inside a chunk of math that shouldn't have its functionality touched by any other mods - it is where MMDLib works out what the result of smelting, say, a silver door results in.

Basically... This really feels like a point where "Auto Feeder Helmet Mod" is doing something that it shouldn't be. (In truth I'd not be surprised if you're using, say, Unidict and that is actually triggering the issue)

canitzp commented 3 years ago

Hello all, I'm the author of the AutoFeederHelmet mod and I don't see any information that leads me to belive this is caused by my mod, but I have to say that I can't look through all the source of MMDLib, because it is huge. The question is how should I be able to create a regex error? FeederHelmet does automaticly create recipes with dynamic names ("autofeederhelmet:feeder_" + other helmet translation key), but the issue happening here seems to be some kind of item name issue.

If you wanna take a look at the source of AFH, it is very short: https://github.com/canitzp/FeederHelmet/tree/1.12.x

I want to sort this issue out and help so just tell me how

ghost commented 3 years ago

It’s strange that only these two mod can be started smoothly. It seems to me that, I'm need to do looking for the real cause of the crash.