Skip to content

Commit

Permalink
Error GUI: Point to this repo instead of dead upstream for bug reports
Browse files Browse the repository at this point in the history
  • Loading branch information
C0rn3j committed Oct 29, 2024
1 parent bd332fe commit 73fe71c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scc/gui/app.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""SC Controller - App.
"""SC Controller - App
Main application window
"""
Expand Down Expand Up @@ -1087,7 +1087,7 @@ def on_daemon_error(self, daemon, error):
msg += "\n" + _("Another application (most likely Steam) is using the controller.")
elif "CANT_SUMMON_THE_DAEMON" in error:
msg += "\n" + _("Background process responsible for emulation is not starting.\n\nTry executing \"scc-daemon debug\" in terminal window to check for any errors"
"\nor <a href='https://github.com/kozec/sc-controller/issues'>open issue on GitHub</a> and copy output there.")
"\nor <a href='https://github.com/C0rn3j/sc-controller/issues'>open issue on GitHub</a> and copy output there.")
elif "LIBUSB_ERROR_PIPE" in error:
msg += "\n" + _("USB dongle was removed.")
elif "Failed to create uinput device." in error:
Expand Down

0 comments on commit 73fe71c

Please sign in to comment.