s09bQ5
s09bQ5
Your distro messed up and didn't update fpc.cfg to point to the directory containing crtbeginS.o and crtendS.o for the currently installed GCC version.
The Github repository contains a `.travis.yml` file. Everytime we push a branch or make a pull request Travis is informed and will use the instructions in that file to perform...
On my Debian Buster /etc/fpc.cfg contains a block ``` # path to the gcclib #ifdef cpui386 -Fl/usr/lib/gcc/x86_64-linux-gnu/8 #endif #ifdef cpux86_64 -Fl/usr/lib/gcc/x86_64-linux-gnu/8 #endif ``` /usr/lib/gcc/x86_64-linux-gnu/8 is the directory containing crtbeginS.o and...
You use PulseAudio with the default configuration. PulseAudio grabs all real ALSA devices and installs a single virtual ALSA device called "pulse" that is routed to the default audio device....
On December 19 @basisbit changed the contact information on the project homepage from irc://irc.freenode.net/usdx to https://gitter.im/UltraStar-Deluxe/USDX Personally, I never noticed this change and I'm still idling in #usdx. I learned...
This issue came up in Gitter in November. @Lord-Kamina suggestes we try auriamg/macdylibbundler instead of our Makefile.osx-helper.
With OpenCV (which is used by USDX to access webcams) there is no way to list the available cameras. Only when we try to open the device (identified by its...
Do you get more output if you directly run the ultrastardx executable from the Contents/MacOS folder of the bundle?
Please configure with --enable-debug to increase the usefulness of this output.
I can't reproduce your problem. If you don't help us perform tests, we can't fix this.