GetExitCodeProcess always returns 1

Mike McCormack mike at codeweavers.com
Thu Mar 23 03:25:09 CST 2006


Igor Sysoev wrote:

> Should Wine be already installed before run these tests ? I've tried:
> 
> make test
> ../../../tools/runtest -q -P wine -M kernel32.dll -T ../../.. -p 
> kernel32_test.exe.so alloc.c && touch alloc.ok
> Warning: the specified Windows directory L"c:\\windows" is not accessible.
> Warning: the specified System directory L"c:\\windows\\system32" is not 
> accessible.
> Warning: could not find DOS drive for current working directory 
> '/usr/ports/emulators/wine/work/wine-0.9.10/dlls/kernel/tests', starting 
> in the Windows directory.
> wine: could not load L"c:\\windows\\system32\\kernel32_test.exe.so": 
> Module not found
> *** Error code 126

No, it should work without Wine installed, and without a ~/.wine
Perhaps try running wine/tools/wineprefixcreate first?

Mike


bash-3.00$ rm -rf ~/.wine
bash-3.00$ cd dlls/kernel
bash-3.00$ make test
make[1]: Entering directory `/home/mike/wine/dlls/kernel/tests'
../../../tools/runtest -q -P wine -M kernel32.dll -T ../../.. -p 
kernel32_test.exe.so alloc.c && touch alloc.ok
wine: creating configuration directory '/home/mike/.wine'...
wine: '/home/mike/.wine' created successfully.
../../../tools/runtest -q -P wine -M kernel32.dll -T ../../.. -p 
kernel32_test.exe.so atom.c && touch atom.ok
...



More information about the wine-devel mailing list