Cannot find symbol for every mod instance in mcreator 2020.2

Started by Bronze on

Topic category: Help with MCreator software

Active 3 years ago
Joined Mar 2018
Points:
816

User statistics:

  • Modifications: 1
  • Forum topics: 11
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 142
Cannot find symbol for every mod instance in mcreator 2020.2

So I downloaded new Mcreator version 2020.2 and opened my workspace, when it tried to load I got this message in console, minecraft would not load.

Here's console output:

Executing Gradle task: runClient
Build info: MCreator 2020.2.13314, 1.14.4, 64-bit, 16314 MB, Windows 7, JVM 1.8.0_232, JAVA_HOME: C:\Program Files\Pylo\MCreator\jdk
> Configure project :
New Dep: net.minecraftforge:forge:1.14.4-28.2.3_mapped_snapshot_20190719-1.14.3
> Task :compileJava
C:\Users\sprz�towo\Documents\RefreshedNether2\src\main\java\net\mcreator\refreshed_nether\command\PhCommand.java:28: error: cannot find symbol
   private LiteralArgumentBuilder<CommandSource> customCommand() {

 

it's like this but for every mod instance i made, I really need help, and it's surely not the username fault because it worked in 2020.1 with this username.

Active 3 years ago
Joined Mar 2018
Points:
816

User statistics:

  • Modifications: 1
  • Forum topics: 11
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 142
I changed the path and there…
Thu, 03/26/2020 - 18:36

I changed the path and there's less of these errors, they still appear though.

Im going to try the solutions from link you gave me.

Active 3 years ago
Joined Mar 2018
Points:
816

User statistics:

  • Modifications: 1
  • Forum topics: 11
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 142
Also in Mcreator workspace i…
Thu, 03/26/2020 - 18:48

Also in Mcreator workspace i have two gradle folders, one haves a dot at the beginning, which one do I delete?

Active 3 years ago
Joined Mar 2018
Points:
816

User statistics:

  • Modifications: 1
  • Forum topics: 11
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 142
I deleted the cache folder,…
Thu, 03/26/2020 - 21:23

I deleted the cache folder, It didn't work, then I tried to delete Gradle folder, and same, it's still the same output, any other suggestions?

Try to delete entire gradle…
Fri, 03/27/2020 - 08:05

Try to delete entire gradle folder, create new workspace with same MC version, after the setup of this workspace is done, open your current workspace, reimport gradle project and then regenerate code and build.

Active 3 years ago
Joined Mar 2018
Points:
816

User statistics:

  • Modifications: 1
  • Forum topics: 11
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 142
Thank you! It worked! Im so…
Fri, 03/27/2020 - 10:00

Thank you! It worked! Im so glad I can go back and improve my mod!