07th-mod / higurashi-rei

3 stars 4 forks source link

Linux Wine/Proton Video Playback shows garbled pink screen with no audio #6

Closed drojf closed 2 years ago

drojf commented 2 years ago

On Higurashi Rei ran under Linux Wine/Proton (modded like a Windows install), video play back will show a garbled pink screen with no audio (such as at the start of Hiru Console).

This is because the installer installs the Windows video file, and our mod currently has no knowledge of whether it is running under Wine or not, so tries to playback the Windows video file, which is not supported properly on Wine/Proton.

It might be possible to fix this by making sure wine installs have the linux video file only - Rei onwards will automatically play any compatible video file. However on previous chapters, some code would be needed to make sure the DLL will try to play the .ogv if no .mp4 exists.


2022-08-19: I'm going to put this notice in the release

For Linux Proton/Wine users, currently the opening videos won't play.

drojf commented 2 years ago

This should be fixed by https://github.com/07th-mod/python-patcher/commit/4bfa15986a78ed8536082e645fc42febe11f7a8c (and previous commits).

The installer will automatically install the Linux Movie files if Wine is detected.