Page 1 of 1

[0.12.30] Incorrect error message

Posted: Mon Apr 11, 2016 11:47 am
by MrDoomah
When creating an inserter with 100 filter slots I get this error:
Image

"Maximum count of filtered items in inserter = 100".

The real maximum (found through trial and error) is 5.

[0.12.29] Inserter max filter_count error message incorrect

Posted: Sun Apr 17, 2016 4:02 pm
by JasonC
Merged with existing bug report --daniel34

Minor issue. In a Lua script, when a programmable inserter's filter_count is set to a value greater than 5 (say, 10), Factorio produces an error message of the following form:

Image

The bug is that it should always say that the maximum number is 5 (since it is 5), but instead says that the maximum number is whatever value you set (which of course isn't right, and is mildly confusing).

Re: 0.12.30 Incorrect error message

Posted: Fri Apr 22, 2016 1:45 pm
by Klonan
Thanks for the report,

It should just show the maximum as 5, not the value you set

Re: [0.12.30] Incorrect error message

Posted: Mon Apr 25, 2016 9:40 am
by HanziQ
Fixed for the next release.