Jump to content

LexManos

Forge Code God
  • Posts

    9273
  • Joined

  • Last visited

  • Days Won

    68

Everything posted by LexManos

  1. You don't, the entire point of the codecs is that it knows what type its constructing. You'll have to make your own codec.
  2. They have to support multiple ways of installing things as is. Cuz ya know, the 7 year jump in technology that happened in when they bumped from java 8 to java 16. Things had to change due to factors outside our control, so sucks to be a server provider but you're gunna have to actually do some work instead of just raking in the cash for doing nothing. It's not like it's even a hard change, we've done everything for them. They literally just have to run a shell script. Again, why do you care? Are you a server provider? If so stop being lazy. If not, then it doesn't matter to you.
  3. 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.
  4. It moved to the libraries folder because we got sick of people being dumb running the vanilla jar instead of Forge's thus causing their world to loose mod data and the like. We've wanted to do this for years, but kept getting push back from server hosts who were too lazy to change how they delt with their server layouts. Now that we are forced to change how the server launches due to Java's Modular system, we decided to do it. Why would you want it moved back? It should not effect you in any way where it is located.
  5. Without the complete logs I cant tell you whats going on. But from what you have sent whatever mod 'testharness' is, expects tags to be sent from the server. {Typically means the mod isnt installed on the server} Either remove it from the client, or install it on the server.
  6. How are you running the server? Show us exact command you're running. Don't say a script or batch file, we need the command. Sounds like you're running the vanilla server, not Forge. Also, don't rename any of the files the installer makes.
  7. Some zip managers {and in your case I guess notepad?} 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.
  8. The problem is with your java install. The issue is that it does not contain the LetsEncrypt root ceritificate. {Or else you have a MUCH larger issue where you have someone intercepting your network traffic} Be sure you're running the version of java you think you are running by manually running it with the full path from the command line.
  9. As stated in our last stream. There are mechanics in place to protect us from the 'hit by a bus' syndrom. We don't have just one or two people working on things. I've been working as best I can to make everything in our process open source and teach everyone who is competant how to do what I do. On top of that, no I don't have any intention of stopping. So it's not something i'm too worried about.
  10. Forge is not a 'launcher' It uses the vanilla launcher. The official one from Mojang. If you want help with that you'll have to pride your logs.
  11. That is not the full logs. That is a screenshot. The logs are a text file in the same place your installer is. Most likely scinario is something is blocking java from accessing the internet, try temporarily disabeling any firewall/AV you have. And make sure you're running a modern java, as some older ones do not contain the LetsEncrypt root certificate.
  12. 1) You shouldn't set the start size to higher then the max size 2) Are you SURE you wanna set your starting RAM to 20GB?
  13. This was a interesting road to go down. Turns out, Mojang changed how things work just slightly enough that it did not show up in out tests. Either way, it is fixed in 37.0.43, verified it myself by waiting for things to spawn in nether fortresses.
  14. Use java 16
  15. 1.12 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
  16. Cant reproduce it, be more descriptive, and provide logs.
  17. You're running the server in your system32 folder. If you look in that folder you'll find the eula.txt The problem seems to be your language settings, and the fact that you're encoding the \ character into some weird unicode. Make sure you save the file as basic ASCII or UTF-8. you can also try using / instead of \
  18. 1.12 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
  19. 1.12 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
  20. Use a modern version if you want support. Do not make jar mods if you want support. Do not illegally distribute Mojang's code if you want support.
  21. Thanks for reminding me, we'll remove it. If you don't know what you're doing with the data it outputs, then you shouldn't be using it. As stated before, use the official launcher. MMC and other 3rd party launchers are not supported or endorsed by this community.
  22. 1.7 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
  23. Then your provider is not returning a valid cap. Use your IDE's debugging tools to figure out why your code is not returning the value you think it is.
  24. Yes this is intentional. The system we had before is no longer valid for the way Mojang designed the code in 1.17. Modders now have to explicitly revive and then invalidate their entities as designed in my commit.
  25. 1.12 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.