-
Posts
2617 -
Joined
-
Last visited
-
Days Won
37
Everything posted by Ugdhar
-
Failed to install libraries [ Forge server 1.16.5 ]
Ugdhar replied to uTeACup's topic in Support & Bug Reports
I can confirm from a post in another thread that forge only supports up to Java 15. If installing another Java version results in an unexpected version running, this is due to the path setup. Either the path needs to be corrected, or all versions except the one you're trying to use should be removed. -
Failed to install libraries [ Forge server 1.16.5 ]
Ugdhar replied to uTeACup's topic in Support & Bug Reports
I did both client and server just in case there was a difference in downloading/installing either one, both worked. Glad it's working for ya, only thing I could think of if it works for me but not you guys would be some sort of internet/firewall issues or something! -
Failed to install libraries [ Forge server 1.16.5 ]
Ugdhar replied to uTeACup's topic in Support & Bug Reports
I just ran the installer for the latest version, and it didn't give me any errors -
Failed to install libraries [ Forge server 1.16.5 ]
Ugdhar replied to uTeACup's topic in Support & Bug Reports
Have you tried with Java 8? Java 8 is the one that ships with MC, so is likely most compatible, and I think I saw someone say that forge works with up to Java 15. *edit: also, your log says Java 16 -
Not wrong, just not finished. Until you create a class with the Mod annotation, there is no mod, and it does not build your src/package/directory structure for you. Without those things, there is nothing to build. My suggestion would be start with checking out the examplemod src and seeing how it is set up, and making it run.
-
There's nothing to build if you don't have/have not created any sources. You have to create a mod in java before you can build it. Extract the MDK and copy everything you copied, plus the src folder, and don't edit out the examplemod stuff out, and you will be able to build the example mod without writing your own code.
-
Sure give it a try
-
Try deleting C:\Users\cleme\AppData\Roaming\.minecraft\config\fml.toml and see if that helps, looks like it's crashing trying to read that file
-
3 hours is not very long in forums time to wait for an answer. If you're looking for (possibly) quicker help, you should go to the forge discord, it's an actual chat style setup as opposed to forums posting, and you might get a quicker reply.
-
All depends on personal preference. What's better, apples or oranges?
-
Can't get anything to build exept for 1.16 versions
Ugdhar replied to Babymillie's topic in Modder Support
Fairly sure this is related to the post highlighted in the red bar across the top of the forums, I believe the URL for the maven repo changed, or something like that. And more or less, any version below 1.15 is no longer supported. (although I believe they made all the final versions of the old stuff work, despite still being unsupported. The aforementioned red bar post at the top of the forums says which versions were fixed) -
Where is this method? I cannot find a class called player anywhere, and PlayerEntity only seems to have teleportTo, teleportWithTicket, and randomTeleport methods. Thanks!
-
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.
-
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
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.