From 4e1dc101e5d8ec5672cb0b4d3f0c75a4d62f8957 Mon Sep 17 00:00:00 2001 From: MikeMaximus Date: Fri, 12 Oct 2018 10:27:18 -0600 Subject: [PATCH] Stop detection after Wine prefix detection/path conversion failures --- GBM/Forms/frmMain.vb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/GBM/Forms/frmMain.vb b/GBM/Forms/frmMain.vb index dbe4013..579ae9c 100644 --- a/GBM/Forms/frmMain.vb +++ b/GBM/Forms/frmMain.vb @@ -1938,7 +1938,11 @@ Public Class frmMain oProcess.GameInfo.TruePath = sWineSavePath oProcess.GameInfo.AbsolutePath = True UpdateLog(mgrCommon.FormatString(frmMain_WineSavePath, New String() {oProcess.GameInfo.Name, sWineSavePath}), False) + Else + bContinue = False End If + Else + bContinue = False End If End If 'This does required mods to include/exclude data and relative paths (if required)