Default setting for S:scheduledTaskExceptionAction=WARNING_SCREEN, which crashes servers
See original GitHub issueWhen running VanillaFix on the server, it will occasionally cause a crash due to trying to load a GUI on the server (the welcome screen).
VanillaFix tried to show a GUI on the server, got java.lang.NoClassDefFoundError: net/minecraft/client/gui/GuiScreen
Possible Solution
Either A) the default setting should be LOG, or B) the mod should check which side it is on (client/server) before attempting to show a GUI (and preferably fall back to another method)
Issue Analytics
- State:
- Created 5 years ago
- Comments:9 (5 by maintainers)
Top Results From Across the Web
WMI causing Orion Web Console to crash - Forum
When a server goes down that is being polled using WMI, SW tries to poll that ... in the Orion Platform (solarwinds.com) the...
Read more >The Windows Server Update Services console crashes
Fixes an issue where the Windows Server Update Services (WSUS) console crashes because of the corrupted application cache.
Read more >'CORE3261: Crash occurred in NSAPI SAF set-default-type ...
'CORE3261: Crash occurred in NSAPI SAF set-default-type' on Oracle iPlanet Webserver V7.0.9 & V7.0.10 Running on RedHat Linux Platform Crashes ...
Read more >Fix Settings app crashes in Windows 10 and Windows 11
Resetting the app will reinstall it with its default settings. You can do this using either a PowerShell command or the GUI option....
Read more >Pterodactyl fails to put default values when creating server ...
When Pterodactyl sends the server to Wings, Wings crashes (panic) while trying to read the variables in environment/settings.go, at return val.( ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
You can check coremods in the crash report. I also don’t think we add any coremods not part of ATM3 that even access GuiScreen other than VanillaFix. Also no, we don’t have more than one version, wouldn’t that likely crash all the time instead of specifically on a certain config setting only, and only when reporting errors?
That being said, after half a dozen crashes this morning because we accidentally ran the default config for a bit, we can confidently state that it is indeed VanillaFix with the default setting of notification causing this crash. Again, the crashes look identical so I won’t post new reports.
@nullKomplex With the same error? That’s rather odd…thanks for testing though. Rune and I are still trying to figure out a good way to fix this.