Started by
the sloth
on
Topic category: Help with MCreator software
For some reason, I get this weird folder thing but I can't find where the actual application is.
Edited by the sloth on Thu, 03/21/2019 - 08:01
Topic category: Help with MCreator software
For some reason, I get this weird folder thing but I can't find where the actual application is.
Make sure to read this guide: https://mcreator.net/install/mac
Ok, thank you very much!
No problem :D
Umm... I did what it told me to but Creator won't open. It just does this.
mcreator.command ; exit;
/Users/junnkato/Documents/MINECRAFT STUFF./MCreator183/mcreator.command: line 8: cd: /Users/junnkato/Documents/MINECRAFT: No such file or directory
/Users/junnkato/Documents/MINECRAFT STUFF./MCreator183/mcreator.command: line 14: ./jdk/Contents/Home/bin/java: No such file or directory
logout
Saving session...
...copying shared history...
...saving history...truncating history files...
...completed.
[Process completed]
I tried to put in the command thing but it wouldn't let me.
This seems like you have incomplete setup or Antivirus that removed some of the files. Try reinstalling MCreator.
I've had the same issue so i'm just going to wait till 1.8.4 if it gets fixed
Ok, thank you!
OveridSnakeYT: This is antivirus issue, not version issue.
I dont have an anti virus and I cant even type the "brew reinstall" and I also did the read and write
Last login: Sat Mar 30 11:14:26 on ttys000
Jacks-iMac:~ JackW$ /Users/JackW/Desktop/MCreator183/mcreator.command ; exit;
[Sat Mar 30 11:30:13 MST 2019] [Launcher] Java version: 1.8.0_202, specification: 1.8, VM name: OpenJDK 64-Bit Server VM, VM vendor: BellSoft
[Sat Mar 30 11:30:13 MST 2019] [Launcher] Current JAVA_HOME for running instance: /Users/JackW/Desktop/MCreator183/jdk/Contents/Home/jre
[Sat Mar 30 11:30:15 MST 2019] Failed to init MCreator Theme! Error Problem reading font data.
[Sat Mar 30 11:30:15 MST 2019] Exception in thread "main" [Sat Mar 30 11:30:15 MST 2019] java.lang.UnsatisfiedLinkError: /Users/JackW/Desktop/MCreator183/jdk/Contents/Home/jre/lib/libfontmanager.dylib: dlopen(/Users/JackW/Desktop/MCreator183/jdk/Contents/Home/jre/lib/libfontmanager.dylib, 1): Library not loaded: /opt/local/lib/libpng16.16.dylib
Referenced from: /Users/JackW/Desktop/MCreator183/jdk/Contents/Home/jre/lib/./libfreetype.6.dylib
Reason: image not found
[Sat Mar 30 11:30:15 MST 2019] at java.lang.ClassLoader$NativeLibrary.load(Native Method)
[Sat Mar 30 11:30:15 MST 2019] at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1941)
[Sat Mar 30 11:30:15 MST 2019] at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1845)
[Sat Mar 30 11:30:15 MST 2019] at java.lang.Runtime.loadLibrary0(Runtime.java:870)
[Sat Mar 30 11:30:15 MST 2019] at java.lang.System.loadLibrary(System.java:1122)
[Sat Mar 30 11:30:15 MST 2019] at sun.lwawt.macosx.LWCToolkit$1.run(LWCToolkit.java:93)
[Sat Mar 30 11:30:15 MST 2019] at sun.lwawt.macosx.LWCToolkit$1.run(LWCToolkit.java:80)
[Sat Mar 30 11:30:15 MST 2019] at java.security.AccessController.doPrivileged(Native Method)
[Sat Mar 30 11:30:15 MST 2019] at sun.lwawt.macosx.LWCToolkit.<clinit>(LWCToolkit.java:79)
[Sat Mar 30 11:30:15 MST 2019] at java.lang.Class.forName0(Native Method)
[Sat Mar 30 11:30:15 MST 2019] at java.lang.Class.forName(Class.java:264)
[Sat Mar 30 11:30:15 MST 2019] at java.awt.Toolkit$2.run(Toolkit.java:860)
[Sat Mar 30 11:30:15 MST 2019] at java.awt.Toolkit$2.run(Toolkit.java:855)
[Sat Mar 30 11:30:15 MST 2019] at java.security.AccessController.doPrivileged(Native Method)
[Sat Mar 30 11:30:15 MST 2019] at java.awt.Toolkit.getDefaultToolkit(Toolkit.java:854)
[Sat Mar 30 11:30:15 MST 2019] at sun.swing.SwingUtilities2.getSystemMnemonicKeyMask(SwingUtilities2.java:2020)
[Sat Mar 30 11:30:15 MST 2019] at javax.swing.plaf.basic.BasicLookAndFeel.initComponentDefaults(BasicLookAndFeel.java:1158)
[Sat Mar 30 11:30:15 MST 2019] at javax.swing.plaf.metal.MetalLookAndFeel.initComponentDefaults(MetalLookAndFeel.java:431)
[Sat Mar 30 11:30:15 MST 2019] at javax.swing.plaf.basic.BasicLookAndFeel.getDefaults(BasicLookAndFeel.java:148)
[Sat Mar 30 11:30:15 MST 2019] at javax.swing.plaf.metal.MetalLookAndFeel.getDefaults(MetalLookAndFeel.java:1577)
[Sat Mar 30 11:30:15 MST 2019] at javax.swing.UIManager.setLookAndFeel(UIManager.java:539)
[Sat Mar 30 11:30:15 MST 2019] at co.pylo.mcreator.Launcher.main(SourceFile:66)
logout
Saving session...
...copying shared history...
...saving history...truncating history files...
...completed.
[Process completed]
OveridSnakeYT: You need to run brew reinstall thing. If you don't have brew, install it first and then run this command.
The resolution is that you need to search up how to install the "libpng" tool from brew. Sometimes "brew reinstall libpng" won't work because your computer has never owned it yet or it just doesn't know the command yet. You can run this command in the terminal to start downloading it:
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
You will need your password for this to work by the way. Once the command stops, type "brew install libpng" into the same terminal and the installation will begin. Once it finishes, try opening the MCreator command and it should work this time!
We will do our best to remove the need to do this in the future updates.