http://bugs.winehq.org/show_bug.cgi?id=20887
Stephen Smith stephenmsmith@blueyonder.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |stephenmsmith@blueyonder.co | |.uk
--- Comment #9 from Stephen Smith stephenmsmith@blueyonder.co.uk 2010-07-11 19:11:15 --- (In reply to comment #8)
The game calls Call KERNEL32.GetDriveTypeW(0032e628 L"I:") which succeeds, then calls 0009:Call KERNEL32.GetVolumeInformationW(0032e628 L"I:",0032e50c,0000007f,00000000,00000000,0032e4e0,00000000,00000000) ret=00401c0b which fails because the game forgot a trailing .
We have test cases to make sure that doesn't work, so I wonder what happens on Windows. Hacking wine to succeed in this case seems to let the game go further; for me, it then gets stuck later doing
001a:Call user32.PeekMessageW(0535ea00,00010054,00000000,00000000,00000001) ret=0041449d 001a:Ret user32.PeekMessageW() retval=00000000 ret=0041449d 001a:Call KERNEL32.WaitForSingleObject(000000a4,00000000) ret=0083517e 001a:Ret KERNEL32.WaitForSingleObject() retval=00000102 ret=0083517e
over and over again. (This is on an i7.)
GetDriveTypeW should also fail as it requires a trailing \ as well