Application crash on startup : error 0xc0000005
-
@nwoki I'm with @JonB on this ... I don't understand why it's failing.
QFileInfo fi("").fileName()
for instance should not crash at all. It's perfectly valid. So if your recents list had a cleaned up file it shouldn't have mattered at all.I only typically have linux environments to test with and it works fine in linux (but you already knew that). So if it fails in windows that is a Qt bug not a bug in your software. Assuming it's a crash in QFileInfo().fileName() which at worst should return an empty string, not crash.
Glad you got it working but it may be a "fake" fix since there is no reason that should have crashed in windows or elsewhere.
-
@Limer said in Application crash on startup : error 0xc0000005:
thread
There was no mention in this posting about a non-gui thread at all. Not sure where you got that idea.
-
This post is deleted!