http://bugs.winehq.org/show_bug.cgi?id=14343
Louis Lenders xerox_xerox2000@yahoo.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |xerox_xerox2000@yahoo.co.uk Component|-unknown |shell32 Keywords| |download
--- Comment #4 from Louis Lenders xerox_xerox2000@yahoo.co.uk 2008-08-12 09:22:56 --- it looks like the problem is:
0009:Call shell32.CommandLineToArgvW(008d2ea8 L"",0032e958) ret=0040d583 0009:Call KERNEL32.LocalAlloc(00000000,00000010) ret=60835cb0 0009:Ret KERNEL32.LocalAlloc() retval=001470b0 ret=60835cb0 0009:Call KERNEL32.GetModuleFileNameW(00000000,001470b4,00000006) ret=60835cfa 0009:Ret KERNEL32.GetModuleFileNameW() retval=00000006 ret=60835cfa 0009:Ret shell32.CommandLineToArgvW() retval=001470b0 ret=0040d583 0009:trace:seh:raise_exception code=c0000005 flags=0 addr=0x40d5d3
Instead of passing no argument, i passed an argument like 'wine bfgclient garbage'
then it gets further, to crash into msxml3. With native msxml3, and also mshtml and shlwapi i got the first window up, but i couldn't start a game, there was no game listed in the window
Anyway, maybe shell32.CommandLineToArgvW converts an empty string into a wrong something, this needs some tests i guess