-
-
Notifications
You must be signed in to change notification settings - Fork 188
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
App is blank on macOS Monterey #450
Comments
Are there any exceptions thrown or relevant logs on the Flutter side? |
No logs on Flutter's side. It surely has something to do with |
Same on my mac running Monterey (v.12.5.1) |
This might possibly be related (although I do not think it is): macosui/macos_window_utils.dart#24 |
@whiplashoo did you ever figure this out with your customer? |
No, they eventually used Time Machine to get a previous working version. I have also been unable to debug it; using a VM to test on macOS Monterey was too slow to test and find what's wrong with the plugin. |
In that case, I am closing this issue. |
@GroovinChip This issue may not be fixed. Example cannot work with macos m1 on Monterery.
|
@whiplashoo Can you give me some advise? |
@whiplashoo has stopped pursuing this bug because he found debugging it inside a VM to be too time-consuming. I am the author and maintainer of the macos_window_utils package and am therefore likely in the best position to address it. I have installed macOS Monterey in a VM precisely to try and debug this issue (see my previous post). |
any update/work around for the issue? @Adrian-Samoticha |
Did anyone found any solution/workaround for this? |
I unfortunately haven’t had much time to work on this issue lately. |
@jtdLab, @yang282441848, @thexaib, @mukhtharcm and anyone else affected by this issue please try my workaround in macosui/macos_window_utils.dart#44 (comment) |
thank you. this worked. 👍🏻 |
Description
I received a report from a user that the app shows up blank after my latest update. Testing on my macOS Ventura devices works without issues, but when I ran it on macOS Monterey (12.5.1), I encountered the reported issue:
Running the
example
app,: the build is successful, the app is launched but it displays a blank screen (though the sidebar is visible). I can see that the widgets are inserted into the widget tree, but nothing shows up.Running it from Xcode logs some errors:
I am now in the process of investigating this further, just letting you know if you have any ideas for a fix.
Steps To Reproduce
Logs
Logs
The text was updated successfully, but these errors were encountered: