http://bugs.winehq.org/show_bug.cgi?id=8408
Summary: unimplemented function ntoskrnl.exe.memset Product: Wine Version: CVS Platform: PC-x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-binary AssignedTo: wine-bugs@winehq.org ReportedBy: b.buschinski@web.de
Wine 16.May.2007 CVS
when I try to run Tribes Vengeance, the games run but the ntoskrnl.exe crash because of an unimplmented function. I know the ntoskrnl.exe is still brand new, but I wonder why it crash beceause of a "find_forwarded_export" function, even a new .wine could not solve this problem.
err:module:find_forwarded_export module not found for forward 'msvcrt._except_handler3' used by L"c: \windows\system32\ntoskrnl.exe" err:module:find_forwarded_export module not found for forward 'msvcrt.memcpy' used by L"c:\windows\system32\ntoskrnl.exe" err:module:find_forwarded_export module not found for forward 'msvcrt.memset' used by L"c:\windows\system32\ntoskrnl.exe" wine: Call from 0x241b77 to unimplemented function ntoskrnl.exe.memset, aborting wine: Unimplemented function ntoskrnl.exe.memset called at address 0x241b77 (thread 000b), starting debugger... Unhandled exception: unimplemented function ntoskrnl.exe.memset called in 32-bit code (0x7efa3bec).
I am not very fimilar with this stuff, but I tought that
ntoskrnl.exe.spec: @ cdecl -private memset(ptr long long) msvcrt.memset means it need not be implemented. correct me if I am wrong :)
My last guess is that it could be a kind of link error.
And please tell me if I should stop to open bug reports for ntoskrnl.exe (for now), because it is extremly brand new