it worked... but one...
-
- Burner Inserter
- Posts: 7
- Joined: Sat Nov 19, 2016 4:49 am
- Contact:
it worked... but one...
... heres the error: imgur.com/i3pTdkY
the red line is the error!, not in the mods list
complete info.json: imgur.com/VCyPJBi
the red line is the error!, not in the mods list
complete info.json: imgur.com/VCyPJBi
Last edited by Nathan6721 on Sun Nov 20, 2016 12:08 am, edited 5 times in total.
Re: info.json failing!
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.
Open %appdata%\Factorio\mods (C:\Users\User\AppData\Roaming\Factorio\mods) and remove that mod or fix the info.json.
Re: info.json failing!
You have a missing delimiter in your info.json on line 5
You will need to post your info.json file for more help
You will need to post your info.json file for more help
-
- Burner Inserter
- Posts: 7
- Joined: Sat Nov 19, 2016 4:49 am
- Contact:
Re: info.json failing!
i think i have to remove the mod from my mods folder for now... until i fix it...
Re: info.json failing!
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",
-
- Burner Inserter
- Posts: 7
- Joined: Sat Nov 19, 2016 4:49 am
- Contact:
Re: info.json failing!
yea...... this is ma moddaniel34 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.
Re: info.json failing!
Did you read my answer above?Nathan6721 wrote:yea...... this is ma moddaniel34 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.
Basically, every line with content should end with a --> , <-- comma, except the last line.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",
-
- Burner Inserter
- Posts: 7
- Joined: Sat Nov 19, 2016 4:49 am
- Contact:
Re: info.json failing!
yea... but look at the image! somethings still broken, but ill check the info.json file right after i post this replydaniel34 wrote:Did you read my answer above?Nathan6721 wrote:yea...... this is ma moddaniel34 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.Basically, every line with content should end with a --> , <-- comma, except the last line.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",
-
- Burner Inserter
- Posts: 7
- Joined: Sat Nov 19, 2016 4:49 am
- Contact:
Re: info.json failing!
everythings fine in the info.json file, just not the version!!!Nathan6721 wrote:yea... but look at the image! somethings still broken, but ill check the info.json file right after i post this replydaniel34 wrote:Did you read my answer above?Nathan6721 wrote:yea...... this is ma moddaniel34 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.Basically, every line with content should end with a --> , <-- comma, except the last line.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",
Re: info.json failing!
You are probably missing the factorio_version tag:Nathan6721 wrote:everythings fine in the info.json file, just not the version!!!
Code: Select all
"factorio_version": "0.14",