Naxesss / MapsetVerifier

A modding tool for osu!
93 stars 8 forks source link

Opening overview tab of any mapset causes an error on arch linux #8

Open polina4096 opened 4 years ago

polina4096 commented 4 years ago

Opening overview tab of any mapset causes an error on arch linux.

image

Naxesss commented 4 years ago

Can't seem to reproduce. Do you have an audio codec lib installed? Without it, I doubt you could do any audio decoding for arch linux, since it lacks the tools inherently.

You could try this, which installs a bunch of common codecs, as listed in Codecs and Containers: sudo pacman -S a52dec faac faad2 flac jasper lame libdca libdv libmad libmpeg2 libtheora libvorbis libxv wavpack x264 xvidcore gstreamer0.10-plugins

Audio decoding is used in the overview tab to give information about the song file and hit sounds, such as filesize, length, bitrate, and format. There are also checks for this, but if they fail, they'll produce error type issues instead of red text like this.

polina4096 commented 4 years ago

I have all of those packages installed, but the error still shows up.