The game crashes when I try to open the resource pack browser menu!
HenrikoMagnifico opened this issue · 2 comments
Technical Information
Resourcify version: Resourcify (1.12.2-forge)-1.3.1
Minecraft version: 1.12.2
Other mods (if relevant):
All mods in Yao Pack 3
Describe the bug
The game crashes when I press the button.
Expected behavior
For the game not to crash
Steps to reproduce
Press the button to open the resource pack browser menu
Additional information
Crash log: https://pastebin.com/D0WpVNpp
Hi, this is likely because another mod is including an older kotlin version than Resourcify, could you try renaming the Resourcify jar file to start with a !
(for example !resourcify.jar
) so forge loads Resourcify first, and hence loads the newer kotlin version instead of the old one.
Hi @DeDiamondPro
I can confirm this Solved the Issue
Thanks!