https://bugs.winehq.org/show_bug.cgi?id=50043
Bug ID: 50043 Summary: Kholat from GOG does not launch anymore Product: Wine Version: 5.19 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: titan.costa@gmail.com Distribution: ---
Created attachment 68493 --> https://bugs.winehq.org/attachment.cgi?id=68493 Message box
I get the attached message box instead.
This is a regression but I can't bisect as I the following errors with older wine versions:
wine: could not find __wine_start_process in kernel32.dll, status c000007a 0024:err:environ:run_wineboot failed to start wineboot c000007a
https://bugs.winehq.org/show_bug.cgi?id=50043
Christian Costa titan.costa@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Distribution|--- |Ubuntu Keywords| |regression
https://bugs.winehq.org/show_bug.cgi?id=50043
--- Comment #1 from Christian Costa titan.costa@gmail.com --- Created attachment 68494 --> https://bugs.winehq.org/attachment.cgi?id=68494 log
https://bugs.winehq.org/show_bug.cgi?id=50043
--- Comment #2 from Nikolay Sivov bunglehead@gmail.com --- Maybe because of c58bb881a08a7abd175466f648ac9c9f4e09e4cd and related winegstreamer stub.
https://bugs.winehq.org/show_bug.cgi?id=50043
--- Comment #3 from Christian Costa titan.costa@gmail.com --- Indeed disabling mfplat workaround the issue. Thanks!
https://bugs.winehq.org/show_bug.cgi?id=50043
Christian Costa titan.costa@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |mfplat
https://bugs.winehq.org/show_bug.cgi?id=50043
--- Comment #4 from Nikolay Sivov bunglehead@gmail.com --- Please retest with 5.21, and attach +mfplat log, CreatePresentationDescriptor() is not a stub anymore, so it'd be interesting to see what's the next issue is.
https://bugs.winehq.org/show_bug.cgi?id=50043
--- Comment #5 from Christian Costa titan.costa@gmail.com --- Retested with 5.21. Indeed video is played but: - no fullscreen - no sound - black & white video with incorrect display - after the video we does get to the menu even with pressing escape, space or clicking the mouse
https://bugs.winehq.org/show_bug.cgi?id=50043
--- Comment #6 from Christian Costa titan.costa@gmail.com --- Created attachment 68589 --> https://bugs.winehq.org/attachment.cgi?id=68589 Incorrect video display
https://bugs.winehq.org/show_bug.cgi?id=50043
--- Comment #7 from Christian Costa titan.costa@gmail.com --- Created attachment 68590 --> https://bugs.winehq.org/attachment.cgi?id=68590 log with +mflat
https://bugs.winehq.org/show_bug.cgi?id=50043
--- Comment #8 from Nikolay Sivov bunglehead@gmail.com --- Interesting, so it's using Media Session and that somewhat works already. A couple of obvious issues to fix:
--- 0140:warn:mfplat:topology_loader_Load Failed to resolve for marker 0, hr 0x80004001. ---
That's because we're missing most of topology loader.
--- 0140:fixme:mfplat:media_source_GetCharacteristics (0x70adb50)->(0x834fc28): stub ---
Easier part, we have some patches on the list for it, also not critical.
--- 0140:fixme:mfplat:media_source_Stop (0x70adb50): stub ---
Something to be done in winegstreamer as well.
Sorry, I didn't last point of comment 5. Do you mean video plays to completion and menu appears after it automatically, or that you can skip it? According to logs I would expect that IMFMediaSession::Stop() is used for skipping. Otherwise application would simply wait for MESessionEnded event.
https://bugs.winehq.org/show_bug.cgi?id=50043
--- Comment #9 from Christian Costa titan.costa@gmail.com --- Oups sorry. After the splash video is played we get stuck. We do not get to the menu automatically and we cannot reach it with escape key.
https://bugs.winehq.org/show_bug.cgi?id=50043
--- Comment #10 from Andrey Gusev andrey.goosev@gmail.com --- Yes, it stucks with a black screen and no ability to skip with Esc.
wine-5.21-129-g9c069476786
https://bugs.winehq.org/show_bug.cgi?id=50043
--- Comment #11 from Christian Costa titan.costa@gmail.com --- Tested with 5.22. Black screen is gone (as described in comment 10) and we're back to what I described in comment 5 (black & white video with incorrect display).
https://bugs.winehq.org/show_bug.cgi?id=50043
--- Comment #12 from Christian Costa titan.costa@gmail.com --- Created attachment 68673 --> https://bugs.winehq.org/attachment.cgi?id=68673 log with +mflat
https://bugs.winehq.org/show_bug.cgi?id=50043
--- Comment #13 from Nikolay Sivov bunglehead@gmail.com --- Please check if Stop() implementation [1] helps here, for both normal playback termination and skipping.
[1] https://github.com/wine-staging/wine-staging/blob/master/patches/mfplat-stre...
https://bugs.winehq.org/show_bug.cgi?id=50043
--- Comment #14 from Christian Costa titan.costa@gmail.com --- The patch helps for skipping but not for normal playback termination.
https://bugs.winehq.org/show_bug.cgi?id=50043
--- Comment #15 from Christian Costa titan.costa@gmail.com --- Call of Cthulhu (2018) from GOG has the same exact issue except that we can't skip even with the patch from wine staging so we get can't get to the menu.
Maize has also the grayscale mozaic display issue. Only the first frame is displayed but that's another bug.
https://bugs.winehq.org/show_bug.cgi?id=50043
--- Comment #16 from Christian Costa titan.costa@gmail.com --- Update with Wine 6.5. I can skip the intro video by clicking left or right mouse button (Esc, space or enter cannot skip but it's probably intented). We still can't get automatically to the menu after the video finishes.
https://bugs.winehq.org/show_bug.cgi?id=50043
--- Comment #17 from Christian Costa titan.costa@gmail.com --- Still present with wine-6.14-212-g2cc98b72846.
https://bugs.winehq.org/show_bug.cgi?id=50043
--- Comment #18 from Christian Costa titan.costa@gmail.com --- I've just retested with wine-7.20-145-g9d1175a4649.
Video are display correctly now.
So now the status is 1) after the video is playing we don't get automatically to the menu (we need to click left mouse button) 2) no sound 3) no fullscreen
I guess we can close this bug once 1) is fixed. Thanks!
https://bugs.winehq.org/show_bug.cgi?id=50043
--- Comment #19 from Christian Costa titan.costa@gmail.com --- Tested with wine wine-8.0-rc1. After the splash videos we get automatically to the menu. The sound is now playing correctly. The only remaining problem is the fullscreen problem. I filed a bug for that https://bugs.winehq.org/show_bug.cgi?id=54147. This bug can be marked as resolved. Thanks!
https://bugs.winehq.org/show_bug.cgi?id=50043
Jacek Caban jacek@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED CC| |jacek@codeweavers.com Status|UNCONFIRMED |RESOLVED
--- Comment #20 from Jacek Caban jacek@codeweavers.com --- Reported fixed.
https://bugs.winehq.org/show_bug.cgi?id=50043
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #21 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 8.0-rc2.