Skip to content

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

Description

@jeremydouglass

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions