Everything posted by Ugdhar
-
Forge crashes when creating a world
Just a heads up, forums by nature aren't instant help, typically people come, look, post if they have time/can help, and move on to other things, checking back later. If you're looking for a more conversation-like help experience, I would suggest hitting up one of the support channels in the forge discord.
-
Create mod crash.
Then you will probably have to remove one or more mods to stay within the memory you have allocated.
-
Exception in thread "main" java.lang.ExceptionInInitializerError
Please post the full log
-
Create mod crash.
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
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
Please start a new thread, and post logs to show what's actually going on.
-
Problem With New Beginnings 1.5.0 Server
That is the vanilla server jar, you don't run that one. You should be running the forge jar.
-
Server Install Error
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/
-
Installing Forge without Installer.
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.
-
I need help with 1.7.
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.
-
1.16.5 Forge Crashing when I try to load up a new world with or without mods. Giving Exit Code 0
Looks like you're trying to use OptiFine for 1.16.4 with 1.16.5 OptiFine is very specific about which versions of forge it works with. Try removing it and see if that helps, or read the OptiFine changelog for information on which versions work with which forge.
-
what does the forum team mean by please update to the modern version of minecraft to recieve support
It is exactly that. Old forge versions work, but they are not supported. Just like if you decided you wanted to run Windows XP on your computer, you could make it work, sure, but if you ask Microsoft for help, they'll tell you that you need to get a newer version of Windows.
-
Shapeless Recipes Isn't Working
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?
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)
-
Forge1.16.5-36.1.0 Unable to load model
It should be assets not asserts
-
Minecraft 1.16.5 Forge Latest - MouseClicked Event Handler issue (Error Code -1)
Make a new topic, and post your own logs, your problem might not be the same even if you think it is.
-
how can i make crops in minecraft 1.16
- [1.16.5] mouseClicked event handler Crash when clicking on single player.
Try removing Architectury- how do i make a custom dimension in 1.15.2
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- [1.16.5] mouseClicked event handler Crash when clicking on single player.
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?
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.- my server is crashing
But, did you install what wawla needs? Read the error again. Also, if it doesn't work, post new logs please- my server is crashing
The answer is right there in the crash report- [1.16.5] How do I create an empty dimension?
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?
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] mouseClicked event handler Crash when clicking on single player.
IPS spam blocked by CleanTalk.
Important Information
By using this site, you agree to our Terms of Use.