During Start up program crashed with code 0x0000017 with Qtwebkit-5.212.0-alpha2
-
After I copied the binary files (qtwebkit-5.212.0_alpha2-qt59-mingw530-x86) into my Qt5.9 folder(official Release). My project were compiled well, but it exited during startup(debug version) and information was "During startup program exited with code 0xc0000017". However, When using release with the same project on my qtcreator, it worked well.
Should I recompile QtWebkit source with my Qt5.9, or other reasons?QT IDE: qtctreator4.3.0 with mingw530-32
OS: Windows7 X64
QT:5.9.0(30-May-2017 09:01)
Computer RAM: 8G
Disk: about 9G available (C:) -
@Barry Looks like the same issue as reported in https://github.com/annulen/webkit/issues/575
It may be that the problem occurs because debug dll is too large. I'll investigate if it's possible to fix this
-
@Barry Looks like the same issue as reported in https://github.com/annulen/webkit/issues/575
It may be that the problem occurs because debug dll is too large. I'll investigate if it's possible to fix this
@Konstantin-Tokarev Thanks for your relpy.
-
@Barry Looks like the same issue as reported in https://github.com/annulen/webkit/issues/575
It may be that the problem occurs because debug dll is too large. I'll investigate if it's possible to fix this
@Konstantin-Tokarev I have the same problem. Do you have an progress on this or is there some workaround? Thanks for your work on the webkit revival - much appreciated.
-
@Konstantin-Tokarev I have the same problem. Do you have an progress on this or is there some workaround? Thanks for your work on the webkit revival - much appreciated.
@aj2k Not yet. I don't work with Windows much, any help would be appreciated