FAQ
Cover
\
Build
\
Source
\
Bugs
\
Reference
\
Libraries
\
Tools
The bugs database has moved
here
.
Bug 229 : AIExport bug with 96 not 95
Last modified: 2005-11-28 17:24
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:
st33d
Assigned To:
fry
Attachment
Type
Created
Size
Actions
Description
: Opened: 2005-11-28 17:21
The new release causes a bug that I can't even post code for. So I've
uploaded a zip of a snippet of code that reproduces the bug to my site:
http://www.robotacid.com/misc/anotherBug.zip
In 95 this code works fine. In 96 it crashes Processing with the following
error:
AIExport: Continuous recording started.
AIExport: Continuous recording terminated.
AIHeader1.txt is missing or inaccessible.
AIHeader2.txt is missing or inaccessible.
AILayer1.txt is missing or inaccessible.
AILayer2.txt is missing or inaccessible.
AIEOF.txt is missing or inaccessible.
java.lang.NullPointerException
at processing.AIExport.AIExport.run(AIExport.java:141)
at Temporary_4898_5393.draw(Temporary_4898_5393.java:9)
at processing.core.PApplet.display(PApplet.java:1210)
at processing.core.PGraphics.requestDisplay(PGraphics.java:520)
at processing.core.PApplet.run(PApplet.java:1028)
at java.lang.Thread.run(Unknown Source)
Something definitely got broken. Sorry.
Additional Comment
#1 From fry 2005-11-28 17:24
AIExport isn't my code so it's not covered in the bugs db. things changed for libraries as
noted in revisions.txt so it probably needs to be fixed.