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
Approx. two months ago mask and tint started throwing errors in PJS programs. Issue was with existing projects that were originally working fine, and any new projects.
Error message for mask is: __env__.img.mask is not a function
Error message for tint is: Cannot read property '0' of undefined
A lot of KA users have mentioned that they've logged the issue with KA support, but I haven't heard anything more about it, and issue persists. Just wondering if this has been logged in your internal issue tracker, and any status update?
My KA username is grantjenkins.
The text was updated successfully, but these errors were encountered:
I was going to report this, but at the time the bug first appeared, this repository hadn’t had any recent commits. Additionally, when I went to bisect the bug, the minimum reproduction case I was using showed issues in year-old builds.
For these reasons, an internal change to the build process is a very possible culprit.
If anyone has a reproduction case of a program that was confirmed to work before this change, and is now broken (I know such programs exist), sharing would be appreciated.
Approx. two months ago
mask
andtint
started throwing errors in PJS programs. Issue was with existing projects that were originally working fine, and any new projects.Error message for
mask
is:__env__.img.mask is not a function
Error message for
tint
is:Cannot read property '0' of undefined
A lot of KA users have mentioned that they've logged the issue with KA support, but I haven't heard anything more about it, and issue persists. Just wondering if this has been logged in your internal issue tracker, and any status update?
My KA username is grantjenkins.
The text was updated successfully, but these errors were encountered: