Qt Application crashing at startup on some of the windows machines.
-
Hi all,
I'm experiencing a strange problem. A qt application which upgraded with 6.2.2 crashing on some of the widows machines at production side. But on the same machines, application running which using Qt 5.This is what I get from the Windows event data:
Source: Application error
Faulting application name: IDApplication.exe, version: 1.11.13.0, time stamp: 0x6213afb2
Faulting module name: Qt6WebEngineCore.dll, version: 6.2.2.0, time stamp: 0x619fabb2
Exception code: 0x80000003
Fault offset: 0x0000000001fe2a3b
Faulting process id: 0x80f0
Faulting application start time: 0x01d855b3b0b745cc
Faulting application path: C:\Program Files (x86)\IDApplication\IDApplication.exe
Faulting module path: C:\Program Files (x86)\IDApplication\Qt6WebEngineCore.dll
Report Id: 45ef3584-3050-407b-846f-123683e63d8f
Faulting package full name:
Faulting package-relative application ID:Surprisingly, if I am running dependency walker and starting profiling then application running successfully.
Any clue what's happening around it?