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)
   Again with code directory
« Previous topic | Next topic »

Pages: 1 
   Author  Topic: Again with code directory  (Read 363 times)
ydur

WWW Email
Again with code directory
« on: Sep 12th, 2004, 6:06pm »

Hi,
The problem with code directory persist and I didn't found in the forum some solutions:
http://processing.org/discourse/yabb/board_Proce55ing_software__bugs_action_display_num_1076679293.html and http://processing.org/discourse/yabb/board_Contributions_Audiov_isual_action_display_num_1082809012.html
In my sketch I use video (webcam) and audio input with Sonia. It works fine on my system (WXP prof EN, sp2, processing 068 expert, sonia2.8, java 1.4.2),I've uninstalled NortonAntivirus2004 and puted in code directory sonia files and qtjava files (and also try with comm.jar,...). The problem is when I want to run it in present mode (with shift key). Just after pressed the Run button, background of present mode is written on the screen, but after some second appear the applet window and the program works fine as before so NOT in present mode and report in the output some line error:
java.lang.NullPointerException
 
      at PdeEditor$4.keyPressed(PdeEditor.java:271)
 
      at java.awt.Component.processKeyEvent(Unknown Source)
 
      at java.awt.Component.processEvent(Unknown Source)
 
      at java.awt.Container.processEvent(Unknown Source)
 
      at java.awt.Window.processEvent(Unknown Source)
 
      at java.awt.Component.dispatchEventImpl(Unknown Source)
 
      at java.awt.Container.dispatchEventImpl(Unknown Source)
 
      at java.awt.Window.dispatchEventImpl(Unknown Source)
 
      at java.awt.Component.dispatchEvent(Unknown Source)
 
      at java.awt.KeyboardFocusManager.redispatchEvent(Unknown Source)
 
      at java.awt.DefaultKeyboardFocusManager.dispatchKeyEvent(Unknown Source)
 
      at java.awt.DefaultKeyboardFocusManager.preDispatchKeyEvent(Unknown Source)
 
      at java.awt.DefaultKeyboardFocusManager.pumpApprovedKeyEvents(Unknown Source)
 
      at java.awt.DefaultKeyboardFocusManager.typeAheadAssertions(Unknown Source)
 
      at java.awt.DefaultKeyboardFocusManager.dispatchEvent(Unknown Source)
 
      at java.awt.Component.dispatchEventImpl(Unknown Source)
 
      at java.awt.Container.dispatchEventImpl(Unknown Source)
 
      at java.awt.Window.dispatchEventImpl(Unknown Source)
 
      at java.awt.Component.dispatchEvent(Unknown Source)
 
      at java.awt.EventQueue.dispatchEvent(Unknown Source)
 
      at java.awt.SequencedEvent.dispatch(Unknown Source)
 
      at java.awt.EventQueue.dispatchEvent(Unknown Source)
 
      at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
 
      at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
 
      at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
 
      at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
 
      at java.awt.EventDispatchThread.run(Unknown Source)
 
 
JSyn using native library JSynV142
 
Input Device #0: Microsoft Sound Mapper - Input has 2 channels
 
Input Device #4: Microsoft Sound Mapper - Output has 2 channels
-----end processing output----
 
Without code directory, and removing sonia function, it works also in present mode right.
So, some have fixed this bug and can help me
Thanks,
Rudy
« Last Edit: Sep 12th, 2004, 6:06pm by ydur »  
Pages: 1 

« Previous topic | Next topic »