Minecraft Crashing

Started by NOYB on

Topic category: Help with MCreator software

Last seen on 06:40, 15. Feb 2021
Joined May 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Minecraft Crashing
Mon, 06/08/2020 - 13:26 (edited)

I keep getting this error and I honestly don't understand what it says. It says 'runClient' task failed, but it's the general task. I don't know what's wrong. You can find the crash report here. Also you can find the Gradle task here. Sorry it is long.

Edited by NOYB on Mon, 06/08/2020 - 13:26
Last seen on 03:10, 19. Feb 2022
Joined Jun 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Do not add JEI to your run…
Mon, 06/08/2020 - 13:43

Do not add JEI to your run/mods folder, development enviroment is deobfed so you would need a deobf version of JEI too.

If you don't know what is a deobf mod: https://www.reddit.com/r/feedthebeast/comments/7i0mui/quark_deobf/

Last seen on 06:40, 15. Feb 2021
Joined May 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Thanks for the fast reply, I…
Mon, 06/08/2020 - 13:47

Thanks for the fast reply, I'll add deobf version.

Last seen on 06:40, 15. Feb 2021
Joined May 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I added deobf version but…
Mon, 06/08/2020 - 14:13

I added deobf version but now it says "MCreator detected Gradle caches got corrupted." and tries to clear caches, but nothing changes. How can I fix this.

Last seen on 03:10, 19. Feb 2022
Joined Jun 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
provide log please. And…
Mon, 06/08/2020 - 23:08

provide log please.

And where did you get the deobf version?
I checked and the only way of getting the deobf version is manually adding something to build.gradle so forge de-obfuscates it at runtime

Last seen on 00:05, 19. Apr 2024
Joined May 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
do you actually know what a…
Mon, 06/08/2020 - 23:37

do you actually know what a deobfed version of mod is?

Last seen on 06:40, 15. Feb 2021
Joined May 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I got the deobf version from…
Tue, 06/09/2020 - 05:36

I got the deobf version from it's GitHub and I used runtimeOnly. I was using things like ${project.mcVersion} and it looks like that was the problem, when I got the version from GitHub and directly pasted it there. It worked. But I still don't know why those things didn't worked.

Last seen on 06:40, 15. Feb 2021
Joined May 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Shocking Artist I actually…
Tue, 06/09/2020 - 05:38

Shocking Artist I actually don't know what it is exactly. I think it is something like an API for my mod. Am I true?

Last seen on 03:10, 19. Feb 2022
Joined Jun 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
nope, read the link I sent…
Tue, 06/09/2020 - 05:39

nope, read the link I sent you.

Last seen on 06:40, 15. Feb 2021
Joined May 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Thanks for the link. By the…
Tue, 06/09/2020 - 05:53

Thanks for the link. By the way do you know why it didn't worked when I used things like ${mcVersion}.

Last seen on 03:10, 19. Feb 2022
Joined Jun 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
MCreator doesn't come with a…
Tue, 06/09/2020 - 06:08

MCreator doesn't come with a gradle.properties file which these kinds of expressions reference to so you would manually type in the version.