Random crash during forge-missing-coremod screen
MasterBuilder747 opened this issue ยท 2 comments
Mod Version:
v3.6.0.1
Forge Version:
2847
Link to client log:
latest.log
Link to crash log:
crash-2019-11-09_21.40.26-client.txt
Description:
I had some core mods missing in my forge installation, I tried to see what mods were on the list, and just like a few seconds later, the game crashes, maybe it has to do with when the minecraft music comes on like when you're on the title screen, but when forge says what coremods are missing, it loads up a version of minecraft that has a similar in-game GUI, so the assets of vanilla get loaded as well. The screen goes to the vanillafix crash screen shortly after, which I thought was very sudden, considering i thought the game already crashed...
The startup is in a weird state. DS depends on OreLib, and the classes within OreLib are not available when the sound engine kicks over thus the missing class exception. I need to find that code in Mincraft/Forge that triggers the sound play when the missing dependency list is displayed and nuke it out of existance.