diff --git a/UEVR/Injector.cs b/UEVR/Injector.cs index ea65789..9a264a1 100644 --- a/UEVR/Injector.cs +++ b/UEVR/Injector.cs @@ -57,7 +57,7 @@ public static bool InjectDll(int processId, string dllPath, out IntPtr dllBase) } if (!System.IO.File.Exists(dllPath)) { - MessageBox.Show($"{originalPath} does not appear to exist! Check if any anti-virus software has deleted the file. Reinstall UEVR if necessary."); + MessageBox.Show($"{originalPath} does not appear to exist! Check if any anti-virus software has deleted the file. Reinstall UEVR if necessary.\n\nBaseDirectory: {AppContext.BaseDirectory}"); } dllBase = IntPtr.Zero;