Bug 630 : size() broken?
Last modified: 2007-10-01 02:25




Status:
RESOLVED
Resolution:
DUPLICATE of bug 197
Priority:
P2
Severity:
normal

 

Reporter:
st33d
Assigned To:
fry

Attachment Type Created Size Actions

Description:   Opened: 2007-09-29 12:45
Additional Comment #1 From st33d 2007-09-29 12:53
sorry - i didn't suspect enter would submit the page in the title field

Since 125 size keeps breaking. 50% of the time the applet shows up 100x100
size and I have to rerun the applet a few times to get normal behaviour -
this is on numerous different PCs (Asus and Dell).

Also when I try to run the "backgroundSubtraction" library demo, it won't
work either, insisting that there are only 10000 pixels. With the library
demo code unchanged, this is the error I get:

[code]
java.lang.ArrayIndexOutOfBoundsException: 10000

at Temporary_2373_1182.draw(Temporary_2373_1182.java:54)

at processing.core.PApplet.handleDisplay(PApplet.java:1359)

at processing.core.PGraphics.requestDisplay(PGraphics.java:680)

at processing.core.PApplet.run(PApplet.java:1454)

at java.lang.Thread.run(Unknown Source)


java.lang.ArrayIndexOutOfBoundsException: 10000
at Temporary_2373_1182.draw(Temporary_2373_1182.java:54)
at processing.core.PApplet.handleDisplay(PApplet.java:1359)
at processing.core.PGraphics.requestDisplay(PGraphics.java:680)
at processing.core.PApplet.run(PApplet.java:1454)
at java.lang.Thread.run(Unknown Source)
STOP
quicktime.std.StdQTException[QTJava:6.1.0g1],-9402=cantDoThatInCurrentMode,QT.vers:6408000
at quicktime.std.StdQTException.checkError(StdQTException.java:38)
at quicktime.std.sg.SequenceGrabber.idle(SequenceGrabber.java:254)
at processing.video.Capture.run(Capture.java:333)
at java.lang.Thread.run(Unknown Source)
java.lang.RuntimeException: Error inside Capture.run()
at processing.core.PApplet.die(PApplet.java:2384)
at processing.core.PApplet.die(PApplet.java:2402)
at processing.video.Capture.errorMessage(Capture.java:407)
at processing.video.Capture.run(Capture.java:350)
at java.lang.Thread.run(Unknown Source)
[/code]

I assumed there might be something funny going on with size() behind these
occurances so I submitted them as one bug. Appologies if this is not the case.
Additional Comment #2 From fjen 2007-09-30 03:25
(In reply to comment #1)
> Additional Comment #1 From
>
> st33d
> 2007-09-29 12:53
>
> <!--
> addReplyLink(1); //-->[reply]
>
> sorry - i didn't suspect enter would submit the page in the title field

aaron, what do you mean by that? did you run into a bug with bugzilla? if so, please file a
bugreport for component "web" and assign it to me. thanks, F
Additional Comment #3 From fry 2007-09-30 06:07


*** This bug has been marked as a duplicate of 197 ***
Additional Comment #4 From st33d 2007-10-01 02:25
I reflexively pressed the return key after typing in the title of the bug. Thus I went
through to the comments section without typing in the bug.

I don't think it's an issue, probably just the way the html works. In my mind I was
pressing tab I think.