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
  • FML 1.16.4 Server crashing on startup (Ubuntu 18.04, Valhelsia 3)
Currently Supported: 1.16.X (Latest) and 1.15.X (LTS)
Sign in to follow this  
Followers 0
lodestarr

FML 1.16.4 Server crashing on startup (Ubuntu 18.04, Valhelsia 3)

By lodestarr, January 14 in Support & Bug Reports

  • Reply to this topic
  • Start new topic

Recommended Posts

lodestarr    0

lodestarr

lodestarr    0

  • Tree Puncher
  • lodestarr
  • Members
  • 0
  • 1 post
Posted January 14

Here's my console output. Here's my log. 

In my start.sh file:

java -Xms5000M -Xmx6000M -jar forge-1.16.4-35.1.36.jar nogui

 

I've tried re-uploading all mods and config files, however, the same output is received each time. Last time I set up a server on a VPS was probably in 2013 so I'm pretty out of touch with Minecraft server admin, let alone modded servers. Any help would be greatly appreciated!

  • Quote

Share this post


Link to post
Share on other sites

diesieben07    7597

diesieben07

diesieben07    7597

  • Reality Controller
  • diesieben07
  • Forum Team
  • 7597
  • 55124 posts
Posted January 14

You installed Optifine on a server... 

  • Quote

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

    • Insert image from URL
×
  • Desktop
  • Tablet
  • Phone
Sign in to follow this  
Followers 0
Go To Topic Listing



  • Recently Browsing

    No registered users viewing this page.

  • Posts

    • diesieben07
      Cannot create a modded forge server for 1.16.4

      By diesieben07 · Posted 14 minutes ago

      Update Forge if you want Java 15 support.
    • DeNub
      Cannot create a modded forge server for 1.16.4

      By DeNub · Posted 1 hour ago

      Hi. I am new to minecraft (a month) in general and decided to create a modded server so that two of my friends could also join. I downloaded the forge-1.16.4-35.1.4-installer and installed the server and client. In the server folder, 4 files were created libraries, 1.16.4.json, forge-1.16.4-35.1.4.jar and minecraft_server.1.16.4.jar (but no universal file was created). I ran the forge-1.16.4-35.1.4.jar file and it created the mods, logs, config and the defaultconfig folders. And then i ran the minecraft_server.1.16.4.jar and eula and server-properties files were created. After the changing the eula and server-properties, i was able to start the vanilla minecraft sever but everytime i try to run the forge server it just opens the cmd and closes after few seconds. Also I am absolutely new to these stuff and have not prior experience. Any help/suggestions would be highly appreciated. I have also attached the logs that were created. latest.log
    • Dr.Nickenstein
      Method to get the current durability?

      By Dr.Nickenstein · Posted 1 hour ago

      I want to get the current durability of an item, what is the method for it?
    • Klarks
      [1.16.4] what difference between custom slots and EquipmentSlotType

      By Klarks · Posted 2 hours ago

      Its kinda working now but how can i choose which of a default ones slots i want to use. For example i dont need head slot or i just shouldn't use it as an index in my container? Now i get the facing thing  null = hands and armor vertical = hands horizontal = armor
    • Klarks
      [1.16.4] what difference between custom slots and EquipmentSlotType

      By Klarks · Posted 2 hours ago

      My constructor looks like this now. public ItemStackHandler handlerCustom; public IItemHandler handlerDefault; public IItemHandler both; LazyOptional<IItemHandler> optional; public WhoreEntity(EntityType<? extends WhoreEntity> type, World worldIn) { super(type, worldIn); handlerCustom = new ItemStackHandler(1); //1 handlerDefault = super.getCapability(CapabilityItemHandler.ITEM_HANDLER_CAPABILITY,Direction.EAST).orElseThrow(null); both = new CombinedInvWrapper(handlerCustom, ((IItemHandlerModifiable) handlerDefault)); optional = LazyOptional.of(() -> both); }   And my Override getCapability. I dont sure what is facing means @Nonnull @Override public <T> LazyOptional<T> getCapability(@Nonnull Capability<T> cap, @Nullable Direction side) { if(cap == CapabilityItemHandler.ITEM_HANDLER_CAPABILITY && side != null) { return (LazyOptional<T>)optional; } return super.getCapability(cap, side); }   Did i do that all right?
  • Topics

    • DeNub
      1
      Cannot create a modded forge server for 1.16.4

      By DeNub
      Started 1 hour ago

    • Dr.Nickenstein
      0
      Method to get the current durability?

      By Dr.Nickenstein
      Started 1 hour ago

    • Klarks
      32
      [1.16.4] what difference between custom slots and EquipmentSlotType

      By Klarks
      Started Thursday at 06:22 AM

    • Woodside
      1
      [1.15.2]ServerWorld.spawnParticle excluding specific player

      By Woodside
      Started 4 hours ago

    • TheDonkey_King
      5
      I just started modding minecraft and I thought i had finished modding it but Titanium mod isn't loading properly. Can someone help me fix this?

      By TheDonkey_King
      Started 12 hours ago

  • Who's Online (See full list)

    • LK1905
    • Choonster
    • Klarks
    • diesieben07
    • Dr.Nickenstein
    • replayen
  • All Activity
  • Home
  • Minecraft Forge
  • Support & Bug Reports
  • FML 1.16.4 Server crashing on startup (Ubuntu 18.04, Valhelsia 3)
  • Theme

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