Bug 800 : Vista 64 Bugs to Report
Last modified: 2008-06-03 10:06




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

 

Reporter:
doc
Assigned To:
fry

Attachment Type Created Size Actions

Description:   Opened: 2008-06-03 09:56
A perfectly running P5 application on Windows XP reports the following error:

java.lang.RuntimeException: use textFont() before text()
at processing.core.PGraphics.text(PGraphics.java:2521)
at processing.core.PApplet.text(PApplet.java:7759)
at Temporary_6072_3473$ListBox.display(Temporary_6072_3473.java:1482)
at Temporary_6072_3473$ListBoxList.display(Temporary_6072_3473.java:1691)
at Temporary_6072_3473.draw(Temporary_6072_3473.java:58)
at processing.core.PApplet.handleDisplay(PApplet.java:1467)
at processing.core.PGraphics.requestDisplay(PGraphics.java:690)
at processing.core.PApplet.run(PApplet.java:1565)
at java.lang.Thread.run(Thread.java:595)

Other symptoms: Processing icon in sketchpad window skewed, initial
background and sketch size set appropriately, but displays incorrectly
placed rect() call.

Processing sketches seem to work on Vista using Processing-138, but this
particular application (developed in 135) experiences similar issues on
both P138 and P135.

All was fine on Windows XP SP2, then copied to Vista and experienced these
bugs. Same code will run on XP. Attempted to recompile on Vista 64
running with "Run as administrator", above error. File is there, no
complaints from loadFont() call prior to text() call.
Additional Comment #1 From fry 2008-06-03 09:59
the textFont() issue is bug #726.

for the others, please post separate issues as separate bugs. i can't track
several in one big pile.
Additional Comment #2 From doc 2008-06-03 10:06
(In reply to comment #1)
>
>
>
> Additional Comment #1 From
>
> fry
> 2008-06-03 09:59
>
> <!--
> addReplyLink(1); //-->[reply]
>
>
>
>
> the textFont() issue is bug #726.
>
> for the others, please post separate issues as separate bugs. i can't track
> several in one big pile.
>
>

This fixed the textFont issue.