You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/crash_handler.lua
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -671,10 +671,10 @@ function injectStackTrace()
671
671
672
672
localerr= {}
673
673
674
-
table.insert(err, "Oops! The game crashed:")
674
+
ifnotsmods_dupethentable.insert(err, "Oops! The game crashed:")end
675
675
676
676
ifsmods_dupethen
677
-
table.insert(err, 'Duplicate installation of Steamodded detected! Please remove the duplicate steamodded/smods folder/zip in your mods folder.')
677
+
table.insert(err, 'Duplicate installation of Steamodded detected! \n\nPlease remove the duplicate steamodded/smods folder/zip in your mods folder.\n\nPossible location: ' ..smods_dupe)
678
678
elseifsanitizedmsg:find("Syntax error: game.lua:4: '=' expected near 'Game'") then
679
679
table.insert(err,
680
680
'Duplicate installation of Steamodded detected! Please clean your installation: Steam Library > Balatro > Properties > Installed Files > Verify integrity of game files.')
0 commit comments