You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got a segmentation fault while running weylus on my arm64 device. It first seems to be the bug of x264 libs, so I changed to use the system x264 lib, but nothing changed.
And, it uses system ffmpeg.
As I dont have the root access on this device, uinput support is disabled.
That's the log:
Thanks for the report! Please try the latest master and run weylus like this WEYLUS_LOG_LEVEL=TRACE weylus --no-gui. If possible, please also test a debug build with gdb:
First build weylus without the release flag: cargo build
Then run gdb -ex=r --args ./target/debug/weylus to start debugging
Once weylus crashes type bt to get a backtrace and post it here.
I got a segmentation fault while running weylus on my arm64 device. It first seems to be the bug of x264 libs, so I changed to use the system x264 lib, but nothing changed.
And, it uses system ffmpeg.
As I dont have the root access on this device, uinput support is disabled.
That's the log:
The text was updated successfully, but these errors were encountered: