processing / p5.js-editor

Deprecated desktop editor for p5.js
https://p5js.org
MIT License
339 stars 91 forks source link

Does not run on xp. #254

Closed Recarte closed 7 years ago

Recarte commented 7 years ago

Exe file does not run on windows xp. I get an error message saying that p5.exe is not a valid win32 application.

davejm commented 7 years ago

Relates to issue #251. Currently the builds are for 64 bit machines. It should be easy to create 32 bit versions by adding the relevant packaging targets. I might look into fixing this. Whether the created 32bit binaries would work on Windows XP is another matter as I'm not sure it's supported.

lmccart commented 7 years ago

yeah XP is not supported, but it'd be good to add a 32 bit version. @davejm if you want to look into this, that'd be great.

Recarte commented 7 years ago

Understood, thanx.