Streamdeck-ui just crashes
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
streamdeck-ui (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
After being instable for a few times (it crashed unexpectedly after starting up), now the program just reports a segmentation fault both with or without the --no-ui parameter.
10:07:22 [19] $lsb_release -rd
No LSB modules are available.
Description: Ubuntu 23.04
Release: 23.04
Package: streamdeck-ui (1.1.2-2)
What I expected:
the user interface appears (when started without --no-ui), pressing a button yields the configured behavior (starting an executable or changing button page)
What I get:
$time streamdeck
Segmentation fault (core dumped)
real 0m1,565s
user 0m0,244s
sys 0m0,079s
(I used time to show the delay from issuing the command and gettign the SIG_SEGV)
$time streamdeck --no-ui
Segmentation fault (core dumped)
real 0m1,650s
user 0m0,223s
sys 0m0,098s