Crashing when trying to load sprite intensive mods
-
- Manual Inserter
- Posts: 1
- Joined: Fri Jan 28, 2022 8:15 pm
- Contact:
Crashing when trying to load sprite intensive mods
I'm currently playing the whole Pyanodons mod pack and am having issues with the game loading. It will get through to around 50%, and then crash. I suspect this is as the sprite loading system is not multi-threaded so is only running on one - out of eight - of my CPU's. To remedy this I tried booting it with steam forcing it to load low res textures and this helped, but rather a lot of the time -especially if I have a browser open- fails to load. I am running on a brand new top of the range pc so I didn't think I'd have performance issues and don't once I get into the game. Anyone got any suggestions?
Re: Crashing when trying to load sprite intensive mods
No idea if it will help, but you can try changing the "Atlas size" in graphics settings. I think it's separate from texture resolution.
My mods: Multiple Unit Train Control, Smart Artillery Wagons
Maintainer of Vehicle Wagon 2, Cargo Ships, Honk
Maintainer of Vehicle Wagon 2, Cargo Ships, Honk
Re: Crashing when trying to load sprite intensive mods
Number of threads used to load sprites is a setting in the config file. Default seems to be 32.creature0411 wrote: Fri Jan 28, 2022 8:21 pmI suspect this is as the sprite loading system is not multi-threaded so is only running on one - out of eight - of my CPU's.
Code: Select all
max-sprite-loading-threads=32
Re: Crashing when trying to load sprite intensive mods
Can you attach a log file?