I am making my own mod pack and love the versatility of Real Trains Mod, it's a Japanese mod so I cannot ask the creator for support, hopefully someone here can help me with at least these errors.
the first one is from it's dependency lib:
[00:58:54] [Server thread/ERROR] [FML/]: The mcmod.info file in NGTLib1.7.10.18_Forge10.13.2.1558.zip cannot be parsed as valid JSON. It will be ignored
com.google.gson.JsonSyntaxException: com.google.gson.stream.MalformedJsonException: Unterminated object at line 11 column 6
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:1.7.10-1566.UNOFFICIAL]
at cpw.mods.fml.common.discovery.JarDiscoverer.discover(JarDiscoverer.java:53) [JarDiscoverer.class:1.7.10-1566.UNOFFICIAL]
at cpw.mods.fml.common.discovery.ContainerType.findMods(ContainerType.java:42) [ContainerType.class:1.7.10-1566.UNOFFICIAL]
at cpw.mods.fml.common.discovery.ModCandidate.explore(ModCandidate.java:71) [ModCandidate.class:1.7.10-1566.UNOFFICIAL]
at cpw.mods.fml.common.discovery.ModDiscoverer.identifyMods(ModDiscoverer.java:133) [ModDiscoverer.class:1.7.10-1566.UNOFFICIAL]
at cpw.mods.fml.common.Loader.identifyMods(Loader.java:364) [Loader.class:1.7.10-1566.UNOFFICIAL]
at cpw.mods.fml.common.Loader.loadMods(Loader.java:489) [Loader.class:1.7.10-1566.UNOFFICIAL]
at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:87) [FMLServerHandler.class:1.7.10-1566.UNOFFICIAL]
at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:319) [FMLCommonHandler.class:1.7.10-1566.UNOFFICIAL]
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:176) [lt.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:631) [MinecraftServer.class:?]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_66]
Caused by: com.google.gson.stream.MalformedJsonException: Unterminated object at line 11 column 6
at com.google.gson.stream.JsonReader.syntaxError(JsonReader.java:1505) ~[JsonReader.class:?]
at com.google.gson.stream.JsonReader.doPeek(JsonReader.java:480) ~[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:666) ~[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
Next is from the mod itself:
[00:58:55] [Server thread/ERROR] [FML/]: The mcmod.info file in RTM1.7.10.25_Forge10.13.2.1558.zip cannot be parsed as valid JSON. It will be ignored
com.google.gson.JsonSyntaxException: com.google.gson.stream.MalformedJsonException: Unterminated object at line 12 column 6
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:1.7.10-1566.UNOFFICIAL]
at cpw.mods.fml.common.discovery.JarDiscoverer.discover(JarDiscoverer.java:53) [JarDiscoverer.class:1.7.10-1566.UNOFFICIAL]
at cpw.mods.fml.common.discovery.ContainerType.findMods(ContainerType.java:42) [ContainerType.class:1.7.10-1566.UNOFFICIAL]
at cpw.mods.fml.common.discovery.ModCandidate.explore(ModCandidate.java:71) [ModCandidate.class:1.7.10-1566.UNOFFICIAL]
at cpw.mods.fml.common.discovery.ModDiscoverer.identifyMods(ModDiscoverer.java:133) [ModDiscoverer.class:1.7.10-1566.UNOFFICIAL]
at cpw.mods.fml.common.Loader.identifyMods(Loader.java:364) [Loader.class:1.7.10-1566.UNOFFICIAL]
at cpw.mods.fml.common.Loader.loadMods(Loader.java:489) [Loader.class:1.7.10-1566.UNOFFICIAL]
at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:87) [FMLServerHandler.class:1.7.10-1566.UNOFFICIAL]
at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:319) [FMLCommonHandler.class:1.7.10-1566.UNOFFICIAL]
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:176) [lt.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:631) [MinecraftServer.class:?]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_66]
Caused by: com.google.gson.stream.MalformedJsonException: Unterminated object at line 12 column 6
at com.google.gson.stream.JsonReader.syntaxError(JsonReader.java:1505) ~[JsonReader.class:?]
at com.google.gson.stream.JsonReader.doPeek(JsonReader.java:480) ~[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:666) ~[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
there are other things I would love to suggest and ask about but as I said the mod is Japanese so I cannot talk to the creator about anything.
I saw that error, is it referring to a crafting bench for itself that i'm not aware of? i've used the pistons before so I know they work but that's in creative though.
Rollback Post to RevisionRollBack
Join My Server The Valley! NOW ON DISCORD! GO TO THE FORUM TO GET TO THE OFFICIAL DISCORD! Survival, Creative, no PvP (May change). Come Join today!
ah ok, I wasn't sure if it was something that could either be a simple fix or some small error that could cause a crash later on for some unknown reason. but yeah, the pistons error doesn't seem to crash at all.
btw, thank you for your help, i've seen you in the shaders mod topic and I know what crap you deal with over there.
Rollback Post to RevisionRollBack
Join My Server The Valley! NOW ON DISCORD! GO TO THE FORUM TO GET TO THE OFFICIAL DISCORD! Survival, Creative, no PvP (May change). Come Join today!
I am making my own mod pack and love the versatility of Real Trains Mod, it's a Japanese mod so I cannot ask the creator for support, hopefully someone here can help me with at least these errors.
the first one is from it's dependency lib:
Next is from the mod itself:
there are other things I would love to suggest and ask about but as I said the mod is Japanese so I cannot talk to the creator about anything.
here is a link to the main Japanese forum page for the mod: http://forum.minecraftuser.jp/viewtopic.php?f=13&t=13633
Join My Server The Valley! NOW ON DISCORD! GO TO THE FORUM TO GET TO THE OFFICIAL DISCORD!
Survival, Creative, no PvP (May change). Come Join today!
Forum: http://thevalley.enjin.com/
Server Map:TheValley.noip.me:8123
Planet Minecraft : View The Valley
The Valley Modpack is available on Technic here:The Valley Modpack
Please let me know what you think of my modpack as it's my first one.
apparently the log is so big I can't post it here or even using paste bin, i'll put a link to the log file from drop box later. gotta go to work.
Join My Server The Valley! NOW ON DISCORD! GO TO THE FORUM TO GET TO THE OFFICIAL DISCORD!
Survival, Creative, no PvP (May change). Come Join today!
Forum: http://thevalley.enjin.com/
Server Map:TheValley.noip.me:8123
Planet Minecraft : View The Valley
The Valley Modpack is available on Technic here:The Valley Modpack
Please let me know what you think of my modpack as it's my first one.
ok, here's the client side with the error: https://www.dropbox.com/s/ipj89ag4sgwofp1/fml-client-latest.log?dl=0
and here's the server log with the same error only earlier: https://www.dropbox.com/s/wm388ewlk4cmxmk/fml-server-latest.log?dl=0
there are other errors in the log as well but they don't seem to cause any issues that I know of.
and i've re-downloaded them and the same error happens, yet the mod works.
Join My Server The Valley! NOW ON DISCORD! GO TO THE FORUM TO GET TO THE OFFICIAL DISCORD!
Survival, Creative, no PvP (May change). Come Join today!
Forum: http://thevalley.enjin.com/
Server Map:TheValley.noip.me:8123
Planet Minecraft : View The Valley
The Valley Modpack is available on Technic here:The Valley Modpack
Please let me know what you think of my modpack as it's my first one.
I saw that error, is it referring to a crafting bench for itself that i'm not aware of? i've used the pistons before so I know they work but that's in creative though.
Join My Server The Valley! NOW ON DISCORD! GO TO THE FORUM TO GET TO THE OFFICIAL DISCORD!
Survival, Creative, no PvP (May change). Come Join today!
Forum: http://thevalley.enjin.com/
Server Map:TheValley.noip.me:8123
Planet Minecraft : View The Valley
The Valley Modpack is available on Technic here:The Valley Modpack
Please let me know what you think of my modpack as it's my first one.
ah ok, I wasn't sure if it was something that could either be a simple fix or some small error that could cause a crash later on for some unknown reason. but yeah, the pistons error doesn't seem to crash at all.
btw, thank you for your help, i've seen you in the shaders mod topic and I know what crap you deal with over there.
Join My Server The Valley! NOW ON DISCORD! GO TO THE FORUM TO GET TO THE OFFICIAL DISCORD!
Survival, Creative, no PvP (May change). Come Join today!
Forum: http://thevalley.enjin.com/
Server Map:TheValley.noip.me:8123
Planet Minecraft : View The Valley
The Valley Modpack is available on Technic here:The Valley Modpack
Please let me know what you think of my modpack as it's my first one.