[Genhis][2.0.6] Crash when setting values out-of-range in utility constants (Sprite3D::loadSprites)

This subforum contains all the issues which we already resolved.
User avatar
micromario
Fast Inserter
Fast Inserter
Posts: 118
Joined: Thu Apr 05, 2018 11:53 am
Contact:

[Genhis][2.0.6] Crash when setting values out-of-range in utility constants (Sprite3D::loadSprites)

Post by micromario »

factorio-current.log
(11.15 KiB) Downloaded 43 times
Running the following mod will crash factorio on startup.
infinite-belt-stacking.zip
(107.02 KiB) Downloaded 39 times
User avatar
boskid
Factorio Staff
Factorio Staff
Posts: 4064
Joined: Thu Dec 14, 2017 6:56 pm
Contact:

Re: [2.0.6] Crash when setting values out-of-range in utility constants (Sprite3D::loadSprites)

Post by boskid »

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.
posila
Former Staff
Former Staff
Posts: 5448
Joined: Thu Jun 11, 2015 1:35 pm
Contact:

Re: [2.0.6] Crash when setting values out-of-range in utility constants (Sprite3D::loadSprites)

Post by posila »

boskid wrote: Fri Oct 18, 2024 6:38 pmOnly issue here that is actionable is the crash itself.
Yes, that's the bug that needs to be fixed. Setting `max_belt_stack_size` to 512 is just repro.
User avatar
micromario
Fast Inserter
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)

Post by micromario »

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.
I have purposely uploaded a broken version of the mod that has the reproduction.
Genhis
Factorio Staff
Factorio Staff
Posts: 853
Joined: Wed Dec 24, 2014 8:19 am
Contact:

Re: [Genhis][2.0.6] Crash when setting values out-of-range in utility constants (Sprite3D::loadSprites)

Post by Genhis »

Thanks for the report, this is fixed for the next release.
Post Reply

Return to “Resolved Problems and Bugs”