Skip to content

Fix crashes on Linux mono

James R. requested to merge linux-fixes into master

OSVersion.Version is apparently bullshit outside of Windows. Vista mode engages for me (Mono 6.12.0) and it tries to load a DLL that doesn't exist. Linux doesn't have the kind of file locking this is trying to detect anyway.

Also set execute bit on gdcc-acc.exe.

Merge request reports