Posted April 16, 20187 yr After taking a break from working on my mod, I today opened my workspace to find that some libraries were missing, making my mod return a ton of errors(See screencap). I assume it's the forge library messing up, but I have no idea how this happened. Trying to use "Restore from Local History" returns "No deleted resources in local history for selected container". Does anyone have experience with this, or know how I can redo the path without messing up my project? Edit: Just noticed it's my complete "Referenced Libraries" that are missing, if that helps in any way. Edited April 16, 20187 yr by Stenbergcsgo
April 16, 20187 yr Before I tell you Check First if you have " .gradle " folder in your C:\Users\ (YourPCName)
April 16, 20187 yr Author 1 minute ago, JulianClark2114 said: Before I tell you Check First if you have " .gradle " folder in your C:\Users\ (YourPCName) Yea that's there
April 16, 20187 yr Author 3 minutes ago, JulianClark2114 said: Please Note that this will be a long Process is it ok with you? Yes =)
April 16, 20187 yr pls just wait.. im copying all the jar names so you will just need to search them 1 by 1
April 16, 20187 yr Quote https://pastebin.com/QfQKsdqb Here. its Finished i wish it will help you solve your problem now for the Turorial create a new folder to desktop locate each jar in = C:\Users(yourPCname)\.gradle\caches\modules-2\files-2.1 = search for each jar and paste it on the folder you created how to put it on eclipse?? open your eclipse right click on your java project select properties choose java build path then libraries click add external jars select all the jars on your new folder apply and close DONE! Edited April 16, 20187 yr by JulianClark2114
April 16, 20187 yr ok.. sorry i just thought that if he did that his progress will be lost. im also just new to modding so please dont be harsh on me ;( Edited April 16, 20187 yr by JulianClark2114
April 16, 20187 yr Author 27 minutes ago, JulianClark2114 said: ok.. sorry i just thought that if he did that his progress will be lost. im also just new to modding so please dont be harsh on me ;( I followed your method and it worked somewhat, only got two errors now.
April 16, 20187 yr try having a backup for your progress (the src folder) put the back up files in desktop then re run gradlew setupDecompworkspace and gradlew eclipse in cmd on your workspace that should do the trick. after both are done return the files back. Edited April 16, 20187 yr by JulianClark2114
April 16, 20187 yr Author 17 minutes ago, JulianClark2114 said: try having a backup for your progress (the src folder) put the back up files in desktop then re run gradlew setupDecompworkspace and gradlew eclipse in cmd on your workspace that should do the trick. after both are done return the files back. That's odd, I'm getting the 'gradlew' is not recognized as an internal command message Edit: Tried importing the Guava jar as it seemed to fix the problem; except it then resulted in all my custom classes to return erros. Edited April 16, 20187 yr by Stenbergcsgo
April 16, 20187 yr Author It has removed a lot of my classes, but the referenced libraries are working now. Guess I got some re-coding to do. Thanks for the help though! =)
April 16, 20187 yr NO PROBLEM BOSS YOU GOT IT! Quote 5 minutes ago, Stenbergcsgo said: It has removed a lot of my classes, but the referenced libraries are working now. Guess I got some re-coding to do. Thanks for the help though! =) NO PROBLEM BOSS YOU GOT IT! Edited April 16, 20187 yr by JulianClark2114
April 16, 20187 yr Author Aren't there usually gradle files in my lib as well? They also seem to have been removed, now I'm getting following error when trying to start my Main class: 2018-04-16 14:04:31,745 main WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream 2018-04-16 14:04:31,751 main WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream Completely ignored arguments: [--tweakClass, cpw.mods.fml.common.launcher.FMLTweaker] Exception in thread "Client thread" java.lang.NoSuchMethodError: com.google.common.collect.Queues.newArrayDeque()Ljava/util/ArrayDeque; at net.minecraft.client.Minecraft.<init>(Minecraft.java:355) at net.minecraft.client.main.Main.main(Main.java:118)
April 16, 20187 yr Spoiler im not that good at modding.. you should try to ask others,, maybe they could help you..
April 17, 20187 yr You shouldn't have lost any of your classes, all you needed to do was to rebuild your workspace using gradlew setupDecompWorkspace and gradlew eclipse. It will re-download everything, fix up your classpath, and update your run configurations. Note that you should do this regularly anyway to update to latest Forge version. In that case you update your build.gradle file and then do the above. Lastly, you shouldn't worry about losing your code if you're using a proper code revision system like git. If you're not familiar with using git I have a tutorial here: - General tips for setting up for modding: http://jabelarminecraft.blogspot.com/p/quick-tips-eclipse.html - Specific tutorial for setting up git (using a free graphical interface called SourceTree): http://jabelarminecraft.blogspot.com/p/minecraft-forge-publishing-to-github.html Check out my tutorials here: http://jabelarminecraft.blogspot.com/
April 18, 20187 yr Author 14 hours ago, jabelar said: You shouldn't have lost any of your classes, all you needed to do was to rebuild your workspace using gradlew setupDecompWorkspace and gradlew eclipse. It will re-download everything, fix up your classpath, and update your run configurations. Note that you should do this regularly anyway to update to latest Forge version. In that case you update your build.gradle file and then do the above. Lastly, you shouldn't worry about losing your code if you're using a proper code revision system like git. If you're not familiar with using git I have a tutorial here: - General tips for setting up for modding: http://jabelarminecraft.blogspot.com/p/quick-tips-eclipse.html - Specific tutorial for setting up git (using a free graphical interface called SourceTree): http://jabelarminecraft.blogspot.com/p/minecraft-forge-publishing-to-github.html I tried creating a new workspace using your blog, but after importing the project I only have the JRE System Library, and not all the referenced that are needed. Any idea why this is happening?
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.