• 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 in 1.22.0.2) Exception during SubScene Store of HeadAudioSource: System.ArgumentNullException: Argument cannot be null.

jaked

New member
Messages
4
Reactions
0
Points
1
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
 
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.
 
Back
Top Bottom