[Bug 23902] EVE Online crashes during audio initialization

wine-bugs at winehq.org wine-bugs at winehq.org
Fri Aug 20 14:58:37 CDT 2010


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


Stanislav Larionov <sudemon at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |sudemon at gmail.com




--- Comment #18 from Stanislav Larionov <sudemon at gmail.com>  2010-08-20 14:58:37 ---
I know it's ugly. 

My games runs without falling, if change one line 
in source, file "dlls/winealsa.drv/mixer.c".

In function "ALSA_MixerInit":
- for (x = 0; x < MAX_MIXERS; ++x)
+ for (x = 1; x < MAX_MIXERS; ++x)

-- 
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