Black screen after loading the scene

jack531

New member
Messages
4
Reactions
1
Points
3
every thing work fine even the main ui is functional but getting black screen

the erro log:
> Error during attempt to load assetbundle hazmhox.vammoan.22:/Custom/Scripts/VAMMoan/audio/voices-shared.voicebundle. Not valid
!> Exception caught: System.NullReferenceException: Object reference not set to an instance of an object
at CheesyFX.AudioImporter.ReadBundle (MeshVR.AssetBundleFromFileRequest bundle, System.Collections.Generic.List`1 clipLibraries) [0x00000] in <filename unknown>:0
at CheesyFX.AudioImporter.OnBundleLoaded (MeshVR.AssetBundleFromFileRequest request, System.Collections.Generic.List`1 clipLibraries) [0x00000] in <filename unknown>:0
!> Timeline: Atom 'Girl' does not have a param 'geometry/morph: ahe - Head'
!> Timeline: The storable float 'geometry ahe - Head' has been removed. Remove it from Timeline to silence this error.
!> Timeline: Atom 'Girl' does not have a param 'geometry/morph: angry - Head'
!> Timeline: The storable float 'geometry angry - Head' has been removed. Remove it from Timeline to silence this error.
!> Timeline: Atom 'Person#2' does not have a param 'geometry/morph: CTY_Shivering2'
!> Timeline: The storable float 'Person#2 geometry CTY_Shivering2' has been removed. Remove it from Timeline to silence this error.
!> Error during attempt to load assetbundle hazmhox.vammoan.22:/Custom/Scripts/VAMMoan/audio/voices.voicebundle. Not valid
!> Exception caught: System.NullReferenceException: Object reference not set to an instance of an object
at CheesyFX.AudioImporter.ReadMoanBundle () [0x00000] in <filename unknown>:0
at CheesyFX.AudioImporter.OnBundleLoaded (MeshVR.AssetBundleFromFileRequest request, System.Collections.Generic.List`1 clipLibraries) [0x00000] in <filename unknown>:0
!> Error during attempt to load assetbundle hazmhox.vammoan.22:/Custom/Scripts/VAMMoan/audio/voices-shared.voicebundle. Not valid
!> Exception caught: System.NullReferenceException: Object reference not set to an instance of an object
at CheesyFX.AudioImporter.ReadBundle (MeshVR.AssetBundleFromFileRequest bundle, System.Collections.Generic.List`1 clipLibraries) [0x00000] in <filename unknown>:0
at CheesyFX.AudioImporter.OnBundleLoaded (MeshVR.AssetBundleFromFileRequest request, System.Collections.Generic.List`1 clipLibraries) [0x00000] in <filename unknown>:0
 
Yup. Ask the creator, or give us more details.

A crash like this on vammoan can imply an incorrect authoring (multiple versions of the plugin). Or your session was broken (you should have hard resetted). Any critical crash during scene load could potentially block the scene completely (and probably did not make the initial fade in).
 
Back
Top Bottom