We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexSuggestions & BugsSoftware Bugs › won't run OS X 10.3.9
Page Index Toggle Pages: 1
won't run OS X 10.3.9 (Read 1036 times)
won't run OS X 10.3.9
Jun 3rd, 2005, 12:08am
 
I do a fair amount of java graphics progrmaming with no problems. However,  I can't use run function in processing.

Can't find/access AST Node typeantlr.ExtendedCommonASTWithHiddenTokens
apple.awt.EventQueueExceptionHandler Caught Throwable : java.lang.IllegalAccessError: tried to access method antlr.CommonHiddenStreamToken.setHiddenBefore(Lantlr/CommonHiddenStreamToken;)V from class antlr.TokenStreamCopyingHiddenTokenFilter
java.lang.IllegalAccessError: tried to access method antlr.CommonHiddenStreamToken.setHiddenBefore(Lantlr/CommonHiddenStreamToken;)V from class antlr.TokenStreamCopyingHiddenTokenFilter
at antlr.TokenStreamCopyingHiddenTokenFilter.nextToken(TokenStreamCopyingHiddenToke
nFilter.java:162)
at antlr.TokenBuffer.fill(TokenBuffer.java:69)
at antlr.TokenBuffer.LA(TokenBuffer.java:80)
at antlr.LLkParser.LA(LLkParser.java:52)
at processing.app.preproc.PdeRecognizer.pdeProgram(PdeRecognizer.java:65)
at processing.app.preproc.PdePreprocessor.write(PdePreprocessor.java:254)
at processing.app.Sketch.build(Sketch.java:1351)
at processing.app.Sketch.handleRun(Sketch.java:1212)
at processing.app.Editor.handleRun(Editor.java:1069)
at processing.app.EditorButtons.mouseReleased(EditorButtons.java:324)
at java.awt.Component.processMouseEvent(Component.java:5166)
at java.awt.Component.processEvent(Component.java:4963)
at java.awt.Container.processEvent(Container.java:1613)
at java.awt.Component.dispatchEventImpl(Component.java:3681)
at java.awt.Container.dispatchEventImpl(Container.java:1671)
at java.awt.Component.dispatchEvent(Component.java:3543)
at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:3527)
at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3242)
at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3172)
at java.awt.Container.dispatchEventImpl(Container.java:1657)
at java.awt.Window.dispatchEventImpl(Window.java:1606)
at java.awt.Component.dispatchEvent(Component.java:3543)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:456)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:2
34)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:184
)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:178)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:170)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)
Re: won't run OS X 10.3.9
Reply #1 - Jun 3rd, 2005, 4:13am
 
since i can't magically guess what's happening with your program, please first read the faq: http://processing.org/faq/bugs.html#found
Re: won't run OS X 10.3.9
Reply #2 - Jun 3rd, 2005, 5:19am
 
It isn't dependent upon a program. If I use any of the example programs, I get the same error. Even if I type no code, I get the error.
Re: won't run OS X 10.3.9
Reply #3 - Jul 28th, 2005, 1:48am
 
perhaps you have something else installed that uses antlr and that's conflicting with the version used by processing?

have you tried reinstalling processing? it seems to be missing a file or confused by another copy of it being elsewhere.
Page Index Toggle Pages: 1