#Handle missing webview2

10 messages · Page 1 of 1 (latest)

soft vigil
#

Is there a better way to handle this error?
It doesn't cause the app to crash so there's no logs, and the app just running without display any error to the user,
So I tried to debug it on old PC and here I found the cause

How can I handle better? It would be cool if tauri will show native error messages in that cases, alternatively, how can I handle it?

plush rune
inland creek
#

yep, the installer is supposed to install it. Also, the app is supposed to exit when webview2 isn't installed. At least it used to that...

plush rune
inland creek
#

well, the only thing that should be able to change the behavior on the app side is if they're catching the panic

#

can't think of anything else

#

otherwise only tauri internal stuff could prevent the exit

plush rune
#

it is indeed panicking

#

so the panic is being catched