Oh no, media browser is crashing.
Turns out we have an issue with the way we are creating a mutex. The problem line is:
MutexAccessRule rule = new MutexAccessRule("Everyone", MutexRights.FullControl, AccessControlType.Allow);
Turns out the hardcoded "Everyone" string only works on english OSs, how do we change this line so it works in all languages