s09bQ5

Results 191 comments of s09bQ5

Just tested this again after deleting ~/.var/app/eu.usdx.UltraStarDeluxe. It works fine here. USDX stores its configuration in ~/.var/app/eu.usdx.UltraStarDeluxe/.ultrastardx/config.ini and loads it from there on next start. Songs are loaded from ~/.var/app/eu.usdx.UltraStarDeluxe/.ultrastardx/songs/....

Flatpaks run in a sandbox. They can see only a small part of your normal filesystem. You can't set an arbitrary path as SongDir. You really have to put your...

What should UltraStar Deluxe do with these new fields?

Wouldn't it make more sense to have a separate program/script that sets up Mumble and PulseAudio and then changes the config.ini file of USDX to have players assigned the correct...

Sounds a bit like a job for a D-Bus interface. But that would be a lot more work than a key binding to reload config.ini.

Did you configure a special font? Line 2408 of base/UFonst.pas is ``` SetLength(TexBuffer, fTexSize.Width * fTexSize.Height); ``` The exception happens because `fTexSize.Width * fTexSize.Height` doesn't fit into 32 bits. The...

That's not how flatpaks work. By default applications running in a flatpak can't see any files outside the flatpak except ~/.var/app/eu.usdx.UltraStarDeluxe/*. That's why the description on Flathub says songs need...

If you use the appimage, a symlink will work. For the flatpak you could use a bind mount.

If you enable the oscilloscope and hum into a microphone, does it show a regular pattern with large amplitude only on the oscilloscope of that player?

Can you try USDX 2023.5.0? Maybe it's the new PortAudio DLL that causes the problem. If 2023.5.0 works, you can try running 2023.6.0 with the old portaudio.dll.