I cant spawn my mob i made

Started by ajrocks33 on

Topic category: Help with MCreator software

Last seen on 21:01, 26. Jan 2020
Joined Oct 2013
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I cant spawn my mob i made

it all started when i added ai to the mob every time i spawn it my game crashes

Last seen on 03:56, 14. Aug 2016
Joined Sep 2015
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Can you post the error here  
Mon, 02/01/2016 - 07:07

Can you post the error here

 

Last seen on 21:01, 26. Jan 2020
Joined Oct 2013
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
RE:Can you post the error here 
Mon, 02/01/2016 - 18:45

@#1

SERVER_STOPPED. Errors may have been discarded.
[10:43:22] [Client thread/INFO] [FML]: Server terminated.
AL lib: (EE) alc_cleanup: 1 device not closed
:runClient FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':runClient'.
> Process 'coTotal time: 2 mins 49.26 secs
mmand 'C:\Pylo\MCreator161\jdk64\bin\java.exe'' finished with non-zero exitRun with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
 value -1
BUILD FAILED
* Try:
C:\Pylo\MCreator161\forge>
Task completed with return code 0 in 170013 milliseconds
Task return code check OK!

 

Last seen on 21:01, 26. Jan 2020
Joined Oct 2013
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
this is the code when i spawn
Mon, 02/01/2016 - 18:49

this is the code when i spawn the mob and crash            

                                                                                                                     

                                                                                               

Last seen on 21:01, 26. Jan 2020
Joined Oct 2013
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
is it fixable
Tue, 02/02/2016 - 18:17

is it fixable

Last seen on 21:01, 26. Jan 2020
Joined Oct 2013
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
is no one going to help me D:
Tue, 02/02/2016 - 23:08

is no one going to help me D:

Last seen on 03:56, 14. Aug 2016
Joined Sep 2015
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
It is fixable. Your mob has a
Wed, 02/03/2016 - 11:23

It is fixable. Your mob has a code that endless loop,called every tick,the cpu cant control all this code and throw a crash called ticking error . Check your mob source code at onUpdate()  attributes error

Last seen on 21:01, 26. Jan 2020
Joined Oct 2013
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
ok i been doing some stuff
Thu, 02/04/2016 - 06:32

ok i been doing some stuff and i found out that the ai is not makeing my game crash the texture is when i removed ai still crashed when i removed the texture i wont crash

Last seen on 21:01, 26. Jan 2020
Joined Oct 2013
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
will any one help
Fri, 03/18/2016 - 22:55

will any one help

Last seen on 12:45, 11. May 2016
Joined Apr 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
If i turn of spawn block mod,
Wed, 05/11/2016 - 06:53

If i turn of spawn block mod, it will run again, but what is the fun in that?

Perhaps it somehow runs in a never ending loop?