OpenBCI GUI, Networking / LSL error?

RafiaRafia USA
edited August 2019 in OpenBCI_GUI
Hi, 
OpenBCI Gui not working . At previous , it was okay.I have used last 2 months ago. 
image
The problem on OpenBCI_GUI showing :

Problem 
"The type com.cun.jna.Pointer cannot be resolved . It is indirectly referenced from required.class files 

Tab 
W_networking 



Showing red "
else if (this.protocol.equals("LSL")){
      String stream_id = "openbcieeg12345";
      info_data = new LSL.StreamInfo(
                            this.streamName,
                            this.streamType,
                            this.nChanLSL,
                            getSampleRateSafe(),
                            LSL.ChannelFormat.float32,
                            stream_id
                          );
      outlet_data = new LSL.StreamOutlet(info_data);

Comments

Sign In or Register to comment.