-
Notifications
You must be signed in to change notification settings - Fork 1
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
astc-encoder-py
causes Blender crashes on specific systems
#11
Comments
Update: The release version of Blender (
In this case, locking |
Update: With a updated |
Update: Upstream has implemented their solution in K0lb3/astc-encoder-py#2 |
NOTE: This is an ongoing investigation that does not affect the overall operability of the plugin.
astc-encoder-py
crashes on my own PC (running Windows 11/10.0.26100.0), tested withhttps://github.com/ARM-software/astc-encoder/blob/631fb04e1c4bca002a8b653f34e044dbb35b32b4/Source/astcenc_internal_entry.h#L287
(4.4 Alpha @ https://projects.blender.org/blender/blender/commit/e9298dced494)
(https://github.com/mos9527/astc-encoder-py)
Appendix: Minimal reproducible example (w/ astc-encoder-py 0.1.8 installed) in Blender Python Console:
The initial fix is to migrate all ASTC decoding to the legacy texture2ddecoder, which does not involve synchronization primitives.
The text was updated successfully, but these errors were encountered: