-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On Sunday 29 February 2004 01:02 pm, you wrote:
I will try the patch that others suggested and report back on it's effect.
I've compiled Wine with debugging support, so now I get all of the debugging messages. The patch that was provided is unfortunately too old. It searches for a file in a directory that doesn't exist, for starters.
I think I found the file it was looking for, however: dlls/ntdll/virtual.c. I tried patching that file, but then Wine wouldn't start because of a relocation error involving VirtualAlloc.
I then went ahead and expanded the VirtualAlloc into the equivalent NtAllocateVirtualMemory call, and then Wine would simply segfault. :-(
I'm thinking of just getting an old version of Wine that the patch worked on to handle the case of compiling the programs, but I'd rather fix the problem.
Regards,
- Michael Pyne