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 SineWave fails with SketchException #264

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

example SineWave fails with SketchException #264

jeremydouglass opened this issue Aug 17, 2021 · 0 comments

Comments

@jeremydouglass
Copy link
Member

jeremydouglass commented Aug 17, 2021

While testing examples: examples/Libraries/sound/SineWave/SineWave.rpde fails, with a crashed applet and error text in the sketch console area.

processing.app.SketchException: Invalid argument:
	import(language)
	Expected:
	import(Symbol)
	at rprocessing.mode.run.SketchRunner.convertREvalError(Unknown Source)
	at rprocessing.mode.run.SketchRunner.access$300(Unknown Source)
	at rprocessing.mode.run.SketchRunner$2.run(Unknown Source)
	at java.lang.Thread.run(Thread.java:748)

It might be a regression related to the latest release of Processing.R -- or something to do with changes in the Sound library.

Tested on (failed the same on both):

  • macOS Processing 3.4, Processing.R 1.0.8, sound 2.2.3
  • macOS Processing 3.4, Processing.R 1.0.8, sound 2.3.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant