As simple as that, Satisfactory crashes on requesting /getTrainRails
Unfortunately, I dont have debug symbols enabled as I play on Linux, so I cant give you the crash report. I don't think I can enable it myself :)
But I found these logs (it just doesn't say from what file it originates):
[2026.01.19-19.41.16:669][353]LogWindows: Error: appError called: Assertion failed: (Index >= 0) & (Index < ArrayNum) [File:C:\ue\Engine\Source\Runtime\Core\Public\Containers\Array.h] [Line: 771]
Array index out of bounds: 0 from an array of size -1460651168
This to me sounds like we are trying to use an uninitialized array (in hexadecimal 0xA9000000 )
As simple as that, Satisfactory crashes on requesting /getTrainRails
Unfortunately, I dont have debug symbols enabled as I play on Linux, so I cant give you the crash report. I don't think I can enable it myself :)
But I found these logs (it just doesn't say from what file it originates):
This to me sounds like we are trying to use an uninitialized array (in hexadecimal
0xA9000000)