-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
invalid setDrawableSize
on MacOS Sonoma 14.0
#2113
Comments
After some trying and diving, I think we may need to do these works in order to solve the problem:
I'm new to participating an open source project, so I'm not sure whether I'm following a correct way of contribution, so please forgive me if I made some mistake. |
I have a different issue, but I think my issue might be related. I am not 100% percent certain the two issues are related and I have never contributed to iced, so some direction would be nice |
This problem also appears when I run the
So, I believe these two issues are caused by the same bug from I forked the repository of iced and the iced-forked winit, and merged the branch However, I'm not sure how to contribute these changes to iced (afraid of messing up some thing), so , yes, some direction would be nice. Maybe @hecrj can have a look? |
Updating to winit v0.28.7 helps building for debug or release, but once you build the executable with lto = true |
I have this issue on MacOS Sonoma 14 too. Would be great to have a fix. Thanks |
Is there an existing issue for this?
Is this issue related to iced?
What happened?
My Iced project not working on MacOS Sonoma 14.0 with the following error:
And I tested some examples on branch master:
It seems like a
winit
problem? I guess upgradingwinit
to v0.28.7 should fix it.See rust-windowing/winit#2876
I pasted a complete log of running example
tour
below.What is the expected behavior?
Panic not happens, and everything behaves normal
Version
master
Operating System
macOS
Do you have any log output?
The text was updated successfully, but these errors were encountered: