We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am raising this for visibility and in hopes others have found a solution.
Our users are reporting random failures of basis transcode on iOS 17.0.
It looks likely a regression in safari, I have reported the issue here:
https://bugs.webkit.org/show_bug.cgi?id=260252
Since iOS 17 is now released we may be forced to find a workaround.
The text was updated successfully, but these errors were encountered:
Having test a little more, it's the call to file.transcodeImage on the final/smallest mipmap level which fails:
file.transcodeImage
To reiterate, these failures are likely to be an issue with Safari 17 WASM engine, but we are trying to find a possible mitigation from our end.
Sorry, something went wrong.
Seem like you have found workaround for this problem: https://forum.playcanvas.com/t/important-basis-on-safari-17-0/33145
We found that recompiling the basis module with the latest emscripten toolchain seems to mitigate the issue
@richgel999 Can you update a version compiled with latest emscripten toolchain?
Yes - no problem.
No branches or pull requests
I am raising this for visibility and in hopes others have found a solution.
Our users are reporting random failures of basis transcode on iOS 17.0.
It looks likely a regression in safari, I have reported the issue here:
https://bugs.webkit.org/show_bug.cgi?id=260252
Since iOS 17 is now released we may be forced to find a workaround.
The text was updated successfully, but these errors were encountered: