You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched for similar issues and confirmed this is not a duplicate
Game Version
Command & Conquer Generals
Command & Conquer Generals: Zero Hour
Other (please specify below)
Bug Description
W3DTankDraw::createEmitters create new particle system TrackDebrisDirtLeft and TrackDebrisDirtRight before TheParticleSystemManager load xfer, might cause different items in TheParticleSystemManager has same ID, and these items are at the front.
Therefore, when a particle system has slave or master system, they will find a wrong particle system first in the loop of method loadPostProcess() which might already be destroyed and cause save crash.
Reproduction Steps
I reproduced it on a specific map of a specific mod, but it's not the only case, modder fixed it by removing slave system from particle system.