http://bugs.winehq.org/show_bug.cgi?id=8790
Summary: Sea Dogs: infinite loop on startup Product: Wine Version: CVS Platform: PC OS/Version: Linux Status: NEW Keywords: regression Severity: minor Priority: P2 Component: wine-quartz AssignedTo: wine-bugs@winehq.org ReportedBy: killertux@suomi24.fi
In Sea Dogs when running it with music infine loop in quartz will happen same time when main menu is drawn. Without music this does not happen.
This is regression by next two patches:
http://source.winehq.org/git/wine.git/?a=commit;h=8efc1f36124e4d4c560a8729e8...
that causes error messages like: pin.c:1277: PullPin_InitProcessing: Assertion `!This->hThread' failed.
and http://source.winehq.org/git/wine.git/?a=commit;h=09b4966957b6a9b4f0582eb699... that causes messages like:
fixme:quartz:PullPin_Seek (0x14c5250)->(000000000, 7fffffffffffffff) fixme:quartz:PullPin_BeginFlush (0x14c5250)->() fixme:quartz:PullPin_EndFlush (0x14c5250)->()
messages continue infinitely and game is basicly freezed in main menu and nothing happens.