#`Terminated` when using pnpm run tauri dev

13 messages · Page 1 of 1 (latest)

velvet yacht
#

hey gamers,
i'm currently having a bit of trouble trying to get tauri running on KDE Neon (so, ubuntu 22.04). It'll build and everything but when it actually comes time to launch it'll spawn a window and then immediately crash. I have no idea what could cause this.
I've checked and a release build works with no issues (i've tried --no-watch, no dice).

any help would be greatly appreciated!

spice patio
#

is that an untouched create-tauri-app project?

velvet yacht
#

yeah

spice patio
#

Also, did you try a different package manager?

velvet yacht
#

not yet

spice patio
#

would be worth a try i think, even though pnpm is known to work (i use it myself too)

#

Oh and maybe try GDK_BACKEND=x11 pnpm tauri dev and GDK_BACKEND=wayland pnpm tauri dev (the first one is forced in appimages at the moment)

velvet yacht
#

ahh GDK_BACKEND=x11 fixed it

#

cheers @spice patio

spice patio
#

cool

#

kindaaa unfortunate but hopefully it fixes itself soon x)

velvet yacht
#

yeah kde seems to be very unhappy with me whenever i try to do wayland stuff atm