https://bugs.winehq.org/show_bug.cgi?id=48275
Bug ID: 48275 Summary: Unhandled exception: unimplemented function winhttp.dll.winInitChimera called in 32-bit code (0x7bc79189). Product: Wine Version: 4.20 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: winhttp Assignee: wine-bugs@winehq.org Reporter: 49studebaker@gmail.com Distribution: ---
Created attachment 65947 --> https://bugs.winehq.org/attachment.cgi?id=65947 error log
I installed Amapi v6.1. When I ran the app for the first time I got an error. See the attached log.
I was able to fix this problem by starting winecfg, clicking libraries, "New override for library: winhttp". Load order "Native(Windows)". The app started successfully. The .dll file is included with the app.
Maybe WINE could search the app's directories for .dll file and load those if the app does not start successfully.
https://bugs.winehq.org/show_bug.cgi?id=48275
Clinton H 49studebaker@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Distribution|--- |Ubuntu
https://bugs.winehq.org/show_bug.cgi?id=48275
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|winhttp |-unknown
--- Comment #1 from Nikolay Sivov bunglehead@gmail.com --- Sounds similar to bug 43472.
https://bugs.winehq.org/show_bug.cgi?id=48275
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Unhandled exception: |Amapi v6.1 needs |unimplemented function |unimplemented function |winhttp.dll.winInitChimera |winhttp.dll.winInitChimera |called in 32-bit code | |(0x7bc79189). |
https://bugs.winehq.org/show_bug.cgi?id=48275
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 URL| |https://archive.org/downloa | |d/tucows_196100_Amapi_3D/Am | |api3D61TEEnglish.exe Summary|Amapi v6.1 needs |Amapi 3D v6.1 crashes on |unimplemented function |unimplemented function |winhttp.dll.winInitChimera |winhttp.dll.winInitChimera | |(Wine's 'winhttp.dll' is | |preferred over native, | |causing failure to load app | |provided library with same | |name) Status|UNCONFIRMED |NEW CC| |focht@gmx.net Keywords| |download
--- Comment #2 from Anastasius Focht focht@gmx.net --- Hello folks,
adding stable download link via Internet Archive:
https://archive.org/details/tucows_196100_Amapi_3D
Prerequisite: 'winetricks -q mfc42'
--- snip --- $ pwd /home/focht/.wine/drive_c/Program Files (x86)/EOVIA/Amapi 3D
$ file *.{exe,dll} amapi.exe: PE32 executable (GUI) Intel 80386, for MS Windows apirun.dll: PE32 executable (DLL) (GUI) Intel 80386, for MS Windows bmap.dll: PE32 executable (DLL) (GUI) Intel 80386, for MS Windows C3SImport.dll: PE32 executable (DLL) (GUI) Intel 80386, for MS Windows FlashLib.dll: PE32 executable (DLL) (console) Intel 80386, for MS Windows TCL75.dll: PE32 executable (DLL) (GUI) Intel 80386, for MS Windows TOOLSRUN.dll: PE32 executable (DLL) (GUI) Intel 80386, for MS Windows winhttp.dll: PE32 executable (DLL) (GUI) Intel 80386, for MS Windows zlib.dll: PE32 executable (DLL) (GUI) Intel 80386, for MS Windows
$ wine ./amapi.exe wine: Call from 0x7bc74ef9 to unimplemented function winhttp.dll.winInitChimera, aborting wine: Unimplemented function winhttp.dll.winInitChimera called at address 7BC74EF9 (thread 003a), starting debugger... --- snip ---
--- snip -- $ winedump -j import amapi.exe | sed -n '/winhttp.dll/,/^$/p'
offset 0021444c winhttp.dll Hint/Name Table: 0021600C TimeDateStamp: 00000000 (Thu Jan 1 01:00:00 1970) ForwarderChain: 00000000 First thunk RVA: 001F2A58 Thunk Ordn Name 001f2a58 9 ParseURL 001f2a5c 1 CreateURLParts 001f2a60 18 winCloseChimera 001f2a64 19 winInitChimera 001f2a68 12 chimera_CloseWait 001f2a6c 13 chimera_DoWait 001f2a70 14 chimera_InitWait 001f2a74 15 chimera_abort 001f2a78 16 chimera_getenv 001f2a7c 11 WriteCache 001f2a80 10 ReadCache 001f2a84 6 IsCached 001f2a88 7 LoadDocument 001f2a8c 5 InitCache 001f2a90 0 CleanCache 001f2a94 4 DupURLParts 001f2a98 3 DestroyURLParts 001f2a9c 8 MakeURL 001f2aa0 2 DestroyDocument --- snip --
Workaround:
--- snip --- $ WINEDLLOVERRIDES=winhttp=n wine ./amapi.exe --- snip ---
$ sha1sum Amapi3D61TEEnglish.exe ec33d3549d9e11487fd5986cff97b48fc82a8514 Amapi3D61TEEnglish.exe
$ du -sh Amapi3D61TEEnglish.exe 13M Amapi3D61TEEnglish.exe
$ wine --version wine-5.0-rc5
Regards