http://bugs.winehq.org/show_bug.cgi?id=23902 Stanislav Larionov <sudemon(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sudemon(a)gmail.com --- Comment #18 from Stanislav Larionov <sudemon(a)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.