Mini Machines Mod

by Kryzeth

Miniature versions of assemblers, electric furnaces, etc. Full integration with all of Bobs mods, Artisanal Reskins, Extended Vanilla, Krastorio 2, Gotlag's Electric Furnaces, AAI Industry, 5dims, and One More Tier. (independently, not necessarily simultaneously)

Content
27 days ago
0.13 - 2.0
14.7K
Manufacturing

b [Pending] Help me Pleace

4 days ago

Since updating your mods, I keep getting this error message at startup.

Fehler beim Laden der Mods: kry_stdlib/stdlib/utils/table.lua:330: stack overflow
stack traceback:
kry_stdlib/stdlib/utils/table.lua:330: in function '_copy'
kry_stdlib/stdlib/utils/table.lua:339: in function '_copy'
kry_stdlib/stdlib/utils/table.lua:339: in function '_copy'
kry_stdlib/stdlib/utils/table.lua:339: in function '_copy'
kry_stdlib/stdlib/utils/table.lua:339: in function '_copy'
kry_stdlib/stdlib/utils/table.lua:339: in function <kry_stdlib/stdlib/utils/table.lua:329>
(...tail calls...)
kry_stdlib/stdlib/data/data.lua:169: in function 'copy'
mini-machines/func.lua:361: in function 'miniaturize'

4 days ago
(updated 4 days ago)

That's.. odd. Are you sure you're on the most recent version? Line 361 of func.lua is an empty spacer line in the latest v9.3.7

Theoretically, the function does call itself infinitely, potentially causing a stack overflow, but that depends entirely on if each subsequent entity has a next_upgrade target, which should eventually end, like even 5dims only has 10 tiers, the most I've seen. To cause an error like that would require a chain of assemblers or furnaces or something to have an absurd number of next_upgrade targets, which makes me think it must be affected by another mod?

Or possibly, if another mod somehow made a loop of next_upgrade targets, like A upgrades to B upgrades to C which "upgrades" back to A? That would be weird... but maybe not impossible?

New response