xLightsSequencer / xLights

xLights is a sequencer for Lights. xLights has usb and E1.31 drivers. You can create sequences in this object oriented program. You can create playlists, schedule them, test your hardware, convert between different sequencers.
GNU General Public License v3.0
549 stars 209 forks source link

xLights crashes with SIGABRT as soon as I click on any effect #4856

Open iamjackg opened 1 week ago

iamjackg commented 1 week ago

Describe the bug Total noob on my first run. Fresh setup on Ubuntu 24.04. xLights crashes as soon as I click on any effect in the toolbar.

To Reproduce

Expected behavior No crashes! :)

Versions (please complete the following information):

Zip file with the logs: xLights_dbgrpt-2823834-20241001T211829.zip

iamjackg commented 1 week ago

This happens even without a musical sequence -- if I choose "Animation" I get the same result.

iamjackg commented 1 week ago

(Currently trying building from source, might be some glibc incompatibility)

iamjackg commented 1 week ago

Just spent an hour waiting for it to build, all I get is

[jack:~/xlights] $ LD_LIBRARY_PATH=/home/jack/xlights/lib ./bin/xLights 
./src/common/stdpbase.cpp(58): assert "traits" failed in Get(): create wxApp before calling this
./src/common/stdpbase.cpp(58): assert "traits" failed in Get(): create wxApp before calling this
Segmentation fault (core dumped)

:(

derwin12 commented 1 week ago

Not much help on the linux side but is there anything of value to go thru the build that is done here in github? https://github.com/xLightsSequencer/xLights/actions/runs/11127383595/job/30919560692