Processing GUI, "unknown functions", libraries path
Can you help?
I'm trying to compile the openbci processing gui software as described in the start-up documentation. I am running processing 2.1.1 for windows 7 with 64 bit processor. I get compilation errors when trying to run the software. For example setvisible in controlpanel is labelled as an unknown function so I replaced it with show and hide, further errors occur within menulist. Obviously I'm using the wrong processing software what version should I be using?
I'm trying to compile the openbci processing gui software as described in the start-up documentation. I am running processing 2.1.1 for windows 7 with 64 bit processor. I get compilation errors when trying to run the software. For example setvisible in controlpanel is labelled as an unknown function so I replaced it with show and hide, further errors occur within menulist. Obviously I'm using the wrong processing software what version should I be using?
Comments
Yes I have an identical directory set up i.e. processing directory with the libraries directory containing controlP5 and gwoptics (taken from the OpenBCI git hub) and the same libraries placed in the OpenBCI directory.
Now I get a different problem when running the open BCI sketch, this time a window is drawn (presumably the live application)
the window freezes and processing outputs a load of Java error messages.
Here is where I ask a silly question. Do I need live data to run this sketch? At the moment I'm still waiting for the arrival of the hardware! Will the program except test data from a file?
Out of interest here are some of the Java errors, (I would copy the errors as they are but I don't know how to copy and paste them out of the errors window).
Java.lang.nullpointerexception
then errors about missing fonts
then
Java.lang.runtimeexception: Java.lang.nullpointerexception
Malcolm.
git clone https://github.com/OpenBCI/OpenBCI_Processing.git/Processing/libraries folder should go. Should it go in
/OpenBCI_Processing-master or /processing2.2.1? Or somewhere else?
Chip,
I am using processing 2.2.1 running on Windows 7 64bit. I've placed the controlp5 gwoptics under my documents\processing\libraries. When I ran Openbci_gui it said it coundn't find the libraries so I placed them in the Openbci directory as well. Now it returns with the error
could not run the sketch (target VM failed to initialise)
getting desperate,
Malcolm
CHIP,
PANIC OVER ITS WORKING. PROCESSING SEEMS TO LIKE THE LIBRARIES AND THE SKETCHBOOK UNDER MY DOCUMENTS. WHERE YOU PUT THE PROCESSING FILES DOESN'T SEEM TO MATTER. I'VE INSTALLED THEM ON C:\PROCESSING AND CREATED A PROCESSING\LIBRARIES UNDER MY DOCUMENTS. MAYBE I SHOULD HAVE PUT EVERYTHING IN MY DOCUMENTS? ANYWAY I'LL LEAVE IT FOR NOW - QUIT WHILE I'M AHEAD!
THANKS FOR YOUR HELP.
MALCOLM
Dhruv
i had similar problem w/ both arduino and processing 2.2.1 -32 bit windows 7. changed name from libraries to libraries.old ...its now "found" in sketchbook as libraries.old. tho libraries is still in the folder it is not found.