Jump to content

Fuzzlemann

Members
  • Posts

    6
  • Joined

  • Last visited

Fuzzlemann's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. Oh, thanks for your clarification and your help. Not sure how that should help in any way.
  2. Testing with JDK 1.8.0_144 -> Working fine. Others having the same problem with the included Java, any other solution outside of staying at HTTP?
  3. Yes, it works in every other non-Minecraft Java project. And I forgot to mention that it works when I use the Test Configuration of Forge.
  4. Hey, my problem is with the SSL Engine of Forge: In every Init event (Pre, Init, Post) the HTTPS connection to my server fails with this exception: The code: As I already mentioned before, I tried the SSL Connection methods in every other initialization event too. The weird thing with that error is, that if I for example implement this method into a command of mine, it works flawlessly and without errors. When I switch to HTTP, everything works alright again. Details: Forge Version: 1.12.1 - 14.22.1.2485 Java Version: Java 1.8.0_25 (included one) Forge Mods installed: My mod, Damage Indicator, ItemPhysics Lite, Optifine LiteLoader Mods installed: Macro Mod, WorldEditCUI JVM Arguments: -Xmx5G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=16M
×
×
  • Create New...

Important Information

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