Jump to content
  • Home
  • Files
  • Docs
Topics
  • All Content

  • This Topic
  • This Forum

  • Advanced Search
  • Existing user? Sign In  

    Sign In



    • Not recommended on shared computers


    • Forgot your password?

  • Sign Up
  • All Activity
  • Home
  • Minecraft Forge
  • Support & Bug Reports
  • Failed to run Forge server for 1.14.4
Currently Supported: 1.16.X (Latest) and 1.15.X (LTS)
Sign in to follow this  
Followers 1
AntonBespoiasov

Failed to run Forge server for 1.14.4

By AntonBespoiasov, January 10 in Support & Bug Reports

  • Start new topic

Recommended Posts

AntonBespoiasov    0

AntonBespoiasov

AntonBespoiasov    0

  • Tree Puncher
  • AntonBespoiasov
  • Members
  • 0
  • 40 posts
Posted January 10 (edited)

Forge version: 28.0.17

Minecraft version: 1.14.4

Java: 1.8 64-bit

OS: Windows 10 64-bit

 

What I did:

1. I installed Forge installer from Forge's site.

2. Ran it and installed "forged" server in an empty folder.

3. I launched vanilla server jar(*minecraft_server.1.14.4.jar*), stopped it, accepted the EULA and ran the server again. 

4. Then I ran the "forged" server jar(*forge-1.14.4-28.0.17.jar*) with the arguments shown in the console output below. It fails with the *java.lang.UnsupportedOperationException* exception.

 

It was supposed to open the Minecraft server GUI I guess. 

I think the problem is in compatibility of my environment and the Forge server.

Earlier I tried to setup 1.12.2 modded server. I tried 3 versions of Forge all were failing on the same stage with a different exception, I reported it on GitHub, they redirected me to Forge forum. Before that I tried installing vanilla server, it worked fine, I could join the server.

 

Thanks in advance!

 

Output:

Quote

C:\Users\AntonBespoiasov\AppData\Roaming\.minecraft J\localserver\1.14.4_forge>java -server -Xms512M -Xmx1024M -jar forge-1.14.4-28.0.17.jar
2021-01-10 16:58:29,851 main WARN Disabling terminal, you're running in an unsupported environment.
[16:58:30.093] [main/INFO] [cp.mo.mo.Launcher/MODLAUNCHER]: ModLauncher running: args [--gameDir, ., --launchTarget, fmlserver, --fml.forgeVersion, 28.0.17, --fml.mcpVersion, 20190719.225934, --fml.mcVersion, 1.14.4, --fml.forgeGroup, net.minecraftforge]
[16:58:30.099] [main/INFO] [cp.mo.mo.Launcher/MODLAUNCHER]: ModLauncher 3.0.2+57+a2bc918 starting: java version 11.0.8 by AdoptOpenJDK
[16:58:31.066] [main/INFO] [ne.mi.fm.lo.FixSSL/CORE]: Added Lets Encrypt root certificates as additional trust
[16:58:31.691] [main/INFO] [STDERR/]: [jdk.nashorn.api.scripting.NashornScriptEngine:<init>:143]: Warning: Nashorn engine is planned to be removed from a future JDK release
[16:58:32.584] [main/INFO] [cp.mo.mo.LaunchServiceHandler/MODLAUNCHER]: Launching target 'fmlserver' with arguments [--gameDir, .]
Exception in thread "main" [16:58:32.827] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1050]: java.lang.RuntimeException: java.lang.UnsupportedOperationException
[16:58:32.828] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1050]:   at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:39)
[16:58:32.830] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1050]:   at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:50)
[16:58:32.834] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1050]:   at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:68)
[16:58:32.836] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1050]:   at cpw.mods.modlauncher.Launcher.run(Launcher.java:80)
[16:58:32.844] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1050]:   at cpw.mods.modlauncher.Launcher.main(Launcher.java:65)
[16:58:32.847] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1050]:   at net.minecraftforge.server.ServerMain$Runner.runLauncher(ServerMain.java:63)
[16:58:32.851] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1050]:   at net.minecraftforge.server.ServerMain$Runner.access$100(ServerMain.java:60)
[16:58:32.856] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1050]:   at net.minecraftforge.server.ServerMain.main(ServerMain.java:57)
[16:58:32.870] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1059]: Caused by: java.lang.UnsupportedOperationException
[16:58:32.874] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1059]:   at org.objectweb.asm.ClassVisitor.visitNestMemberExperimental(ClassVisitor.java:248)
[16:58:32.887] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1059]:   at org.objectweb.asm.ClassReader.accept(ClassReader.java:651)
[16:58:32.891] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1059]:   at org.objectweb.asm.ClassReader.accept(ClassReader.java:391)
[16:58:32.898] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1059]:   at cpw.mods.modlauncher.TransformerClassWriter.computeHierarchy(TransformerClassWriter.java:83)
[16:58:32.903] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1059]:   at cpw.mods.modlauncher.TransformerClassWriter.access$100(TransformerClassWriter.java:35)

 

