• Hi Guest!

    We have posted a new VaM2 dev log on Patreon, starting a monthly cadence of written progress updates between Beta releases. Highlights include the new Gizmos System, Selection Carousel, and Modes System with Context-Specific Editing. Beta1.2 is 15 of 21 items complete.

    Read the full post on Patreon, or follow progress on the public Trello roadmap.

Fixed (FIXED in 1.22.0.2) Exception during SubScene Store of HeadAudioSource: System.ArgumentNullException: Argument cannot be null.

jaked

New member
Joined
Jan 2, 2023
Messages
4
Reactions
0
VAM: 1.22.0.1

Steps:
Open default 3-point light template
Create subscene
Parent "person" to subscene
Save subscene

Error log:
!> Exception during SubScene Store of HeadAudioSource: System.ArgumentNullException: Argument cannot be null.
Parameter name: input
at System.Text.RegularExpressions.Regex.Match (System.String input, Int32 startat) [0x00000] in <filename unknown>:0
at System.Text.RegularExpressions.Regex.IsMatch (System.String input, Int32 startat) [0x00000] in <filename unknown>:0
at System.Text.RegularExpressions.Regex.IsMatch (System.String input) [0x00000] in <filename unknown>:0
at System.Text.RegularExpressions.Regex.IsMatch (System.String input, System.String pattern, RegexOptions options) [0x00000] in <filename unknown>:0
at System.Text.RegularExpressions.Regex.IsMatch (System.String input, System.String pattern) [0x00000] in <filename unknown>:0
at JSONStorable.AtomUidToStoreAtomUid (System.String atomUid) [0x00000] in <filename unknown>:0
at JSONStorableStringChooser.StoreJSON (SimpleJSON.JSONClass jc, Boolean includePhysical, Boolean includeAppearance, Boolean forceStore) [0x00000] in <filename unknown>:0
at JSONStorable.GetJSON (Boolean includePhysical, Boolean includeAppearance, Boolean forceStore) [0x00000] in <filename unknown>:0
at VariableTrigger.GetJSON (Boolean includePhysical, Boolean includeAppearance, Boolean forceStore) [0x00000] in <filename unknown>:0
at Atom.StoreForSubScene (SimpleJSON.JSONClass jc, Boolean isTheSubSceneAtom) [0x00000] in <filename unknown>:0
 
I will look into this before releasing another patch.
 
Hello, I have the same problem when saving any subscene.
 
Hi,
I got the same problem and just figured out the solution : for some reason the 'Subscene Signature' field in the subscene atom editor must not contain any space.
 
Same problem with AudioSource. Has no spaces in Subscene Signature.
 
I have this fixed for next patch release (1.22.0.2)
 
Back
Top Bottom