


Alt tabbing away from the game in fullscreen caused it to go black and crash. This behavior can be avoided if you have gamescope, by using the following launch option: gamescope -h 720 -H 1080 -f %command%
If you play without Proton GE, you will not see the OP or the six EDs. If you play with it, you still need to convert the audio in order to hear it, so I will outline how to do that. Go to YureMaster/Movie_En
and create a file called convert_videos.sh
, and copy the following into it:
for file in *.wmv
do
# Create backup of original files
new_name="$file".bak
mv "$file" "$new_name"
# Convert audio (will be very verbose)
ffmpeg -i "$new_name" -acodec pcm_s16le -vcodec copy "$file"
done
After, open a terminal in that folder and run these two commands:
chmod +x convert_videos.sh
./convert_videos.sh

Videos played without audio.
After switching back to windowed my Browser running in the background didn't display correctly (turned upside down and could only be closed with keyboard, mouse didn't work until i closed it), rest of the desktop was not affected.
The videos don't contain anything important, not much lost there. I tried playing the videos (from album, rest of the game only tested with 7.5-GE and 7.8-GE) with official version 7.0-1 and the current experimental version, both only showed a test screen while 7.5-GE and 7.8-GE played them but without audio.