HoodieNinja_7 Posted July 3, 2014 Posted July 3, 2014 I've been wrestling my server into working for quite some time and finally danced around all the Forge errors that have been giving me trouble when I start it up only to have it crash. One of you coding wizards help me. command window text crash report
Discord Moderator plowmanplow Posted July 3, 2014 Discord Moderator Posted July 3, 2014 You have include a version of Soul Shards for 1.5.2 which requires a minimum verison of Forge to be 7.8.0.716 but your version of Forge is 7.8.0.684. Update to the latest version of Forge for 1.5.2: http://files.minecraftforge.net/minecraftforge/index_legacy.html
HoodieNinja_7 Posted July 3, 2014 Author Posted July 3, 2014 You have include a version of Soul Shards for 1.5.2 which requires a minimum verison of Forge to be 7.8.0.716 but your version of Forge is 7.8.0.684. Update to the latest version of Forge for 1.5.2: http://files.minecraftforge.net/minecraftforge/index_legacy.html Thanks, I'll see if it works. I'm not the most familiar with reading crash reports.
Discord Moderator plowmanplow Posted July 3, 2014 Discord Moderator Posted July 3, 2014 From your crash report: (what you have) FML: MCP v7.51 FML v5.2.2.684 Minecraft Forge 7.8.0.684 68 mods loaded, 68 mods active From your FML server log (console): (what you need) The mod SoulShards (Soul Shards) requires mod versions [Forge@[7.8.0.716,]] to be available
HoodieNinja_7 Posted July 3, 2014 Author Posted July 3, 2014 From your crash report: (what you have) FML: MCP v7.51 FML v5.2.2.684 Minecraft Forge 7.8.0.684 68 mods loaded, 68 mods active From your FML server log (console): (what you need) The mod SoulShards (Soul Shards) requires mod versions [Forge@[7.8.0.716,]] to be available At least now I have a better understanding of reading crash reports and such, but I've got another that happens now. http://pastebin.com/JnN09j4P This may be just a mistake on my part and I may seem like a total idiot, here.
Discord Moderator plowmanplow Posted July 3, 2014 Discord Moderator Posted July 3, 2014 java.lang.NoClassDefFoundError: net/minecraft/client/multiplayer/WorldClient You have a client-only mod in your mods folder. At first glance: Damage Indicators (maybe, I know 1.6+ is client only, not sure about 1.5-) ArmorBar Mod BackTools Mod BuffBar (maybe) MapWriter Regardless, that's what is causing the issue.
HoodieNinja_7 Posted July 3, 2014 Author Posted July 3, 2014 java.lang.NoClassDefFoundError: net/minecraft/client/multiplayer/WorldClient You have a client-only mod in your mods folder. At first glance: Damage Indicators (maybe, I know 1.6+ is client only, not sure about 1.5-) ArmorBar Mod BackTools Mod BuffBar (maybe) MapWriter Regardless, that's what is causing the issue. I figured I might encounter that issue. Thank you so much for your help.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now