Unidentified Error
OCDCleric opened this issue · 3 comments
Minecraft 1.16.4
Forge 35.0.17
Mod 1.1.2 Release
Unidentified error prevents usage or creation of new worlds.
Please uplpad crash report instead of log.
于 2020年11月19日 GMT+08:00 上午4:24:19, OCDCleric <[email protected]> 写到:
…Minecraft 1.16.4
Forge 35.0.17
Mod 1.1.2 Release
Unidentified error prevents usage or creation of new worlds.
[latest.log](https://github.com/SihenZhang/CrockPot/files/5562534/latest.log)
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
#16
--
SeraphJACK
Crash report doesnt exist because it didnt crash the game. As such it didnt generate a crash log.
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.