Trouble compiling the workspace and testing it out

Started by HGames on

Topic category: Troubleshooting, bugs, and solutions

Last seen on 10:31, 5. Oct 2020
Joined Sep 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Trouble compiling the workspace and testing it out

I am trying to compile and try out my mod and it gives an error saying "This action is currently disabled as gradle task is active in the background and if I click on it anyways it gives me a message asking me to regenerate the code. Please if anyone knows how I can fix this issue that will be wonderful!!!

Last seen on 15:43, 1. Jan 2024
Joined Jun 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
My guess is that you'd fix…
Wed, 09/23/2020 - 19:41

My guess is that you'd fix it by regenerating the code as it asks. To do this you just need to click the orange bandage icon near the run client button.

When it says "This action is currently disabled as gradle task is active in the background", it's because the gradle task, being the thing that loads and works everything is still doing it's thing. Usually you'd just have to wait for a bit until the run button becomes green again.

Assuming I understood you're problem correctly.