We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexSuggestions & BugsSoftware Bugs › cannot starting processing
Page Index Toggle Pages: 1
cannot starting processing (Read 1964 times)
cannot starting processing
May 4th, 2005, 7:16am
 
I download the processing-0087.zip and unzip it to C:/, however, nothing happen when I double click processing.exe or run.bat. I have read faq but still cannot solve my problem ... Sad

anybody can help? thanks.

neuston
Re: cannot starting processing
Reply #1 - May 4th, 2005, 5:57pm
 
are you using an international version of windows? or does your user account have non-ascii characters in it? seems we're having trouble with international operating systems and processing.

to help us debug, try using the run.bat file on the command line, and paste any error you get here to the forum.
Re: cannot starting processing
Reply #2 - May 5th, 2005, 5:39am
 
Yes, I am using international version of XP (however, is there non-international version of xp?) But my user account contains no non-ascii character.

I tried using the run.bat file on the command line, still, again, nothing happen.

(Besides, when I double click the run.bat file, a window pop up but closed immediately. When I double click processing.exe, something seems to be running but nothing happen afterward.)

I don't know whether it is a bug or my computer's problem Sad Sad
Re: cannot starting processing
Reply #3 - May 5th, 2005, 3:53pm
 
hm.. can you run the run.bat file from the command prompt instead of double clicking it? that way the errors will print to a window that can be seen instead of closing immediately after you double-click.
Re: cannot starting processing
Reply #4 - May 6th, 2005, 3:03am
 
fry wrote on May 5th, 2005, 3:53pm:
hm.. can you run the run.bat file from the command prompt instead of double clicking it that way the errors will print to a window that can be seen instead of closing immediately after you double-click.

I did, no error message was shown.
Re: cannot starting processing
Reply #5 - May 6th, 2005, 4:10am
 
I open the stdout.txt file, here is the message:

Quote:
java.lang.NoClassDefFoundError: sun/io/ByteToCharMS950
     at sun.awt.font.NativeFontWrapper.getFontMetrics(Native Method)
     at sun.awt.font.FontDesignMetrics.initMatrixAndMetrics(Unknown Source)
     at sun.awt.font.FontDesignMetrics.<init>(Unknown Source)
     at sun.awt.font.FontDesignMetrics.<init>(Unknown Source)
     at sun.awt.SunToolkit.getFontMetrics(Unknown Source)
     at sun.awt.windows.WToolkit.getFontMetrics(Unknown Source)
     at javax.swing.plaf.basic.BasicMenuItemUI.getPreferredMenuItemSize(Unknown Source)
     at javax.swing.plaf.basic.BasicMenuItemUI.getPreferredSize(Unknown Source)
     at javax.swing.JComponent.getPreferredSize(Unknown Source)
     at javax.swing.BoxLayout.checkRequests(Unknown Source)
     at javax.swing.BoxLayout.preferredLayoutSize(Unknown Source)
     at javax.swing.plaf.basic.DefaultMenuLayout.preferredLayoutSize(Unknown Source)
     at java.awt.Container.preferredSize(Unknown Source)
     at java.awt.Container.getPreferredSize(Unknown Source)
     at javax.swing.JComponent.getPreferredSize(Unknown Source)
     at javax.swing.JRootPane$RootLayout.preferredLayoutSize(Unknown Source)
     at java.awt.Container.preferredSize(Unknown Source)
     at java.awt.Container.getPreferredSize(Unknown Source)
     at javax.swing.JComponent.getPreferredSize(Unknown Source)
     at java.awt.BorderLayout.preferredLayoutSize(Unknown Source)
     at java.awt.Container.preferredSize(Unknown Source)
     at java.awt.Container.getPreferredSize(Unknown Source)
     at java.awt.Window.pack(Unknown Source)
     at processing.app.Base.<init>(Base.java:126)
     at processing.app.Base.main(Base.java:101)

Hope it helps
Re: cannot starting processing
Reply #6 - May 6th, 2005, 4:46am
 
just for more reference: I downloaded all the available versions and have a try, I cannot open ver 0087 and 0086 but can open 0085, 0074, and others.
Re: cannot starting processing
Reply #7 - May 6th, 2005, 6:51am
 
ah.. yes, that does help. now i see what's going on. 87 uses a different version of java, and i think sun removed support for non-european languages by default. i've found the proper version and i'll fix it for 88.

in the meantime, replace the "java" folder with one from revision 85, and things should work fine.
Re: cannot starting processing
Reply #8 - May 6th, 2005, 2:08pm
 
HoHo! It works now! Thank you! fry Smiley

(P.S. actually, I encounter another problem about quicktime:
error message:
Data/Processing/build/Temporary_36_842.java:19:11:19:14: Semantic Error: Type "quicktime.std.movies.Movie" was not found.
My quicktime for java might be not well installed, I am now trying to figure it out.)
Re: cannot starting processing
Reply #9 - May 6th, 2005, 6:21pm
 
neuston wrote on May 6th, 2005, 2:08pm:
HoHo! It works now! Thank you! fry Smiley

(P.S. actually, I encounter another problem about quicktime:
error message:
Data/Processing/build/Temporary_36_842.java:19:11:19:14: Semantic Error: Type "quicktime.std.movies.Movie" was not found.
My quicktime for java might be not well installed, I am now trying to figure it out.)

After reading faq, the quicktime problem is also solved. Thank you.
Re: cannot starting processing
Reply #10 - May 7th, 2005, 4:09am
 
this should be all fixed for 88, closing thread.
Page Index Toggle Pages: 1