Yes line 34 never getting reached means that some other exception was thrown that is not being caught in this routine.
So, please try with what I just pushed to master to MainWindow.cpp.
I think some Windows machines are throwing std::exception and not a std:runtime_error exception when attempting to load a missing file at the path listed in the manifest.
So this could be a cpp runtime library difference in Windows.
I added catching that exception to the LoadFile routine.
Hopefully that fixes the issue.
Last edited by KevinH; 09-03-2024 at 08:15 PM.
|