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