Quang Ngô
Quang Ngô
I think this behaviour is good for swap file on SSD as we don't use the same location over and over again which can cause wearing.
One more data point: it crashed on Raspi 3 (armv7), but not on Raspi 0 (armv6).
Using "tag" and "content" at the same time on the enum have the same issue: ``` #[derive(Deserialize, Serialize)] struct A { #[serde(flatten)] b: B, } #[derive(Deserialize, Serialize)] #[serde(tag = "a",...
Try delete all .jack* folders/settings under your $HOME, maybe there is conflicts between 13 and 14.1.
It crashes when I ran my DE using the iGPU (my laptop is Intel/Nvidia Optimus). It works if I use the dGPU to run my DE. Emulator use the dGPU...
Still crash on my SteamDeck. [shad_log.txt](https://github.com/user-attachments/files/18628245/shad_log.txt)
I don't have access to my PC for a week so I cannot try it now.
Still crash with latest main. [shad_log.txt](https://github.com/user-attachments/files/18942024/shad_log.txt)
This still produces a black screen (same as previous) on the Wayland session because, I think, SDL defaults to Xwayland. So I have to force Wayland by unset the ```DISPLAY```...
Yeah , Wayland is not perfect in SDL3 at the moment.