Jump to content

HELP


Recommended Posts

im trying to make a TrollCraft server, and everytime i load it, this happens.

[11:41:15] [Server thread/INFO] [MinecraftForge]: Attempting early MinecraftForge initialization
[11:41:15] [Server thread/INFO] [FML]: MinecraftForge v10.13.4.1614 Initialized
[11:41:15] [Server thread/INFO] [FML]: Replaced 183 ore recipies
[11:41:15] [Server thread/INFO] [malisiscore]: Found hooks for net.minecraft.world.chunk.Chunk (apx)
[11:41:15] [Server thread/INFO] [MinecraftForge]: Completed early MinecraftForge initialization
[11:41:16] [Server thread/INFO] [FML]: [AppEng] Core Init
[11:41:16] [Server thread/INFO] [FML]: Found 0 mods from the command line. Injecting into mod discoverer
[11:41:16] [Server thread/INFO] [FML]: Searching C:\Users\Redboy\Desktop\Troll Craft Server\mods for mods
[11:41:16] [Server thread/INFO] [FML]: Also searching C:\Users\Redboy\Desktop\Troll Craft Server\mods\1.7.10 for mods
[11:41:17] [Server thread/INFO] [AppleCore]: Mod AppleCore is missing the required element 'name'. Substituting AppleCore
[11:41:18] [Server thread/WARN] [bluepower]: Mod bluepower is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 0.2.962
[11:41:18] [Server thread/WARN] [ChickenChunks]: Mod ChickenChunks is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.3.4.19
[11:41:18] [Server thread/WARN] [cookingbook]: Mod cookingbook is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.0.134
[11:41:18] [Server thread/WARN] [DragonMounts]: Mod DragonMounts is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version r41-1.7.10
[11:41:19] [Server thread/WARN] [EnderStorage]: Mod EnderStorage is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.4.7.37
[11:41:19] [Server thread/WARN] [ExtraUtilities]: Mod ExtraUtilities is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.2.12
[11:41:20] [Server thread/ERROR] [FML]: The mcmod.info file in magicalcropsarmoury-4.0.0_PUBLIC_BETA_4.jar cannot be parsed as valid JSON. It will be ignored
com.google.gson.JsonSyntaxException: com.google.gson.stream.MalformedJsonException: Unterminated array at line 12 column 29
        at com.google.gson.internal.Streams.parse(Streams.java:56) ~[Streams.class:?]
        at com.google.gson.JsonParser.parse(JsonParser.java:84) ~[JsonParser.class:?]
        at com.google.gson.JsonParser.parse(JsonParser.java:59) ~[JsonParser.class:?]
        at cpw.mods.fml.common.MetadataCollection.from(MetadataCollection.java:55) [MetadataCollection.class:?]
        at cpw.mods.fml.common.discovery.JarDiscoverer.discover(JarDiscoverer.java:53) [JarDiscoverer.class:?]
        at cpw.mods.fml.common.discovery.ContainerType.findMods(ContainerType.java:42) [ContainerType.class:?]
        at cpw.mods.fml.common.discovery.ModCandidate.explore(ModCandidate.java:71) [ModCandidate.class:?]
        at cpw.mods.fml.common.discovery.ModDiscoverer.identifyMods(ModDiscoverer.java:131) [ModDiscoverer.class:?]
        at cpw.mods.fml.common.Loader.identifyMods(Loader.java:364) [Loader.class:?]
        at cpw.mods.fml.common.Loader.loadMods(Loader.java:489) [Loader.class:?]
        at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:87) [FMLServerHandler.class:?]
        at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:314) [FMLCommonHandler.class:?]
        at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:117) [lt.class:?]
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387) [MinecraftServer.class:?]
        at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685) [li.class:?]
Caused by: com.google.gson.stream.MalformedJsonException: Unterminated array at line 12 column 29
        at com.google.gson.stream.JsonReader.syntaxError(JsonReader.java:1505) ~[JsonReader.class:?]
        at com.google.gson.stream.JsonReader.doPeek(JsonReader.java:465) ~[JsonReader.class:?]
        at com.google.gson.stream.JsonReader.hasNext(JsonReader.java:403) ~[JsonReader.class:?]
        at com.google.gson.internal.bind.TypeAdapters$25.read(TypeAdapters.java:658) ~[TypeAdapters$25.class:?]
        at com.google.gson.internal.bind.TypeAdapters$25.read(TypeAdapters.java:667) ~[TypeAdapters$25.class:?]
        at com.google.gson.internal.bind.TypeAdapters$25.read(TypeAdapters.java:659) ~[TypeAdapters$25.class:?]
        at com.google.gson.internal.bind.TypeAdapters$25.read(TypeAdapters.java:642) ~[TypeAdapters$25.class:?]
        at com.google.gson.internal.Streams.parse(Streams.java:44) ~[Streams.class:?]
        ... 14 more
[11:41:20] [Server thread/ERROR] [FML]: The mcmod.info file in magicalcropsdeco-4.0.0_PUBLIC_BETA_4a.jar cannot be parsed as valid JSON. It will be ignored
com.google.gson.JsonSyntaxException: com.google.gson.stream.MalformedJsonException: Unterminated array at line 12 column 29
        at com.google.gson.internal.Streams.parse(Streams.java:56) ~[Streams.class:?]
        at com.google.gson.JsonParser.parse(JsonParser.java:84) ~[JsonParser.class:?]
        at com.google.gson.JsonParser.parse(JsonParser.java:59) ~[JsonParser.class:?]
        at cpw.mods.fml.common.MetadataCollection.from(MetadataCollection.java:55) [MetadataCollection.class:?]
        at cpw.mods.fml.common.discovery.JarDiscoverer.discover(JarDiscoverer.java:53) [JarDiscoverer.class:?]
        at cpw.mods.fml.common.discovery.ContainerType.findMods(ContainerType.java:42) [ContainerType.class:?]
        at cpw.mods.fml.common.discovery.ModCandidate.explore(ModCandidate.java:71) [ModCandidate.class:?]
        at cpw.mods.fml.common.discovery.ModDiscoverer.identifyMods(ModDiscoverer.java:131) [ModDiscoverer.class:?]
        at cpw.mods.fml.common.Loader.identifyMods(Loader.java:364) [Loader.class:?]
        at cpw.mods.fml.common.Loader.loadMods(Loader.java:489) [Loader.class:?]
        at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:87) [FMLServerHandler.class:?]
        at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:314) [FMLCommonHandler.class:?]
        at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:117) [lt.class:?]
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387) [MinecraftServer.class:?]
        at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685) [li.class:?]
Caused by: com.google.gson.stream.MalformedJsonException: Unterminated array at line 12 column 29
        at com.google.gson.stream.JsonReader.syntaxError(JsonReader.java:1505) ~[JsonReader.class:?]
        at com.google.gson.stream.JsonReader.doPeek(JsonReader.java:465) ~[JsonReader.class:?]
        at com.google.gson.stream.JsonReader.hasNext(JsonReader.java:403) ~[JsonReader.class:?]
        at com.google.gson.internal.bind.TypeAdapters$25.read(TypeAdapters.java:658) ~[TypeAdapters$25.class:?]
        at com.google.gson.internal.bind.TypeAdapters$25.read(TypeAdapters.java:667) ~[TypeAdapters$25.class:?]
        at com.google.gson.internal.bind.TypeAdapters$25.read(TypeAdapters.java:659) ~[TypeAdapters$25.class:?]
        at com.google.gson.internal.bind.TypeAdapters$25.read(TypeAdapters.java:642) ~[TypeAdapters$25.class:?]
        at com.google.gson.internal.Streams.parse(Streams.java:44) ~[Streams.class:?]
        ... 14 more
[11:41:21] [Server thread/WARN] [powersuits]: Mod powersuits is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 0.11.0.300
[11:41:21] [Server thread/WARN] [numina]: Mod numina is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 0.4.0.131
[11:41:23] [Server thread/WARN] [qmunitylib]: Mod qmunitylib is missing the required element 'version' and no fallback can be found. Substituting '1.0'.
[11:41:24] [Server thread/WARN] [ForgeMicroblock]: Mod ForgeMicroblock is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.1.2.331
[11:41:24] [Server thread/WARN] [ForgeMultipart]: Mod ForgeMultipart is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.1.2.331
[11:41:24] [Server thread/WARN] [McMultipart]: Mod McMultipart is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.1.2.331
[11:41:24] [Server thread/INFO] [FML]: Forge Mod Loader has identified 132 mods to load
[11:41:24] [Server thread/INFO] [FML]: Found mod(s) [ExtraUtilities] containing declared API package baubles.api (owned by Baubles) without associated API reference
[11:41:24] [Server thread/INFO] [FML]: Found mod(s) [EnderIO] containing declared API package com.cricketcraft.chisel.api (owned by chisel) without associated API reference
[11:41:24] [Server thread/INFO] [FML]: Found mod(s) [ImmersiveEngineering] containing declared API package cofh.api (owned by CoFHLib) without associated API reference
[11:41:25] [Server thread/ERROR] [FML]: The mod ExtraUtilities (Extra Utilities) requires mod versions [ForgeMultipart@[1.2.0.336,)] to be available
[11:41:26] [Server thread/ERROR]: Encountered an unexpected exception
cpw.mods.fml.common.MissingModsException:
Missing Mods:
        ForgeMultipart : [1.2.0.336,)


        at cpw.mods.fml.common.Loader.sortModList(Loader.java:260) ~[Loader.class:?]
        at cpw.mods.fml.common.Loader.loadMods(Loader.java:493) ~[Loader.class:?]
        at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:87) ~[FMLServerHandler.class:?]
        at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:314) ~[FMLCommonHandler.class:?]
        at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:117) ~[lt.class:?]
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387) [MinecraftServer.class:?]
        at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685) [li.class:?]
