https://bugs.winehq.org/show_bug.cgi?id=47521
--- Comment #2 from Bernhard Übelacker bernhardu@mailbox.org --- Tested with wine-7.0-rc5:
I observed the same hang as in #51770, which can be get over by just hitting enter in the console window where digikam got started from, or the patch submitted in #51770 be applied.
Later it still crashes sometimes with the last lines like this: createDIB: CreateDIBSection failed (1920x997, format: 6) wine: Call from 7BC2A470 to unimplemented function KERNEL32.dll.RaiseFailFastException, aborting 0024:err:seh:NtRaiseException Unhandled exception code c0000005 flags 0 addr 0xf7d681c
With an attached gdb-solib-wine a SIGSEGV can sometimes be seen like this: #0 0x0322b743 in WTFCrash () from .../digiKam/Qt5WebKit.dll => 0x322b743 <WTFCrash+19>: movl $0x0,0xbbadbeef
Continuing from there: wine: Unhandled page fault on write access to BBADBEEF at address 0322B743 (thread 0024), starting debugger...
But I could not observe a crash similar to the backtrace from comment 0 anymore.