Hi,
trying to run the game demo of "Charlie's Angels" which can be found here:
http://www.gamesdomain.com/demos/demo/1861.html
I am running into a strange problem.
The demo is a NE binary, so winevdm is called.
But is has the "32-bit-flag" set, so MODULE_LoadModule16 returns handle
21 (Win32 binary).
Consequently winevdm emits "can't exec".
By hacking __wine_process_init to start WIN16 binaries as WIN32, I am
proceeding much further.
Should I modify MODULE_GetBinaryType to look for the above mentioned
32-bit-flag and to return a new binary type which is treated like PE ?
Regards
Dominik
- Re: winevdm: can't exec Dominik Strasser
- Re: winevdm: can't exec Dominik Strasser
- Re: winevdm: can't exec Dmitry Timoshkov
- Re: winevdm: can't exec Dominik Strasser
- Re: winevdm: can't exec Dmitry Timoshkov
- Re: winevdm: can't exec Dominik Strasser
- Re: Re: winevdm: can't exec Christian Costa