-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[1.10.2] Error loading EnderCore (1.10.2-0.4.1.47) #59
Comments
are you in a dev env with endercore in the run/mods folder? If so, remove that "-DFORGE_FORCE_FRAME_RECALC=true" parameter Forge adds. |
I have a dev env in which I have put the EC jar-file in the regular mod folder (not sure if that was what you meant) |
Unless forge did something really stupid, that method still exists and is not even client-only. I have no idea how this crash is possible, but I would start by testing with ONLY EC. |
Even with only EC in it (same version) I get the same error. |
That's the command line parameter Forge adds. No mod I tried has ever worked in 1.8.9+ with that parameter present. How do you start your client? If it's with Eclipse's launch profile, you can edit it from the fold-down menu of the launch button. |
I used bedrockminer's tutorial to set my dev env up. |
I've had a look at that tutorial. I posted some comment there, let me repeat it here: Um, this is kinda wrong and will lead to all kinds of problems. The "Create the Forge root directory" step is ok, but then:
Eclipse will now open the eclipse project that was created by the "gradlew eclipse" step. This project already contains suitable launch profiles for client and server. For your launch configuration: |
Thank you so much for fixing my dev env. I'm still messing about with getting my project back to work, but after that I'll tell you if EC still crashes or if this fixed it all. |
New post so it is very clear: this did NOT fix the error |
Sooooo... the EC works, but the EnderIO doesn't recognise it as a newer version, so that still doesn't work :P |
ok, then I know what's causing this. |
For my own mod, I want to test if an item is capable of using rf.
To do so I thought I'd use EnderIO (and therefore EnderCore) to charge it.
Sadly I get this error:
java.lang.NoSuchMethodError: net.minecraft.util.text.translation.I18n.func_74837_a(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String
Full crash-report:
crash-2016-08-11_15.16.58-client.txt
I'm unsure if this is a known error, since I couldn't find it here.
The text was updated successfully, but these errors were encountered: