-
Posts
2792 -
Joined
-
Last visited
-
Days Won
44
Everything posted by Ugdhar
-
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.
-
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?
-
1.7.10 is old and no longer supported on these forums.
-
1.12.2 Server Crash : Exception in server tick loop
Ugdhar replied to Alycos's topic in Support & Bug Reports
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. -
1.10.2 Forge Crashing Java at reloading texture manager
Ugdhar replied to iTobiPvP1's topic in Support & Bug Reports
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! -
1.10.2 Forge Crashing Java at reloading texture manager
Ugdhar replied to iTobiPvP1's topic in Support & Bug Reports
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. -
1.10.2 Forge Crashing Java at reloading texture manager
Ugdhar replied to iTobiPvP1's topic in Support & Bug Reports
Please post the full contents of your logs/fml-client-latest.log in spoiler tags. -
Gotta scan through those logs, the actual issue isn't always right on the top. Looks like it's having trouble finding some files.
-
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.
-
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.
-
- 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
-
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.
-
Correct
-
Make sure you are using Java 8 and not Java 9. java -version at the command prompt will tell you which version you have.
-
forge 1.12.2 crashes when i add mods to galacticraft mod
Ugdhar replied to Mehdi Salhi's topic in Support & Bug Reports
-
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.
-
If you remove autodab mod does it still crash?
-
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.
-
"An unexpected issue has occurred and the game has crashed"
Ugdhar replied to Melste123's topic in Support & Bug Reports
1.7.10 is no longer supported, you will need to update for support. -
I believe making your own launcher is discouraged/prohibited. Even the Twitch launcher still runs the official Minecraft launcher to run the game.
-
Upload your code to a github repository and just post the link here.
-
Try this, see if it helps:
-
You need Java 8 to do MC modding