[Bug 28511] New: Marvel Ultimate Alliance: vidoes arent played anymore
http://bugs.winehq.org/show_bug.cgi?id=28511 Bug #: 28511 Summary: Marvel Ultimate Alliance: vidoes arent played anymore Product: Wine Version: 1.3.29 Platform: x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: 6tsukiyami9(a)gmail.com Classification: Unclassified Everything was working well with 1.3.28, but since the last update, videos aren't played anymore, both regular ones and the animation on the main menu. The video stays frozen at the first frame I believe, and since I'm experiencing some audio issues (alsa-plugin fault), so I can't say anything about the audio output during videos. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=28511 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |regression --- Comment #1 from Austin English <austinenglish(a)gmail.com> 2011-09-27 12:24:02 CDT --- Please run a regression test: http://wiki.winehq.org/RegressionTesting -- 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.
http://bugs.winehq.org/show_bug.cgi?id=28511 --- Comment #2 from Maurizio Oliveri <6tsukiyami9(a)gmail.com> 2011-09-28 18:05:12 CDT --- Sorry for the delay, accorfing to git bisect, here's the patch causing the problem: e7a652395be382942e0392e17798e374926eba8f is the first bad commit commit e7a652395be382942e0392e17798e374926eba8f Author: Andrew Eikum <aeikum(a)codeweavers.com> Date: Wed Sep 14 11:24:26 2011 -0500 winealsa.drv: Allow creation of the default device even if all real devices failed to open. :040000 040000 25bb162a64c4fd8ff280b53d5bbe1f2b5e995b6e 76584f2f7f016bf1a6664cb72c5399000c05707c M dlls I tried reverting it to see if the issue is actually caused by it, but i got this message: patching file dlls/winealsa.drv/mmdevdrv.c Hunk #1 FAILED at 238. Hunk #2 FAILED at 277. Hunk #3 succeeded at 380 with fuzz 2 (offset 49 lines). Hunk #4 FAILED at 368. Hunk #5 succeeded at 453 (offset 63 lines). Hunk #6 FAILED at 415. 4 out of 6 hunks FAILED -- saving rejects to file dlls/winealsa.drv/mmdevdrv.c.rej and trying to compile anyways gives the error: gcc -m32 -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wwrite-strings -Wpointer-arith -Wlogical-op -g -O2 -o mmdevdrv.o mmdevdrv.c mmdevdrv.c: In function ‘alsa_enum_devices’: mmdevdrv.c:400:14: error: ‘count_failed’ undeclared (first use in this function) mmdevdrv.c:400:14: note: each undeclared identifier is reported only once for each function it appears in mmdevdrv.c: In function ‘AUDDRV_GetEndpointIDs’: mmdevdrv.c:477:5: error: too many arguments to function ‘alsa_enum_devices’ mmdevdrv.c:382:16: note: declared here make[1]: *** [mmdevdrv.o] Error 1 make[1]: Leaving directory `/home/soulsuke/wine-git/dlls/winealsa.drv' make: *** [dlls/winealsa.drv] Error 2 -- 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.
http://bugs.winehq.org/show_bug.cgi?id=28511 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |aeikum(a)codeweavers.com Regression SHA1| |e7a652395be382942e0392e1779 | |8e374926eba8f -- 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.
http://bugs.winehq.org/show_bug.cgi?id=28511 --- Comment #3 from Andrew Eikum <aeikum(a)codeweavers.com> 2011-09-29 12:17:00 CDT --- That's interesting, that's a pretty innocuous commit. Can you attach a log as requested at <http://wiki.winehq.org/Sound>? -- 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.
http://bugs.winehq.org/show_bug.cgi?id=28511 --- Comment #4 from Maurizio Oliveri <6tsukiyami9(a)gmail.com> 2011-09-30 17:15:47 CDT --- Created attachment 36618 --> http://bugs.winehq.org/attachment.cgi?id=36618 log with +tid,+mmdevapi,+winmm,+midi,+dsound,+oss,+alsa,+coreaudio -- 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.
http://bugs.winehq.org/show_bug.cgi?id=28511 --- Comment #5 from Andrew Eikum <aeikum(a)codeweavers.com> 2012-01-16 15:08:35 CST --- Is this still an issue with 1.3.37? There have been a lot of changes since this was reported. If it is, can you attach another log with the channels from <http://wiki.winehq.org/Sound>? -- 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.
http://bugs.winehq.org/show_bug.cgi?id=28511 --- Comment #6 from Maurizio Oliveri <6tsukiyami9(a)gmail.com> 2012-01-20 18:38:37 CST --- I'm unable to test this (or anything else) due to some hardware problems, will surely do as soon as possible -- 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.
http://bugs.winehq.org/show_bug.cgi?id=28511 --- Comment #7 from Maurizio Oliveri <6tsukiyami9(a)gmail.com> 2012-01-28 11:58:31 CST --- Sorry for the delay, this has indeed been fixed -- 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.
http://bugs.winehq.org/show_bug.cgi?id=28511 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED --- Comment #8 from Austin English <austinenglish(a)gmail.com> 2012-01-28 14:00:48 CST --- (In reply to comment #7)
Sorry for the delay, this has indeed been fixed
Fixed. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=28511 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #9 from Alexandre Julliard <julliard(a)winehq.org> 2012-02-02 13:37:49 CST --- Closing bugs fixed in 1.4-rc2. -- 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.
participants (1)
-
wine-bugs@winehq.org