mirror of
https://github.com/libretro/Mesen.git
synced 2024-11-23 17:19:39 +00:00
Linux: Fixed missing DLL popup after make clean
This commit is contained in:
parent
0675fbdfe3
commit
439e1d9dd5
@ -91,7 +91,12 @@ namespace Mesen.GUI.Config
|
||||
System.Diagnostics.Process.Start("update-mime-database", mimeFolder).WaitForExit();
|
||||
System.Diagnostics.Process.Start("update-desktop-database", desktopFolder);
|
||||
} catch {
|
||||
InteropEmu.WriteLogEntry("An error occurred while updating file associations");
|
||||
try {
|
||||
InteropEmu.WriteLogEntry("An error occurred while updating file associations");
|
||||
} catch {
|
||||
//For some reason, Mono crashes when trying to call this if libMesenCore.dll was not already next to the .exe before the process starts?
|
||||
//This causes a "MesenCore.dll not found" popup, so catch it here and ignore it.
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user