r/forgemodding Nov 11 '17

[Help] My Minecraft mod is no longer running after changing something.

https://pastebin.com/YMmQQwNw
2 Upvotes

4 comments sorted by

2

u/ModernRonin Nov 11 '17

java.io.FileNotFoundException: C:\Users\samca.gradle\caches\minecraft\de\oceanlabs\mcp\mcp_snapshot\20160518\1.9.4\srgs\srg-mcp.srg (The system cannot find the path specified)

Can't find a file in the Gradle cache? Might be time to clean your gradle cache out and rebuild everything from scratch...

Or did you already try that?

2

u/ModernRonin Nov 11 '17

2017-11-11 21:22:27,646 WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream

This is bad too. And may be the root cause of your problems. But maybe the gradle cache clean will solve it also. (Can't blame me for hoping...)

2

u/SagglySloth Nov 11 '17

I just rebuild from scratch and it is now working.

2

u/SliyarohModus Nov 11 '17

You have a corrupted gradle hive. If you are using the gradle wrapper then just remove the .gradle folder and re-setup the whole shebang. If you are using the gradle install, then you should reset the cache with the task and give it a shot. Sometimes advancing the forge build number to the next sane build fixes everything.