http://bugs.winehq.org/show_bug.cgi?id=6880
------- Additional Comments From xerox_xerox2000@yahoo.co.uk 2007-10-02 13:21 ------- The problem seems to be here: 0009:Call kernel32.GetProcAddress(7b820000,00ff35e8 "FT_Thunk") ret=00b77a02 0009:Ret kernel32.GetProcAddress() retval=7b82782c ret=00b77a02
If you remove FT_Thunk() from kernel32.spec the application (FEAR Single Player demo) comes up fine: #@ stdcall -i386 -register FT_Thunk()
In a native kernel32.dll from winxp this function (FT_Thunk()) doesn't seem to be exported, so i think that's where it goes wrong. Anyone know a proper solution for it?