|
|
@@ -53,7 +53,12 @@ Todo: |
|
|
|
Known Issues: |
|
|
|
- Could not parse -1 for --display |
|
|
|
Known issue with Processing 3.3.4 on Windows7 / 10: https://github.com/processing/processing/issues/5118 |
|
|
|
Try an earlier version of Processing (gse was made in p5 3.3) or try commenting out in setup: |
|
|
|
Fix: Try an earlier version of Processing (gse was made in p5 3.3) or try commenting out in setup: |
|
|
|
``` |
|
|
|
surface.setResizable(true); |
|
|
|
``` |
|
|
|
- Out of Memory error |
|
|
|
Fix: Make your project smaller or increase memory size in processing settings. |
|
|
|
- Crash on program start |
|
|
|
Most likely to be caused by a corrupt save file. Either you edited the save file by hand or you moved an animation folder so the save file refers to a missing directory. |
|
|
|
Fix: Delete the save.gse in the data-folder. If it's important, eMail me and I'll try to fix it. |