GregTechCE / GregTech

GregTech rewrite for modern versions of Minecraft
GNU Lesser General Public License v3.0
271 stars 150 forks source link

Exception loading model for variant forgemultipartcbe:multipart_block#normal #561

Closed WoozyMasta closed 5 years ago

WoozyMasta commented 5 years ago

Hi, when I try to compile from commit b709cbf251dbba0bafca3805d616fd89b12628dc crashes with an Exception loading model for variant forgemultipartcbe:multipart_block#normal

Most likely, I'm doing something wrong, I just executed the buildClient recipe from forgegradle

trace https://pastebin.com/raw/jNXkBMxi

Archengius commented 5 years ago

1) what you titled is not a crash reason 2) crash reason is CCL-specific and is probably indicates broken dev environment. Use launching from IDE.

WoozyMasta commented 5 years ago

@Archengius , but I run from IDE (IntelliJ IDEA 2018.3.3)

If it helps, here’s the full log from the IDE, running runClient --stacktrace https://pastebin.com/raw/mwD79V40

Archengius commented 5 years ago

you run gradle task runClient, not launch GradleStart from IntelliJ's run configuration menu.