remove GetErrorMessage call for Linux dep checks

This commit is contained in:
CasualPokePlayer 2022-12-16 15:26:11 -08:00
parent ab355d4693
commit 25795d2372
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ namespace BizHawk.Client.EmuHawk
continue;
}
// else it's missing or corrupted
using (ExceptionBox box = new($"EmuHawk needs {soToLoad} in order to run! You will need to install it via your distro's package manager. (EmuHawk will now close.) Internal error message: {OSTC.LinkedLibManager.GetErrorMessage()}"))
using (ExceptionBox box = new($"EmuHawk needs {soToLoad} in order to run! You will need to install it via your distro's package manager. (EmuHawk will now close.)"))
{
box.ShowDialog();
}