http://bugs.winehq.org/show_bug.cgi?id=10054
--- Comment #4 from Anastasius Focht focht@gmx.net 2007-10-16 10:29:17 --- Created an attachment (id=8608) --> (http://bugs.winehq.org/attachment.cgi?id=8608) patch to provide kernel32!GetProcessHandleCount stub
Hello,
--- snip --- 0009:Call KERNEL32.GetProcAddress(7b820000,0089f71a "GetProcessHandleCount") ret=0035142d 0009:Ret KERNEL32.GetProcAddress() retval=00000000 ret=0035142d 0009:Call user32.MessageBoxA(00000000,00351821 "The procedure could not be located in the DLL .",0035165f "Application error",00000010) ret=00350bd1 000b:trace:relay:init_debug_lists RelayExclude = L"ntdll.RtlEnterCriticalSection;ntdll.RtlLeaveCriticalSection;kernel32.94;kernel32.95;kernel32.96;kernel32.97;kernel32.98" 000b:trace:relay:init_debug_lists RelayFromExclude = L"winex11.drv;user32;gdi32;advapi32;kernel32" 000b:Call KERNEL32.__wine_kernel_init() ret=7bc445e8 --- snip ---
Looks like it needs some Windows XP/Vista specific API. Probably part of copy protection.
Try the attached patch and report back.
Regards