can't open nodebox its send me a java error
i try to open first time nodebox but its send some kind a java error i look to java even reinstall the nodebox and java but still i hava thesame problem
- Adsız.jpg 350 KB
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 grolicus on 18 Nov, 2014 07:10 PM
Same thing here : it apparently wants us to revert to an older version of the Java run-time.
2 Posted by grolicus on 24 Nov, 2014 04:51 PM
My problem was solved : I too had reinstalled both Java and Nodebox in order to solve the problem, but I used of course the latest version of Java (8.25 at the time of writing).
But I had to manually install another older Java version, as directed by the Apple help button (see screenshot warning.tiff above). After that, it worked again.
Support Staff 3 Posted by Frederik De Ble... on 17 Jan, 2015 02:55 PM
Hi,
Here's the latest release candidate that includes the latest Java runtime. Could you test this and tell me if it works for you?
https://secure.nodebox.net/downloads/NodeBox-3.0.41-rc3.zip
(This is just on Mac – I haven't been able to reproduce the problem on Windows, currently).
Best,
Frederik
4 Posted by a friend on 23 Sep, 2015 02:53 PM
Same problem with windows and Java 1.8.0_45
java.util.concurrent.ExecutionException: java.lang.Error: Impossibile trovare il percorso specificato.
at java.util.concurrent.FutureTask.report(Unknown Source)
at java.util.concurrent.FutureTask.get(Unknown Source)
at javax.swing.SwingWorker.get(Unknown Source)
at nodebox.client.Application$1.done(Unknown Source)
at javax.swing.SwingWorker$5.run(Unknown Source)
at javax.swing.SwingWorker$DoSubmitAccumulativeRunnable.run(Unknown Source)
at sun.swing.AccumulativeRunnable.run(Unknown Source)
at javax.swing.SwingWorker$DoSubmitAccumulativeRunnable.actionPerformed(Unknown Source)
at javax.swing.Timer.fireActionPerformed(Unknown Source)
at javax.swing.Timer$DoPostEvent.run(Unknown Source)
at java.awt.event.InvocationEvent.dispatch(Unknown Source)
at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$400(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.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: java.lang.Error: Impossibile trovare il percorso specificato.
at com.sun.jna.Native.open(Native Method)
at com.sun.jna.NativeLibrary.loadLibrary(NativeLibrary.java:171)
at com.sun.jna.NativeLibrary.getInstance(NativeLibrary.java:398)
at com.sun.jna.Library$Handler.<init>(Library.java:147)
at com.sun.jna.Native.loadLibrary(Native.java:412)
at nodebox.ui.Platform$Shell32.<clinit>(Unknown Source)
at nodebox.ui.Platform.getUserDataDirectory(Unknown Source)
at nodebox.client.Application.createNodeBoxDataDirectories(Unknown Source)
at nodebox.client.Application.initApplication(Unknown Source)
at nodebox.client.Application.access$000(Unknown Source)
at nodebox.client.Application$1.doInBackground(Unknown Source)
at nodebox.client.Application$1.doInBackground(Unknown Source)
at javax.swing.SwingWorker$1.call(Unknown Source)
at java.util.concurrent.FutureTask.run(Unknown Source)
at javax.swing.SwingWorker.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Support Staff 5 Posted by Frederik De Ble... on 24 Sep, 2015 07:45 AM
Thanks for the error message -- however it points to a missing
shell32.dll
, which should be an essential file of your system and is available (or should be) on all Windows installations starting from Windows 2000.What version of Windows are you running?
Can you check you have a file under
c:\Windows\system32\shell32.dll
?Support Staff 6 Posted by Frederik De Ble... on 28 Sep, 2015 01:15 PM
Here's a new version for Windows, using a different packaging system. Could you try to open it and see if it works?
https://secure.nodebox.net/downloads/NodeBox-3.0.44-rc1.exe
7 Posted by Pomoe on 16 Oct, 2015 10:52 PM
Thanks, this version : https://secure.nodebox.net/downloads/NodeBox-3.0.41-rc3.zip
worked perfectly on my mac (I have a Mac OS X Yosemite - 10.10.3) ! Thanks a lot !
Support Staff 8 Posted by Frederik De Ble... on 17 Oct, 2015 08:21 AM
Thanks for testing! We'll release that as the official version soon.