question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Default setting for S:scheduledTaskExceptionAction=WARNING_SCREEN, which crashes servers

See original GitHub issue

When 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

Full crash log

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:closed
  • Created 5 years ago
  • Comments:9 (5 by maintainers)

github_iconTop GitHub Comments

2reactions
nullKomplexcommented, Jun 18, 2018

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.

0reactions
ZombieHDGamingcommented, Jun 18, 2018

@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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found