Started by
HfEvra
on
Topic category: Help with MCreator software
I was trying to make mob AI in 1.8.1 version, but in the "Mob AI Builder", there's nothing. It's just blank.
I tried to right click it to see if something happened but it didn't work. How can I edit the AI?
What OS do you use? And did it work in 1.8.0?
I don't know what OS means, but whatever, here's a screenshot.
Right click the image and open in new tab, if nothing shows up.
I'm using 1.8.1, I've never used any prior version.
OS means Operating System - like Windows, macOS or Linux.
If you use Windows, please go to the installation folder of MCreator and click on mcreator.bat file. MCreator will open and a new terminal will open too. Open mob editor and go to the page that is on the screenshot. After you do this, copy the contents of the terminal that opened when you launched MCreator in this forum thread. I will try to help you based on this info.
[Mon Nov 19 22:49:17 EET 2018] [Launcher] Java version: 1.8.0_172, specification: 1.8
[Mon Nov 19 22:49:17 EET 2018] [Launcher] Current JAVA_HOME for running instance: C:\Pylo\MCreator181\jdk\jre
[Mon Nov 19 22:49:19 EET 2018] [Launcher] Installation path: C:\Pylo\MCreator181
[Mon Nov 19 22:49:19 EET 2018] [Launcher] User home of MCreator: C:\Users\toshiba\.mcreator\
[Mon Nov 19 22:49:20 EET 2018] [WebIO] Reading from URL: https://mcreator.net/app
[Mon Nov 19 22:49:24 EET 2018] Skipping update message ...
[Mon Nov 19 22:49:24 EET 2018] [WebIO] Reading from URL: https://mcreator.net/app/motw
[Mon Nov 19 22:49:24 EET 2018] [WebIO] Reading from URL: https://mcreator.net/app/news
[Mon Nov 19 22:49:27 EET 2018] Checking Pylo user session
[Mon Nov 19 22:49:30 EET 2018] Pylo sync status: true
[Mon Nov 19 22:49:30 EET 2018] [GA] Tracking page: /1.8.1/launch
[Mon Nov 19 22:49:50 EET 2018] Exception in thread "JavaFX Application Thread" [Mon Nov 19 22:49:50 EET 2018] java.lang.NullPointerException
[Mon Nov 19 22:49:50 EET 2018] at java.io.DataInputStream.read(DataInputStream.java:149)
[Mon Nov 19 22:49:50 EET 2018] at sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:284)
[Mon Nov 19 22:49:50 EET 2018] at sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:326)
[Mon Nov 19 22:49:50 EET 2018] at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:178)
[Mon Nov 19 22:49:50 EET 2018] at java.io.InputStreamReader.read(InputStreamReader.java:184)
[Mon Nov 19 22:49:50 EET 2018] at java.io.BufferedReader.fill(BufferedReader.java:161)
[Mon Nov 19 22:49:50 EET 2018] at java.io.BufferedReader.readLine(BufferedReader.java:324)
[Mon Nov 19 22:49:50 EET 2018] at java.io.BufferedReader.readLine(BufferedReader.java:389)
[Mon Nov 19 22:49:50 EET 2018] at co.pylo.mcreator.f.b.a(Unknown Source)
[Mon Nov 19 22:49:50 EET 2018] at co.pylo.mcreator.blockly.ExternalBlockLoader.a(Unknown Source)
[Mon Nov 19 22:49:50 EET 2018] at co.pylo.mcreator.modgui.p.i(Unknown Source)
[Mon Nov 19 22:49:50 EET 2018] at co.pylo.mcreator.m.d.a(Unknown Source)
[Mon Nov 19 22:49:50 EET 2018] at java.util.ArrayList.forEach(ArrayList.java:1257)
[Mon Nov 19 22:49:50 EET 2018] at co.pylo.mcreator.blockly.b.a(Unknown Source)
[Mon Nov 19 22:49:50 EET 2018] at com.sun.javafx.binding.ExpressionHelper$SingleChange.fireValueChangedEvent(ExpressionHelper.java:182)
[Mon Nov 19 22:49:50 EET 2018] at com.sun.javafx.binding.ExpressionHelper.fireValueChangedEvent(ExpressionHelper.java:81)
[Mon Nov 19 22:49:50 EET 2018] at javafx.beans.property.ReadOnlyObjectPropertyBase.fireValueChangedEvent(ReadOnlyObjectPropertyBase.java:74)
[Mon Nov 19 22:49:50 EET 2018] at javafx.beans.property.ReadOnlyObjectWrapper.fireValueChangedEvent(ReadOnlyObjectWrapper.java:102)
[Mon Nov 19 22:49:50 EET 2018] at javafx.beans.property.ObjectPropertyBase.markInvalid(ObjectPropertyBase.java:112)
[Mon Nov 19 22:49:50 EET 2018] at javafx.beans.property.ObjectPropertyBase.set(ObjectPropertyBase.java:146)
[Mon Nov 19 22:49:50 EET 2018] at javafx.scene.web.WebEngine$LoadWorker.updateState(WebEngine.java:1287)
[Mon Nov 19 22:49:50 EET 2018] at javafx.scene.web.WebEngine$LoadWorker.dispatchLoadEvent(WebEngine.java:1401)
[Mon Nov 19 22:49:50 EET 2018] at javafx.scene.web.WebEngine$LoadWorker.access$1200(WebEngine.java:1280)
[Mon Nov 19 22:49:50 EET 2018] at javafx.scene.web.WebEngine$PageLoadListener.dispatchLoadEvent(WebEngine.java:1267)
[Mon Nov 19 22:49:50 EET 2018] at com.sun.webkit.WebPage.fireLoadEvent(WebPage.java:2516)
[Mon Nov 19 22:49:50 EET 2018] at com.sun.webkit.WebPage.fwkFireLoadEvent(WebPage.java:2360)
[Mon Nov 19 22:49:50 EET 2018] at com.sun.webkit.network.URLLoader.twkDidFinishLoading(Native Method)
[Mon Nov 19 22:49:50 EET 2018] at com.sun.webkit.network.URLLoader.notifyDidFinishLoading(URLLoader.java:871)
[Mon Nov 19 22:49:50 EET 2018] at com.sun.webkit.network.URLLoader.lambda$didFinishLoading$103(URLLoader.java:862)
[Mon Nov 19 22:49:50 EET 2018] at com.sun.javafx.application.PlatformImpl.lambda$null$172(PlatformImpl.java:295)
[Mon Nov 19 22:49:50 EET 2018] at java.security.AccessController.doPrivileged(Native Method)
[Mon Nov 19 22:49:50 EET 2018] at com.sun.javafx.application.PlatformImpl.lambda$runLater$173(PlatformImpl.java:294)
[Mon Nov 19 22:49:50 EET 2018] at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:95)
[Mon Nov 19 22:49:50 EET 2018] at com.sun.glass.ui.win.WinApplication._runLoop(Native Method)
[Mon Nov 19 22:49:50 EET 2018] at com.sun.glass.ui.win.WinApplication.lambda$null$147(WinApplication.java:177)
[Mon Nov 19 22:49:50 EET 2018] at java.lang.Thread.run(Thread.java:748)
[Mon Nov 19 22:49:50 EET 2018] Suppressed: java.lang.NullPointerException
[Mon Nov 19 22:49:50 EET 2018] at java.io.FilterInputStream.close(FilterInputStream.java:181)
[Mon Nov 19 22:49:50 EET 2018] at sun.nio.cs.StreamDecoder.implClose(StreamDecoder.java:378)
[Mon Nov 19 22:49:50 EET 2018] at sun.nio.cs.StreamDecoder.close(StreamDecoder.java:193)
[Mon Nov 19 22:49:50 EET 2018] at java.io.InputStreamReader.close(InputStreamReader.java:199)
[Mon Nov 19 22:49:50 EET 2018] at java.io.BufferedReader.close(BufferedReader.java:525)
[Mon Nov 19 22:49:51 EET 2018] ... 28 more
Thank you very much. I will try to find the cause for this. If I will need more info, I will ask you here.
Is there an option that you zip your whole MCreator installation and upload it somewhere and send me the link to your zip file of the installation to support (at) pylo . co - without spaces and with proper at symbol. This would help me a lot. Thanks in advance :)
I don't understand what you mean by "MCreator installation". Do you just mean... a ".zip" file of the button on my desktop? Am I supposed to put in in a ".zip" and send it?
MCreator is installed in C:/Pylo/MCreator181. I meant to zip this whole folder (MCreator181). Thanks!
I don't know how I could send this to you even by ".zip"ing it, because the file is too big and I'm only allowed to send it through Google Drive. And even then, I don't know if you can open it without some "permission" mechanic that forces me to do something.
Use Mediafire, Dropbox or PCloud they should have enough space to handel this file
Thank you very much, I got your file. This will help me a lot :)
I have extracted you zip and tested it and I could use AI builder normally. I gues this has something to do with your system.
If you could, please answer to these questions. Thanks.
I don't know what you mean by "computer setup specifics".
And yes, the procedure editor works; but the overlay editor doesn't. It has the same blank screen as mob AI.