[Bug 20887] Dragon Age: Origins: Fails to find the DVD

wine-bugs at winehq.org wine-bugs at winehq.org
Sun Mar 28 15:48:46 CDT 2010


http://bugs.winehq.org/show_bug.cgi?id=20887


Dan Kegel <dank at kegel.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dank at kegel.com




--- Comment #8 from Dan Kegel <dank at kegel.com>  2010-03-28 15:48:45 ---
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.)

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list