[Bug 46633] unimplemented function: kernel32.dll.startthreadpoolio

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Mar 11 17:19:58 CDT 2019


https://bugs.winehq.org/show_bug.cgi?id=46633

--- Comment #7 from Louis Lenders <xerox.xerox2000x at gmail.com> ---
(In reply to mushipao from comment #6)
> Created attachment 63848 [details]
> output from xp and win10

Well, it also calls this CreateThreadPoolIo in Xp mode, i thought MSDN
suggested it was only present from Vista on, but guess that`s not true then(?)

My guess for now would be it needs real implementation then of these functions.

Maybe you could get a last clue starting the program with winedbg.

>From the info site: 

3.2 Program hangs, nothing happens

Start the program with winedbg instead of wine. When the program locks up
switch to the winedbg terminal and press Ctrl+C. This will stop the program and
let you debug the program as you would for a crash.  

So hit a few times `c` (continue) until it hangs, and after the aforementioned
ctrl^c type `bt`, maybe it reveals something (???)

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list