Play icon indicating copy to clipboard operation
Play copied to clipboard

Song icons can't be displayed

Open Eisbaer1832 opened this issue 7 months ago • 5 comments

Issue type: Bug report

Actual behaviour

When opening the song selection screen, the songs use the default ultrastar play logo as their icons.

Expected behaviour

The songs should use the provided image files instead.

Steps to reproduce

  • Reproducible : [x] always, [ ] sometimes
  • open the song selection

I can only confirm this being a problem in the Linux builds, this may not occur on Windows.

Details

  • Game version: 1.5.1 - beta 6
  • Operating System and version: Linux 64bit
  • Song details: Song works in USDX

Implementation hints

NullReferenceException: Object reference not set to an instance of an object
SongSelectEntryControl.UpdateSongIcons (SongSelectSongEntry songEntry) (at Assets/Scenes/SongSelect/SongList/SongSelectEntryControl.cs:528)

Eisbaer1832 avatar Jun 01 '25 15:06 Eisbaer1832

Same here using Nobara Linux 42

bjoerns1983 avatar Jun 08 '25 10:06 bjoerns1983

Are you using UltraStar Play or Melody Mania?

From the line number mentioned in the log, it looks like playlistManager.FavoritePlaylist is null. Does it work to mark songs as favorite?

You should find the file in DATA_FOLDER/Playlists/Favorites.upl, where DATA_FOLDER can be opened from the Development Options.

achimmihca avatar Jun 08 '25 11:06 achimmihca

I'm using Ultrastar Play. Favorites.upl exists and the game apparently even writes changes correctly.

Eisbaer1832 avatar Jun 16 '25 11:06 Eisbaer1832

Thanks for the info.

Probably an easy to fix issue. Needs to be fixed by some dev who is using Linux.

achimmihca avatar Jun 19 '25 20:06 achimmihca

Same Issue here, with the addition of unclosable menus

Image

EDIT: It works flawless in wine/proton

hrkrx avatar Oct 13 '25 18:10 hrkrx