https://bugs.winehq.org/show_bug.cgi?id=57619
Bug ID: 57619 Summary: Amazon Kindle for PC >= 2.2 crashes before start, while initializing KRFDynamic.dll Product: Wine Version: 10.0-rc3 Hardware: x86-64 URL: https://www.amazon.com/kindlepcdownload/ref=s9_bw_cg_3 PLP1_3c1_w?pf_rd_m=ATVPDKIKX0DER&pf_rd_s=merchandised- search-3&pf_rd_r=C0A4YZHVK6NJM20EESW9&pf_rd_t=101&pf_r d_p=883c8286-887f-45db-a8a8-16e863af7cbc&pf_rd_i=16571 048011 OS: Linux Status: NEW Keywords: download Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: damjan.jov@gmail.com Distribution: Ubuntu
WINEDEBUG="+seh,+module,+relay" trace:
---snip--- 0180:Call PE DLL (proc=0D99FEDA,module=0D950000 L"KRFDynamic.dll",reason=PROCESS_ATTACH,res=0031FD24) ... 0180:exception c0000005 in PE entry point (proc=0D99FEDA,module=0D950000,reason=PROCESS_ATTACH,res=0031FD24) 0180:Ret PE DLL (proc=0D99FEDA,module=0D950000 L"KRFDynamic.dll",reason=PROCESS_ATTACH,res=0031FD24) retval=0 0180:Call PE DLL (proc=0D99FEDA,module=0D950000 L"KRFDynamic.dll",reason=PROCESS_DETACH,res=0031FD24) 0180:Ret PE DLL (proc=0D99FEDA,module=0D950000 L"KRFDynamic.dll",reason=PROCESS_DETACH,res=0031FD24) retval=0 0180:warn:module:process_attach Initialization of L"KRFDynamic.dll" failed 0180:trace:module:process_attach (L"KRFDynamic.dll",0031FD24) - END 0180:err:module:LdrInitializeThunk "KRFDynamic.dll" failed to initialize, aborting 0180:err:module:LdrInitializeThunk Initializing dlls for L"C:\Program Files\Amazon\Kindle\Kindle.exe" failed, status c0000005 ---snip---
Within the "...", the crash happens in one of the functions called from msvcrt's _initterm_e():
0138:Call ucrtbase._initterm_e(78acce70,78acd184) ret=78760914
This can be hacked around, but then Kindle.exe crashes too...