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
Sadly i can't give a good repro as this error occurs randomly... could it be related to streamed custom GFX files? even tho i wasn't drawing any scaleform at the time of the crash.
If i'll find more info about the error i'll edit the issue
The text was updated successfully, but these errors were encountered:
There looks to be a few issues related to GFxObjectInterface::CreateEmptyMovieClip.
The hook looks to be missing a depth parameter (which gets sanitized and will skip GFxValue initialization).
CreateEmptyMovieClip returning false is not handled.
The crashes being random would support the above being the issue (random stack values being read). Although, that is not guaranteed: GFxSprite::AddDisplayObject (0x14173767C/2944) returning null would lead to a similar crash. However, I wouldn't expect that to be "random" unless something like HandleSprite (#2157) is involved somewhere else.
CfxCrashDump_2023_11_22_21_57_08.zip
Sadly i can't give a good repro as this error occurs randomly... could it be related to streamed custom GFX files? even tho i wasn't drawing any scaleform at the time of the crash.
If i'll find more info about the error i'll edit the issue
The text was updated successfully, but these errors were encountered: