MusicVideoPlayer icon indicating copy to clipboard operation
MusicVideoPlayer copied to clipboard

doesn't work in proton

Open ashkitten opened this issue 4 years ago • 6 comments

installed with QBeat, the ui loads but searching for a song doesn't work.

logfile: https://gist.github.com/ashkitten/e035779bf90572fec6d58458fa97dbb6

ashkitten avatar Oct 01 '20 22:10 ashkitten

The first Error is that it isn't able to set the console output encoding but from there a lot of other stuff that I don't understand.

I'm not familiar with how proton does these things, but can you try running "Z:\home\ash.local\share\Steam\steamapps\common\Beat Saber/Youtube-dl/youtube-dl.exe" "ytsearch:Connect (TV Size) - ClariS" and seeing if anything is downloaded?

b-rad15 avatar Oct 02 '20 16:10 b-rad15

yes, trying that downloads a video

WINEPREFIX=~/.steam/root/steamapps/compatdata/620980/pfx steam-run ~/.steam/root/steamapps/common/Proton\ 5.0/dist/bin/wine youtube-dl.exe "ytsearch:Connect (TV Size) - ClariS"

ashkitten avatar Oct 02 '20 18:10 ashkitten

might work on the new release, I found a way to not need the exe at all

b-rad15 avatar Oct 03 '20 00:10 b-rad15

thanks, it now is able to search and download videos but it can't guess offset, cut, or preview them. it looks like some ffmpeg dll may be missing according to the log: https://gist.github.com/ashkitten/09d4e718a8077fa76f077a5ffbdd00e0

ashkitten avatar Oct 03 '20 01:10 ashkitten

I don't think that it means the file wasn't found but that the stuff in the file couldn't be loaded since the assembly part is unknown. If the file is in the folder Youtube-dl\SyncVideoWithAudio\ffmpeg32 then this may just be an issue with proton not being able to load that native library

b-rad15 avatar Oct 03 '20 01:10 b-rad15

you appear to be right, but i don't know how to get it working... also, the issue that the video can't even be loaded in beat saber appears to be separate. it might be solved in a future update to proton (wine is getting a bunch of media foundation fixes), but beat saber doesn't seem to work with anything other than proton-5.0 atm so i can't test those changes

ashkitten avatar Oct 03 '20 02:10 ashkitten