Displaying 5 results from an estimated 5 matches for "pe_loadimage".
2001 Dec 12
3
Bug in PE_LoadImage/map_image? [Was: VirtualProtect and app crash]
I used WinDbg to show the memory protections that were placed on the
executable image just after it was loaded, and just before the app starts.
Here is what wine shows:
View: 0x400000 - 0x765fff 28
0x400000 - 0x765fff c-rw-
Here is what WinDbg shows (manually edited to look like the wine view):
0x400000 - 0x400fff c-r-- (PAGE_READONLY)
0x401000 - 0x454fff c--W- (PAGE_WRITECOPY)
2002 Jul 10
2
Problems with VGA PLANETS 4
...t/c ?
06 _ Running using su -c "see above" works better, so the errors which
do
not tell me nothing seem to mostly have to do with access rights.
Can someone explain those errors to me? Errors are yet some others
- fixme:file:AreFileApisANSI (void): stub
- fixme:win32:PE_LoadImage We need to perform base relocations for
c:\Programme\Play\vgap\Planets4\gug32.dll
- fixme:win32:PE_CreateModule Security directory ignored
- err:menu:MENU_GetMenu invalid menu handle=0, ptr(nil), magic=0
- err:menu:MENU_GetMenu invalid menu handle=0, ptr(nil), magic=0
- e...
2003 Feb 07
3
Missing .so libraries for DLL files
Hi.
I'm trying to get this PS2 ISO generator to work.
It requires the DLL:s mfc42.dll and mfc42loc.dll---hence I got them and
placed them in ~/.wine/hdd/windows/system.
Now it's complaining about missing .so libraries for the builtin DLL:s.
I have this in the config:
"mfc42" = "builtin, native"
"mfc42loc" = "builtin, native"
2001 Oct 14
0
DirectX 8 Library error.
...Also I notice that these are the two libraries I had to add to MS
Visual C++ when I compiled.
I have done my best at debugging this problem... If anybody has an Idea I
would very much appreciate some guidance.
Thanks for taking the time to read this.
trace:module:GetModuleFileNameA
trace:module:PE_LoadImage loading
C:\windows\desktop\pro666\Debug\PRO666.exe trace:module:map_image mapped
PE file at 0x400000-0x465000 trace:module:map_image mapping section .text
at 0x401000 off 1000 size 51000 flags 60000020 trace:module:map_image
mapping section .rdata at 0x452000 off 52000 size 7000 flags 40000040
trac...
2001 Nov 16
0
Getting Groupwise to run setup.exe
...) -> setup.exe
(SETUP.EXE)
trace:dosfs:DOSFS_GetFullName returning
/mnt/ctyctr3/sys/apps/grpwise/client/win32/setup.exe =
X:\MNT\CTYCTR3\SYS\APPS\GRPWISE\CLIENT\WIN32\SETUP.EXE
trace:dosfs:GetDriveTypeA
("X:\\MNT\\CTYCTR3\\SYS\\APPS\\GRPWISE\\CLIENT\\WIN32\\SETUP.EXE")
trace:module:PE_LoadImage loading
X:\mnt\ctyctr3\sys\apps\grpwise\client\win32\setup.exe
trace:dosfs:GetShortPathNameA "ntdll.dll"
trace:dosfs:GetShortPathNameA returning (null)
trace:dosfs:GetShortPathNameA "ntdll.dll"
trace:dosfs:GetShortPathNameA returning "ntdll.dll"
trace:module:load_libr...