Verse Unrecoverable Error: ErrRuntime_WeakMapInvalidKey

Verse unrecoverable error: ErrRuntime_WeakMapInvalidKey: Invalid key used to access persistent var weak_map. (Invalid key used to access persistent var weak_map.) Truncated callstack follows: Device^opUpDialog_V2_C:ActivateTransmitter (Unknown source) (Source: Unknown(0,0, 0,0)) Device^opUpDialog_V2_C:ExecuteUbergraph?ice^opUpDialog_V2 (Unknown source) (Source: Unknown(0,0, 0,0)) Device^opUpDialog_V2_C:Modal Dialog Complete (Unknown source) (Source: Unknown(0,0, 0,0)) CRD,odalDialogComp_V2_C:SendResultToDevice (Unknown source) (Source: Unknown(0,0, 0,0)) CRD,odalDialogComp_V2_C:ExecuteUbergraph_CRD,odalDialogComp_V2 (Unknown source) (Source: Unknown(0,0, 0,0)) CRD,odalDialogComp_V2_C:RPC_SERVER Activated Event (Unknown source) (Source: Unknown(0,0, 0,0))

Getting the error above, requesting more data on this to fix the bug.

Hey @bhuVIsceral how are you?

This error indicates that you’re trying to use an invalid key to access a persistent weak_map.

To understand better the problem and help you in a proper manner, could you provide more info? How is your weak_map built? Where are you trying to access it?

If you can share the code (both where you have the weak_map and where you try to access it), it would be easier to help you!

I’ll be waiting for your answer!