-
Notifications
You must be signed in to change notification settings - Fork 608
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
Example crashes on launch #457
Comments
Please run the example from Visual Studio (open |
Thanks. Here is the call stack from Visual Studio and I have also included the error output for the exception.
OUTPUT:
Exception thrown at 0x00007FFBBD48A148 (flutter_windows.dll) in Flutter Desktop Example.exe: 0xC0000005: Access violation writing location 0x0000000065A42000. |
I have tried on two Windows 10 machines and get the same error. It runs fine on Mac |
Sorry, I forgot that the distributed DLL wouldn't have symbols. I don't have experience with debugging Windows crashes, but from what I've found it doesn't seem like just that stack is enough for me to re-symbolicate with the pdb file. If you copy all of the |
This comment has been minimized.
This comment has been minimized.
Thanks, that means this is a duplicate of #432. If you could both add information about your graphics card (I agree that's a likely explanation for the difference) to flutter/flutter#34556 that would be helpful. |
Describe the bug
Example crashes upon launch after momentarily showing a blank window titled "Flutter desktop example"
flutter run -v
Doctor Output
Please provide the output of
flutter doctor -v
:The text was updated successfully, but these errors were encountered: