Open kordiangrabowski opened 4 months ago
Error with management
(now renamed to settings
) argument is because the server is not running. I added better error message in UI in v5.
As for the segfault, it should be fixed in the v5. Well, kinda, not really. The issue is only present in cargo release
mode so for now Gauntlet release will be build in cargo debug
mode. It is slightly slower and binary size is a lot bigger but at least it works. All this because the Deno version currently used is the only one that works at least in debug
mode. All other versions fail either with different segfaults (even in debug
mode) or have some dependency resolution issue.
I will leave this issue open until this is actually fixed. But it may take several months, currently waiting for iced-rs to support wgpu 0.20 (currently uses 0.19) because I am using half a year old Deno version, newer versions use 0.20 and wgpu doesn't support 2 different version at the same time.
V5 works without issues :+1:
In V6 instead of using debug
profile as workaround I am using opt-level=1
on release
profile. So the performance is still not as good but at least binary size isn't as bad. Apparently some optimization at opt-level=2
is breaking Deno.
This is currently blocked by inability to update iced-rs and deno because of wgpu not supporting multiple versions at the same time. Tracked at https://github.com/gfx-rs/wgpu/issues/3105
Previously linked issue was finally fixed with release planed for October 9th. After that we need to wait for Deno to use newly released version
With no arguments provided application shows unresponsive window then crashes after 2s.
Application output:
If
management
argument is passed, application crashes without displaying window:System details: