E
E
Emil2022-03-06 07:44:59
Java
Emil, 2022-03-06 07:44:59

(Processing) Why is the application running in the IDE but refusing to be exported?

Hello. I have a Java application that compiles and runs in the IDE but refuses to export.
When exporting it says:

windows:


BUILD FAILED
C:\Users\Эмиль\Documents\Processing\sketch_220305a\application.windows32\launch4j-build.xml:5: net.sf.launch4j.BuilderException: net.sf.launch4j.ExecException: Exec failed (1): C:\Users\Эмиль\Downloads\processing-3.5.4-windows32\processing-3.5.4\modes\java\application\launch4j\bin\windres.exe --preprocessor=type -J rc -O coff -F pe-i386 C:\Users\C336~1\AppData\Local\Temp\launch4j7574058302140845369rc C:\Users\C336~1\AppData\Local\Temp\launch4j3572054285545959651o
  at net.sf.launch4j.Builder.build(Builder.java:149)
  at net.sf.launch4j.ant.Launch4jTask.execute(Launch4jTask.java:111)
  at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  at java.lang.reflect.Method.invoke(Method.java:498)
  at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
  at org.apache.tools.ant.Task.perform(Task.java:348)
  at org.apache.tools.ant.Target.execute(Target.java:390)
  at org.apache.tools.ant.Target.performTasks(Target.java:411)
  at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1399)
  at org.apache.tools.ant.Project.executeTarget(Project.java:1368)
  at processing.mode.java.JavaBuild.buildWindowsLauncher(JavaBuild.java:1231)
  at processing.mode.java.JavaBuild.exportApplication(JavaBuild.java:1102)
  at processing.mode.java.JavaBuild.exportApplication(JavaBuild.java:713)
  at processing.mode.java.JavaMode.handleExportApplication(JavaMode.java:237)
  at processing.mode.java.JavaEditor.exportApplicationPrompt(JavaEditor.java:945)
  at processing.mode.java.JavaEditor.handleExportApplication(JavaEditor.java:575)
  at processing.mode.java.JavaEditor$3.actionPerformed(JavaEditor.java:198)
  at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2022)
  at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2348)
  at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:402)
  at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:259)
  at javax.swing.AbstractButton.doClick(AbstractButton.java:376)
  at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:842)
  at javax.swing.plaf.basic.BasicMenuItemUI$Handler.menuDragMouseReleased(BasicMenuItemUI.java:952)
  at javax.swing.JMenuItem.fireMenuDragMouseReleased(JMenuItem.java:586)
  at javax.swing.JMenuItem.processMenuDragMouseEvent(JMenuItem.java:483)
  at javax.swing.JMenuItem.processMouseEvent(JMenuItem.java:429)
  at javax.swing.MenuSelectionManager.processMouseEvent(MenuSelectionManager.java:339)
  at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(BasicMenuItemUI.java:888)
  at java.awt.Component.processMouseEvent(Component.java:6539)
  at javax.swing.JComponent.processMouseEvent(JComponent.java:3324)
  at java.awt.Component.processEvent(Component.java:6304)
  at java.awt.Container.processEvent(Container.java:2239)
  at java.awt.Component.dispatchEventImpl(Component.java:4889)
  at java.awt.Container.dispatchEventImpl(Container.java:2297)
  at java.awt.Component.dispatchEvent(Component.java:4711)
  at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4904)
  at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4535)
  at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4476)
  at java.awt.Container.dispatchEventImpl(Container.java:2283)
  at java.awt.Window.dispatchEventImpl(Window.java:2746)
  at java.awt.Component.dispatchEvent(Component.java:4711)
  at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:760)
  at java.awt.EventQueue.access$500(EventQueue.java:97)
  at java.awt.EventQueue$3.run(EventQueue.java:709)
  at java.awt.EventQueue$3.run(EventQueue.java:703)
  at java.security.AccessController.doPrivileged(Native Method)
  at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:74)
  at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:84)
  at java.awt.EventQueue$4.run(EventQueue.java:733)
  at java.awt.EventQueue$4.run(EventQueue.java:731)
  at java.security.AccessController.doPrivileged(Native Method)
  at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:74)
  at java.awt.EventQueue.dispatchEvent(EventQueue.java:730)
  at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:205)
  at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
  at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
  at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
  at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
  at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)
Caused by: net.sf.launch4j.ExecException: Exec failed (1): C:\Users\Эмиль\Downloads\processing-3.5.4-windows32\processing-3.5.4\modes\java\application\launch4j\bin\windres.exe --preprocessor=type -J rc -O coff -F pe-i386 C:\Users\C336~1\AppData\Local\Temp\launch4j7574058302140845369rc C:\Users\C336~1\AppData\Local\Temp\launch4j3572054285545959651o
  at net.sf.launch4j.Util.exec(Util.java:156)
  at net.sf.launch4j.Cmd.exec(Builder.java:215)
  at net.sf.launch4j.Builder.build(Builder.java:100)
  ... 62 more

Total time: 1 second

With what it can be connected?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Dmitry Roo, 2022-03-06
@MrCheatEugene

Related to:
C:\Users\Emil\Downloads\processing-3.5.4-windows32\processing-3.5.4\modes\java\application\launch4j\bin\windres.exe
Possibly related to lack of such

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question