Ignoring depreciated componets in assetbundles so my game will stop crashing?

I have updated to 2019.3.0f6 from 2019.2.4f1.

But I am loading assetbundles that contain componets:

  • GUI Layer (Deprecated)
  • GUI Text (Deprecated)

I do not use them and they are disabled, but even being included in the assetbundle causes the build game to crash.

Can I remove them after loading the assetbundle and prevent them form initializing?

In Unity 2019.3.0f6 there is no signature for that component, so I have no way to Destroy them.

How do I prevent my Unity builds from crashing when loading assetbundles with depreciated components?

I have absolutely no way around this, I am commited to 2019.3.0f6 and can not roll back my changes to the previous editor (it fails to downgrade my project). So I am stuck with a lot of broken assetbundles, all because of some wonky depreciated component that needs to just be ignored, this sounds so simple, but is impossible ???

This smells more like an actual Unity bug.

If you can recreate it, I recommend filing the bug.

  • make a small project with the older unity
  • make an asset bundle that uses the deprecated Component you think is crashing
  • upgrade to the newer unity
  • load the bundle and see it crash.

ALSO: You need to start using source control so you can have a chance to at least step back to yesterday or the day before if you discover that something prevents you from upgrading! This happens ALL the time in our studio, and it might not even be due to Unity but some other middleware incompatibility that causes us to have to roll back. Rolling back in time in source control is trivial. I recommend using git.

1 Like

I do, I have had to step back many times in the past.

I just spent the last two days adding stuff that didn’t require loading any assetbundles in the final build, the editor worked fine so I figured it was good to keep working on my project. But today I loaded an assetbundle and the whole thing blew up.

Two whole days lost regardless of any version control. I did not expect the build to fail when the editor worked properly…

I may attempt to file a bug report, but my time is very consumed, and now this happened, so I have to roll back my project by manually redeveloping everything I have just added.

Oh man, that’s the worst. Sorry to hear. I’ve been there… but are you absolutely positive that it is the deprecated Component that is failing?? Can you make two new test ABs with the old version of Unity (in another project), one with the Component and one without, and see if they load?

Hey thanks. And yes I am absolutely certain.

Just spent two hours creating test assetbundles that resembled the ones I was loading. Any of them which contained those components would cause the build game to crash immediately after loading them.

