
Error: mcmod.info malformed json (Trinity 1.5.f)
Krutoy242 opened this issue ยท 0 comments
Loading game with Trinity 1.5.f
causing this error written into debug.log
file:
[Client thread/ERROR] [FML]: The mcmod.info file in Trinity-1.12.2-1.5.f.jar cannot be parsed as valid JSON. It will be ignored
com.google.gson.JsonSyntaxException: com.google.gson.stream.MalformedJsonException: Expected name at line 15 column 2 path $[0].dependencies
See https://github.com/google/gson/blob/main/Troubleshooting.md#malformed-json
at com.google.gson.internal.Streams.parse(Streams.java:58) ~[gson-2.11.0.jar:?]
at com.google.gson.JsonParser.parseReader(JsonParser.java:146) ~[gson-2.11.0.jar:?]
[...]
Caused by: com.google.gson.stream.MalformedJsonException: Expected name at line 15 column 2 path $[0].dependencies
See https://github.com/google/gson/blob/main/Troubleshooting.md#malformed-json
at com.google.gson.stream.JsonReader.syntaxError(JsonReader.java:1754) ~[gson-2.11.0.jar:?]
Probably just oversight that can be easily fixed.