Ghost Counter


Generate a list of all ghosts in your selection area or the blueprint in your cursor using the shortcut button or hotkey (default: Ctrl+G). Find out what you have in your inventory, and conveniently make one-time logistic requests for everything you need.

Utilities
11 months ago
1.1 - 2.0
27.3K
Logistic network Circuit network Blueprints

b Crash on update_list with space exploration

22 days ago

i have received the following error:
90.289 Error MainLoop.cpp:1511: Exception at tick 808110: The mod Ghost Counter (2.0.1) caused a non-recoverable error.
Please report this error to the mod author.

Error while running event ghost-counter::on_nth_tick(10)
ghost-counter/scripts/gui.lua:246: attempt to index local 'request_element' (a nil value)
stack traceback:
ghost-counter/scripts/gui.lua:246: in function 'update_list'
ghost-counter/scripts/events.lua:193: in function <ghost-counter/scripts/events.lua:177>

while i do not know for certain what mod caused it but i believe it to be https://mods.factorio.com/mod/quality-se which allows using quality with space exploration but without needing to have the official quality mod enabled.
Which i assume probably breaks expectations that ghost counter relies on.

22 days ago

I did some additional testing and it looks like the main problem isnt int he mod it self but how it handles when toggling if quality is enabled and the ui already exists. the problem was that i created the menu and then later added the mod, which caused it to try to access a column for quality which didnt exist and it didnt perform any additional checks to handle this edge case propperly.

New response