Error while adding new item

Status
Fixed
Issue description

Hi,

I end with work on my mod in 2AM (CET +1).

Now I want continue my work again in 3PM (CET +1).

Yesterday all stuff work well, I do apx 30 elements and do not wanna lost them.

So I add new element but all work fail with error and that continue although I delete that element.

 

This is from concole:

Executing gradle command: clean runClient

Build info: MCreator 1.8.0, 64-bit, 8145 MB, Windows 7, JVM 1.8.0_172

Copyright (c) 2009 Microsoft Corporation. Vçechna pr va vyhrazena.
 

H:\MCreator\MCreator180\forge>gradlew -Dorg.gradle.daemon=false -Dorg.gradle.parallel=false -Dorg.gradle.jvmargs="-Xms625m -Xmx2048m" clean runClient 
FAILURE: Build failed with an exception.

 

* What went wrong:
A problem occurred configuring root project 'forge'.
> java.io.FileNotFoundException: C:\Users\Já\.mcreator\gradle\caches\modules-2\files-2.1\net.minecraftforge.gradle\ForgeGradle\2.3-SNAPSHOT\b3a925ff21e9916833a9e1ced0ad92f36e60a2fb\ForgeGradle-2.3-SNAPSHOT.jar (Přístup byl odepřen)

 

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
BUILD FAILED
Total time: 5.604 secs

 

H:\MCreator\MCreator180\forge>
Task completed with return code 0 in 6073 milliseconds

 

So I decide use my external drive for using MCreator cuase I cant use C or D part of my hard drive, because I have lot of non english alphabet letters in my language and only that H drive that is external have no of this problems.

 

Some translation that are in console text an are not in english:

Vcechna pr va vyhrazena = (All rights reserved)

(Přístup byl odepřen) = acces denied
Já = I

I including my gradle.log in rar file.

 

Hope that it is all what you need

Thanks for fast help

Issue comments

Go to C:\Users\Já\.mcreator\gradle\ and remove the caches folder. After you do this, recompile the mod and the error will be gone.