Deserilization doesn't work for LuaObject references saved in the global table in 0.12.13 if they use un-named indexes (table.insert(global.table, {game.player.selected})
See the attached screenshot command history: http://i.imgur.com/0X3wubX.jpg
I'm 100% sure it's related to this fix: https://forums.factorio.com/forum/vie ... 11&t=17204
The commands where run from top down then before the 2nd "game.player.print(serpent.dump(global.table))" I saved, exited, and loaded. As you can see the 2nd time I ran the command after I loaded the game it didn't run deserialization on the data.
Attached save that should load and have 2 references (1 for each of the two pipes on the screen):
[0.12.13] [kovarex] Lua data de-serialization doesn't work
[0.12.13] [kovarex] Lua data de-serialization doesn't work
If you want to get ahold of me I'm almost always on Discord.
Re: [0.12.13] [kovarex] Lua data de-serialization doesn't work
Ok, the problem is fixed for 0.12.14.
The one was pretty interesting, lua actually merges same tables into one itnernal objects and uses reference counting. Once the object is to be changed, it splits the tables internally. Our logic of "go once through every table" did ignore the split table.
The one was pretty interesting, lua actually merges same tables into one itnernal objects and uses reference counting. Once the object is to be changed, it splits the tables internally. Our logic of "go once through every table" did ignore the split table.
Re: [0.12.13] [kovarex] Lua data de-serialization doesn't work
I think it still is interesting:kovarex wrote:The one was pretty interesting,
Same procedure as Rseding described.
http://i.imgur.com/5LAZjkm.png
Edit: Also doesn't work when using global.table.a = game.player.selected
Tested on Win7 64, fresh downloaded zip version of Factorio
- Attachments
-
- table-save-load.zip
- (922.96 KiB) Downloaded 258 times
Re: [0.12.13] [kovarex] Lua data de-serialization doesn't work
Confirmed. I am seeing fairly strange results, similar to Choumiko. The objects exist now, but are mangled.
Re: [0.12.13] [kovarex] Lua data de-serialization doesn't work
Confirmed in 0.12.14 - this is enough to cause the same issue:
- Mouse over an entity
- /c global.table = {}
- /c global.table.a = game.player.selected
If you want to get ahold of me I'm almost always on Discord.
Re: [0.12.13] [kovarex] Lua data de-serialization doesn't work
Ugh, I should go back on a tree.
Fixed for 0.12.15 (hopefully).
Fixed for 0.12.15 (hopefully).
Re: [0.12.13] [kovarex] Lua data de-serialization doesn't work
Huh... maybe this problem because of poor internet conection ?? Well... you can try another proxy, for example advanced.name/ It helps me always