OpenFunscripter / OFS

A tool to create funscripts
GNU General Public License v3.0
90 stars 38 forks source link

Fix crash with non-ASCII filepaths in config on Windows #27

Closed space-nuko closed 2 years ago

space-nuko commented 2 years ago

Closes #22.

OpenFunscripter commented 2 years ago

I'm going to merge this but I'm still going to rewrite this to using my own helper function Util::FileExists.

The crash happens because std::filesystem::exists can throw exceptions. I'll look through the rest of the code for other usages of std::filesystem::exists.