SihenZhang / CrockPot

Bring Crock Pot from Don't Starve to Minecraft.
MIT License
19 stars 7 forks source link

Unidentified Error #16

Closed OCDCleric closed 3 years ago

OCDCleric commented 3 years ago

Minecraft 1.16.4 Forge 35.0.17 Mod 1.1.2 Release

Unidentified error prevents usage or creation of new worlds.

latest.log

SeraphJACK commented 3 years ago

Please uplpad crash report instead of log.

于 2020年11月19日 GMT+08:00 上午4:24:19, OCDCleric notifications@github.com 写到:

Minecraft 1.16.4 Forge 35.0.17 Mod 1.1.2 Release

Unidentified error prevents usage or creation of new worlds.

latest.log

-- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/SihenZhang/CrockPot/issues/16

-- SeraphJACK

OCDCleric commented 3 years ago

Crash report doesnt exist because it didnt crash the game. As such it didnt generate a crash log.

SihenZhang commented 3 years ago

The methods getEnumIgnoreCase and isValidEnumIgnoreCase provied by commons-lang3 library are added since version 3.8 . The commons-lang3 in development environment is 3.8.1, but in production environment it's 3.5. So it cannot find the method in game, but it will be ok in my development environment.