Skip to content

Commit 65275e4

Browse files
committed
Display error message when opening second instance
1 parent d7327ea commit 65275e4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

FlashpointSecurePlayer/FlashpointSecurePlayerGUI.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ public FlashpointSecurePlayerGUI() {
7474
}
7575
} catch (InvalidOperationException ex) {
7676
LogExceptionToLauncher(ex);
77+
MessageBox.Show(ex.Message, "Error", MessageBoxButtons.OK, MessageBoxIcon.Error);
7778
} finally {
7879
if (!createdNew) {
7980
Environment.Exit(-2);

0 commit comments

Comments
 (0)