diff --git a/src/scripts/boot.lua b/src/scripts/boot.lua index 15608168f..457e07809 100644 --- a/src/scripts/boot.lua +++ b/src/scripts/boot.lua @@ -754,8 +754,10 @@ end function love.errhand(msg) + error_printer(msg) + if not love.graphics or not love.event or not love.graphics.isCreated() then - return error_printer(msg) + return end -- Load.