Lots of symbols not found

Started by Lightbulbmaster on

Topic category: Troubleshooting, bugs, and solutions

Joined Oct 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Lots of symbols not found

I have an issue where multiple symbols cant be found. Since I dont wanna go through the hassle of posting pictures here I'm gonna type out the error message here and leave a link for the crash log.

 

Main mod file compilation errors                                                            X

Your main mod file did not compile properly.

This is usually caused by inconsistencies in the mod code during builds.                         

MCreator can solve this issue for you by regenerating entire mod's code.

If you have locked mod elements or mod base files, they can cause this error too.

Click Regenerate code button to proceed with this action

             Regenerate code                   Ignore error

 

 

Unfortunatley regenerating the code didnt work and I dont have any mod elements btw.

Here's the crash log: https://pastebin.ubuntu.com/p/vRndhybJVy/

Try to delete the entire …
Sun, 08/30/2020 - 10:42

Try to delete the entire <your user home folder>/.mcreator/gradle folder, create a new workspace with the same generator version as the version of the workspace failing, after the setup of this new workspace is done, open your current workspace, and click Build & run -> Build workspace, then Build & run -> Reload gradle project and then Build & run -> Regenerate code and build.

Joined Oct 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Going through through the…
Sun, 08/30/2020 - 15:39

Going through through the steps brought back the corrupt gradle cashes I mentioned in my last thread. Not sure what to do know since turning off antivirus completely did nothing.

Here's the crash log: https://pastebin.ubuntu.com/p/t3m9qFkvhR/&nbsp;

The error still indicates…
Sun, 08/30/2020 - 15:44

The error still indicates the problem with caches. Try doing this a few more times:

In some cases, Gradle caches that make sure the build process does not take too long can get corrupted. In such a case, go to:

<your user home folder>/.mcreator/gradle

In this folder, there is a folder called caches. Delete this folder and open MCreator again. Next build will take a bit longer as caches need to be rebuilt. If you can not delete all files in this folder (which is necessary), reboot the computer first to remove any potential file locks.

If this is not enough to make things work, delete the entire gradle folder, not just caches, and try again.

If even this fails, try to delete the entire <your user home folder>/.mcreator/gradle folder, create a new workspace with the same generator version as the version of the workspace failing, after the setup of this new workspace is done, open your current workspace, and click Build & run -> Build workspace, then Build & run -> Reload gradle project and then Build & run -> Regenerate code and build.

Also check if your AV could be doing this. If this does not help, I am out of ideas unfortunately.

It does not seem like you…
Sun, 08/30/2020 - 19:42

It does not seem like you have experienced the problem since you first downloaded Mcreator

I have another solution that might work for you

Go to your McreatorWorkspaces/<workspace dir>/.mcreator/ folder

Grab the file named FULLBACKUPxxxxxxx for every single workspace

Save the zip files, they will be very important

Delete the entire McreatorWorkspaces folder

Delete another entirely different .mcreator folder in your Home Folder Root

Uninstall Mcreator Completely

Search for leftovers in your computer by typing in Pylo and Mcreator

Stop any firewalls

Stop any anti-virus programs

Reinstall Mcreator

Joined Oct 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Did all that you said exept…
Mon, 08/31/2020 - 15:08

Did all that you said exept I didnt find the right backup. Dont worry didnt have nothin on the workspace. So I ran the setup and It was apparently succesful but i noticed an exception at the bottom. This was with my security features turned of. Here's the log: https://pastebin.ubuntu.com/p/H4n4r9JnMp/

 

Joined Oct 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Well, I cant start the game…
Mon, 08/31/2020 - 16:06

Well, I cant start the game because then my cashes get corrupt and according to the log there is a missing file

Joined Oct 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I checked. The folder …
Wed, 09/02/2020 - 08:35

I checked. The folder ¨bundled_repo¨ didnt even exist. And after rumaging through the folder i found a version of forge. So I think that the problem is that Mcreator is searching in the wrong directories. Is this something i can fix on my end or does it need fixing from the dev?