[1.1.107] Crash with recursed concatenation of localisation strings

We are aware of them, but they have low priority. We have more important things to do. They go here in order not to take space in the main bug thread list.
Post Reply
BurninSun
Inserter
Inserter
Posts: 45
Joined: Fri Mar 16, 2018 4:54 am
Contact:

[1.1.107] Crash with recursed concatenation of localisation strings

Post by BurninSun »

Code: Select all

/c local t = {""} t[2] = t game.print(t)
This code tries to recursively localize {"", {"", {"", {"", {"",....}}}}} eventually crashing due to stack overflow.

How to handle it (if at all) is left as an exercise for the developer.

Rseding91
Factorio Staff
Factorio Staff
Posts: 13235
Joined: Wed Jun 11, 2014 5:23 am
Contact:

Re: [1.1.107] Crash with recursed concatenation of localisation strings

Post by Rseding91 »

Thanks for the report. Simply don’t do that.
If you want to get ahold of me I'm almost always on Discord.

Post Reply

Return to “Minor issues”