-
Notifications
You must be signed in to change notification settings - Fork 8
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
TypeError: c.resize is not a function #21
Comments
There is no Java here, it's built with Electron which is JavaScript. |
This is probably because shadertoy removed their internal resize function, I had the same issue with my frame exporter plugin, here's how I fixed it there if anyone needs a reference implementation: |
Thanks for the clarification. |
Hello all, Thank you for making this tool, shadertoys rocks ! |
I got this today, for windows 10, and I get the c.resize error. |
same here if somethink's have make new build it's can be good |
Any update regarding this issue? It's currently unusable |
I was able to build and use on MacOS 12 (Monterey) after blowing away the |
Thank you very much, it solved the issues. I was using released windows executable, works both on Linux and Windows when "building from source". |
Sorry for being late again... I finally took time to fix the CICD. As mentioned, the code was fixed months ago, but the CICD didn't actually published anything. A working version is now available! https://github.com/KoltesDigital/shadertoy-exporter/releases/tag/1.5.4 But, well, this project is so old. Libraries are outdated, UI isn't friendly. If someone has time to take it over... |
I tried running the shadertoy-exporter-1.4.0.exe on Windows 10, Java 1.8.
I get the error 'TypeError: c.resize is not a function' as soon as i click on export.
The text was updated successfully, but these errors were encountered: