[Rseding91] [0.15.13] LuaCommand/LuaRemote bug
Posted: Fri May 19, 2017 5:03 pm
Hi,
I haven't investigated it fully, because frankly it's such a weird issue there is almost certainly something going on behind the scenes that is breaking it. I am 99% confident that this is a problem with the game engine, and not an issue with the individual mods.
Install these two mods:
https://mods.factorio.com/mods/ludsoe/moweather
https://mods.factorio.com/mods/folk/folk-shuttle
And you will get something like this error when you start a new game.
968.023 Error AppManager.cpp:421: __folk-shuttle__/control.lua:268 attempt to index a function value
Though the line number is probably different for the live version of folk-shuttle, this is not relevant. The relevant line in the code is something like:
require("lib-reset")(reset)
Now, unzip moweather 0.4.0, open control.lua, and comment out this line:
commands.add_command("dumpsettings","",function() game.write_file("MLCDump.txt", DumpScan(settings.runtime,0), false) end)
At control.lua, line 88
Start a new game, and the error is gone.
I haven't investigated it fully, because frankly it's such a weird issue there is almost certainly something going on behind the scenes that is breaking it. I am 99% confident that this is a problem with the game engine, and not an issue with the individual mods.
Install these two mods:
https://mods.factorio.com/mods/ludsoe/moweather
https://mods.factorio.com/mods/folk/folk-shuttle
And you will get something like this error when you start a new game.
968.023 Error AppManager.cpp:421: __folk-shuttle__/control.lua:268 attempt to index a function value
Though the line number is probably different for the live version of folk-shuttle, this is not relevant. The relevant line in the code is something like:
require("lib-reset")(reset)
Now, unzip moweather 0.4.0, open control.lua, and comment out this line:
commands.add_command("dumpsettings","",function() game.write_file("MLCDump.txt", DumpScan(settings.runtime,0), false) end)
At control.lua, line 88
Start a new game, and the error is gone.