[Bug 36549] Trion's Trove early alpha crashes when run (needs GetThreadGroupAffinity and SetThreadGroupAffinity)

wine-bugs at winehq.org wine-bugs at winehq.org
Fri Jun 13 17:05:45 CDT 2014


http://bugs.winehq.org/show_bug.cgi?id=36549

--- Comment #8 from Anastasius Focht <focht at gmx.net> ---
Hello lostcoderhaley,

--- quote ---
The attempt to use (Get/Set)ThreadGroupAffinity appears to be due to running a
vista app with the wine version set to XP.
--- quote ---

That doesn't make sense. Those are clearly Windows 7+ API.

MSDN:
http://msdn.microsoft.com/en-us/library/windows/desktop/dd405498%28v=vs.85%29.aspx

--- quote ---
To compile an application that uses this function, set _WIN32_WINNT >= 0x0601

...

Minimum supported client
    Windows 7 [desktop apps only]
--- quote ---

--- snip ---
...
0009:Call
KERNEL32.DuplicateHandle(ffffffff,fffffffe,ffffffff,00172eb4,00000000,00000000,00000002)
ret=00f6367d
0009:Ret  KERNEL32.DuplicateHandle() retval=00000001 ret=00f6367d
0009:trace:seh:raise_exception code=80000100 flags=1 addr=0x7bc510f9
ip=7bc510f9 tid=0009
0009:trace:seh:raise_exception  info[0]=0100a330
0009:trace:seh:raise_exception  info[1]=0100af4a
wine: Call from 0x7bc510f9 to unimplemented function
KERNEL32.dll.CreateThreadpoolWait, aborting
--- snip ---

This is a Vista+ API and you're now mixing entirely different issues into one
bug.
This is not useful.

Regards

-- 
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