Symbol error? What does this mean?

Started by Mc_domination on

Topic category: Troubleshooting, bugs, and solutions

Last seen on 16:54, 17. Mar 2018
Joined Jul 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Symbol error? What does this mean?
Here's the error code...     warning: [options] bootstrap class path not set in conjunction with -source 1.6
C:\Pylo\MCreator175\forge\build\sources\main\java\mod\mcreator\modname.java:40: error: cannot find symbol
 mcreator_ultimatiumore mcreator_1 = new mcreator_ultimatiumore();
 ^
  symbol:   class mcreator_ultimatiumore
  location: class modname
C:\Pylo\MCreator175\forge\build\sources\main\java\mod\mcreator\modname.java:41: error: cannot find symbol
 mcreator_ultimatiumIngot mcreator_2 = new mcreator_ultimatiumIngot();
 ^
  symbol:   class mcreator_ultimatiumIngot
  location: class modname
C:\Pylo\MCreator175\forge\build\sources\main\java\mod\mcreator\modname.java:42: error: cannot find symbol
 mcreator_woodmultitool mcreator_3 = new mcreator_woodmultitool();
 ^
  symbol:   class mcreator_woodmultitool
  location: class modname
C:\Pylo\MCreator175\forge\build\sources\main\java\mod\mcreator\modname.java:43: error: cannot find symbol
 mcreator_stonemultitool mcreator_4 = new mcreator_stonemultitool();
 ^
  symbol:   class mcreator_stonemultitool
  location: class modname
C:\Pylo\MCreator175\forge\build\sources\main\java\mod\mcreator\modname.java:44: error: cannot find symbol
 mcreator_ironmultitool mcreator_5 = new mcreator_ironmultitool();
 ^
  symbol:   class mcreator_ironmultitool
  location: class modname
C:\Pylo\MCreator175\forge\build\sources\main\java\mod\mcreator\modname.java:40: error: cannot find symbol
 mcreator_ultimatiumore mcreator_1 = new mcreator_ultimatiumore();
                                         ^
  symbol:   class mcreator_ultimatiumore
  location: class modname
C:\Pylo\MCreator175\forge\build\sources\main\java\mod\mcreator\modname.java:41: error: cannot find symbol
 mcreator_ultimatiumIngot mcreator_2 = new mcreator_ultimatiumIngot();
                                           ^
  symbol:   class mcreator_ultimatiumIngot
  location: class modname
C:\Pylo\MCreator175\forge\build\sources\main\java\mod\mcreator\modname.java:42: error: cannot find symbol
 mcreator_woodmultitool mcreator_3 = new mcreator_woodmultitool();
                                         ^
  symbol:   class mcreator_woodmultitool
  location: class modname
C:\Pylo\MCreator175\forge\build\sources\main\java\mod\mcreator\modname.java:43: error: cannot find symbol
 mcreator_stonemultitool mcreator_4 = new mcreator_stonemultitool();
                                          ^
  symbol:   class mcreator_stonemultitool
  location: class modname
C:\Pylo\MCreator175\forge\build\sources\main\java\mod\mcreator\modname.java:44: error: cannot find symbol
 mcreator_ironmultitool mcreator_5 = new mcreator_ironmultitool();
                                         ^
  symbol:   class mcreator_ironmultitool
  location: class modname
Note: C:\Pylo\MCreator175\forge\build\sources\main\java\mod\mcreator\mcreator_omniTool.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
10 errors
1 warning FAILURE: Build failed with an exception. * What went wrong:
Execution failed for task ':compileJava'.
> Compilation failed; see the compiler error output for details. * Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
Last seen on 16:54, 17. Mar 2018
Joined Jul 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
\/ I found this. I dont know
Thu, 07/27/2017 - 05:09

\/ I found this. I dont know java, what does this mean? \/

 

* What went wrong:
Execution failed for task ':compileJava'.
> Compilation failed; see the compiler error output for details.

Last seen on 18:36, 5. Feb 2022
Joined Jun 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
error: cannot find symbol​
Thu, 07/27/2017 - 16:16

error: cannot find symbol​

seems like the textures are maybe missing. Are there textures for them.

Also, it may be because of events, if there is something missing that is suppost to be there, are you using events?

Try removing and readding those mods shown in the log.

:compileJava ​that is what the system is trying to do but it has thoes errors so it can not do that.

Last seen on 16:54, 17. Mar 2018
Joined Jul 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
RE:error: cannot find symbol​
Thu, 07/27/2017 - 18:17

Q. 1 = seems like the textures are maybe missing. Are there textures for them.

A. 1 = yes

Q. 2 = Also, it may be because of events, if there is something missing that is suppost to be there, are you using events?

A. 2 = no