https://bugs.winehq.org/show_bug.cgi?id=46549
Louis Lenders xerox.xerox2000x@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |xerox.xerox2000x@gmail.com
--- Comment #11 from Louis Lenders xerox.xerox2000x@gmail.com --- 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.