Hi all.

I have been trying to get the CVS version of wine up
and running but I am having no luck. When I try to
run my program under wine, I get an error like this:

trace:heap:HeapAlloc (40410000,00000002,00000018): returning 40413414
warn:thread:THREAD_InitStack Thread stack size is 32 MB.
trace:virtual:VirtualAlloc 00000000 02027000 1000 00000040
0805f458: terminate_process( handle=-1, exit_code=14 )
0805f458: terminate_process() = 0 { self=1 }
0805f458: *killed* exit_code=14
/home/mo/.wine/user.reg: saving key USER\\mo
/home/mo/.wine/system.reg: saving key MACHINE
mo(/mnt/image/win_root/Tcl_Xmingw/bin)% /home/mo/.wine/userdef.reg: 
saving key USER\\.Default
/home/mo/.wine/wine.userreg: saving key USER

I figured that was a memory problem so I added some
more swap space and ran it again, that seemed to work
a little better, but it broke like so:

trace:heap:HeapFree (40410000,00000002,40423f24): returning TRUE
trace:heap:HeapFree (40410000,00000002,40423f00): returning TRUE
trace:module:MODULE_InitDLL (0x40423e6c,PROCESS_DETACH,0x1) - RETURN 1
trace:module:MODULE_InitDLL (KERNEL32.dll,PROCESS_DETACH,0x1) - CALL
trace:relay:PE_InitDLL 
CallTo32(entryproc=0x4057916c,module=40574000,type=0,res=0x1)
trace:module:MODULE_InitDLL (0x40411fec,PROCESS_DETACH,0x1) - RETURN 1
trace:module:MODULE_InitDLL (ntdll.dll,PROCESS_DETACH,0x1) - CALL
trace:module:MODULE_InitDLL (0x40412150,PROCESS_DETACH,0x1) - RETURN 1
0805f458: terminate_process( handle=-1, exit_code=0 )
0877d5a0: *killed* exit_code=0
0805f458: terminate_process() = 0 { self=1 }
0805f458: *killed* exit_code=0


Does anyone know what is going one here?

I am trying to test out code that I created using mingw
to cross compile windows applications under Linux. I
do not need to test everything, I just want to run
the thing in wine as a sanity check for the compiler.
If wine really works well, I may end up running regression tests
for the windows application under wine. That would
be cool because I would not need to boot into windows.
This could also be a really good way to test out wine
itself. I will post more on that later if I get it working.

thanks
Mo DeJong
Red Hat Inc

Reply via email to