On Mon, 06 Feb 2006 04:14:05 -0500, Joey Robinson wrote:
[inferno@localhost ~]$ cd .wine/drive_c/Program\ Files/World\ of\ Warcraft/ [inferno@localhost World of Warcraft]$ wine WoW.exe -opengl err:virtual:map_image Image was mapped at 0xda0000: standard load address for a Win32 program (0x00400000) not available
If you know how, please put an infinite loop just after this message is printed (it's printed in dlls/ntdll or dlls/kernel iirc, can't recall which) and when that's done do a dump of /proc/$pid/maps where $pid is the process id of the wine-pthread process. The goal is to see what is sitting at the location the EXE needs to be mapped at.
thanks -mike