[Bug 35841] New: R.U.S.E. Demo need wmvcore.dll.WMCreateSyncReader implementation
http://bugs.winehq.org/show_bug.cgi?id=35841 Bug ID: 35841 Summary: R.U.S.E. Demo need wmvcore.dll.WMCreateSyncReader implementation Product: Wine Version: 1.7.15 Hardware: x86 URL: http://store.steampowered.com/app/21970 OS: Linux Status: UNCONFIRMED Severity: minor Priority: P2 Component: wmp&wmvcore Assignee: wine-bugs(a)winehq.org Reporter: andrey.goosev(a)gmail.com For background movies in the main menu and intro. fixme:wmvcore:WMCreateSyncReader ((nil), 0, 0xa54d1f0): stub Works with wmp9. -- 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=35841 Andrey Gusev <andrey.goosev(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download -- 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=35841 Andrey Gusev <andrey.goosev(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever confirmed|0 |1 --- Comment #1 from Andrey Gusev <andrey.goosev(a)gmail.com> --- Same on 1.7.18 -- 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.
https://bugs.winehq.org/show_bug.cgi?id=35841 Jaro <jaromir(a)mailinator.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jaromir(a)mailinator.com --- Comment #2 from Jaro <jaromir(a)mailinator.com> --- Still stub 1.7.32 -- 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.
https://bugs.winehq.org/show_bug.cgi?id=35841 Béla Gyebrószki <gyebro69(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |gyebro69(a)gmail.com --- Comment #3 from Béla Gyebrószki <gyebro69(a)gmail.com> --- Still a bug in wine-1.9.13-225-g94b6a88 (tested with R.U.S.E. on Steam). 'winetricks -q wmp10' is a workaround. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=35841 --- Comment #4 from Béla Gyebrószki <gyebro69(a)gmail.com> --- Videos in the Act of War games (AoW: High Treason, AoW: Direct Action) don't work properly. Only audio can be heard, the screen remains black. This line appears in the terminal when a video is played: fixme:wmvcore:WMCreateSyncReader ((nil), 0, 0x82bbb038): stub wine-1.9.15-132-g0f2a776 -- 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.
https://bugs.winehq.org/show_bug.cgi?id=35841 winetest(a)luukku.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |winetest(a)luukku.com --- Comment #5 from winetest(a)luukku.com --- King arthur the game that had few open bugs here recently seems to require this too. I tried to fix the issue returning S_OK, but I end up in crash. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=35841 --- Comment #6 from Andrey Gusev <andrey.goosev(a)gmail.com> --- Created attachment 63598 --> https://bugs.winehq.org/attachment.cgi?id=63598 interface stub Wrote for Resident Evil 5, 6. It goes a bit further but still needs more implementation. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=35841 Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |patch -- 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.
https://bugs.winehq.org/show_bug.cgi?id=35841 Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Staged patchset| |https://github.com/wine-sta | |ging/wine-staging/tree/mast | |er/patches/wmvcore-WMCreate | |SyncReader CC| |leslie_alistair(a)hotmail.com Status|NEW |STAGED --- Comment #7 from Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com> --- (In reply to Andrey Gusev from comment #6)
Created attachment 63598 [details] interface stub
Please try again with the patch from staging. The attached patch here, ordered the functions by name which is wrong. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=35841 --- Comment #8 from Andrey Gusev <andrey.goosev(a)gmail.com> --- (In reply to Alistair Leslie-Hughes from comment #7)
Please try again with the patch from staging. The attached patch here, ordered the functions by name which is wrong.
I set all functions to E_NOTIMPL and got the next results: Black screen and 'fixme:wmvcore:WMSyncReader_OpenStream (0x5add40f0)->(0x1147a100): stub!' change to S_OK Black screen, previous function and 'fixme:wmvcore:WMSyncReader_GetOutputCount (0x5ae34110)->(0x5a14fe64): stub!' change to S_OK Black screen and spamming 'fixme:wmvcore:WMSyncReader_GetOutputProps (0x5add40a0)->(x 0x5a19fe5c): stub!' 'x' works as increment change to S_OK Crashes with 'fixme:wmvcore:WMSyncReader_OpenStream (0x5ae34110)->(0x11479f00): stub! fixme:wmvcore:WMSyncReader_GetOutputCount (0x5ae34110)->(0x5a14fe64): stub! fixme:wmvcore:WMSyncReader_GetOutputProps (0x5ae34110)->(0 0x5a14fe5c): stub!' -- 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.
https://bugs.winehq.org/show_bug.cgi?id=35841 Andrey Gusev <andrey.goosev(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|STAGED |RESOLVED Fixed by SHA1| |99c2c03355100baac5222d76a6e | |efcb41efd1f83 --- Comment #9 from Andrey Gusev <andrey.goosev(a)gmail.com> --- Fixed by https://source.winehq.org/git/wine.git/commit/99c2c03355100baac5222d76a6eefc... -- 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.
https://bugs.winehq.org/show_bug.cgi?id=35841 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #10 from Alexandre Julliard <julliard(a)winehq.org> --- Closing bugs fixed in 4.4. -- 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