BeatSaberMultiplayer icon indicating copy to clipboard operation
BeatSaberMultiplayer copied to clipboard

unable to play songs from CustomWIPLevels

Open hiinaspace opened this issue 4 years ago • 0 comments

Reproduction:

  1. place song in CustomWIPLevels (e.g. beatsage-generated song)
  2. Start lobby with other players who also have the same song in CustomWIPLevels
  3. Select WIP song to play
  4. Song doesn't load and play preview audio in the background. Other players progress are locked at "99%".

Looked briefly through the logs, I'm hitting the log line at https://github.com/andruzzzhka/BeatSaberMultiplayer/blob/e7807af984164e9592e5435287777a21171c6d10/BeatSaberMultiplayer/Misc/SongDownloader.cs#L265

So from my rough understanding of the code, it's trying to download the song by hash from beatsaver instead of recognizing it as a CustomWIPLevel. Having everyone have the same customWIPSongs downloaded manually used to work in previous versions.

hiinaspace avatar May 15 '20 03:05 hiinaspace