https://bugs.winehq.org/show_bug.cgi?id=46549
--- Comment #15 from Esdras Tarsis esdrastarsis@gmail.com --- (In reply to Louis Lenders from comment #11)
The httpapi spec file seems quite outdated. After the staging patch faking success for CreateServerSession it seems to look for other functions (something like "could not find entrypoint" in a debuglog) , I updated the spec file.
Then: 0041:fixme:seh:RtlCaptureStackBackTrace (1, 3, 0x1b4f07a0, (nil)) stub! 0041:fixme:httpapi:HttpInitialize ({2,0}, 0x5, (nil)): stub! 0041:fixme:httpapi:HttpCreateServerSession ({2,0}, 0x22d1e8, 0): stub! wine: Call from 0x7b497f56 to unimplemented function httpapi.dll.HttpCreateUrlGroup, aborting 0041:fixme:httpapi:HttpCloseServerSession (abcdefff): stub! wine: Call from 0x7b497f56 to unimplemented function httpapi.dll.HttpCreateUrlGroup, aborting 0041:fixme:seh:call_stack_handlers nested exception winedbg --auto 64 128
I added stubs for two unimplemented functions it runs into, now arrived at:
wine: Call from 0x7b497f56 to unimplemented function httpapi.dll.HttpCloseUrlGroup, aborting
Will continue tomorrow (tired)to add stubs, see how far i can get...
Attach hereafter the patches up to now.
I made the stdcalls for the httpapi that the Launcher needs, here in this link in Github: https://github.com/EsdrasTarsis/wine-pubglite/tree/wine-pubglite-4.4/dlls/ht...