Skip to content
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

Open
Messorix opened this issue Aug 11, 2016 · 12 comments
Open

[1.10.2] Error loading EnderCore (1.10.2-0.4.1.47) #59

Messorix opened this issue Aug 11, 2016 · 12 comments

Comments

@Messorix
Copy link

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.

@HenryLoenwind
Copy link
Member

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.

@Messorix
Copy link
Author

Messorix commented Aug 11, 2016

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)
Edit: found the parameter and removed it, but it still crashes with the same error.

@Messorix Messorix reopened this Aug 11, 2016
@tterrag1098
Copy link
Member

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.

@Messorix
Copy link
Author

Even with only EC in it (same version) I get the same error.
crash-2016-08-12_12.04.16-client.txt

@HenryLoenwind
Copy link
Member

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.

@Messorix
Copy link
Author

I used bedrockminer's tutorial to set my dev env up.
http://bedrockminer.jimdo.com/modding-tutorials/set-up-minecraft-forge/set-up-advanced-setup/

@HenryLoenwind
Copy link
Member

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:

  • Start Eclipse
  • Select "File"->"Import..."
  • Select "General", "Existing Projects into Workspace"
  • Press "Next >"
  • For "root directory" select the directory you installed Forge to (the one with the gradlew.bat)
  • Check that a project is listed in the "Projects" list
  • Do NOT check "Copy projects into workspace"!
  • Press Finish

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:

image

@Messorix
Copy link
Author

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.

@Messorix
Copy link
Author

New post so it is very clear: this did NOT fix the error

@HenryLoenwind
Copy link
Member

@Messorix
Copy link
Author

Sooooo... the EC works, but the EnderIO doesn't recognise it as a newer version, so that still doesn't work :P

@HenryLoenwind
Copy link
Member

ok, then I know what's causing this.

HenryLoenwind added a commit that referenced this issue Aug 13, 2016
* removed unported tweaks
* removed transformer exceptions
* re #59, #37, #44, et.al.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants