• Hi Guest!

    This is a notice regarding recent upgrades to the Hub. Over the last month, we have added several new features to improve your experience.
    You can check out the details in our official announcement!

Fixed (FIXED 1.22.0.2) Cross parenting causes scene load to fail

  • Thread starter Deleted member 65914
  • Start date
D

Deleted member 65914

Guest
Hi!
Problem:
Scene load fails, no error is shown just stuck on the loading screen.

Analysis:
Looking at the output log under C:\Users{user_name}\AppData\LocalLow\MeshedVR\VaM
The following error is shown:
StackOverflowException: The requested operation caused a stack overflow. at Atom.IsOnInAtomHierarchy (.Atom currentAtom) [0x00000] in <filename unknown>:0

@atani helped me and saw that the guy atom had a parent link to the girl atom and the girl atom had a parent link to the guy atom.
Erasing one of the parent links manually solved the issue.

I think I did that by mistake from the scene, I did not edit anything manually.
 
I haven't fixed it so parent loops can't be created, but I have fixed it so it will no longer create untrapped errors and cause issues. This will be in upcoming 1.22.0.2 patch release.
 
Back
Top Bottom