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 He_Mesh/demo incorrectly packaged, fails to run #265

Open
jeremydouglass opened this issue Aug 17, 2021 · 0 comments
Open

example He_Mesh/demo incorrectly packaged, fails to run #265

jeremydouglass opened this issue Aug 17, 2021 · 0 comments

Comments

@jeremydouglass
Copy link
Member

The first He_Mesh example is named:

examples/Libraries/He_Mesh/demo.pde

This violates the Processing convention (Java class convention) that sketch folders and files have the same name. It should be named:

examples/Libraries/He_Mesh/Demo/Demo.rpde

However, when renamed and run, it fails with a hung applet and a sketch console error:

null
	at rprocessing.exception.RSketchError.toSketchException(Unknown Source)
	at rprocessing.RLangPApplet$3.uncaughtException(Unknown Source)
	at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:1057)
	at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:1052)
	at java.lang.Thread.dispatchUncaughtException(Thread.java:1959)

Tested with (same error):

  • Processing.R 1.0.8, he_mesh 2019.0.0 and peasycam 302
  • Processing.R 1.0.8, he_mesh 2019.0.2 and peasycam 302
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