https://bugs.winehq.org/show_bug.cgi?id=46633
--- Comment #7 from Louis Lenders xerox.xerox2000x@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 (???)