OpenBCI GUI a Blank Screen

edited August 2016 in OpenBCI_GUI
Just received my 8-bit OPenBCI, but having a hard time just getting off the ground.

The OpenBCI GUI opens, but is a blank screen. Running Windows 7 64-bit.

I followed precisely these directions: http://docs.openbci.com/tutorials/01-GettingStarted

I read through and found no resolution in:

If anyone has some ideas, I'd appreciate it.

Comments

  • wjcroftwjcroft Mount Shasta, CA
    This page suggests checking your graphics driver(s). They need to be compatible with the latest OpenGL,

    https://github.com/processing/processing/wiki/OpenGL-Issues

  • That did the trick!

    I have a Dell Inspiron 14z with Intel HD Graphics 3000. Just needed to head to intel and get the latest driver, ran no problem.

    I do get an extensive list of java exceptions when I start it though. I will investigate this further:

    Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException
    at OpenBCI_GUI.initializeGUI(OpenBCI_GUI.java:412)
    at OpenBCI_GUI$2.componentResized(OpenBCI_GUI.java:224)
    at java.awt.AWTEventMulticaster.componentResized(Unknown Source)
    at java.awt.Component.processComponentEvent(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.EventQueue.dispatchEventImpl(Unknown Source)
    at java.awt.EventQueue.access$200(Unknown Source)
    at java.awt.EventQueue$3.run(Unknown Source)
    at java.awt.EventQueue$3.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
    at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
    at java.awt.EventQueue$4.run(Unknown Source)
    at java.awt.EventQueue$4.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
    at java.awt.EventQueue.dispatchEvent(Unknown Source)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
    at java.awt.EventDispatchThread.pumpEventsForFilter(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)
  • wjcroftwjcroft Mount Shasta, CA
    edited April 2015
    Found this supposed fix for the Exception you mention:

    i found myself the answer changing the authorizations for the libraries folder to "everyone reading & writing" and now p5 2.0b7 launches ok
    but i cannot understand why i had to do that ,as 1.5.1 runs without this change....
    i have seen that others users have the same problem
    hoping that it helps them!
    ph c.

    From comments on this page:  http://www.learningprocessing.com/tutorials/libraries/
  • That reference addresses the same exception type (NullPointerException), but at a completely different portion of the code.

    I downloaded and implemented this "Processing Debugger" to try to identify the source of the issue: http://debug.martinleopold.com/

    Crazy enough, the problem does not occur with the debugger mode enabled...
  • I'm also having this problem on a Win7.1 64b Dell Inspiron machine with latest video drivers.
    Getting a blank window when sketch is run with no warning / errors.

    Please help!
  • This problem solved - the issue was old graphic drivers. With their update to recent ones (6/15) proper functioning was  restored.
Sign In or Register to comment.