Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OpenBCI_GUI – blank screen (Macbook) #1004

Closed
0rang3-blu3 opened this issue Oct 1, 2021 · 3 comments
Closed

OpenBCI_GUI – blank screen (Macbook) #1004

0rang3-blu3 opened this issue Oct 1, 2021 · 3 comments

Comments

@0rang3-blu3
Copy link

0rang3-blu3 commented Oct 1, 2021

OpenBCI_GUI screen is blank (not launching)

I'm trying to launch OpenBCI through Processing, but it's not coming up. I'm getting a blank screen. I'm receiving a "NullPointerException" note in Processing.

I also tried to launch the standalone app, but that's also not launching.

Expected

Ability to launch OpenBCI_GUI

Operating System and Version

macOS

GUI Version

OpenBCI_GUI v5.0.7

Running standalone app

Running from Processing

@retiutut
Copy link
Member

retiutut commented Oct 1, 2021

Please post the full console log file here.

@0rang3-blu3
Copy link
Author

Console Log Started at Local Time: 2021-10-01_09-49-03
Screen Resolution: 1680 X 1050
High-DPI Screen Detected: true
Operating System: Mac
Welcome to the Processing-based OpenBCI GUI!
For more information, please visit: https://docs.openbci.com/Software/OpenBCISoftware/GUIDocs/
OpenBCI_GUI::Setup: GUI v5 Sample Data exists in Documents folder.
OpenBCI_GUI::Settings: Creating new GUI-wide Settings file.
java.io.FileNotFoundException: /Users/username_*changed_for_post/Documents/OpenBCI_GUI/Settings/GuiWideSettings.json (No such file or directory)
at java.base/java.io.FileOutputStream.open0(Native Method)
at java.base/java.io.FileOutputStream.open(FileOutputStream.java:298)
at java.base/java.io.FileOutputStream.(FileOutputStream.java:237)
at java.base/java.io.FileOutputStream.(FileOutputStream.java:126)
at java.base/java.io.FileWriter.(FileWriter.java:66)
at OpenBCI_GUI$GuiSettings.saveToFile(OpenBCI_GUI.java:11803)
at OpenBCI_GUI$GuiSettings.(OpenBCI_GUI.java:11771)
at OpenBCI_GUI.setup(OpenBCI_GUI.java:522)
at processing.core.PApplet.handleDraw(PApplet.java:2159)
at processing.opengl.PSurfaceJOGL$DrawListener.display(PSurfaceJOGL.java:943)
at jogamp.opengl.GLDrawableHelper.displayImpl(GLDrawableHelper.java:692)
at jogamp.opengl.GLDrawableHelper.display(GLDrawableHelper.java:674)
at jogamp.opengl.GLAutoDrawableBase$2.run(GLAutoDrawableBase.java:443)
at jogamp.opengl.GLDrawableHelper.invokeGLImpl(GLDrawableHelper.java:1293)
at jogamp.opengl.GLDrawableHelper.invokeGL(GLDrawableHelper.java:1147)
at com.jogamp.newt.opengl.GLWindow.display(GLWindow.java:782)
at com.jogamp.opengl.util.AWTAnimatorImpl.display(AWTAnimatorImpl.java:81)
at com.jogamp.opengl.util.AnimatorBase.display(AnimatorBase.java:453)
at com.jogamp.opengl.util.FPSAnimator$MainTask.run(FPSAnimator.java:178)
at java.base/java.util.TimerThread.mainLoop(Timer.java:556)
at java.base/java.util.TimerThread.run(Timer.java:506)
handleDraw() called before finishing
NullPointerException

@retiutut
Copy link
Member

retiutut commented Oct 1, 2021

#1003

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants