View Single Post
Old 09-03-2024, 06:55 PM   #40
KevinH
Sigil Developer
KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.
 
Posts: 8,887
Karma: 6120478
Join Date: Nov 2009
Device: many
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.
KevinH is offline   Reply With Quote