CustomLoadingScreen icon indicating copy to clipboard operation
CustomLoadingScreen copied to clipboard

Minecraft crashes if Forge's splash.properties file is not present.

Open bawr opened this issue 10 years ago • 6 comments

Works fine the next time around when the file is generated, though.

For a quick reproduction, just nuke the config directory, it doesn't matter if BLS' config is kept or not.

Just a triviality, since 99% of the time that file is already present, but caught me by surprise when gathering up a modpack, heh.

bawr avatar Jul 30 '15 00:07 bawr

I'm not at my laptop for another few days, so can I have a crash report? Also I think this is caused by the way I disable forges splash screen at the moment: mess up forge's splash screen state so it crashes and disables itself next time (which isn't the best way of doing in things, but it kinda works) I am going to fix this soon though

AlexIIL avatar Jul 30 '15 09:07 AlexIIL

Sure, I'll add one in the evening.

bawr avatar Jul 30 '15 10:07 bawr

(Also, isn't it possible to basically overwrite splash.properties with your own version, that specifies enabled=false?)

bawr avatar Jul 30 '15 10:07 bawr

It is possible, but I would rather not mess with config files... Even if it is forge's own files, it's not ideal when coding it to work properly would be better

AlexIIL avatar Jul 30 '15 13:07 AlexIIL

Also I don't think I need a crash report anymore, I'm pretty sure I've already reproduced the issue before :)

AlexIIL avatar Jul 30 '15 13:07 AlexIIL

The issue still present.

Eufranio avatar Dec 06 '16 13:12 Eufranio