[Bug 44586] Kamidori dungeon master crashes during animation after unspecified time

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Apr 24 11:45:33 CDT 2018


https://bugs.winehq.org/show_bug.cgi?id=44586

--- Comment #6 from Rafał Mużyło <galtgendo at o2.pl> ---
(In reply to zaplo00 from comment #4)
> In new wineprefix the screen is black for 5-10 seconds and then music starts
> playing but no opening video shows. Waiting until it's complete or skipping
> doesn't make difference, the screen stays black after video is complete and
> nothing happens.

That part is actually wrong or at least it became so a couple wine releases
ago.

Part of it is an initialization problem - it seems sometimes proper decoders
aren't getting initialized in time for the video stream to be caught by them.
It's definitely just a timing problem, as adding a sufficient delay gets those
codecs found by gstreamer.

The "stays black" part is a "lack of patience" mistake. The problem here is
that for whatever the reason, the event that is supposed to (as it's the
standard for intros) interrupt the intro playback and skip straight to the
title screen, instead makes the player wait for the duration of the *entire*
video clip (regardless of how much of it has already been played) and only then
goes to the title screen (as if the timer on the clip was reset but a/v
playback got redirected to /dev/null).

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