Bug 1324 : "Unrecognized option: -d32" on OS X 10.4
Last modified: 2010-06-05 09:56




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

 

Reporter:
Leisure Cove
Assigned To:
fry

Attachment Type Created Size Actions

Description:   Opened: 2009-09-12 11:33
I am getting the following error when attempting to run a sketch:

"Unrecognized option: -d32"
"Could not create Java virtual machine"

I am running Processing 1.0.7 on a MacBook (OS 10.4.11, with the latest
Java update).

The code I am trying to run is:

size(200,200); //Set the size of the window
background(255); //Draw a black background
smooth();

//Set ellipses and rects to CENTER mode
ellipseMode(CENTER);
rectMode(CENTER);

//Draw Zoog's body
stroke(0);
fill(150);
rect(100,100,20,100);

The error on the bottom of the page reads "Could not run the sketch,"
followed by the error message listed above.
Additional Comment #1 From fry 2009-09-14 09:34
K, that's a problem w/ 10.4. I'll fix that for the next release, however
please note that we'll very soon (this month?) be discontinuing support for
OS X 10.4, because I can't test on 3 different versions of OS X.
Additional Comment #2 From fry 2009-09-25 02:10
*** Bug 1338 has been marked as a duplicate of this bug. ***
Additional Comment #3 From fry 2009-10-02 03:47
*** Bug 1341 has been marked as a duplicate of this bug. ***
Additional Comment #4 From fry 2010-06-05 09:56
fixed in earlier releases, should be fine as of at least 1.1.