Skip to content
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

Error while running example #1

Open
Spiroz opened this issue Oct 11, 2012 · 0 comments
Open

Error while running example #1

Spiroz opened this issue Oct 11, 2012 · 0 comments

Comments

@Spiroz
Copy link

Spiroz commented Oct 11, 2012

I have been trying to install puredatap5 to my mac book os x 10.6.8 both to processing 2 & 1.5
Every time i run the example i get this:

NativeLoader$NativeLibraryLoadError: Couldn't find libpdnative.jnilib for this platform mac/x86

Exception in thread "Animation Thread" org.puredata.core.NativeLoader$NativeLibraryLoadError: Couldn't find libpdnative.jnilib for this platform mac/x86
at org.puredata.core.NativeLoader.loadLibraryFromJar(NativeLoader.java:111)
at org.puredata.core.NativeLoader.loadLibrary(NativeLoader.java:99)
at org.puredata.core.PdBase.(PdBase.java:74)
at org.puredata.processing.PureData.(Unknown Source)
at HelloPd.setup(HelloPd.java:35)
at processing.core.PApplet.handleDraw(PApplet.java:1608)
at processing.core.PApplet.run(PApplet.java:1530)
at java.lang.Thread.run(Thread.java:680)

and line writing this:
pd = new PureData(this, 44100, 0, 2);
is highlighted.

How can i fix this bug?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant