FAQ
Cover
This is the archive Discourse for the Processing (ALPHA) software.
Please visit the new Processing forum for current information.

   Processing 1.0 _ALPHA_
   Bugs
   Software Bugs
(Moderator: fry)
   p5.exe won't open
« Previous topic | Next topic »

Pages: 1 
   Author  Topic: p5.exe won't open  (Read 2462 times)
me
Guest
Email
p5.exe won't open
« on: Jan 27th, 2004, 6:55pm »

I am trying to open processing in windows xp and it wouldn't open. not the processing.exe not run.bat or anything else. what is the problem?  
when I try to open run.bat an error comes up saying it can't find the javaw file although it's there.  
please help.
 
fry


WWW
Re: p5.exe won't open
« Reply #1 on: Jan 27th, 2004, 7:33pm »

are you using the standard or expert version? also, which revision are you using?
« Last Edit: Jan 27th, 2004, 7:34pm by fry »  
me
Guest
Email
Re: p5.exe won't open
« Reply #2 on: Jan 27th, 2004, 7:35pm »

the normal version. no expert here.
tried both 0066 and 0067.
thank u
 
mKoser

WWW Email
Re: p5.exe won't open
« Reply #3 on: Jan 27th, 2004, 7:37pm »

a. try deleting the folder and re-unzipping (installing) it... maybe something went wrong the first time.
 
b. if that doesn't work, try downloading again.
 
- - -
 
...have you got any other Java-stuff installed?
 

mikkel crone koser | www.beyondthree.com | http://processing.beyondthree.com
me
Guest
Email
Re: p5.exe won't open
« Reply #4 on: Jan 27th, 2004, 7:39pm »

no other java (not that i know of...)
I tried to re-download and re-extract about 4 times.
thanks
 
fry


WWW
Re: p5.exe won't open
« Reply #5 on: Jan 30th, 2004, 4:14am »

does your login name on windows have non-ascii characters in it?
 
if so (and even if not, it may help) try putting processing in the root of your c:\ drive and running it from there.
 
primz


Re: p5.exe won't open
« Reply #6 on: Apr 7th, 2004, 2:27pm »

For future reference, I had a simliar problem. When I attempted to run the processing executable, it would pause for a few seconds and the cursor would turn into an hour glass, but then seconds later it would stop and nothing would happen.  
 
It would appear I had another version of javaw.exe running in the background from an earlier JRE install. After killing any javaw.exe processes, the processing.exe loaded up and everything was fine.
 
deh


Re: p5.exe won't open
« Reply #7 on: Aug 26th, 2004, 4:40pm »

This happens to me too, but in a slightly different way. Double-clicking on the p5 app triggers some hard drive spinning, the hour-glass cursor, but nothing happens. It doesn't look like anything p5 related is running in the task manager.
 
In my initial frustration, I started double clicking on everything in the folder that was executable and discovered that run.bat starts the application quite reliably. This isn't a big deal, just a little weird. Once the application starts up via run.bat, everything is fine.
 
I'm on a Dell C640 laptop running WinXP and processing 0068.
 
fry


WWW
Re: p5.exe won't open
« Reply #8 on: Sep 2nd, 2004, 8:00pm »

odd stuff.. i'm gonna move this thread over to the bugs area so that i can make a note of the symptoms..
 
dbaum


Re: p5.exe won't open
« Reply #9 on: Sep 14th, 2004, 4:06am »

Hey,  
I just started receiving the same symptoms described above  after installing Service Pack 2 (SP2) on a Win XP Pro. Before installation p5 was running just fine.  
It seems processing.exe starts javaw.exe but not the development environment. I am able to start it with the run.bat file though.
 
dmk
« Last Edit: Sep 14th, 2004, 4:09am by dbaum »  
fry


WWW
Re: p5.exe won't open
« Reply #10 on: Sep 16th, 2004, 4:37pm »

weird.. it's a good thing i haven't removed the run.bat file.. i had thought it was mostly useless by now.
 
the other thing to try is placing processing in the root of your C:\ drive, since it seems to have problems when there are spaces in its folder name (i.e. the space in "Program Files")
 
katheo


Re: p5.exe won't open
« Reply #11 on: Sep 26th, 2004, 4:11am »

same symptoms for me.... and the run.bat does the trick also.  
 
thanks for the hint,
k
 
sdetoni


Re: p5.exe won't open
« Reply #12 on: Sep 29th, 2004, 12:16am »

on Sep 26th, 2004, 4:11am, katheo wrote:
same symptoms for me.... and the run.bat does the trick also.  

 
I'm new to this language, so new that I've yet to have it running! I'm running XP hyper-threaded environment. I've installed quicktime 6.3 with everything (Standard version), and have java installed:
 
c:\>java.exe -version
java version "1.3.1.9"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1.9)
Java HotSpot(TM) Client VM (build 1.3.1-rc2-b22, mixed mode)
 
 
I,ve noticed an error log file in the lib\stderror.txt  
it contains  
 
java.lang.NoSuchMethodError
      at PdeEditor.<init>(PdeEditor.java:210)
      at PdeBase.<init>(PdeBase.java:342)
      at PdeBase.main(PdeBase.java:170)
 
The javaw.exe file is loaded but hangs in memory doing nothing, any help would be appreciated...
 
Steve.
« Last Edit: Sep 29th, 2004, 12:17am by sdetoni »  
fry


WWW
Re: p5.exe won't open
« Reply #13 on: Sep 29th, 2004, 12:19am »

you'll need to install java 1.4 (instead of 1.3) to get it running. turns out we use some 1.4-only stuff inside the environment, so that's causing the breakage.
 
Pages: 1 

« Previous topic | Next topic »