Error when building MCreator

Started by I_eat_beans_bruh on

Topic category: Troubleshooting, bugs, and solutions

Joined Aug 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Error when building MCreator

Issue description

When I export MCreator as a release in gradle I get the errror "Execute failed: java.io.IOException: Cannot run program "\build\tools\mkisofs\Sample\mkisofs" (in directory "E:\MCreator built\MCreator"): CreateProcess error=2, The system cannot find the file specified" I understand this is a duplicate issue but looking at the comments in the original didn't help me and I didn't understand.

How to reproduce this issue?

Git clone MCreator
Export release in the gradle

Operating system

Windows

Details

Operating system : Windows 11

Intellij IDEA version : 2023.1.3

Logs

4:08:48 AM: Executing 'clean exportAll'...

Configure project :
Project : => no module-info.java found

Task :clean
Task :downloadJDKLinux64
Task :cleanupPlugins
Task :export_plugin_generator-1194
Task :export_plugin_generator-1201
Task :export_plugin_generator-addon-120x
Task :export_plugin_mcreator-core
Task :export_plugin_mcreator-link
Task :export_plugin_mcreator-localization
Task :export_plugin_mcreator-themes
Task :exportPlugins
Task :compileJava
Task :processResources
Task :classes
Task :jar
Task :exportLinux64
Task :tarLinux64
Task :exportLinux
Task :downloadJDKMacAarch64

Task :downloadMKISOFS
Download https://netix.dl.sourceforge.net/project/mkisofs-md5/mkisofs-md5-v2.01/mkisofs-md5-2.01-Binary.zip

Task :exportMacAarch64 FAILED
19 actionable tasks: 19 executed

FAILURE: Build failed with an exception.

  • Where:
    Script 'E:\MCreator built\MCreator\platform\mac\mac.gradle' line: 24
  • What went wrong:
    Execution failed for task ':exportMacAarch64'.

Execute failed: java.io.IOException: Cannot run program "\build\tools\mkisofs\Sample\mkisofs" (in directory "E:\MCreator built\MCreator"): CreateProcess error=2, The system cannot find the file specified

  • Try:

Run with --stacktrace option to get the stack trace.
Run with --info or --debug option to get more log output.
Run with --scan to get full insights.
Get more help at https://help.gradle.org.

BUILD FAILED in 55s
4:09:43 AM: Execution finished 'clean exportAll'.