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

NullPointerException #10

Open
GoogleCodeExporter opened this issue Mar 13, 2015 · 6 comments
Open

NullPointerException #10

GoogleCodeExporter opened this issue Mar 13, 2015 · 6 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Download fidgen-0003.src.zip
2. Open Fidgen.pde
3. NullPointerException shown with the following error messages:
--------------------------------------------------------------------
creating FidStore...
ControlP5 0.5.4 infos, comments, questions at 
http://www.sojamo.de/libraries/controlP5
added new fiducial, this session: 1 total: 1

Exception in thread "Animation Thread" java.lang.NullPointerException
    at FidGen$FiducialNode.update(FidGen.java:460)
    at toxi.physics.VerletPhysics.updateParticles(Unknown Source)
    at toxi.physics.VerletPhysics.update(Unknown Source)
    at FidGen.draw(FidGen.java:119)
    at processing.core.PApplet.handleDraw(PApplet.java:1425)
    at processing.core.PApplet.run(PApplet.java:1327)
    at java.lang.Thread.run(Thread.java:619)
--------------------------------------------------------------------

What is the expected output? What do you see instead?
The expected output is a fiducial marker generator window but what instead, I 
saw blank window with the above error and the processing IDE stopped at this 
line --->     Iterator i=blacks.iterator();

What version of the product are you using? On what operating system?
Fidgen-0003.src.zip on Windows XP and Processing 1.0.9

Please provide any additional information below.



Original issue reported on code.google.com by yanto.e...@gmail.com on 2 Mar 2011 at 2:46

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