NodeBox unable to open a project
Hello!
Every time I trying to open any *.py project, I get this:
java.lang.RuntimeException: Could not load C:\Program Files
(x86)\NodeBox\examples\test.py
at nodebox.client.NodeBoxDocument.load(Unknown Source) at
nodebox.client.Application.openDocument(Unknown Source) at
nodebox.client.NodeBoxMenuBar$OpenAction.actionPerformed(Unknown
Source) at javax.swing.AbstractButton.fireActionPerformed(Unknown
Source) at
javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown
Source) at javax.swing.DefaultButtonModel.setPressed(Unknown
Source) at javax.swing.AbstractButton.doClick(Unknown Source) at
javax.swing.plaf.basic.BasicMenuItemUI.doClick(Unknown Source) at
javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(Unknown
Source) at java.awt.Component.processMouseEvent(Unknown Source) at
javax.swing.JComponent.processMouseEvent(Unknown Source) at
java.awt.Component.processEvent(Unknown Source) at
java.awt.Container.processEvent(Unknown Source) at
java.awt.Component.dispatchEventImpl(Unknown Source) at
java.awt.Container.dispatchEventImpl(Unknown Source) at
java.awt.Component.dispatchEvent(Unknown Source) at
java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source) at
java.awt.Container.dispatchEventImpl(Unknown Source) at
java.awt.Window.dispatchEventImpl(Unknown Source) at
java.awt.Component.dispatchEvent(Unknown Source) at
java.awt.EventQueue.dispatchEventImpl(Unknown Source) at
java.awt.EventQueue.access$200(Unknown Source) at
java.awt.EventQueue$3.run(Unknown Source) at
java.awt.EventQueue$3.run(Unknown Source) at
java.security.AccessController.doPrivileged(Native Method) at
java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown
Source) at
java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown
Source) at java.awt.EventQueue$4.run(Unknown Source) at
java.awt.EventQueue$4.run(Unknown Source) at
java.security.AccessController.doPrivileged(Native Method) at
java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown
Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at
java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown
Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at
java.awt.EventDispatchThread.run(Unknown Source) Caused by:
nodebox.util.LoadException: Could not read NDBX file
at nodebox.node.NodeLibrary.load(Unknown Source) ... 41 more Caused
by: javax.xml.stream.XMLStreamException: ParseError at
[row,col]:[1,1]
Message: Content is not allowed in prolog.
at
com.sun.org.apache.xerces.internal.impl.XMLStreamReaderImpl.next(Unknown
Source) at nodebox.node.NodeLibrary.(Unknown Source) ... 42
more
I'm running Win7 x64. May be this is the problem? Thanks.
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
1 Posted by gzyzzle on 24 Mar, 2013 06:09 PM
NodeBox 3.0.34
Support Staff 2 Posted by Stefan Gabriels on 25 Mar, 2013 03:08 PM
Hey,
NodeBox 3 can only open *.ndbx files the way you want to do it. If you want to use functionality from python files inside NodeBox you can follow this tutorial: http://nodebox.net/node/documentation/advanced/programming-nodes.html
Stefan Gabriels closed this discussion on 25 Mar, 2013 03:08 PM.