FAQ
Cover
\
Build
\
Source
\
Bugs
\
Reference
\
Libraries
\
Tools
The bugs database has moved
here
.
Bug 1241 : can't resolve the 'java.lang.NullPointerException'-problem
Last modified: 2009-05-10 14:35
P
roject:
processing
trash
Version:
unspecified
Co
m
ponent:
android
book
core
libraries
pde
reference
tools
web
Status:
RESOLVED
Resolution:
INVALID -
Pr
i
ority:
P2
Severity:
normal
Platform
All
O
S:
All
Windows
Mac OS
Linux
Other
Reporter:
leopard2
Assigned To:
fry
Attachment
Type
Created
Size
Actions
Description
: Opened: 2009-05-09 03:38
hi there!
i got a huge problem with processing on my intel macbook(os x 10.5.6). i
installed it a few weeks ago and it worked without any problems until this
monday: when i want to open my apps then this error message appears:
"Exception in thread "Animation Thread" java.lang.NullPointerException
at ddf.mimin.javasound.JSMinim.getAudioInputStream(JSMinim.java:543)
at ddf.mimin.javasound.JSMinim.getAudioSample(JSMinim.java:285)
at ddf.minim.Minim.loadSample(Minim.java:210)
at sketch_may04a.setup(sketch_may04a.java:30)
at processing.core.PApplet.handleDraw(PApplet.java:1400)
at processing.core.PApplet.run(PApplet.java:1328)
at java.lang.Thread.run(Thread.java:613)"
i don´t know what to do. a new processing installation didn't help. i didn´t
change any settings or something similar and tried to fix it with a new saving
path. it worked out at the beginning but not anymore.
i would really appreciate it if someone could help me, 'cause i'm no expert in
processing and with programming in generally and i must fix it for my work at
the university.
best regards.
tom
Additional Comment
#1 From fry 2009-05-09 03:42
I suspect that's a bug in your code, not in Processing. Please use
processing.org/discourse for programming help.
Additional Comment
#2 From leopard2 2009-05-10 14:35
(In reply to
comment #1
)
>
>
>
> Additional
Comment #1
From
>
> fry
> 2009-05-09 03:42
>
> <!--
> addReplyLink(1); //-->[reply]
>
>
>
>
> I suspect that's a bug in your code, not in Processing. Please use
> processing.org/discourse for programming help.
>
>
thanks! i'll post it there...