-
Posts
2725 -
Joined
-
Last visited
-
Days Won
40
Everything posted by Ugdhar
-
Exception in thread "main" java.lang.ExceptionInInitializerError
Ugdhar replied to elilan's topic in Support & Bug Reports
Please post the full log -
Looks like you're running out of memory, based on that crashlog. Give the game more memory (i.e. -Xmx2G) That latest.log doesn't show any crash that I can see. Also, on a second look, looks like you're running a 32-bit Windows XP. That could potentially be troublesome for you, as I'm fairly sure 32 bit Windows only supports ~ 3G of system RAM total.
-
Unexpected custom data from client
Ugdhar replied to TigerEyedTurtle's topic in Support & Bug Reports
Post logs from client, and server if possible. Do installed mods on client/server all match version #s and stuff? -
Forge 1.16.3-34.1.42 crashes on startup
Ugdhar replied to Fireballfoxtrot's topic in Support & Bug Reports
Please start a new thread, and post logs to show what's actually going on. -
Problem With New Beginnings 1.5.0 Server
Ugdhar replied to Zorro00141's topic in Support & Bug Reports
That is the vanilla server jar, you don't run that one. You should be running the forge jar. -
That's not the latest version, try the real latest version 1.16.5-36.1.6 from https://files.minecraftforge.net/net/minecraftforge/forge/
-
Learn to use/like linux. It will probably run a million times better than Windows XP on a computer that old. And it is free which is right in your price range. Windows XP is dead, finding actual help for it will be hard if not impossible.
-
You sort of wrote yourself into a corner there..... But, truthfully, 1.7 is no longer supported due to being so old, only the current (1.16.x) and previous (1.15.x) versions are supported. You will need to update to a modern version to receive support.
-
Fix the recipes the errors are about, the errors aren't about your sweet potato can
-
(1.16.5/1.16.4) How can I create a interactable vending machine?
Ugdhar replied to GhostGamesFSM's topic in Modder Support
Never post code as screenshots, that is probably the #1 worst way to share it (maybe besides a video). Best way is to create a github, and post your project on there, then share a link here. If you're just sharing a small portion, copy & paste directly to your forum post inside code tags (the < > button at the top of the composition part of the screen) -
It should be assets not asserts
-
-
how do i make a custom dimension in 1.15.2
Ugdhar replied to randomdude12300's topic in Modder Support
If you do not know some basic Java, you will want to do that first, or you will have a terrible time trying to make mods. Just sayin'. If you already do, or once you have, McJty has good tutorials to get your feet wet in the MC/Forge stuff: https://wiki.mcjty.eu/modding/index.php?title=YouTube-Tutorials -
I myself cannot tell by the error which mod is causing the crash. You may have to add/remove mods little by little to narrow down the misbehaving one. I personally would start with this one: Since the author didn't even change the mod name or mod ID to something besides "examplemod". Anything that modifies the menus/world creation options and stuff could be the culprit as well, as it appears as though the error is being thrown from gui objects. Try removing those and seeing if it helps. Make sure if you post back here to post new logs! Good luck!
-
What version of Forge should I use for modding?
Ugdhar replied to deathchanter's topic in Modder Support
I believe the mappings take care of method and field names, but not parameter names. I thought I saw somewhere there was a project going on working to give them names, but I haven't got and more info on that. -
But, did you install what wawla needs? Read the error again. Also, if it doesn't work, post new logs please
-
The answer is right there in the crash report
-
[1.16.5] How do I create an empty dimension?
Ugdhar replied to NorthWestWind's topic in Modder Support
No prob, hope it helps, and I did find dimension files in twilight forest, they just ended up being in the generated folder, which I hadn't thought to check. Feel free to post back with any tips/info you find, in case others search the forums for this same/similar issue. -
[1.16.5] How do I create an empty dimension?
Ugdhar replied to NorthWestWind's topic in Modder Support
Yeah, but I'm willing to wager it is unfinished, considering there aren't any dimension jsons in there. *edit: Found them in the generated folder, so there are some there, my mistake. They're just not in the "right" place I would have expected.* (https://github.com/TeamTwilight/twilightforest/tree/1.16.x/src/generated/resources/data/twilightforest) Poking around, I see this mod that appears to have stuff done in the new way, but I haven't had a chance to dig into it yet: https://github.com/quek04/The-Undergarden/tree/1.16/src/main/resources/data/undergarden -
[1.16.5] How do I create an empty dimension?
Ugdhar replied to NorthWestWind's topic in Modder Support
This is because Twilight Forest, at least as far as curseforge is concerned, is not available for 1.16, so I'm guessing that whatever source you were looking at was either for an old version, or incomplete/in-progress. Sorry I don't have more help for you, I haven't messed with 1.16 that much, just started looking into it and tinkering with it. If I figure any dimension stuff out, or come across any decent references, I'll post back here for ya. -
I think you mean subclass.