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

Example crashing #1

Open
jvolker opened this issue Mar 23, 2015 · 0 comments
Open

Example crashing #1

jvolker opened this issue Mar 23, 2015 · 0 comments

Comments

@jvolker
Copy link

jvolker commented Mar 23, 2015

Thanks for your work!

I'm trying to run the example on computer A and send Artnet to a software called Capture Argo on computer B. I changed the IP address to match computer B.

If I start Capture Argo and run the example, the example crashes with the following error:

Mrz 23, 2015 3:41:42 PM artnet4j.ArtNetServer start
Information: Art-Net server started at port: 6454
Mrz 23, 2015 3:41:42 PM artnet4j.ArtNetNodeDiscovery discoverNode
Information: discovered new node: /192.168.178.91
java.lang.NullPointerException
    at artnet4j.ArtNetNodeDiscovery.discoverNode(ArtNetNodeDiscovery.java:66)
    at artnet4j.ArtNet$1.artNetPacketReceived(ArtNet.java:74)
    at artnet4j.ArtNetServer.run(ArtNetServer.java:110)
    at java.lang.Thread.run(Thread.java:745)

So I tried to send data to VDMX instead (turned Capture Argo off) and managed to send data to VDMX by using it's DMX detect feature. But nothing shows up in it's "Network Browser" under the DMX settings.

Finally I was able to send data to Capture Argo by first starting the example and VDMX. When everything is running, I started Capture Argo. The example server was showing up in it's universe browser and I could work with it's data. Closing VDMX was possible then without crash.

Thanks.

Processing 2.2.1
artnetP5 latest version from repo

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

1 participant