GUI blank window / libraries not found
After finally getting my Ganglion, I excitedly downloaded and tried to stat the OpenBCI GUI, but it just simply didn't work.
I'm working on a 64-bit Windows 10. I tried a few different things: updating my java, re-downloading the 64-bit version, downloading and re-downloading the 32-bit version and trying that. Nothing worked. The .exe file always opens up a blank window which stays blank indefinitely.
Help?
Comments
https://www.google.com/search?q=processing+opengl+blank+window&ie=utf-8&oe=utf-8
I'm getting a PC specific for the purpose this week *sigh*. I suppose I need to try it. Has this problem occured before?
https://github.com/OpenBCI/OpenBCI_Processing
I've sorted my gear out. I have gone with a full Linux Ubuntu 16.04 build on a PC intentionally bought for just this purpose. No longer was I going to have the thought looming over my head that the gear wasn't right, so went out and bought me a "brain lab computer" lol. For reference it's a Dell 990 i7 quad-core 3.4G with 8GB ram, and is 100% Linux certified hardware. Everything has gone swimmingly with this box and Linux could not be more up to date
The OpenBCI_GUI build...
1. Linux up to date
2. FTDI drivers installed
3. Processing 3.3 installed
4. Java 8 installed (this may have been for Openvibe actually but is installed in any case)
5. OpenBCI_GUI & OpenBCI_Processing cloned
6. Step 5 items extracted and libraries placed as instructed and confirmed
7. Run for eg. OpenBCI_GUI.pde
8. And it fails on not finding libraries still...
I have knocked out the hardware incompatibility by buying a new PC, and this has shown positive results in how much further it has got me in a few things already, so am confident in this department. No issue running Processing, but want to see OpenBCI working
For me; OpenBCI_GUI still can't seem to find the library items, and everything
checks out as done to the letter. I'm hoping any Linux user can actually confirm a recent
install, maybe you can shed some light on a common mistake I might be making? I have dead stock folder set up, fresh install, and all is quite clear to me now on https://github.com/OpenBCI/OpenBCI_Processing, so confident there as well.
There must be something I have not seen? I am really wanting to get OpenBCI_GUI up and running.
Please correct me if I am wrong, but I think the instructions I was following may not have included copying the other library contents from the OpenBCI_GUI-master to the libraries folder (may be obvious to some). This has eradicated the complaint of libraries not found, but up against the next road block.
"The function setFont(PFont) does not exist." when trying to run the OpenBCI_GUI.pde. All and all a step forward, so i'll keep a few updates happening in the hope it can help or I can be helped
// println("dropdowns.get(i).id = " + dropdowns.get(i).id);
cp5_widget.addScrollableList(dropdowns.get(i).id)
.setPosition(x0+w0-(dropdownWidth*(dropdownPos))-(2*(dropdownPos)), y0 + navH + 2) //float right
.setFont(h5)
.setOpen(false)
.setColor(dropdownColors)
.setSize(dropdownWidth, (dropdowns.get(i).items.size()+1)*(navH-4) )// + maxFreqList.size())
.setBarHeight(navH-4)
.setItemHeight(navH-4)
.addItems(dropdowns.get(i).items) // used to be .addItems(maxFreqList)
PS. If I try a 'show usage' on it, it says "Cannot find usages, try and fix errors in your code first" if this helps at all
I have the GUI running!
I literally had done nothing on this PC since the last error, but I just started the GUI, and it worked on the first try after coming back to it from a couple of days break! So - I can confirm, that Linux Ubuntu 16.04 runs the OpenBCI_GUI on my machine, and the instructions I followed, are ALL contained within links from this thread. Thanks to wjcroft for the assistance, looking forward to some brain time with my R&D kit now.