lucasassislar / nucleuscoop

Starts multiple instances of a game for split-screen multiplayer gaming!
https://www.reddit.com/r/nucleuscoop/comments/clkqp9/all_new_nucleuscoop_supported_games/
MIT License
802 stars 190 forks source link

Handle exceptions for read-only files. #167

Open TheHardew opened 2 years ago

TheHardew commented 2 years ago

I played Borderlands GOTY Enhanced, I set the file that controlled the settings to be read-only, because anisotropic filtering would reset upon each launch. On the first launch, nuclues copied this file with the read-only attribute set and when I would change settings in the game, it would cause an unhandled exception to be thrown.

At least I believe that was the cause, I didn't see it any more after removing the attribute, but if you have trouble reproducing, I can try to investigate further.