-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Driver errors don't crash the program or tell the developer #1593
Comments
I think this might be the first bug to be opened that complains we don't crash ;). We have a design principle that Fyne should never crash. Simple enough, except in this complicated case. Which leaves only one possible approach that I can see: Unfortunately it is non-trivial as the windows are not fully-realised until the driver runs, but if it's the right solution we could find a way. |
Something like this would help, or otherwise a channel where the developer can receive and respond to |
This will be in v2.0.2 |
I updated the following Fedora 33 Workstation packages:
And now my
fyne
application gives this error, and shows no windows:glxinfo
confirmed this was an issue outside offyne
too.So why the bug report?
My application didn't crash, but no windows were shown either.
My code was not made privy to the error itself, as it was thrown by driver code.
So, the user experience was a process that "does nothing, but is still running."
The text was updated successfully, but these errors were encountered: