Running the following mod will crash factorio on startup.
[Genhis][2.0.6] Crash when setting values out-of-range in utility constants (Sprite3D::loadSprites)
- micromario
- Fast Inserter

- Posts: 118
- Joined: Thu Apr 05, 2018 11:53 am
- Contact:
Re: [2.0.6] Crash when setting values out-of-range in utility constants (Sprite3D::loadSprites)
Sigh
Was this mod loaded successfully even once? `max_belt_stack_size` of 512 is out of range (max acceptable value is 255, there is an error in the log about this). Only issue here that is actionable is the crash itself.
Was this mod loaded successfully even once? `max_belt_stack_size` of 512 is out of range (max acceptable value is 255, there is an error in the log about this). Only issue here that is actionable is the crash itself.
Re: [2.0.6] Crash when setting values out-of-range in utility constants (Sprite3D::loadSprites)
Yes, that's the bug that needs to be fixed. Setting `max_belt_stack_size` to 512 is just repro.
- micromario
- Fast Inserter

- Posts: 118
- Joined: Thu Apr 05, 2018 11:53 am
- Contact:
Re: [2.0.6] Crash when setting values out-of-range in utility constants (Sprite3D::loadSprites)
I have purposely uploaded a broken version of the mod that has the reproduction.boskid wrote: Fri Oct 18, 2024 6:38 pm Sigh
Was this mod loaded successfully even once? `max_belt_stack_size` of 512 is out of range (max acceptable value is 255, there is an error in the log about this). Only issue here that is actionable is the crash itself.
Re: [Genhis][2.0.6] Crash when setting values out-of-range in utility constants (Sprite3D::loadSprites)
Thanks for the report, this is fixed for the next release.

