FAQ
Cover
\
Build
\
Source
\
Bugs
\
Reference
\
Libraries
\
Tools
The bugs database has moved
here
.
Bug 344 : Serial Error
Last modified: 2006-05-12 09:06
P
roject:
processing
trash
Version:
unspecified
Co
m
ponent:
android
book
core
libraries
pde
reference
tools
web
Status:
RESOLVED
Resolution:
DUPLICATE of bug
315
Pr
i
ority:
P2
Severity:
normal
Platform
All
O
S:
All
Windows
Mac OS
Linux
Other
Reporter:
WhiteRabit
Assigned To:
fry
Attachment
Type
Created
Size
Actions
Description
: Opened: 2006-05-11 14:36
Im running Processing on a Mac and my current project needs to use the
serial library. It works fine on 0110 but on all of the newer versions I
get this error message.
java.lang.RuntimeException: Error inside Serial.<init>()
at processing.serial.Serial.errorMessage(Serial.java:575)
at processing.serial.Serial.<init>(Serial.java:148)
at processing.serial.Serial.<init>(Serial.java:102)
at Temporary_2036_9845.setup(Temporary_2036_9845.java:25)
at processing.core.PApplet.handleDisplay(PApplet.java:1263)
at processing.core.PGraphics.requestDisplay(PGraphics.java:538)
at processing.core.PApplet.run(PApplet.java:1146)
at java.lang.Thread.run(Thread.java:613)
Additional Comment
#1 From fry 2006-05-12 09:06
*** This bug has been marked as a duplicate of
315
***