Issue when export to MacOS

Hello,

everytime I try to export my programm to MacOS, I getting an issue:

    java.io.FileNotFoundException: C:\Users\Pascal\Desktop\processing-2.2.1\java\..\..\..\..\..\MacOS\Processing (Das System kann den angegebenen Pfad nicht finden)
                    at java.io.FileInputStream.open(Native Method)
                    at java.io.FileInputStream.(Unknown Source)
                    at processing.app.Base.copyFile(Base.java:2698)
                    at processing.mode.java.JavaBuild.exportApplication(JavaBuild.java:1233)
                    at processing.mode.java.JavaBuild.exportApplication(JavaBuild.java:1135)
                    at processing.mode.java.JavaMode.handleExportApplication(JavaMode.java:166)
                    at processing.mode.java.JavaEditor.exportApplicationPrompt(JavaEditor.java:564)
                    at processing.mode.java.JavaEditor.handleExportApplication(JavaEditor.java:239)
                    at processing.mode.java.JavaEditor$1.actionPerformed(JavaEditor.java:55)
                    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)    

I use Processing 2.2.1 on Win8.1 64x. I also tried to open the Processing version 3.0a4, but everytime I start the processing.exe out of the root, a window opened with the name sketchXYZ | Processing 2.2.1

Is there any fix for this issue? Because there are more reports about this bug: http://forum.processing.org/two/discussion/5383/cannot-export-sketch-for-mac-with-processing-2-2-or-2-2-1/p1

Best Regards,

Pascal

Tagged:
Sign In or Register to comment.