GUI Problem

Started by KawaZaa on

Topic category: Troubleshooting, bugs, and solutions

Last seen on 16:00, 9. Jul 2021
Joined Dec 2014
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
GUI Problem

I created a grinder interface for a grinder (obviously) and I got this problem when compiling:

Last seen on 16:00, 9. Jul 2021
Joined Dec 2014
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Executing gradle command:…
Mon, 09/03/2018 - 16:57

Executing gradle command: clean build
Build info: MCreator 1.8.0, 64-bit, 6098 MB, Windows 8.1, JVM 1.8.0_172
(c) 2013 Microsoft Corporation. Tous droits r‚serv‚s.
D:\Codage\MCreator180\forge>gradlew -Dorg.gradle.daemon=false -Dorg.gradle.parallel=false -Dorg.gradle.jvmargs="-Xms1024m -Xmx2048m" clean build 
This mapping 'snapshot_20171003' was designed for MC 1.12! Use at your own peril.
#################################################
         ForgeGradle 2.3-SNAPSHOT-ee3e3df        
  https://github.com/MinecraftForge/ForgeGradle  
#################################################
                 Powered by MCP                  
             http://modcoderpack.com             
     by: Searge, ProfMobius, R4wk, ZeuX          
     Fesh0r, IngisKahn, bspkrs, LexManos         
#################################################
:clean
:deobfCompileDummyTask
:deobfProvidedDummyTask
:sourceApiJava
:compileApiJava UP-TO-DATE
:processApiResources UP-TO-DATE
:apiClasses UP-TO-DATE
:sourceMainJava
D:\Codage\MCreator180\forge\build\sources\main\java\mod\mcreator\mcreator_grindInterface.java:71: error: cannot find symbol
         if (ent != null && ent instanceof mcreator_grinder.TileEntityCustom)
                                                           ^
  symbol:   class TileEntityCustom
  location: class mcreator_grinder
1 error
:compileJava FAILED
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.
BUILD FAILED
Total time: 25.545 secs
D:\Codage\MCreator180\forge>
Task completed with return code 0 in 26187 milliseconds

Last seen on 03:03, 6. Feb 2024
Joined Apr 2014
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
It seems that you are…
Tue, 09/11/2018 - 11:48

It seems that you are missing one import here

Last seen on 08:13, 21. Jun 2021
Joined Dec 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
export your workspace and…
Tue, 09/11/2018 - 16:16

export your workspace and then import it, it happens often for me too