kinsi55 / BeatSaber_BetterSongList

Adds Various improvements to the Basegame song list like Filters, a persisted state and much more
MIT License
43 stars 11 forks source link

"Error getting data" when clicking on solo (1.31) #28

Closed LargoSharko closed 1 year ago

LargoSharko commented 1 year ago

Hey, been a while since i played beatsaber so i just updated all my mods with mod assistant and noticed this wasn't in it. Finally found this and gave it an install and my whole game locks up when i click on solo with this installed in the plugins folder. Would appreciate some help, here's the log.

_latest.log

kinsi55 commented 1 year ago

Most mods, including most of mine, are not yet updated for the latest version (Hence them not being in ModAssistant). You'll need to downgrade. 1.29.1 is probably your best bet for now

LargoSharko commented 1 year ago

Perfect, got this working now. Thank you so much, didn't realize that it had updated recently/so much was out of date

kinsi55 commented 1 year ago

You can leave the issue open, its an issue afterall :P

aaronjamt commented 1 year ago

Any way I can help with this?

kinsi55 commented 1 year ago

Most of my mods that broke did so because of the very same reason which is rather easy to fix. I'll try to get onto it soon

kinsi55 commented 1 year ago

Fixed in latest update

aaronjamt commented 1 year ago

Most of my mods that broke did so because of the very same reason which is rather easy to fix. I'll try to get onto it soon

Can you elaborate on what exactly you did to fix it? I'd like to try to help fix other mods, so if I can take those steps and use them elsewhere that'd be really cool

kinsi55 commented 1 year ago

@aaronjamt Obviously its possible that more stuff broke in other mods, but for the most part its them having removed the SharedCoroutineStarter class for which I've created a simple replacement: https://github.com/kinsi55/BeatSaber_BetterSongList/blob/master/Util/SharedCoroutineStarter.cs

aaronjamt commented 1 year ago

@aaronjamt Obviously its possible that more stuff broke in other mods, but for the most part its them having removed the SharedCoroutineStarter class for which I've created a simple replacement: https://github.com/kinsi55/BeatSaber_BetterSongList/blob/master/Util/SharedCoroutineStarter.cs

Awesome, thanks for the information and for updating this mod!