Skip to content

Commit

Permalink
Stop on controller connection error #555
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathieu Laurendeau committed May 27, 2018
1 parent 0a5b062 commit d3af2f9
Show file tree
Hide file tree
Showing 3 changed files with 295 additions and 291 deletions.
3 changes: 2 additions & 1 deletion launcher/gimx-launcher.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1686,7 +1686,8 @@ void launcherFrame::OnProcessTerminated(wxProcess *process __attribute__((unused
case E_GIMX_STATUS_AUTH_CONTROLLER_ERROR:
wxMessageBox( _("There was a connection error with the official controller:\n"
". make sure the cable wasn't pulled\n"
". make sure the cable is not bad (try another one)."), _("Error"), wxICON_ERROR);
". make sure the cable is not bad (try another one)\n"
". make sure to turn controller off before connection."), _("Error"), wxICON_ERROR);
break;
}

Expand Down
Loading

0 comments on commit d3af2f9

Please sign in to comment.