You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Taichi's GGUI failed to work correctly starting from Molten-vk v1.1.11. Let's bisect Molten-vk's commits between v.1.1.10 and v.1.1.11 to find out the breaking commit.
To reproduce:
Compile Taichi master branch with libMolten-vk.dylib v1.1.11.
Run test_debug.py.
The sidebar will not display correctly.
If you downgrade the libMolten-vk.dylib to v.1.1.10 and then repeat the above-mentioned approach, the sidebar will re-appear in the GGUI window.
Taichi's GGUI failed to work correctly starting from Molten-vk v1.1.11. Let's bisect Molten-vk's commits between v.1.1.10 and v.1.1.11 to find out the breaking commit.
To reproduce:
test_debug.py
.If you downgrade the libMolten-vk.dylib to v.1.1.10 and then repeat the above-mentioned approach, the sidebar will re-appear in the GGUI window.
molten_vk_1.1.11.zip
molten_vk_1.1.10.zip
test_debug.py.zip
The text was updated successfully, but these errors were encountered: