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
  • Help Please! Server Crash Report
Currently Supported: 1.16.X (Latest) and 1.15.X (LTS)
Sign in to follow this  
Followers 0
SgtRexor

Help Please! Server Crash Report

By SgtRexor, December 21, 2020 in Support & Bug Reports

  • Start new topic

Recommended Posts

SgtRexor    0

SgtRexor

SgtRexor    0

  • Tree Puncher
  • SgtRexor
  • Members
  • 0
  • 1 post
Posted December 21, 2020 (edited)

21.12 15:34:45 [Server] Server thread/WARN [FML]: Mod embers is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.12
21.12 15:34:45 [Server] Server thread/WARN [FML]: Mod enderstorage is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 2.4.6.137
21.12 15:34:45 [Server] Server thread/WARN [FML]: Mod excompressum is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 3.0.31
21.12 15:34:45 [Server] Server thread/WARN [FML]: Mod fancymenu is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.5.3.1
21.12 15:34:46 [Server] Server thread/WARN [FML]: Mod microblockcbe is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 2.6.2.83
21.12 15:34:46 [Server] Server thread/WARN [FML]: Mod forgemultipartcbe is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 2.6.2.83
21.12 15:34:46 [Server] Server thread/WARN [FML]: Mod minecraftmultipartcbe is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 2.6.2.83
21.12 15:34:46 [Server] Server thread/WARN [FML]: Mod gravelminer is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 6.1.2
21.12 15:34:46 [Server] Server thread/WARN [FML]: Mod helpfixer is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.12.1-1.5.18
21.12 15:34:46 [Server] Server thread/WARN [FML]: Mod ironchest is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.12.2-7.0.67.844
21.12 15:34:46 [Server] Server thread/INFO [FML]: Disabling mod jeresources it is client side only.
21.12 15:34:46 [Server] Server thread/WARN [FML]: Mod kleeslabs is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 5.4.11
21.12 15:34:46 [Server] Server thread/WARN [FML]: Mod konkrete is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.0.3
21.12 15:34:46 [Server] Server thread/INFO [FML]: Disabling mod llor it is client side only.
21.12 15:34:46 [Server] Server thread/WARN [FML]: Mod mekanismgenerators is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.12.2-9.8.3.390
21.12 15:34:46 [Server] Server thread/WARN [FML]: Mod mekanismtools is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.12.2-9.8.3.390
21.12 15:34:46 [Server] Server thread/ERROR [FML]: Unable to parse dependency for mod 'modularforcefieldsystem' with dependency string 'after:EnderIO'. The modId 'EnderIO' must be all lowercase.
21.12 15:34:47 [Server] Server thread/WARN [FML]: Mod mrtjpcore is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 2.1.4.43
21.12 15:34:47 [Server] Server thread/WARN [FML]: Mod projectred-core is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 4.9.4.120

Edited December 21, 2020 by SgtRexor

Share this post


Link to post
Share on other sites

diesieben07    7687

diesieben07

diesieben07    7687

  • Reality Controller
  • diesieben07
  • Forum Team
  • 7687
  • 56224 posts
Posted December 21, 2020

1.12 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 0
Go To Topic Listing



  • Recently Browsing

    No registered users viewing this page.

  • Posts

    • Iron1601
      Right Way To Add Arbitrary Data To PlayerEntities

      By Iron1601 · Posted 10 minutes ago

      I want to have a field or some attribute to PlayerEntity that indicates whether the player is pressing a key. I've tried DataManagers but the id value overlap makes me think that is the wrong way to do it on top of causing exceptions. I've also tried Lists and such to store players that did but sidedness and thread safety make me think thats also the wrong way. My question is how do I add this boolean attribute in such a way that avoids sidedness and is the proper way?   Thanks.
    • NullDev
      Custom Slime Block not working with Pistons

      By NullDev · Posted 39 minutes ago

      Does this git repo generated by IntelliJ work? That's the only way I know how to make a git repo of it. .git.zip
    • diesieben07
      Mods aren't loading on Forge 1.16.5 server

      By diesieben07 · Posted 1 hour ago

      it should work fine if the bat file is in the same folder as the jar.
    • KBomb
      Mods aren't loading on Forge 1.16.5 server

      By KBomb · Posted 1 hour ago

      I really do appreciate all your help. Running the command I asked about above did the trick. The server console has opened and the mods have been successfully loaded on 1G and is running smoothly. My final question is, do you recommend that I create a .bat file with the command below for whenever I wish to launch my server again:   java -Xms1G -Xmx1G -jar forge-1.16.5-36.0.42.jar   The last time I used a .bat with a similar command, the prompt said that Forge.jar could not be found. So would I have to put in a cd to the server folder before the command above?
    • Jeldrik
      Starting GUI on key Input

      By Jeldrik · Posted 1 hour ago

      Ohhh so simple All works now, thanks a lot! But how do I know that this is the case? cant find any documentation for that.   Edit: ah found it!
  • Topics

    • Iron1601
      0
      Right Way To Add Arbitrary Data To PlayerEntities

      By Iron1601
      Started 10 minutes ago

    • NullDev
      4
      Custom Slime Block not working with Pistons

      By NullDev
      Started 17 hours ago

    • KBomb
      23
      Mods aren't loading on Forge 1.16.5 server

      By KBomb
      Started Yesterday at 07:32 PM

    • Jeldrik
      8
      Starting GUI on key Input

      By Jeldrik
      Started 18 hours ago

    • yousuf
      30
      My modpack is about to be complete just need a few help

      By yousuf
      Started February 14

  • Who's Online (See full list)

    • MoeBoy76
    • Iron1601
    • tabr
    • PyRoTheLifeLess
    • vemerion
    • loordgek
    • NullDev
    • captainrex99
    • Jeldrik
    • Rosy162
    • Leronus
    • Babatunde
    • blubb
    • MimicRaccoon821
    • Pickle_Face5
    • Friiiipon
    • brok4d
    • Draco18s
  • All Activity
  • Home
  • Minecraft Forge
  • Support & Bug Reports
  • Help Please! Server Crash Report
  • Theme

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