From 9803f880cafe05001e849edbd34fb0fbc109d57b Mon Sep 17 00:00:00 2001 From: Kyle Brown Date: Thu, 5 Dec 2019 18:03:43 -0800 Subject: [PATCH] Add troubleshooting for new users (#239) --- docs/TROUBLESHOOTING.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/TROUBLESHOOTING.md b/docs/TROUBLESHOOTING.md index 62daf78d..14e05c8d 100644 --- a/docs/TROUBLESHOOTING.md +++ b/docs/TROUBLESHOOTING.md @@ -13,6 +13,11 @@ What `.jar` are you using in your `mods` folder? Make sure to use the one that e ###### Just doesn't work when using runClient Don't use that, try building and running forge normally +###### Crashes before game starts with spongepowered error +Make sure your workspace is clean and run +./gradlew setupDecompWorkspace +./gradlew build mkdir rmOld copy + ## Crashes in-game **Please make sure you're on the latest version of forge before proceeding!** @@ -21,3 +26,5 @@ Don't use that, try building and running forge normally Crashes in game but it worked fine / errors link to files you haven't changed Delete your .gradle or gradle cache or whatever it's called on windows + +