Jump to content

Recommended Posts

Posted

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.

 

Posted

Doesn't matter where it came from or who uses it, 1.7.10 is so out of date it is no longer supported here. You should take the issue right to the modpack creators.

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

Announcements



×
×
  • Create New...

Important Information

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