[11:41:26] [Server thread/ERROR]: This crash report has been saved to: C:\Users\Redboy\Desktop\Troll Craft Server\.\crash-reports\crash-2017-06-07_11.41.26-server.txt
[11:41:26] [Server thread/WARN] [FML]: Can't revert to frozen GameData state without freezing first.
[11:41:26] [Server thread/INFO] [FML]: Applying holder lookups
[11:41:26] [Server thread/INFO] [FML]: Holder lookups applied
[11:41:26] [Server thread/INFO] [FML]: The state engine was in incorrect state CONSTRUCTING and forced into state SERVER_STOPPED. Errors may have been discarded.

 

Link to comment
Share on other sites

  • Guest locked this topic
Guest
This topic is now closed to further replies.


  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • Incompatible mods found! net.fabricmc.loader.impl.FormattedException: Some of your mods are incompatible with the game or each other! A potential solution has been determined, this may resolve your problem:      - Replace mod 'Moonlight Lib' (moonlight) 1.21-2.16.0 with version 1.21-2.17.0 or later. More details:      - Mod 'Supplementaries' (supplementaries) 1.21-3.0.14-alpha requires version 1.21-2.17.0 or later of mod 'Moonlight Lib' (moonlight), but only the wrong version is present: 1.21-2.16.0!     at net.fabricmc.loader.impl.FormattedException.ofLocalized(FormattedException.java:51)     at net.fabricmc.loader.impl.FabricLoaderImpl.load(FabricLoaderImpl.java:196)     at net.fabricmc.loader.impl.launch.knot.Knot.init(Knot.java:146)     at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:68)     at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23) this si my error code, and yes i have the latest version of moonlight lib
    • Turning the Tables: My Journey to Reclaim Stolen Bitcoins with Expert Help. When my Bitcoin wallet was hacked and my entire cryptocurrency portfolio was stolen, I felt utterly devastated and hopeless. Having worked hard to build up my digital assets, the sudden loss was gut-wrenching. It felt like my financial future had been ripped away in an instant, leaving me overwhelmed by a sense of betrayal and despair. In my search for help, I discovered TECH CYBER FORCE Recovery, a renowned cybersecurity firm specializing in cryptocurrency recovery. I was met with professionalism and empathy from my first contact with them. The team demonstrated a steadfast commitment to helping me retrieve my stolen Bitcoins. They understood the emotional toll of my situation and approached my case with genuine concern. TECH CYBER FORCE Recovery swung into action immediately, leveraging its extensive expertise in blockchain forensics and hacker tracking techniques. Their process was meticulous. They analyzed my transaction history, followed the digital trail left by the hackers, and worked diligently to pinpoint the location of the stolen funds. I was impressed by their technical prowess; they employed advanced cryptographic methods and strategic negotiations with the perpetrators, all while keeping me informed about their progress. The recovery process was complex and fraught with challenges. However, the tenacity displayed by the team was truly awe-inspiring. They navigated cryptocurrency crime's murky and ever-evolving landscape with skill and determination. After a series of strategic moves, they managed to recover the majority of my Bitcoins successfully.  
    • I removed giacomos_hud, oculus, (dont know what you mean with iris), enhanced_boss_bars, epicfight and essential.  Server still doesnt want to boot. new logs after removing: https://pastebin.com/LuM2PFtN I dont quite understand the "server side" and "client side" difference..
  • Topics

×
×
  • Create New...

Important Information

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