-
Posts
9279 -
Joined
-
Last visited
-
Days Won
72
Everything posted by LexManos
-
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.
-
Modded 1.12.2 server wont start with .bat file
LexManos replied to forge user_'s topic in Support & Bug Reports
The version you are using is no longer supported on this forum. Please update to a modern version of Minecraft to receive support. -
1) Use English on these Forums 2) Remove Optifine, even if you think you need it, you don't. 3) When you remove mods, provide new log files so we can see the issues. 4) Don't spam bump your posts.
-
Dont bump a 10 year old thread, none of the information here is up to date. And no, installing Forge multiple times does not 'reset' anything. Your data is still there. Just be careful loading worlds in different versions like you would in Vanilla Minecraft.
-
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!
-
The version you are using is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
-
I can't download forge on my dell inspiron
LexManos replied to crazypoet18's topic in General Discussion
Forge only works on Java Minecraft, not Bedrock. But you should be able to still get the java edition through the Minecraft launcher. As for our installer, it also needs java itself to be installed. You can get it here: https://adoptium.net/ -
Its an error applying a mixin, which is something that breaks into internals of things and are very fragile in comparison to using the systems we put in place in Forge. This is the definition of not our problem. If they used Forge directly it wouldn't ever try to apply a mixin and thus wouldn't get a mixin application error.
-
My tests through VPNs show that it is working fine. However, if it messes up for you feel free to skip it. We provide the direct links for people who either can't, or don't want to see the ads. If you feel like you still want to give back, we have donation options.
-
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.
-
Fabric mods arent working when i try to load the mods
LexManos replied to jammy's topic in Support & Bug Reports
We are not Curse. We are Forge. Two completely different things. -
Fabric mods arent working when i try to load the mods
LexManos replied to jammy's topic in Support & Bug Reports
Correct, We are Forge, we do not load Fabric mods. It is recommended that you stick to Forge mods. -
Automatically download mods from server to -> client
LexManos replied to Bogienin's topic in Suggestions
You are correct, this has been discussed many times. And nothing you've brought up addresses any of the issues properly. The answer is no. it's not going to happen. -
Yes we could randomly generate version numbers for java's module system and fix modders being stupid. But we don't. Because we don't fix modders stupidity. They have to work within the confines of the systems they are in. This one in particular was exposed by us fixing a bug where we didn't honor the standard Java's spec on defining versions. The modder actually went out of their way to specify the version as defined in the Java spec. But inserted a incorrect value. It's like if you ask someone for a glass of water, and they hand you a glass of battery acid. Should you silently accept it, and find your own water, or should you yell at them that acid isn't water.