Skip to content

Commit

Permalink
chore: include channel name in crash msg
Browse files Browse the repository at this point in the history
  • Loading branch information
JLaferri committed Aug 11, 2023
1 parent 7472800 commit f5bb6c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/lib/dolphin/handleDolphinExitCode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const handleWindowsExitCode = (exitCode: number): string | null => {
return "Required DLLs for launching Dolphin are missing. Check the Help section in the settings page to fix this issue.";
}
case 0xc0000409: {
return 'Dolphin has crashed. Please go to the Help section of the settings page, click "Copy logs", and paste them in the Slippi Discord.';
return 'Dolphin has crashed. Please go to the Help section of the settings page, click "Copy logs", and paste them in the Slippi Discord\'s #windows-support channel.';
}
case 0xc0000005: {
return "Try a different video backend in Dolphin. If the issue persists, install the latest Windows update available and then restart your computer.";
Expand Down

0 comments on commit f5bb6c8

Please sign in to comment.