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

Listener opens just a grey screen #37

Open
Nicolaslarag20 opened this issue Apr 16, 2021 · 5 comments
Open

Listener opens just a grey screen #37

Nicolaslarag20 opened this issue Apr 16, 2021 · 5 comments

Comments

@Nicolaslarag20
Copy link

Hi, just found out your code. It seems awesome! The only issue is that it doesnt work for me.

I'm using a Windows 10 machine with Arduino IDE 1.8.13 and an arduino uno.

At first I thought that I was messing something up on my code, but then i tried using the "quick_start" example and its the same.
The listener exe opens but I can only see the whole window in a light grey color. Tried running it as an admin and nothing changes.

I unistalled my java and then reinstalled and nothing.

Thanks!

Captura de pantalla 2021-04-16 141415

@Badkast
Copy link

Badkast commented May 15, 2021

I`m currently having the same problem here, did you find a solution yet?

@devinaconley
Copy link
Owner

@Nicolaslarag20 @Badkast are you able to see text in the arduino debugger output?

@phdv61
Copy link

phdv61 commented Sep 26, 2021

Go and see issue #38 and the work around I suggested.
Rebuild the project with the 'java embeded' option ticked.
There is an issue with the serial port between processing and java making the app crash if not run on the same PC they were built on.

@khanasif786
Copy link

Open .pde file in the listener directory with processing. It will say to put that file in a folder named listener before exporting, just click "ok" and then cut graph and listener (java files) to that folder where .pde file is put by the processing application. Then in processing application go to file -> export -> check "java embedded" and then export.
The app should appear in a newly build directory (in my case its name is application.windows ). run the newly built listener.pde file there and this time it should work.

@leCandas
Copy link

leCandas commented Feb 6, 2022

One addition to above
These steps does not work for processing V4 and I guess you don't have listener.java anymore.
Try steps with Processing V3 and ignore listener.java then it works.

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

No branches or pull requests

6 participants