Here’s the output from Player.log after a crash:

    Unloading 5 Unused Serialized files (Serialized files now loaded: 3)
    UnloadTime: 1.036799 ms
    <b>[SteamVR Interaction]</b> ChaperoneInfo initialized. Roomscale play area 4.00m x 2.70m
    (Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 35)
 
 
    Unloading 1149 unused Assets to reduce memory usage. Loaded Objects now: 135939.
    Total: 32.790434 ms (FindLiveObjects: 5.990109 ms CreateObjectMapping: 1.056710 ms MarkObjects: 24.176328 ms  DeleteObjects: 1.566718 ms)
 
    [Physics.PhysX] cleaning the mesh failed
    (Filename: C:\buildslave\physx\build\physx/source/physxcooking/src/mesh/TriangleMeshBuilder.cpp Line: 1043)
 
    Unloading 1 Unused Serialized files (Serialized files now loaded: 3)
    UnloadTime: 31.041102 ms
 
    Unloading 178 unused Assets to reduce memory usage. Loaded Objects now: 35050.
    Total: 19.653667 ms (FindLiveObjects: 2.323624 ms CreateObjectMapping: 0.859590 ms MarkObjects: 15.460960 ms  DeleteObjects: 1.008923 ms)
 
    The referenced script (Unknown) on this Behaviour is missing!
    (Filename:  Line: 199)
 
    The referenced script on this Behaviour (Game Object 'BlankController') is missing!
    (Filename:  Line: 334)
 
    The referenced script (Unknown) on this Behaviour is missing!
    (Filename:  Line: 199)
 
    The referenced script (Unknown) on this Behaviour is missing!
    (Filename:  Line: 199)
 
    Could not produce class with ID 92.
    (Filename:  Line: 1545)
 
    The referenced script (Unknown) on this Behaviour is missing!
    (Filename:  Line: 199)
 
    The referenced script (Unknown) on this Behaviour is missing!
    (Filename:  Line: 199)
 
    Could not produce class with ID 92.
    (Filename:  Line: 1545)
 
    Could not produce class with ID 132.
    (Filename:  Line: 1545)
 
    The referenced script (Unknown) on this Behaviour is missing!
    (Filename:  Line: 199)
 
    The referenced script (Unknown) on this Behaviour is missing!
    (Filename:  Line: 199)
 
    The referenced script (Unknown) on this Behaviour is missing!
    (Filename:  Line: 199)
 
    The referenced script on this Behaviour (Game Object '[SteamVR]') is missing!
    (Filename:  Line: 334)
 
    The referenced script on this Behaviour (Game Object 'VRCamera') is missing!
    (Filename:  Line: 334)
 
    The referenced script on this Behaviour (Game Object 'VRCamera') is missing!
    (Filename:  Line: 334)
 
    The referenced script on this Behaviour (Game Object 'PlayVolume') is missing!
    (Filename:  Line: 334)
 
    The referenced script on this Behaviour (Game Object 'Overlay') is missing!
    (Filename:  Line: 334)
 
    The referenced script on this Behaviour (Game Object '_Stats') is missing!
    (Filename:  Line: 334)
 
    The referenced script on this Behaviour (Game Object '_Stats') is missing!
    (Filename:  Line: 334)
 
    Unloading 2 Unused Serialized files (Serialized files now loaded: 3)
    WARNING: Shader Unsupported: 'Hidden/PostProcessing/Uber' - Pass '' has no vertex shader
    WARNING: Shader Unsupported: 'Hidden/PostProcessing/Uber' - Pass '' has no vertex shader
    WARNING: Shader Unsupported: 'Hidden/PostProcessing/FinalPass' - Pass '' has no vertex shader
    WARNING: Shader Unsupported: 'Hidden/PostProcessing/FinalPass' - Pass '' has no vertex shader
    UnloadTime: 0.691484 ms
    Crash!!!
    SymInit: Symbol-SearchPath: '.;C:\Users\myUser\Documents\GitHub\Builds\gameFolder;C:\Users\myUser\Documents\GitHub\Builds\gameFolder;C:\Windows;C:\Windows\system32;SRV*C:\websymbols*http://msdl.microsoft.com/download/symbols;', symOptions: 534, UserName: 'myUser'
    OS-Version: 10.0.0
    C:\Users\myUser\Documents\GitHub\Builds\gamefolder\MyGame.exe:myGame.exe (00007FF6487E0000), size: 667648 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 2019.3.0.43809
    C:\Windows\SYSTEM32\ntdll.dll:ntdll.dll (00007FFECD2F0000), size: 1970176 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.17134.799
    C:\Windows\System32\KERNEL32.DLL:KERNEL32.DLL (00007FFECCC90000), size: 724992 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.17134.753
    C:\Windows\System32\KERNELBASE.dll:KERNELBASE.dll (00007FFECA020000), size: 2568192 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.17134.885
    C:\Users\myUser\Documents\GitHub\Builds\gamefolder\UnityPlayer.dll:UnityPlayer.dll (00007FFE10EC0000), size: 26673152 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 2019.3.0.43809
    C:\Windows\System32\USER32.dll:USER32.dll (00007FFECAB40000), size: 1638400 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.17134.376
    C:\Windows\System32\win32u.dll:win32u.dll (00007FFECA300000), size: 131072 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.17134.1
    C:\Windows\System32\GDI32.dll:GDI32.dll (00007FFECAA10000), size: 163840 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.17134.285
    C:\Windows\System32\gdi32full.dll:gdi32full.dll (00007FFEC96C0000), size: 1642496 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.17134.950
    C:\Windows\System32\msvcp_win.dll:msvcp_win.dll (00007FFECA660000), size: 651264 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.17134.619
    C:\Windows\System32\ucrtbase.dll:ucrtbase.dll (00007FFECA560000), size: 1015808 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.17134.677
    C:\Windows\System32\ole32.dll:ole32.dll (00007FFECC110000), size: 1380352 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.17134.858
    C:\Windows\System32\combase.dll:combase.dll (00007FFECC960000), size: 3284992 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.17134.885
    C:\Windows\System32\RPCRT4.dll:RPCRT4.dll (00007FFECCEA0000), size: 1196032 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.17134.648
    C:\Windows\System32\bcryptPrimitives.dll:bcryptPrimitives.dll (00007FFECA700000), size: 495616 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.17134.950
    C:\Windows\SYSTEM32\VERSION.dll:VERSION.dll (00007FFEC8110000), size: 40960 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.17134.1
    C:\Windows\System32\msvcrt.dll:msvcrt.dll (00007FFECA970000), size: 647168 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 7.0.17134.1
    C:\Windows\System32\sechost.dll:sechost.dll (00007FFECA8B0000), size: 372736 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.17134.319
    C:\Windows\System32\SHLWAPI.dll:SHLWAPI.dll (00007FFECA910000), size: 331776 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.17134.1
    C:\Windows\System32\SETUPAPI.dll:SETUPAPI.dll (00007FFECC510000), size: 4501504 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.17134.1
    C:\Windows\System32\cfgmgr32.dll:cfgmgr32.dll (00007FFECA510000), size: 299008 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.17134.1
    C:\Windows\System32\ADVAPI32.dll:ADVAPI32.dll (00007FFECCDF0000), size: 659456 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.17134.471
    C:\Windows\System32\SHELL32.dll:SHELL32.dll (00007FFECACD0000), size: 21233664 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.17134.950
    C:\Windows\System32\shcore.dll:shcore.dll (00007FFECD170000), size: 692224 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.17134.112
    C:\Windows\System32\windows.storage.dll:windows.storage.dll (00007FFEC9910000), size: 7393280 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.17134.950
    C:\Windows\System32\kernel.appcore.dll:kernel.appcore.dll (00007FFEC9610000), size: 69632 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.17134.112
    C:\Windows\System32\profapi.dll:profapi.dll (00007FFEC9630000), size: 126976 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.17134.1
    C:\Windows\System32\powrprof.dll:powrprof.dll (00007FFEC9650000), size: 311296 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.17134.1
    C:\Windows\System32\FLTLIB.DLL:FLTLIB.DLL (00007FFEC9600000), size: 40960 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.17134.1
    C:\Windows\System32\OLEAUT32.dll:OLEAUT32.dll (00007FFECA7E0000), size: 794624 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.17134.950
    C:\Windows\System32\IMM32.dll:IMM32.dll (00007FFECD220000), size: 184320 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.17134.1
    C:\Windows\SYSTEM32\OPENGL32.dll:OPENGL32.dll (00007FFE8CCA0000), size: 1179648 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.17134.1
    C:\Windows\System32\CRYPT32.dll:CRYPT32.dll (00007FFECA320000), size: 1974272 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.17134.1
    C:\Windows\SYSTEM32\WINMM.dll:WINMM.dll (00007FFEC8120000), size: 143360 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.17134.1
    C:\Windows\System32\MSASN1.dll:MSASN1.dll (00007FFEC96A0000), size: 73728 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.17134.1
    C:\Windows\System32\WS2_32.dll:WS2_32.dll (00007FFECD250000), size: 442368 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.17134.1
    C:\Windows\SYSTEM32\WINHTTP.dll:WINHTTP.dll (00007FFEC29D0000), size: 905216 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.17134.590
    C:\Windows\SYSTEM32\bcrypt.dll:bcrypt.dll (00007FFEC9160000), size: 151552 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.17134.885
    C:\Windows\SYSTEM32\HID.DLL:HID.DLL (00007FFEC8300000), size: 49152 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.17134.1
    C:\Windows\SYSTEM32\GLU32.dll:GLU32.dll (00007FFE8CC70000), size: 180224 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.17134.1
    C:\Windows\SYSTEM32\WINMMBASE.dll:WINMMBASE.dll (00007FFEC7F10000), size: 172032 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.17134.1
    C:\Windows\SYSTEM32\dwmapi.dll:dwmapi.dll (00007FFEC78B0000), size: 167936 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.17134.1
    C:\Windows\system32\uxtheme.dll:uxtheme.dll (00007FFEC75D0000), size: 622592 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.17134.1
    C:\Users\myUser\Documents\GitHub\Builds\gameFolder\MonoBleedingEdge\EmbedRuntime\mono-2.0-bdwgc.dll:mono-2.0-bdwgc.dll (00007FFE10750000), size: 7774208 (result: 0), SymType: '-deferred-', PDB: ''
    C:\Windows\System32\PSAPI.DLL:PSAPI.DLL (00007FFECC500000), size: 32768 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.17134.1
    C:\Windows\system32\mswsock.dll:mswsock.dll (00007FFEC8E80000), size: 417792 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.17134.1
    C:\Windows\System32\MSCTF.dll:MSCTF.dll (00007FFECC380000), size: 1519616 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.17134.950
    C:\Windows\SYSTEM32\d3d11.dll:d3d11.dll (00007FFEC6690000), size: 3190784 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.17134.441
    C:\Windows\SYSTEM32\dxgi.dll:dxgi.dll (00007FFEC8390000), size: 765952 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.17134.112
    C:\Users\myUser\Documents\GitHub\Builds\gamefolder\MyGame\Plugins\openvr_api.dll:openvr_api.dll (00007FFE6AF00000), size: 618496 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 1.0.10.0
    C:\Windows\SYSTEM32\DEVOBJ.dll:smile:EVOBJ.dll (00007FFEC9410000), size: 159744 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.17134.1
    C:\Windows\System32\WINTRUST.dll:WINTRUST.dll (00007FFECA2A0000), size: 356352 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.17134.556
    C:\Windows\system32\nvapi64.dll:nvapi64.dll (00007FFEBED70000), size: 5251072 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 25.21.14.1935
    C:\Windows\System32\DriverStore\FileRepository\nv_dispi.inf_amd64_9c0cfd0baad9a756\nvldumdx.dll:nvldumdx.dll (00007FFEC1E80000), size: 974848 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 25.21.14.1935
    C:\Windows\System32\imagehlp.dll:imagehlp.dll (00007FFECC270000), size: 118784 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.17134.1
    C:\Windows\SYSTEM32\CRYPTSP.dll:CRYPTSP.dll (00007FFEC9030000), size: 94208 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.17134.1
    C:\Windows\system32\rsaenh.dll:rsaenh.dll (00007FFEC8A30000), size: 208896 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.17134.254
    C:\Windows\SYSTEM32\CRYPTBASE.dll:CRYPTBASE.dll (00007FFEC9050000), size: 45056 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.17134.1
    C:\Windows\System32\DriverStore\FileRepository\nv_dispi.inf_amd64_9c0cfd0baad9a756\nvwgf2umx.dll:nvwgf2umx.dll (00007FFE9C8E0000), size: 38031360 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 25.21.14.1935
    C:\Windows\System32\clbcatq.dll:clbcatq.dll (00007FFECAAA0000), size: 655360 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 2001.12.10941.16384
    C:\Windows\system32\wbem\wbemprox.dll:wbemprox.dll (00007FFEBB3F0000), size: 69632 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.17134.1
    C:\Windows\SYSTEM32\wbemcomn.dll:wbemcomn.dll (00007FFEBC300000), size: 536576 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.17134.1
    C:\Windows\system32\wbem\wbemsvc.dll:wbemsvc.dll (00007FFEBB0E0000), size: 81920 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.17134.1
    C:\Windows\system32\wbem\fastprox.dll:fastprox.dll (00007FFEB9350000), size: 991232 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.17134.1
    C:\Windows\System32\MMDevApi.dll:MMDevApi.dll (00007FFEC2C70000), size: 483328 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.17134.1
    C:\Windows\System32\PROPSYS.dll:PROPSYS.dll (00007FFEC51B0000), size: 1785856 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 7.0.17134.619
    C:\Windows\SYSTEM32\AUDIOSES.DLL:AUDIOSES.DLL (00007FFEAC720000), size: 1228800 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.17134.829
    C:\Windows\SYSTEM32\wintypes.dll:wintypes.dll (00007FFEC5640000), size: 1363968 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.17134.523
    C:\Windows\SYSTEM32\AVRT.dll:AVRT.dll (00007FFEC4AD0000), size: 40960 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.17134.1
    C:\Windows\SYSTEM32\xinput1_3.dll:xinput1_3.dll (0000000000400000), size: 122880 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 9.18.944.0
    C:\Windows\SYSTEM32\dcomp.dll:dcomp.dll (00007FFEC6A40000), size: 1687552 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.17134.915
    C:\Windows\SYSTEM32\TextInputFramework.dll:TextInputFramework.dll (00007FFEBC140000), size: 614400 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.17134.858
    C:\Windows\SYSTEM32\CoreUIComponents.dll:CoreUIComponents.dll (00007FFEC32C0000), size: 3268608 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.17134.376
    C:\Windows\SYSTEM32\CoreMessaging.dll:CoreMessaging.dll (00007FFEC7000000), size: 892928 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.17134.471
    C:\Windows\SYSTEM32\ntmarta.dll:ntmarta.dll (00007FFEC86C0000), size: 200704 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.17134.1
    C:\Program Files (x86)\Steam\steamapps\common\SteamVR\bin\vrclient_x64.dll:vrclient_x64.dll (00007FFE8CDC0000), size: 3584000 (result: 0), SymType: '-deferred-', PDB: ''
    C:\Windows\SYSTEM32\MSVCP140.dll:MSVCP140.dll (00007FFEBD3E0000), size: 626688 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 14.22.27821.0
    C:\Windows\SYSTEM32\VCRUNTIME140.dll:VCRUNTIME140.dll (00007FFEC1FE0000), size: 90112 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 14.22.27821.0
    C:\Windows\SYSTEM32\WTSAPI32.dll:WTSAPI32.dll (00007FFEC57E0000), size: 77824 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.17134.1
    C:\Windows\SYSTEM32\tdh.dll:tdh.dll (00007FFEC8450000), size: 790528 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.17134.858
    C:\Windows\SYSTEM32\mintdh.dll:mintdh.dll (00007FFEC8340000), size: 323584 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.17134.1
    C:\Windows\system32\napinsp.dll:napinsp.dll (00007FFEBD5F0000), size: 90112 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.17134.1
    C:\Windows\system32\pnrpnsp.dll:pnrpnsp.dll (00007FFEBD270000), size: 106496 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.17134.1
    C:\Windows\system32\NLAapi.dll:NLAapi.dll (00007FFEC6CA0000), size: 102400 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.17134.1
    C:\Windows\SYSTEM32\DNSAPI.dll:smile:NSAPI.dll (00007FFEC8C10000), size: 778240 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.17134.915
    C:\Windows\System32\NSI.dll:NSI.dll (00007FFECCD50000), size: 32768 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.17134.1
    C:\Windows\SYSTEM32\IPHLPAPI.DLL:IPHLPAPI.DLL (00007FFEC8BD0000), size: 229376 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.17134.1
    C:\Windows\System32\winrnr.dll:winrnr.dll (00007FFEC4520000), size: 57344 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.17134.1
    C:\Windows\System32\wshbth.dll:wshbth.dll (00007FFEB07F0000), size: 86016 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.17134.1
    C:\Windows\System32\rasadhlp.dll:rasadhlp.dll (00007FFEC27D0000), size: 40960 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.17134.1
    C:\Windows\System32\fwpuclnt.dll:fwpuclnt.dll (00007FFEC3C90000), size: 466944 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.17134.1
    C:\Windows\SYSTEM32\dhcpcsvc6.DLL:dhcpcsvc6.DLL (00007FFEC44F0000), size: 90112 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.17134.1
    C:\Windows\SYSTEM32\dhcpcsvc.DLL:dhcpcsvc.DLL (00007FFEC4470000), size: 106496 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.17134.1
    C:\Windows\SYSTEM32\gpapi.dll:gpapi.dll (00007FFEC8310000), size: 139264 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.17134.1
    C:\Users\myUser\Documents\GitHub\Builds\gameFolder\myGame_Data\Plugins\SRanipal.dll:SRanipal.dll (00007FFE7AE80000), size: 110592 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 1.1.0.1
    C:\Users\myUser\Documents\GitHub\Builds\gamefolder\MyGame_Data\Plugins\ViveSR_Client.dll:ViveSR_Client.dll (00007FFE7AE60000), size: 114688 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 1.1.0.1
    C:\Users\myUser\Documents\GitHub\Builds\gameFolder\myGame_Data\Plugins\libHTC_License.dll:libHTC_License.dll (00007FFE7AE30000), size: 151552 (result: 0), SymType: '-deferred-', PDB: ''
    C:\Windows\SYSTEM32\NETAPI32.dll:NETAPI32.dll (00007FFEBCF80000), size: 94208 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.17134.1
    C:\Windows\SYSTEM32\WININET.dll:WININET.dll (00007FFEB4390000), size: 4968448 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 11.0.17134.950
    C:\Windows\SYSTEM32\NETUTILS.DLL:NETUTILS.DLL (00007FFEC8CD0000), size: 57344 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.17134.1
    C:\Windows\SYSTEM32\SRVCLI.DLL:SRVCLI.DLL (00007FFEB7710000), size: 155648 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.17134.1
    C:\Users\myUser\Documents\GitHub\Builds\gamefolder\MyGame_Data\Plugins\nanomsg.dll:nanomsg.dll (00007FFE69990000), size: 331776 (result: 0), SymType: '-deferred-', PDB: ''
    C:\Users\myUser\Documents\GitHub\Builds\gamefolder\MyGame_Data\Plugins\SRWorks_Log.dll:SRWorks_Log.dll (00007FFE6BA00000), size: 110592 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 0.0.0.3
    C:\Windows\SYSTEM32\dbghelp.dll:dbghelp.dll (00007FFEC7F40000), size: 1871872 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.17134.1
    C:\Windows\SYSTEM32\SspiCli.dll:SspiCli.dll (00007FFEC9530000), size: 196608 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.17134.376
 
    ========== OUTPUTTING STACK TRACE ==================
 
    0x00007FFE1144A0F3 (UnityPlayer) UnityMain
    0x00007FFE1144A067 (UnityPlayer) UnityMain
    0x00007FFE1144A067 (UnityPlayer) UnityMain
    0x00007FFE11449EA1 (UnityPlayer) UnityMain
    0x00007FFE1144D8D0 (UnityPlayer) UnityMain
    0x00007FFE117E28C7 (UnityPlayer) UnityMain
    0x000001876F6317C9 (Mono JIT Code) (wrapper managed-to-native) UnityEngine.GameObject:SetActive (UnityEngine.GameObject,bool)
    0x000001866A08C2AB (Mono JIT Code) VaptureController:SetupBackdropCamera (UnityEngine.Camera)
    0x000001866A08BA93 (Mono JIT Code) VaptureController:OnLevelFinishedLoading ()
    0x000001866BAA1B1B (Mono JIT Code) VaptureController/<StartNewSceneRoutine>d__108:MoveNext ()
    0x000001876F5EA64C (Mono JIT Code) UnityEngine.SetupCoroutine:InvokeMoveNext (System.Collections.IEnumerator,intptr)
    0x000001876F5EA777 (Mono JIT Code) (wrapper runtime-invoke) <Module>:runtime_invoke_void_object_intptr (object,intptr,intptr,intptr)
    0x00007FFE1087CBB0 (mono-2.0-bdwgc) mono_get_runtime_build_info
    0x00007FFE10802122 (mono-2.0-bdwgc) mono_perfcounters_init
    0x00007FFE1080B11F (mono-2.0-bdwgc) mono_runtime_invoke
    0x00007FFE1176FEED (UnityPlayer) UnityMain
    0x00007FFE1176D2C3 (UnityPlayer) UnityMain
    0x00007FFE117538B0 (UnityPlayer) UnityMain
    0x00007FFE1162AD4B (UnityPlayer) UnityMain
    0x00007FFE1164D9EC (UnityPlayer) UnityMain
    0x00007FFE1164D64D (UnityPlayer) UnityMain
    0x00007FFE11635707 (UnityPlayer) UnityMain
    0x00007FFE116357A3 (UnityPlayer) UnityMain
    0x00007FFE11637BAB (UnityPlayer) UnityMain
      ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00007FFE113F4B7E)
    0x00007FFE113F4B7E (UnityPlayer) (function-name not available)
      ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00007FFE113F38DA)
    0x00007FFE113F38DA (UnityPlayer) (function-name not available)
      ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00007FFE113F779C)
    0x00007FFE113F779C (UnityPlayer) (function-name not available)
    0x00007FFE113FB23B (UnityPlayer) UnityMain
      ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00007FF6487E11F2)
    0x00007FF6487E11F2 (myGame) (function-name not available)
    0x00007FFECCCA4034 (KERNEL32) BaseThreadInitThunk
    0x00007FFECD363691 (ntdll) RtlUserThreadStart
 
    ========== END OF STACKTRACE ===========
 
    A crash has been intercepted by the crash handler. For call stack and other details, see the latest crash report generated in:
     * C:/Users/myUser/AppData/Local/Temp/gamefolder/MyGame/Crashes

Once I removed those components from my test assetbundles and rebuilt them then they would load without issue.