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
Yeah I have the required dependencies installed, the DISPLAY env variable set to :0, the latest WSL version + Linux kernel (at least the one available in Ubuntu 24.10).
Still doesn't work. What surprises me is not the fact it's not launching (there could be tons of incompatibility issues in terms of libraries interop and dependencies) but the fact that it crashes silently with a segmentation fault.
Problem
When compiling a basic example on WSL 2, the program crashes without displaying anything.
When running it with
strace
, the process crashes withSIGSEGV
(so a segmentation fault).I don't really know how to fix that, I could give you a complete
strace
log if that's useful?Note that
cargo build
works fine. It's only running that fails.Steps To Reproduce
dioxus
with thedesktop
featuresrc/main.rs
file:cargo run
Environment:
0.6.0
1.82.0
2.3.26.0
with Ubuntu 24.10, kernel5.15.167.4-1
, WSLg1.0.65
desktop
The text was updated successfully, but these errors were encountered: