Osu: Songs disappear after inconclusive song search

Created on 21 Mar 2018  路  2Comments  路  Source: ppy/osu

BUG: just discovered if you type to search for a song, and your search returns no results, all songs disappear even after backspacing. The only way to get the songs to pop back up is to either restart or re-import songs from stable in the main menu.

song-select high-priority

Most helpful comment

The fix I submitted fixes this.

All 2 comments

This also adds this notification for me:

From runtime.log:

21/03/2018 15:45:04: System.ArgumentNullException: Value cannot be null.
21/03/2018 15:45:04: Parameter name: value
21/03/2018 15:45:04: at osu.Framework.IO.Network.WebRequest.AddParameter(String name, String value) in D:\DEV\Microsoft Visual Studio 2017 Preview\osu\osu-framework\osu.Framework\IO\Network\WebRequest.cs:line 577
21/03/2018 15:45:04: at osu.Game.Online.API.Requests.GetScoresRequest.CreateWebRequest() in D:\DEV\Microsoft Visual Studio 2017 Preview\osu\osu.Game\Online\API\Requests\GetScoresRequest.cs:line 51
21/03/2018 15:45:04: at osu.Game.Online.API.APIRequest.Perform(APIAccess api) in D:\DEV\Microsoft Visual Studio 2017 Preview\osu\osu.Game\Online\API\APIRequest.cs:line 75
21/03/2018 15:45:04: at osu.Game.Online.API.APIAccess.handleRequest(APIRequest req) in D:\DEV\Microsoft Visual Studio 2017 Preview\osu\osu.Game\Online\API\APIAccess.cs:line 201

It seems to stem from this:

Where for some reason, the DummyRulesetInfo.ShortName is shown as null instead of "dummy"...

No clue why this happens though.

The fix I submitted fixes this.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

stageosu picture stageosu  路  3Comments

Gonzalo-Bruna picture Gonzalo-Bruna  路  3Comments

Gabixel picture Gabixel  路  3Comments

skhrenov picture skhrenov  路  3Comments

smileyhead picture smileyhead  路  3Comments