-
Posts
9273 -
Joined
-
Last visited
-
Days Won
68
Everything posted by LexManos
-
Run the forge jar...
-
1.19.2 modpack crashes when you sleep in any bed
LexManos replied to Coralz's topic in Support & Bug Reports
coda.breezy.Breezy.resetWindDirection(Breezy.java:67) is casting the client world to the server world without properly checking, talk to the breezy mod author. -
there is literally no executable jar anymore. Java does not allow them to be used when using the module system. Use the run scripts, or copy the run scripts into the command line arguments of your server
-
Can't set up a server through my Minecraft game server provider
LexManos replied to spoOke92's topic in Support & Bug Reports
No, there is literally no executable jar anymore. Java does not allow them to be used when using the module system. Use the run scripts, or copy the run scripts into the command line arguments of your server -
Fixed in 47.1.34+ https://files.minecraftforge.net
-
Cannot Join Server (Fabric BetterMC 1.19.2)
LexManos replied to ClassyCookie's topic in Support & Bug Reports
This is the Forge forums, not Fabric, you'll want to go to their forum/discord to get support with Fabric. -
Can't set up a server through my Minecraft game server provider
LexManos replied to spoOke92's topic in Support & Bug Reports
There is no jar anymore, and hasnt been for a couple years now. You need to use a server host that supports modern ways to launch the game. -
Post the logs that are in the same folder you ran the installer from. This is typically something on your computer blocking internet access
-
That is not a problem, that is exactly what the installer is supposed to do. You have to use the run script to start the server now. There is no executable jar.
-
1.20.1 Error when i launch my minecraft 1.2O.1 with forge
LexManos replied to Dafaba's topic in Support & Bug Reports
It very much is included in the installer, so not sure what you're getting at. Make sure you are using the vanilla mojang's launcher. Also this isn't the same issue as the OP because OP hasn't posted his logs so we dont know what his issue actually is. -
i need help with specifying the start of a modded server
LexManos replied to GanjajoggiBig's topic in Support & Bug Reports
yes "c:\some\folder\java.exe" -
i need help with specifying the start of a modded server
LexManos replied to GanjajoggiBig's topic in Support & Bug Reports
When you start the server, in your bat file there is the word 'java' you need to replace that with the full path of the specific java version you want to use. -
Please add a new event for adding Custom Spawners for Server Levels
LexManos replied to Viola_Siemens's topic in Suggestions
This isn't a bad idea, we typically have these things go through the GitHub PR system. However couple questions. All spawners get is a tick method. Why not use our level tick event? The only information that spawners get is (this.spawnEnemies, this.spawnFriendlies), which are private fields, so we could add getters. -
Question related to experimentalForgeLightPipelineEnabled
LexManos replied to Justin Rhymer's topic in Support & Bug Reports
Its purely client side.- 1 reply
-
- 1
-
Hi! It looks like you're having issues installing Forge. In order to root out one of the more common issues, we'll need to see your hosts file. Here's the steps to getting this file. 1) Press the Win + R key on your keyboard. 2) Paste the following into the prompt that opens: notepad %windir%\system32\drivers\etc\hosts 3) Use Ctrl+A to select everything in the file, then Ctrl+C into the textbox to post to this thread. Looking forward to your reply!
-
Some zip managers like to take control of the .jar file extension away from Java. Make sure you have Java installed and try running Jarfix once, then try the installer again. You'll need to be more specific on what you're doing beyond that. All you need to do is run the `java -jar <path to installer.jar>`
-
Some zip managers like to take control of the .jar file extension away from Java. Make sure you have Java installed and try running Jarfix once, then try the installer again.
-
For future note, almost everything we make/host has the official download page on our maven. https://files.minecraftforge.net/net/minecraftforge/Scorge/ Is the one for Scorge it's a little wonkey for this one specifically cuz we have one build with a MC version prefix but I'll fix that in a bit. As for it being on CurseForge or any other mod repo. Thats a manual process that I guess Illy just forgot to do. Will poke him about it next time he touches it.