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    7691

diesieben07

diesieben07    7691

  • Reality Controller
  • diesieben07
  • Forum Team
  • 7691
  • 56328 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

    • diesieben07
      [1.16] Large collision box is not working correctly

      By diesieben07 · Posted 1 minute ago

      Correct, blocks cannot go beyond 1x1x1. If you want to make something bigger, you need to have multiple blocks.
    • diesieben07
      The item given to the player disappears

      By diesieben07 · Posted 2 minutes ago

      No, you always need context information. Otherwise how would you know which player it is.
    • diesieben07
      [1.16.4] Creating Sub items through NBT from config

      By diesieben07 · Posted 4 minutes ago

      No. This is intentional, as registration should not depend on configs.
    • BeardlessBrady
      [1.16.4] Creating Sub items through NBT from config

      By BeardlessBrady · Posted 12 minutes ago

      Hello, I am trying to create sub items through NBT by pulling information from the config file. My issue is that it seems like the items are being registered before the config is processed, is there a way to make the config get processed first?   My Code for reference: https://github.com/Beardlessbrady/Currency-Mod/tree/master-1.16/src/main
    • Aviator737
      [1.16] Large collision box is not working correctly

      By Aviator737 · Posted 14 minutes ago

      I made test 3x3 collision. For convenience, I have marked with colors the areas of the cube (see screenshots). Bounding box shows up correctly but collision works strange. I can't fly horizontally through yellow blocks but I can fall through them. Сorner blocks (red) don't work at all. And I can't fall or walk into blue area.  Forge 1.16.5 -  35.1.37 public class TestTileEntityBlock extends TileEntityBlock<TestTileEntity> { private static final VoxelShape SHAPE = makeCuboidShape(-16, -16, -16, 32, 32, 32); public TestTileEntityBlock(Properties properties) { super(properties); } @Override public TileEntity createTileEntity(BlockState state, IBlockReader world) { return new TestTileEntity(); } @SuppressWarnings("deprecation") @Override public VoxelShape getCollisionShape(final BlockState state, final IBlockReader world, final BlockPos pos, final ISelectionContext context) { return SHAPE; } @SuppressWarnings("deprecation") @Override public VoxelShape getShape(final BlockState state, final IBlockReader world, final BlockPos pos, final ISelectionContext context) { return SHAPE; } }
  • Topics

    • Aviator737
      1
      [1.16] Large collision box is not working correctly

      By Aviator737
      Started 14 minutes ago

    • Hubmac
      3
      The item given to the player disappears

      By Hubmac
      Started 1 hour ago

    • BeardlessBrady
      1
      [1.16.4] Creating Sub items through NBT from config

      By BeardlessBrady
      Started 12 minutes ago

    • Seika85
      0
      [1.16.5-forge-36.0.43] Error: "Failed to synchronize registry data, closing connection"

      By Seika85
      Started 15 minutes ago

    • Deadlocked47
      0
      Can't get into forge discord

      By Deadlocked47
      Started 24 minutes ago

  • Who's Online (See full list)

    • diesieben07
    • JackRaidenPH
    • Seika85
    • loordgek
    • BeardlessBrady
    • Coloringgamer
    • Maliksandgreen11
    • Aviator737
    • Hubmac
    • PumpkiinMochaa
    • Zeronota
    • Talp1
    • FREyebeans2506
    • lupicus
    • Deadlocked47
  • 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