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)
   No display window showing
« Previous topic | Next topic »

Pages: 1 
   Author  Topic: No display window showing  (Read 1233 times)
hawk

Email
No display window showing
« on: Sep 5th, 2003, 10:46pm »

Hi!
 
First of all, let me just say that I've been reading all the FAQs, read-me's, revision.txts and this forum, but haven't found any info on this issue.
 
My problem is simple. When I try to run any given example, the button highlights and all, but there is no Display window, as on the screenshots, so I can't see anything.
 
Same with presentation. The screen is just filled with gray.
 
Any ideas?
« Last Edit: Sep 6th, 2003, 4:44pm by hawk »  
hawk

Email
Re: Can't run at all - no display window
« Reply #1 on: Sep 5th, 2003, 11:35pm »

More info.
 
I am running Windows XP, 128 MB RAM, and processing 059.
 
This is what my stderr.txt looks like (I doubt it's relevant to this very problem though):
 
doQuit: error saving properties
java.io.FileNotFoundException: C:\Documents and Settings\HÃ¥kan\Skrivbord\processing-0059\lib\sketch.properties (Det går inte att hitta sökvägen)
 at java.io.FileOutputStream.open(Native Method)
 at java.io.FileOutputStream.<init>(FileOutputStream.java:176)
 at java.io.FileOutputStream.<init>(FileOutputStream.java:70)
 at PdeEditor.doQuit2(PdeEditor.java:1414)
 at PdeEditor.checkModified2(PdeEditor.java:812)
 at PdeEditor.checkModified(PdeEditor.java:802)
 at PdeEditor.checkModified(PdeEditor.java:790)
 at PdeEditor.doQuit(PdeEditor.java:1363)
 at PdeBase.handleQuit(PdeBase.java:990)
 at PdeBase.actionPerformed(PdeBase.java:101
 at java.awt.MenuItem.processActionEvent(MenuItem.java:58
 at java.awt.MenuItem.processEvent(MenuItem.java:54
 at java.awt.MenuComponent.dispatchEventImpl(MenuComponent.java:285)
 at java.awt.MenuComponent.dispatchEvent(MenuComponent.java:273)
 at java.awt.MenuComponent.dispatchEventImpl(MenuComponent.java:28
 at java.awt.MenuComponent.dispatchEvent(MenuComponent.java:273)
 at java.awt.EventQueue.dispatchEvent(EventQueue.java:452)
 at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThrea d.java:197)
 at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread. java:150)
 at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:144)
 at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:136)
 at java.awt.EventDispatchThread.run(EventDispatchThread.java:99)
 
If you have any ideas or something, feel free to email me as well! I'm really eager to start using processing, and so it sucks gettings stuck like this, the first thing I do.
 
fry


WWW
Re: No display window showing
« Reply #2 on: Sep 8th, 2003, 10:26am »

try placing the processing-0059 folder just on the c:\ drive by itself, rather than inside another subfolder.
 
my guess is that the problem is with the name of the folder you're using. that sounds like a bug.
 
hawk

Email
Re: No display window showing
« Reply #3 on: Sep 8th, 2003, 4:30pm »

Yes, you're right!  
 
I should probably request a name change; my name always causes trouble in software (from Mozilla, to proce55ing).
 
Pages: 1 

« Previous topic | Next topic »