Skip to content

Instantly share code, notes, and snippets.

@crcdng
Last active June 14, 2020 23:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save crcdng/09b9544ccae495a52333fcbc6a75a20d to your computer and use it in GitHub Desktop.
Save crcdng/09b9544ccae495a52333fcbc6a75a20d to your computer and use it in GitHub Desktop.
An old bug that causes pure data (https://puredata.info/) to crash at startup.

pd startup crash

When pure data (https://puredata.info/) crashes at startup, open the sketch with a text editor.

If you see a minus in a line like this

#N canvas 38 -769 692 735 12;

delete the minus

#N canvas 38 769 692 735 12;

and save.

The bug is introduced when you save or close pure data while having a pd window on a second monitor.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment