v5 GUI error "NoClassDefFoundError" [resolved with v6]

After downloading the src and launching using the bash OpenBCI_GUI it sends an error "NoClassDefFoundError" in the jssc/SerialPortEventListener; I'm not sure why this is being thrown since I looked through the files to confirm that all the classes are defined, and all the files are there. Is there something I'm missing? I'm running on Linux Ubuntu 22.04 if that helps.
Comments
Is there some reason that you need to run the GUI from source? Have you tried the pre-built installer?
I don't see a pre-built installer unless you're referring to the Linux GUI download on the downloads page. I'm assuming then to run bash OpenBCI_GUI that is inside the downloaded folder to configure and install, but I really don't know what I'm doing. That's where I'm getting this error from, even though it's exactly what I downloaded.
OK, I was confused by your mention in the initial post: "After downloading the src and launching...". I did not see that you were referring to the binary executable.
You were downloading the zip file, which is the pre-built binary: "OpenBCI_GUI".
Richard @retiutut, do you have any suggestions about the error he is getting on Ubuntu?
Mocker can you paste a bit more on the error text you see, here so we can see it?
William
I will need to see the full console log to debug further. You can also try GUI v6 Beta https://github.com/OpenBCI/OpenBCI_GUI/releases/tag/v6.0.0-beta.1
@wjcroft @retiutut,
This is the entire error.
I do actually need to see the entire log, not just the error.
@retiutut I'm not sure what you mean by the entire log? I just retried it from opening my computer again and it produced the same error. What exactly do you need to see?
I think he may be referring to the Console Log, as shown in the Troubleshooting doc,
https://docs.openbci.com/Troubleshooting/GUI_Troubleshooting/
However your error is happening as the GUI is loading, so that feature is not available.
Have you tried the GUI v6 beta that Richard mentioned?
Thank you guys, the GUI v6 beta works.
Awesome! Happy hacking!