-
Posts
9273 -
Joined
-
Last visited
-
Days Won
68
Everything posted by LexManos
-
Should I need to install Java 16.x for future Minecraft mods
LexManos replied to lmg1152's topic in General Discussion
This is wrong, they still ship J8 for <1.17 So for any of the versions that arnt the latest snapshot use J8. -
My ZombiePigman farm does not working
LexManos replied to Asterisk7262's topic in Support & Bug Reports
It's in the logs folder. It's named debug.log. Also, do not post a log of a non-Forge instance. We can not control what coremods/other hacks downstream projects might have. So if you're using them you have to get support through them. If this is reproducable on JUST Forge. Then post the correct log, and include your world so that we can try and reproduce ourselves. -
-
Is it just me or do other people think this, too?
LexManos replied to Draco_Magnus's topic in General Discussion
Again you are expected to understand the java side of the issues you're raising. We are not a school for basic java. We CAN address things specifically related to Minecraft/Forge. However the bulk of the issues come down to "You need to call this method" "Code no compile!" "You're trying to pass a string into a int.. that is not something we need to help you with" Either way, the specifics of that example/code examples has nothing to do with your initial message. It may be aggressive to you. But we don't really care about that. Things being 'overly aggressive' is purely subjective. Hell, it doesn't even work, 90% of the issues posted in tech support don't follow those rules. Either way, do you have something constructive to contribute or are you just wanting to let us know you feel a thread title is 'aggressive'? -
This definitely sounds like a over zealous anti virus, so try nuking that during the install.
-
You need to install the server and upload every file that it creates to the server.
-
I am unable to reproduce this issue in any environments. As Dies said, from external views it'd look like java is eating all the memory, but that's becuase that's how the JVM works it manages its own memory without releasing it to the OS. If its inside MC/Java, you can try making a meory dump with jprofiler or something, may give you a better idea whats holding the memory. But like I said, I can't reproduce this in any environments.
-
Forge 1.16.5 Fails to Install on macOS 11.1
LexManos replied to ThisIsAForumAccount's topic in Support & Bug Reports
You need to to change your java version. The version you have installed does not have LetsEncrypt's root authority. https://adoptopenjdk.net/ -
Really old Minecraft versions are no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
- 1 reply
-
- 1
-
1.12 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
-
1.8 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
-
1.12 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
-
1.7 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support. Also, this is a English only forums.
-
No, there isn't. Its important information to show the loading hasnt frozen.
-
Really old Minecraft versions are no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
-
"Warning: Forge Beta" but I haven't updated Forge
LexManos replied to biggg_boz's topic in Support & Bug Reports
Something messed up in our promotions file, i'll take a look. It doesn't effect anything in game. Its just a messagge. -
Launcher bugs because your servers don't work correctely
LexManos replied to TyoIV's topic in Support & Bug Reports
Dont change the fact that we don't support custom launchers, as they are against Mojang's wishes as well as basic common sense of not enterring account info into 3rd party stuff. And we also don't support installing things with non-standard systems. AND 1.7.10 is years old, you should update. It still works, you can still use it. But if you have issues its on you to fix it yourself. -
1.7 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
-
Screen for invalid dist DEDICATED_SERVER
LexManos replied to Luigi 64's topic in Support & Bug Reports
... Why did you install optifine on the server? -
This is a core issue in vanilla that has existed since its inception. They way that Items are rendered, is that the edge strip is generated by the CPU, by guessing where the GPU will place the pixels of the forward facing texture. Then the main texture is applied as one quad over top of it. The small white you see is where rounding errors happen and the CPU/GPU are disagreeing. There is no way to fix it beyond building a full model {not cheating like vanilla does and using one quad for the front of the item} This happens in every Minecraft version Modded or not, it varies based on Texture, CPU/GPU combo, and many other things.
-
Moddify forge itself so it only ever sends vinnila packets?
LexManos replied to rainbain's topic in General Discussion
We only send vanilla packets. Any of your random translator projects is on them to support these vanilla packets. There is nothing we need to do on our end, and there is nothing we can do to support hacky setups like this. -
None of my forge servers are suddenly starting
LexManos replied to Squiggly7894's topic in Support & Bug Reports
You're still running it with Java 16. I dont know what to tell you. You need to understand how to install java and how to run it. It isnt magic, it wont magically change the 'java' command you need to run the correct version. -
None of my forge servers are suddenly starting
LexManos replied to Squiggly7894's topic in Support & Bug Reports
-
None of my forge servers are suddenly starting
LexManos replied to Squiggly7894's topic in Support & Bug Reports
Delete your logs folder and re-run. We only care about debug.log However, the answer is to use a supported JRE. There isn't anything that I can say that'll change that. -
None of my forge servers are suddenly starting
LexManos replied to Squiggly7894's topic in Support & Bug Reports
Then give us a log of you running on a supported java version.