More_Floors

by Tone

Adds more floors to pretty up your factories

6 years ago
0.13 - 0.15
57

g 1.0.6 crashes after update

7 years ago

Had 1.0.5, and updated to 1.0.6, and now my existing save crashes with the following error:
"Error while apply migration: Moor_Floors: Moor_floors_1.0.6.lua
Cannot execute command. Error: [string "for i, force in pairs(game.forces) do.. "]:15:attempt to index field 'road-lines' (a nil value)"

Anything I can do to help debug, just let me know. Z

7 years ago

I am experiencing the same issue.

7 years ago
(updated 7 years ago)

I'm too. Same error. Same version-change.

Error while applying migration: More_Floors: More_floors_1.0.6.lua

Cannot execute command. Error: [string "for i, force in pairs(game.forces) do
..."]:15: attempt to index field 'road-lines' (a nil value)

Logfile: http://pastebin.com/K0L4Z12F

7 years ago
(updated 7 years ago)

Yeah I didnt write the migration scripe properly while i get ahold of Tone the fix is simple

you can open up the zip then edit the migrations folder and open More_Floors_1.0.6.lua in a text editor

change
force.recipes["road-lines"].enabled = true

to

force.recipes["road-line"].enabled = true

thats road-line with no "s" that will fix the issue.

i'll post a DL for the fix on the forums if you dont want to edit the migration script.

7 years ago

Hey Pete,

many thanks. it work's with this fix!

best

7 years ago

Yep, spot on.. thanks for the fix !

New response