http://bugs.winehq.org/show_bug.cgi?id=20986
Louis Lenders xerox_xerox2000@yahoo.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |regression
--- Comment #10 from Louis Lenders xerox_xerox2000@yahoo.co.uk 2009-12-14 15:55:58 --- There's also a problem trying to start maxima.exe stand alone. It should print some info on the commandline, but that too fails in current git. In previous version (wine-1.1.22 for example) this works, so this is a regression. Also generated debuglog with wine-1.1.22:
0009:Starting process L"C:\Program Files\Euler\maxima.exe" (entryproc=0x401240) . .
0009:Call KERNEL32.VirtualAlloc(110a0000,2ef60000,00002000,00000001) ret=0046d36a 0009:Ret KERNEL32.VirtualAlloc() retval=110a0000 ret=0046d36a 0009:Call KERNEL32.CreateFileA(0095fd80 "C:\Program Files\Euler\maxima.exe",80000000,00000001,00000000,00000003,00000080,00000000) ret=0046d38b
The VirtualAlloc succeeds in wine-1.1.22 , but fails in current git (see previous comment). I'm currently doing regression test but i fear i won't be able to finish that soon (slow box +limited time).