[Fixed] "Cannot find symbol" 100 Errors (Can't fix)

Started by Jim The Fish on

Topic category: Troubleshooting, bugs, and solutions

Joined Oct 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
[Fixed] "Cannot find symbol" 100 Errors (Can't fix)
Sun, 06/01/2025 - 14:49 (edited)

I know it's been mentioned countless times on here, and has its own dedicated page: https://mcreator.net/wiki/gradle-setup-errors. However, I have tried all listed solutions, making sure I followed them correctly, even performing them multiple times. My mod seems to think it's missing a symbol (which it's clearly pointing to, so is therefore not missing). I've tried for hours to fix this, so this is a sort of last-ditch effort. Hopefully someone knows of a solution, because I've tried everything everyone has said "works".

(in case not clear, it's pointing at the full stop at the end)

 

https://pastebin.com/HbziqB8H

Edited by Jim The Fish on Sun, 06/01/2025 - 14:49
Joined Oct 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
To be clear, I shrunk the…
Sun, 06/01/2025 - 10:39

To be clear, I shrunk the code down, mostly because I didn't want to make an account on Pastebin or the like. The error is always the same, but has afflicted everything in my workspace.

Joined Oct 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Got rid of pasted text and…
Sun, 06/01/2025 - 10:43

Got rid of pasted text and put into Pastebin. Ignore last comment

This seems a bit different,…
Sun, 06/01/2025 - 13:52

This seems a bit different, not gradle related. Seems certain files are not regenrating. Try clicking the bandaid icon in the toolbar.

If this does not help, just try removing all plugins for test and make a new workspace to see if this works, in this case, one of plugins may be breaking generation of files

Joined Oct 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Tysm Klemen! The problem was…
Sun, 06/01/2025 - 14:49

Tysm Klemen! The problem was the Blockstate Plugin. After exporting/importing the workspace, I removed the most recent+most probable plugin (Blockstate), and sure enough it worked.