From 5da4b1a4e3493427567583c90c4cbe03c5d3979c Mon Sep 17 00:00:00 2001 From: Kae <80987908+Novaenia@users.noreply.github.com> Date: Fri, 22 Mar 2024 22:22:19 +1100 Subject: Make it clearer when the base Starbound assets are missing until the installer can locate the user's original Starbound assets --- source/application/StarMainApplication_sdl.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source/application/StarMainApplication_sdl.cpp') diff --git a/source/application/StarMainApplication_sdl.cpp b/source/application/StarMainApplication_sdl.cpp index 1b5a1f4..6053613 100644 --- a/source/application/StarMainApplication_sdl.cpp +++ b/source/application/StarMainApplication_sdl.cpp @@ -457,7 +457,8 @@ public: Thread::sleepPrecise(spareMilliseconds); } } catch (std::exception const& e) { - Logger::error("Application: exception thrown, shutting down: {}", outputException(e, true)); + Logger::error("Application: exception thrown!"); + fatalException(e, true); } try { -- cgit v1.2.3