-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
GGUI breaks on Mac #6451
Comments
May you support your Mac os details? I did not reproduce this problem on my mac
And run
|
Hi, @Morcki . Here is my Mac info:
I have tested |
Thanks a lot! Mine is 12.4, I will try MacOS 12.6 later and figure out the reason. |
Also broken for me on MacOS Ventura 13.0 (22A380) using MacBook Pro 2021 M1 Pro |
I have found the reason why this happened. My previous molten-vk version is 1.1.11, but after I upgrade it to 1.2.0, it failed to display imgui panel. And taichi is built with molten-vk 1.2.0. |
having the same problem (mac m1, os 12.3.1, Taichi version 1.2.1, llvm 10.0.0, commit 12ab828, osx, python 3.7.11) would the solution be to roll some versions back? |
We will fix this bug on the comming version 1.2.2. If you encounter this problem, you can only temporarily use the previous version before 1.2.0. |
thank you @Morcki |
Issue: taichi-dev#6539, taichi-dev#6451 ### Brief Summary
Thanks to @jim19930609 , the latest version(v1.2.2) of taichi has fixed this bug. Please try |
Issue: taichi-dev#6539, taichi-dev#6451 ### Brief Summary
Describe the bug
In the taichi-1.2.0 release, the UI components are not display in the window.
To Reproduce
Run the example
mpm3d_ggui.py
in theggui_example
could reporduce the bug.The text was updated successfully, but these errors were encountered: