We are about to switch to a new forum software. Until then we have removed the registration on this forum.
When trying to save a "rather simple) sketch with 2 Tabs, sometimes the following exception is thrown:
java.io.IOException: Das System kann den angegebenen Pfad nicht finden
at java.io.WinNTFileSystem.createFileExclusively(Native Method)
at java.io.File.createNewFile(Unknown Source)
at java.io.File.createTempFile(Unknown Source)
at processing.app.Base.saveFile(Base.java:2659)
at processing.app.SketchCode.save(SketchCode.java:308)
at processing.app.Sketch.save(Sketch.java:694)
at processing.app.Editor.handleSaveImpl(Editor.java:2341)
at processing.app.Editor$38.run(Editor.java:2330)
at java.awt.event.InvocationEvent.dispatch(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.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)
IOexception in english should be: The system cannot find the path specified
Only solution is to save under a different sketch name. OS is win XP.
Any ideas?
Kind regards
Michael
Answers
I consistently have this problem too. It seems to be PDE X related. [Win 7, 32 bit]
Yeahp, same here [Debian Wheezy x64]