Issue with mob AI

Started by HfEvra on

Topic category: Help with MCreator software

Last seen on 19:33, 28. Nov 2018
Joined Nov 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Issue with mob AI

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?

Last seen on 19:33, 28. Nov 2018
Joined Nov 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I don't know what OS means,…
Mon, 11/19/2018 - 14:43

I don't know what OS means, but whatever, here's a screenshot.The screen I get.

Last seen on 19:33, 28. Nov 2018
Joined Nov 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Right click the image and…
Mon, 11/19/2018 - 14:44

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 -…
Mon, 11/19/2018 - 16:30

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.

Last seen on 19:33, 28. Nov 2018
Joined Nov 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
[Mon Nov 19 22:49:17 EET…
Mon, 11/19/2018 - 19:50

[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…
Mon, 11/19/2018 - 20:00

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…
Wed, 11/21/2018 - 10:50

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 :)

Last seen on 19:33, 28. Nov 2018
Joined Nov 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I don't understand what you…
Wed, 11/21/2018 - 14:13

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:…
Thu, 11/22/2018 - 17:10

MCreator is installed in C:/Pylo/MCreator181. I meant to zip this whole folder (MCreator181). Thanks!

Last seen on 19:33, 28. Nov 2018
Joined Nov 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I don't know how I could…
Fri, 11/23/2018 - 20:05

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.

Last seen on 03:03, 6. Feb 2024
Joined Apr 2014
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Use Mediafire, Dropbox or…
Sat, 11/24/2018 - 01:33

Use Mediafire, Dropbox or PCloud they should have enough space to handel this file

I have extracted you zip and…
Sun, 11/25/2018 - 10:43

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.

  • What OS do you use (exact version)?
  • Are there any specifics with your computer setup?
  • Does procedure editor work?

If you could, please answer to these questions. Thanks.

Last seen on 19:33, 28. Nov 2018
Joined Nov 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
64 bit / x64 bit Intel(R)…
Mon, 11/26/2018 - 18:19
  • 64 bit / x64 bit
  • Intel(R) Pentium(R) CPU N3520 @ 2.16GHz 2.16 GHz
  • Windows 10

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.Procedure