FAQ
Cover
\
Build
\
Source
\
Bugs
\
Reference
\
Libraries
\
Tools
The bugs database has moved
here
.
Bug 833 : bug when i use extrusion script on windows with processing 0142
Last modified: 2008-06-22 08:28
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:
baudry
Assigned To:
fry
Attachment
Type
Created
Size
Actions
Description
: Opened: 2008-06-22 05:51
In your Script extrusion I modify size 790 by 400 pixels. and i have a bug :
java.lang.ClassNotFoundException: Temporary_5106_2279
at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:268)
java.lang.ArrayIndexOutOfBoundsException: 40000
at Temporary_1531_9852.setup(Temporary_1531_9852.java:29)
at processing.core.PApplet.handleDisplay(PApplet.java:1368)
at processing.core.PGraphics.requestDisplay(PGraphics.java:690)
at processing.core.PApplet.run(PApplet.java:1542)
at java.lang.Thread.run(Thread.java:595)
Additional Comment
#1 From fry 2008-06-22 08:28
that's a bug you've created by changing the code. that's not a problem with
processing.