Edited January 10 by AntonBespoiasov

Share this post


Link to post
Share on other sites

diesieben07    7696

diesieben07

diesieben07    7696

  • Reality Controller
  • diesieben07
  • Forum Team
  • 7696
  • 56376 posts
Posted January 10

1.14 is no longer supported on this forum.

Please update to a modern version of Minecraft to receive support.

Share this post


Link to post
Share on other sites
Guest
This topic is now closed to further replies.
Sign in to follow this  
Followers 1
Go To Topic Listing



  • Recently Browsing

    No registered users viewing this page.

  • Posts

    • NovaMachina
      [1.16] Block texture resonds to sky light not block light

      By NovaMachina · Posted 53 minutes ago

      Great point. Should have seen that. Would I just pass that into the IVertexBuilder#lightmap function?
    • Draco18s
      [1.16] Block texture resonds to sky light not block light

      By Draco18s · Posted 58 minutes ago

      I wonder what combinedLight is. https://github.com/NovaMachina-Mods/ExNihiloSequentia/blob/1.16/src/main/java/novamachina/exnihilosequentia/client/render/SieveRender.java#L34
    • NovaMachina
      [1.16] Block texture resonds to sky light not block light

      By NovaMachina · Posted 1 hour ago

      I received a bug report where the texture of a block is only responding to the sky light, but not any block lights (such as torches). Here is the link to the renderer that I believe to be the culprit. Any suggestions? https://github.com/NovaMachina-Mods/ExNihiloSequentia/blob/1.16/src/main/java/novamachina/exnihilosequentia/client/render/SieveRender.java Here is an image that shows the issue: https://repo.jacob-williams.me/repository/raw/exnihilosequentia/issues/images/Lighting%20Bug.png
    • brok4d
      OBJ MODELS

      By brok4d · Posted 3 hours ago

      Hello, this mod is the source, you have to get boredhttps://gitlab.com/Lycanite/LycanitesMobs
    • JayNeedsHelp
      Logger not working

      By JayNeedsHelp · Posted 3 hours ago

      So I'm currently creating a forge mod and I'm having an issue where the console stops logging after some errors. It seems to be connected to the access transformers that I'm using as before I added at's my console was working fine.   Here is my at file:  public-f net.minecraft.client.Minecraft session public net.minecraft.client.Minecraft timer public net.minecraft.client.gui.GuiScreen buttonList public net.minecraft.util.Timer tickLength public net.minecraft.network.play.client.CPacketPlayer onGround public net.minecraft.network.play.server.SPacketEntityVelocity motionX public net.minecraft.network.play.server.SPacketEntityVelocity motionY public net.minecraft.network.play.server.SPacketEntityVelocity motionZ public net.minecraft.network.play.server.SPacketExplosion motionX public net.minecraft.network.play.server.SPacketExplosion motionY public net.minecraft.network.play.server.SPacketExplosion motionZ public net.minecraft.client.renderer.entity.RenderManager renderPosX public net.minecraft.client.renderer.entity.RenderManager renderPosY public net.minecraft.client.renderer.entity.RenderManager renderPosZ   Any help is greatly appreciated thank you!
  • Topics

    • NovaMachina
      2
      [1.16] Block texture resonds to sky light not block light

      By NovaMachina
      Started 1 hour ago

    • Milk_Shak3s
      1
      OBJ MODELS

      By Milk_Shak3s
      Started 18 hours ago

    • JayNeedsHelp
      0
      Logger not working

      By JayNeedsHelp
      Started 3 hours ago

    • cadbane86140
      0
      Minecraft: Hunger Games Game #36- Shear FIGHT!

      By cadbane86140
      Started 4 hours ago

    • Sad Whale
      6
      Game crashes whenever I try to increase the RAM

      By Sad Whale
      Started 6 hours ago

  • Who's Online (See full list)

    • Sqsuensay
    • DrCowiber
    • bananaman2xx
    • Squrikle
    • HappyAndJust
    • Xtian_
    • auragamer
    • MizonSky
    • Savageemote1
    • Sad Whale
  • All Activity
  • Home
  • Minecraft Forge
  • Support & Bug Reports
  • Failed to run Forge server for 1.14.4
  • Theme

Copyright © 2019 ForgeDevelopment LLC · Ads by Longitude Ads LLC Powered by Invision Community