[Bug 3217] Regression:Can't run Balls of Steel. Refresh rate monitor not found

Wine Bugs wine-bugs at winehq.org
Sun Oct 30 07:00:57 CST 2005


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





------- Additional Comments From xerox_xerox2000 at yahoo.co.uk  2005-30-10 07:00 -------
i'm afraid there's no simple fix this now. However, if you add a simple
Sleep(5); in dlls/winmm/time.c right here:

/**************************************************************************
 * 				timeGetTime    [MMSYSTEM.607]
 * 				timeGetTime    [WINMM.@]
 */
DWORD WINAPI timeGetTime(void)
{Sleep(5);
#if defined(COMMENTOUTPRIORTODELETING)
.
.


the game runs just fine. Also make sure to add a key Managed=N under
HKCU/Software/Wine/x11drv, otherwise an annoying window will be on top of the
game. Audio set to OSS emulation.  With these simple hacks you can play the game
at least quite nice for now until someone has a real fix. 

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the wine-bugs mailing list