Started by
0TastyPie0
on
Topic category: Help with MCreator software
I was trying to setup a new project in the latest snapshot of MCreator, but it fails. I couldn't figure out how to solve it myself, so I'm looking for some help.
Here's the log i received: https://pastebin.com/q2G1mjsa
Edited by 0TastyPie0 on Tue, 04/20/2021 - 20:14
I did some further testing by installing the latest stable release as well, and trying to open one of my existing projects. It breaks as well, so it's not necessarily only an issue with the snapshot.
The exact same error is also appearing for me. I have tried combinations of restarting mcreator, deleting the gradle folder, and clearing the cache. Nothing works.
Progress (though it doesn't build, it fixes one error...)
Put this above the minecraft{ part of the build.gradle file:
repositories {
maven { url = 'https://libraries.minecraft.net/' }
mavenCentral()
maven { url = 'https://maven.minecraftforge.net/' }
}
I still haven't gotten this to work. I've tried the following by now:
* Restarted my computer.
* Redownloaded MCreator.
* Updated my computer (which I don't do often).
* Updated JAVA (though I later learned we want JAVA JDK 8, so I reverted).
* Everything relevant explained here: https://mcreator.net/wiki/gradle-setup-errors#wiki-index-5
* Removed gradle caches (and restarted).
I've probably missed more that I've done already. Point is, it won't work. As I looked around the only potential explanation I found is that it could be is an error on the side of Forge servers, but I don't see a lot of people reporting on this recently.
Let me clear up some things, that might help solve this:
* Opening ANY project (making a new or opening an old one) doesn't work, it breaks as soon as it loads those in.
* This is true for both latest stable- and snapshot release.
Anyway, any help is appreciated.
Also happening to me, when I try to update things to the snapshot or when I try to make new workspaces in the snapshot. (Is there a way to upvote this because this is a big issue.
Heres my pastebin https://pastebin.com/vpBYzV3w!
Please continue discussion here, we are collecting the info here: https://github.com/MCreator/MCreator/issues/1154
I tried making a project again now, and now it works for some reason.
No clue why, I don't believe I did anything out of the ordinary...
Could it have been a server issue somewhere perhaps?