Topic category: Help with MCreator software
hello, I need help with this problem, which suddenly appeared to me while creating a dimension and adding a structure and then when trying to run client this appears to me:
:deobfCompileDummyTask
:deobfProvidedDummyTask
:sourceApiJava UP-TO-DATE
:compileApiJava NO-SOURCE
:processApiResources NO-SOURCE
:apiClasses UP-TO-DATE
:sourceMainJava UP-TO-DATE
:compileJava UP-TO-DATE
:processResources FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':processResources'.
> Could not copy file 'C:\Users\+++\MCreatorWorkspaces\mod4\src\main\resources\assets\mod4\textures\blocks\Thumbs.db' to 'C:\Users\+++\MCreatorWorkspaces\mod4\build\resources\main\assets\mod4\textures\blocks\Thumbs.db'.
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
* Get more help at https://help.gradle.org
BUILD FAILED in 10s
6 actionable tasks: 3 executed, 3 up-to-date
C:\Users\+++\MCreatorWorkspaces\mod4>
Task completed with return code 0 in 11832 milliseconds
Try the second solution from: https://mcreator.net/wiki/gradle-setup-errors
I tried that and it didn't work, I'm still getting the processResource failure
Try manually deleting file Thumbs.db file from Could not copy file 'C:\Users\Lukas\MCreatorWorkspaces\mod4\src\main\resources\assets\mod4\textures\blocks\
It could your antivirus preventing MCreator from accessing it.
This can maybe help:
https://mcreator.net/forum/74210/tutorial-solving-could-not-copy-fileth…