runelite: log startup failures as errors
This commit is contained in:
@@ -274,7 +274,7 @@ public class RuneLite
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
log.warn("Failure during startup", e);
|
||||
log.error("Failure during startup", e);
|
||||
SwingUtilities.invokeLater(() ->
|
||||
new FatalErrorDialog("RuneLite has encountered an unexpected error during startup.")
|
||||
.open());
|
||||
|
||||
Reference in New Issue
Block a user