Page 1 of 1

it worked... but one...

Posted: Sat Nov 19, 2016 4:57 am
by Nathan6721
... heres the error: imgur.com/i3pTdkY
the red line is the error!, not in the mods list

complete info.json: imgur.com/VCyPJBi

Re: info.json failing!

Posted: Sat Nov 19, 2016 5:32 am
by daniel34
You have a mod installed called 'Super-Drills' which has a wrongly formatted info.json file.

Open %appdata%\Factorio\mods (C:\Users\User\AppData\Roaming\Factorio\mods) and remove that mod or fix the info.json.

Re: info.json failing!

Posted: Sat Nov 19, 2016 5:35 am
by Nexela
You have a missing delimiter in your info.json on line 5

You will need to post your info.json file for more help

Re: info.json failing!

Posted: Sat Nov 19, 2016 7:59 am
by Nathan6721
i think i have to remove the mod from my mods folder for now... until i fix it...

Re: info.json failing!

Posted: Sat Nov 19, 2016 11:54 am
by daniel34
In your info.json file on line 4 you are missing a comma at the end, it should read:

Code: Select all

"title": "Super Drill",

Re: info.json failing!

Posted: Sat Nov 19, 2016 10:10 pm
by Nathan6721
daniel34 wrote:You have a mod installed called 'Super-Drills' which has a wrongly formatted info.json file.

Open %appdata%\Factorio\mods (C:\Users\User\AppData\Roaming\Factorio\mods) and remove that mod or fix the info.json.
yea...... this is ma mod

Re: info.json failing!

Posted: Sat Nov 19, 2016 10:32 pm
by daniel34
Nathan6721 wrote:
daniel34 wrote:You have a mod installed called 'Super-Drills' which has a wrongly formatted info.json file.

Open %appdata%\Factorio\mods (C:\Users\User\AppData\Roaming\Factorio\mods) and remove that mod or fix the info.json.
yea...... this is ma mod
Did you read my answer above?
daniel34 wrote:In your info.json file on line 4 you are missing a comma at the end, it should read:

Code: Select all

"title": "Super Drill",
Basically, every line with content should end with a --> , <-- comma, except the last line.

Re: info.json failing!

Posted: Sat Nov 19, 2016 10:58 pm
by Nathan6721
daniel34 wrote:
Nathan6721 wrote:
daniel34 wrote:You have a mod installed called 'Super-Drills' which has a wrongly formatted info.json file.

Open %appdata%\Factorio\mods (C:\Users\User\AppData\Roaming\Factorio\mods) and remove that mod or fix the info.json.
yea...... this is ma mod
Did you read my answer above?
daniel34 wrote:In your info.json file on line 4 you are missing a comma at the end, it should read:

Code: Select all

"title": "Super Drill",
Basically, every line with content should end with a --> , <-- comma, except the last line.
yea... but look at the image! somethings still broken, but ill check the info.json file right after i post this reply

Re: info.json failing!

Posted: Sat Nov 19, 2016 11:00 pm
by Nathan6721
Nathan6721 wrote:
daniel34 wrote:
Nathan6721 wrote:
daniel34 wrote:You have a mod installed called 'Super-Drills' which has a wrongly formatted info.json file.

Open %appdata%\Factorio\mods (C:\Users\User\AppData\Roaming\Factorio\mods) and remove that mod or fix the info.json.
yea...... this is ma mod
Did you read my answer above?
daniel34 wrote:In your info.json file on line 4 you are missing a comma at the end, it should read:

Code: Select all

"title": "Super Drill",
Basically, every line with content should end with a --> , <-- comma, except the last line.
yea... but look at the image! somethings still broken, but ill check the info.json file right after i post this reply
everythings fine in the info.json file, just not the version!!!

Re: info.json failing!

Posted: Sat Nov 19, 2016 11:25 pm
by daniel34
Nathan6721 wrote:everythings fine in the info.json file, just not the version!!!
You are probably missing the factorio_version tag:

Code: Select all

    "factorio_version": "0.14",
If that doesn't help then please post your complete info.json file.