anoutsider / advanced-logistics-system

A Factorio Mod, that offers a detailed overview of your logistics network and the items within it.
MIT License
36 stars 22 forks source link

on_gui_click (ID 1) __advanced-logistics-system__/gui/network.lua:51: attempt to compare two nil values #49

Open totobest opened 7 years ago

totobest commented 7 years ago

Click on Network tab: 6693.646 Error MainLoop.cpp:940: Exception at tick 37019071: Error while running event advanced-logistics-system::on_gui_click (ID 1) __advanced-logistics-system__/gui/network.lua:51: attempt to compare two nil values

What is interesting is that a GUI mod = non-gane-changing mod crashes the entire game. Maybe it misses some try, catch?

Note: My savegame is >60Mb.

Danielv123 commented 7 years ago

Since the GUI is part of the gamestate this is definitely a game changing mod.