Hello,
I’m on Windows 10 (64-bit) and want to export a game I made using the Python mode for Processing last year to share it with others. I used Minim for sfx and music. I previously had different classes stored in different files but faced problems running the exported exe. So, I made a copy and combine all the files into one. The project still runs fine from the Processing editor. Now when I export (for windows, embedding Java for win64 not checked), it exports and has a single line error message:
console: Failed to install '': java.nio.charset.UnsupportedCharsetException: cp0.
I open the new application.windows64 folder in the sketch folder and run the exe. A loading window with the text Processing.py pops up and disappears after a few seconds. A window much larger than the preset dimensions I’ve coded appears, and it’s all gray. It immediately disappears after half a second. Before I combined the files into one, that window didn’t even appear.
Any pointers? I’ve searched the error on processing forums, but everyone’s gotten it trying to run a sketch in python mode, not exporting it.