http://bugs.winehq.org/show_bug.cgi?id=6880
------- Additional Comments From xerox_xerox2000@yahoo.co.uk 2006-14-12 03:43 ------- Created an attachment (id=4301) --> (http://bugs.winehq.org/attachment.cgi?id=4301&action=view) +relay,+seh for the Eragon Demo
There are more apps affected by this bug, like FEARSP and Eragon demo. They all end with: 0009:Call kernel32.GetModuleHandleA(011bf1d4 "mscoree.dll") ret=00c5936f 0009:Ret kernel32.GetModuleHandleA() retval=00000000 ret=00c5936f 0009:Call kernel32.ExitProcess(00000001) ret=00c59393
So somehow the module handle for mscoree.dll cannot be obtained , and the app dies silently. Maybe it's related to the FT_Thunk call a few lines above, but i dunno what that really does..... (i removed FT_Thunk from the spec file, but then the application pops up a messagebox about a problem with securom)