Bug 195 : 94 wont play sketches
Last modified: 2005-11-02 11:12




Status:
RESOLVED
Resolution:
FIXED -
Priority:
P2
Severity:
normal

 

Reporter:
st33d
Assigned To:
fry

Attachment Type Created Size Actions

Description:   Opened: 2005-11-01 04:33
94 refuses to play any of my previous work that worked in 93. I had some
trouble recreating the bug but I found that if I mention "class" in a
sketch it won't play. Windows task manager shows a java.exe (the applet)
but there is no tab on the start bar and no applet window. Exporting the
applet works fine - but seeing as I'm doing Illustrator exports that's not
much help.

This code reproduces the error:

void setup(){}
void draw(){}
class none{
none(){}
}

Removing draw(){} results in the task manager not showing a java.exe but
the sketch will still not run. NB: without a class, sketches will run as
normal.

PS: The bug search doesn't seem to be parsing words, so I couldn't find out
if this had been reported yet.
Additional Comment #1 From fry 2005-11-01 11:53
confirmed.. i think i know what's causing it and will try and track it down
asap.
Additional Comment #2 From fry 2005-11-02 11:09
*** Bug 197 has been marked as a duplicate of this bug. ***
Additional Comment #3 From fry 2005-11-02 11:12
it was in fact a regression from an attempt to fix a bug where static mode
apps were always reporting that their width/height was zero. i'm gonna go
back to that state and re-release as rev 0095 since the regression is worse
than the original bug.