-
Notifications
You must be signed in to change notification settings - Fork 610
flutter-desktop-embedding have a blank window after run the built program on linux #604
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
Comments
A blank window is often the result of an exception. Please provide the console log from running (in debug mode). Also, can you reproduce this with the |
The program's postition is :~/pro/flutter-desktop-embedding/example |
What key are you pressing to trigger this? |
The same problem is appeared on window 10 system,but the blank window appeared less than one second. |
I did not pressed any key and then i clicked the close button of the appeared window. |
The Linux system is Deepin 64 bit system. |
This seems to be caused by insufficient performance. |
The Linux system's computer is used Mechanical hard disk |
With the exact same stack trace?
Odd, since the stack is showing that the key handler is being invoked.
I'm not sure how you are coming to that conclusion; there is no reason for whether or not a set contains elements in a key event handler to be performance-sensitive. If you have clear evidence that this is related to performance, please provide details. |
Also, please provide your In general, please always include that when filing a bug. The template requests it because it's almost always important to know the version where a bug happens. (I'm not able to reproduce this on Linux at current head: e7073f9a1) |
To be clear: are you saying you are running the FDE example without modification? Or do you have your own code added to it? |
I get |
Please file that exception in the Flutter issue tracker; if you're seeing it in an otherwise-working app it doesn't sounds like that's actually the cause of the blank screen reported here, but it would be good to investigate that on the framework side. |
Closing due to lack of response. @biij5698 if you can supply the information requested above, I can re-open. |
on linux 64 bit system,after i built a flutter-desktop-embedding program,when i run it,a blank window appeared quickly
The text was updated successfully, but these errors were encountered: