1. What did you do?
I originally was just cutting and pasting a large area to move it and was partway through it being dismantled and the new placed blueprint being built
2. What happened?
The game crashed to desktop and the log didn't have anything I could find as to why it crashed
3. What did you expect to happen?
Just for a it to finish dismantling and rebuild, effectively moving the build
4.Does it happen always, once, or sometimes?
It happened every time, always part way through the building process and even after disabling all mods (aside from SpaceAge/ElevatedRails/Quality)
I also attempted to not cut/paste and instead opted to cut parts of it at a time and turn them into blueprints to find out which part was causing the crash and it seems to be tied to doing too much of it at once
I had to turn the bigger version of the blueprint into a text file cause its almost 90k characters and posts cap at 60k
A smaller version of the blueprint
Even pasting the smaller version of the blueprint too many times before the others are finished building causes the crash
V Location of where I was trying to build the larger blueprint if it changes anything
[Donion] [2.0.31] Crash when building a large blueprint (SoundInstancePool::getInstanceWithLowerPriority)
[Donion] [2.0.31] Crash when building a large blueprint (SoundInstancePool::getInstanceWithLowerPriority)
- Attachments
-
- factorio-current.log
- (89.58 KiB) Downloaded 6 times
-
- Itsame 2.0.zip
- (57.39 MiB) Downloaded 7 times
Re: [2.0.31] Crash when building a large blueprint
It has now happened even just pasting the smaller blueprint once
Re: [Donion] [2.0.31] Crash when building a large blueprint (SoundInstancePool::getInstanceWithLowerPriority)
Seems to be from any "mass" rebuilding, cut and pasted a build I was working on and same instance happened again
Re: [Donion] [2.0.31] Crash when building a large blueprint (SoundInstancePool::getInstanceWithLowerPriority)
I know the cause and I'm finalizing the fix right now.
Re: [Donion] [2.0.31] Crash when building a large blueprint (SoundInstancePool::getInstanceWithLowerPriority)
You should be able to set the hidden setting `maximum-sounds` to something big, like 500 or 1000 as a workaround until the fix is released.
Re: [Donion] [2.0.31] Crash when building a large blueprint (SoundInstancePool::getInstanceWithLowerPriority)
1000 didn't seem to be big enough it still managed to crash, but I'll hold off pasting blueprints so large, ty!
Re: [Donion] [2.0.31] Crash when building a large blueprint (SoundInstancePool::getInstanceWithLowerPriority)
That's surprising. The crash should happen only if all sound resources are used up, with your save and the big blueprint I don't get more than ~250 sounds at a time so the crash doesn't happen when I increase the hidden setting.
Re: [Donion] [2.0.31] Crash when building a large blueprint (SoundInstancePool::getInstanceWithLowerPriority)
In any case, the issue is now fixed for the next release, 2.0.32.
Thank you for the report.
Thank you for the report.
Re: [Donion] [2.0.31] Crash when building a large blueprint (SoundInstancePool::getInstanceWithLowerPriority)
Thanks!, also the suggested workaround was working if I had uncommented the line in the config file but I had misread it, that's my bad