[Bug 33055] Fishdom 2 crashes during the initial loading stage

wine-bugs at winehq.org wine-bugs at winehq.org
Sun Apr 7 14:06:40 CDT 2013


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

--- Comment #8 from Rico <kgbricola at web.de> 2013-04-07 14:06:40 CDT ---
Using "device->mixpos = writepos + maxq;" instead of "device->mixpos = writepos
+ frag;" makes the culprit. Thus it does "if (prebuff_left >= device->fraglen)"
instead of the else case. After a little bit of trying commenting out
"if(DSOUND_PrimaryPlay(device) != DS_OK){" lets the app load fine.

To solve the 2c6087457b97e815ee094e7ed75ca79317a5d14a regression use:
WINEDLLOVERRIDES="dsound=" and using the warning patch
OR
using the dirty workaround

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