Page 1 of 1
[0.17.37] Crash on running a command
Posted: Mon Jun 10, 2019 9:37 am
by Qon
Ran some varaiations of
Code: Select all
/c game.print(game.forces.enemy.name)
Tried again and it crashed again.
Re: [0.17.37] Crash on running a command
Posted: Mon Jun 10, 2019 9:42 am
by Bilka
I cannot reproduce this at all. Most likely some mod is interfering, it is trying to read the force as a LuaFlowStatistic (like pollution statistic) for some reason. It looks like it is triggered by a hotkey (custom input).
Re: [0.17.37] Crash on running a command
Posted: Mon Jun 10, 2019 9:45 am
by Bilka
Blergh, this is a duplicate of
70801. Update your game please :)
Re: [0.17.37] Crash on running a command
Posted: Mon Jun 10, 2019 9:55 am
by Qon
*facepalm*
My own mod is running the code that crashes the game. The crash that I myself reported to be able to make the mod. The very mod I'm debugging right now. How did I forget about that? (Factorio on my laptop wasn't updated....)
Sorry!