Jump to content

Ugdhar

Moderators
  • Posts

    2617
  • Joined

  • Last visited

  • Days Won

    37

Everything posted by Ugdhar

  1. I guess at this point explain the steps you followed to get everything setup, and make sure youi're running a java 8 JDK, and not java 9.
  2. A proxy is not required for a mod to function. I have a mod that doesn't have a proxy, and it works fine. I would ask, how are you building/running the mod?
  3. 1.7.10 is old and no longer supported on these forums.
  4. Well, I don't think it's memory issue, considering your JVM will use up to 29GB of ram according to this: After you updated forge to the latest rec. version, did you update all of your mods to the latest versions? I would try that, and if still crashing, probably going to need to use a process of elimination removing mods until it works, or start with none and add mods 1-2 at a time until it starts crashing.
  5. Well, definitely go back to Java 8. You have an intel gpu, again, not sure if it's the problem, but you could try disabling the splash screen as described in the EAQ and see if that helps. Beyond that I'm out of ideas, sorry! Hopefully if that doesn't work someone else will see this and have a better idea!
  6. Not sure if it's the problem, but I would update to Java 8, you are using Java 7. Make sure not to upgrade too far to Java 9 as it is not currently supported.
  7. Please post the full contents of your logs/fml-client-latest.log in spoiler tags.
  8. Gotta scan through those logs, the actual issue isn't always right on the top. Looks like it's having trouble finding some files.
  9. I posted this in general discussion, as I do not really need help, but I just noticed something interesting/strange and figured I'd bring it up for discussion . I have seen it said many times to make sure your ModelRegistryEvent handler is in a client-only class, or it will crash a dedicated server as client classes do not exist there. I just noticed that a mod I was tinkering with has the ModelRegistryEvent handler in the same class (annotated as an EventBusSubscriber) as the item and block registration events. I have run this myself on a server and client (separate machines), and had the block in hand without any crashes or anything. Just figured I'd throw this out there for comment/informational purposes. Whether this is intended behavior, or a glitch that will eventually go away, I honestly have no idea.
  10. You should make a modpack for a newer version of Minecraft, 1.7.10 is so ancient it is no longer supported.
  11. Yes, you would need to install Minecraft. Make sure you check which edition you need from the article you read, most mods (including forge) are for the Java edition, which comes from minecraft.net, NOT the windows store. Even if you wanted the windows 10 edition, buy the Java edition from minecraft.net and you get a free copy of the Windows 10/Bedrock edition.
  12. - It's being advised to stop using 1.8.x versions and to update to something more modern. - Post the complete logs/fml-client-latest.log from your minecraft profile directory in spoiler tags
  13. Minecraft 1.7.10 is really really old and no longer supported here, you will need to update to a more modern version to get support.
  14. Make sure you are using Java 8 and not Java 9. java -version at the command prompt will tell you which version you have.
  15. I would see if I could find the code for the op and deop commands and find out if I can call similar routines from my own code.
  16. If you remove autodab mod does it still crash?
  17. 1.7.10 is no longer supported on these forums, you will need to update to receive support. When a moderator sees this thread, it will most likely be locked. Aside from that, I would guess that your world is corrupt, and you would need to restore from a recent backup.
  18. 1.7.10 is no longer supported, you will need to update for support.
  19. I believe making your own launcher is discouraged/prohibited. Even the Twitch launcher still runs the official Minecraft launcher to run the game.
  20. Upload your code to a github repository and just post the link here.
  21. Try this, see if it helps:
  22. You need Java 8 to do MC modding
  23. Just for S&Gs, what if you make the constructor in your BiomeConfigurator class public? Does that change anything?
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.