Bug #4872
closedlisten to director throws error
0%
Description
Add an SDF Director and the Tools->Listen to Director. An error pops up on the console:
Error creating action for class: org.kepler.gui.RunWithFeedbackChkBoxAction : null
Error creating action for class: org.kepler.gui.RunWithFeedbackChkBoxAction
I'm not sure if this causes problems or not.
Related issues
Updated by Derik Barseghian over 14 years ago
I believe this is more general; I've seen this error periodically lately when using other context menus.
Updated by Derik Barseghian over 14 years ago
This also happens when you use these context menus:
Open Actor
Documentation => Display
Listen to Actor
I'm also not sure if it causes any problems (so far I haven't seen any)...
Updated by Oliver Soong over 14 years ago
I'm also seeing something like this when I run, sometimes. I get:
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
[...]
at org.kepler.gui.MenuMapper.getActionFor(MenuMapper.java:261)
[...]
Caused by: java.lang.IllegalArgumentException: RunWithFeedbackChkBoxAction constructor could not get actions for DEBUG->ANIMATE EXECUTION or DEBUG->STOP ANIMATING
at org.kepler.gui.RunWithFeedbackChkBoxAction.<init>(RunWithFeedbackChkBoxAction.java:123)
Updated by Oliver Soong over 14 years ago
Oh, and it doesn't seem to cause any serious problems.