Search Unity

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

Discussion in 'Scripting' started by CloudyVR, Jan 30, 2020.

  1. CloudyVR

    CloudyVR

    Joined:
    Mar 26, 2017
    Posts:
    715
    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 ???
     
    Last edited: Jan 30, 2020
  2. Kurt-Dekker

    Kurt-Dekker

    Joined:
    Mar 16, 2013
    Posts:
    38,752
    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.
     
    Joe-Censored likes this.
  3. CloudyVR

    CloudyVR

    Joined:
    Mar 26, 2017
    Posts:
    715
    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.
     
    Last edited: Jan 30, 2020
  4. Kurt-Dekker

    Kurt-Dekker

    Joined:
    Mar 16, 2013
    Posts:
    38,752
    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?
     
  5. CloudyVR

    CloudyVR

    Joined:
    Mar 26, 2017
    Posts:
    715
    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:
    Code (csharp):
    1.  
    2.  
    3.     Unloading 5 Unused Serialized files (Serialized files now loaded: 3)
    4.     UnloadTime: 1.036799 ms
    5.     <b>[SteamVR Interaction]</b> ChaperoneInfo initialized. Roomscale play area 4.00m x 2.70m
    6.     (Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 35)
    7.  
    8.  
    9.     Unloading 1149 unused Assets to reduce memory usage. Loaded Objects now: 135939.
    10.     Total: 32.790434 ms (FindLiveObjects: 5.990109 ms CreateObjectMapping: 1.056710 ms MarkObjects: 24.176328 ms  DeleteObjects: 1.566718 ms)
    11.  
    12.     [Physics.PhysX] cleaning the mesh failed
    13.     (Filename: C:\buildslave\physx\build\physx/source/physxcooking/src/mesh/TriangleMeshBuilder.cpp Line: 1043)
    14.  
    15.     Unloading 1 Unused Serialized files (Serialized files now loaded: 3)
    16.     UnloadTime: 31.041102 ms
    17.  
    18.     Unloading 178 unused Assets to reduce memory usage. Loaded Objects now: 35050.
    19.     Total: 19.653667 ms (FindLiveObjects: 2.323624 ms CreateObjectMapping: 0.859590 ms MarkObjects: 15.460960 ms  DeleteObjects: 1.008923 ms)
    20.  
    21.     The referenced script (Unknown) on this Behaviour is missing!
    22.     (Filename:  Line: 199)
    23.  
    24.     The referenced script on this Behaviour (Game Object 'BlankController') is missing!
    25.     (Filename:  Line: 334)
    26.  
    27.     The referenced script (Unknown) on this Behaviour is missing!
    28.     (Filename:  Line: 199)
    29.  
    30.     The referenced script (Unknown) on this Behaviour is missing!
    31.     (Filename:  Line: 199)
    32.  
    33.     Could not produce class with ID 92.
    34.     (Filename:  Line: 1545)
    35.  
    36.     The referenced script (Unknown) on this Behaviour is missing!
    37.     (Filename:  Line: 199)
    38.  
    39.     The referenced script (Unknown) on this Behaviour is missing!
    40.     (Filename:  Line: 199)
    41.  
    42.     Could not produce class with ID 92.
    43.     (Filename:  Line: 1545)
    44.  
    45.     Could not produce class with ID 132.
    46.     (Filename:  Line: 1545)
    47.  
    48.     The referenced script (Unknown) on this Behaviour is missing!
    49.     (Filename:  Line: 199)
    50.  
    51.     The referenced script (Unknown) on this Behaviour is missing!
    52.     (Filename:  Line: 199)
    53.  
    54.     The referenced script (Unknown) on this Behaviour is missing!
    55.     (Filename:  Line: 199)
    56.  
    57.     The referenced script on this Behaviour (Game Object '[SteamVR]') is missing!
    58.     (Filename:  Line: 334)
    59.  
    60.     The referenced script on this Behaviour (Game Object 'VRCamera') is missing!
    61.     (Filename:  Line: 334)
    62.  
    63.     The referenced script on this Behaviour (Game Object 'VRCamera') is missing!
    64.     (Filename:  Line: 334)
    65.  
    66.     The referenced script on this Behaviour (Game Object 'PlayVolume') is missing!
    67.     (Filename:  Line: 334)
    68.  
    69.     The referenced script on this Behaviour (Game Object 'Overlay') is missing!
    70.     (Filename:  Line: 334)
    71.  
    72.     The referenced script on this Behaviour (Game Object '_Stats') is missing!
    73.     (Filename:  Line: 334)
    74.  
    75.     The referenced script on this Behaviour (Game Object '_Stats') is missing!
    76.     (Filename:  Line: 334)
    77.  
    78.     Unloading 2 Unused Serialized files (Serialized files now loaded: 3)
    79.     WARNING: Shader Unsupported: 'Hidden/PostProcessing/Uber' - Pass '' has no vertex shader
    80.     WARNING: Shader Unsupported: 'Hidden/PostProcessing/Uber' - Pass '' has no vertex shader
    81.     WARNING: Shader Unsupported: 'Hidden/PostProcessing/FinalPass' - Pass '' has no vertex shader
    82.     WARNING: Shader Unsupported: 'Hidden/PostProcessing/FinalPass' - Pass '' has no vertex shader
    83.     UnloadTime: 0.691484 ms
    84.     Crash!!!
    85.     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'
    86.     OS-Version: 10.0.0
    87.     C:\Users\myUser\Documents\GitHub\Builds\gamefolder\MyGame.exe:myGame.exe (00007FF6487E0000), size: 667648 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 2019.3.0.43809
    88.     C:\Windows\SYSTEM32\ntdll.dll:ntdll.dll (00007FFECD2F0000), size: 1970176 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.17134.799
    89.     C:\Windows\System32\KERNEL32.DLL:KERNEL32.DLL (00007FFECCC90000), size: 724992 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.17134.753
    90.     C:\Windows\System32\KERNELBASE.dll:KERNELBASE.dll (00007FFECA020000), size: 2568192 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.17134.885
    91.     C:\Users\myUser\Documents\GitHub\Builds\gamefolder\UnityPlayer.dll:UnityPlayer.dll (00007FFE10EC0000), size: 26673152 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 2019.3.0.43809
    92.     C:\Windows\System32\USER32.dll:USER32.dll (00007FFECAB40000), size: 1638400 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.17134.376
    93.     C:\Windows\System32\win32u.dll:win32u.dll (00007FFECA300000), size: 131072 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.17134.1
    94.     C:\Windows\System32\GDI32.dll:GDI32.dll (00007FFECAA10000), size: 163840 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.17134.285
    95.     C:\Windows\System32\gdi32full.dll:gdi32full.dll (00007FFEC96C0000), size: 1642496 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.17134.950
    96.     C:\Windows\System32\msvcp_win.dll:msvcp_win.dll (00007FFECA660000), size: 651264 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.17134.619
    97.     C:\Windows\System32\ucrtbase.dll:ucrtbase.dll (00007FFECA560000), size: 1015808 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.17134.677
    98.     C:\Windows\System32\ole32.dll:ole32.dll (00007FFECC110000), size: 1380352 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.17134.858
    99.     C:\Windows\System32\combase.dll:combase.dll (00007FFECC960000), size: 3284992 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.17134.885
    100.     C:\Windows\System32\RPCRT4.dll:RPCRT4.dll (00007FFECCEA0000), size: 1196032 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.17134.648
    101.     C:\Windows\System32\bcryptPrimitives.dll:bcryptPrimitives.dll (00007FFECA700000), size: 495616 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.17134.950
    102.     C:\Windows\SYSTEM32\VERSION.dll:VERSION.dll (00007FFEC8110000), size: 40960 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.17134.1
    103.     C:\Windows\System32\msvcrt.dll:msvcrt.dll (00007FFECA970000), size: 647168 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 7.0.17134.1
    104.     C:\Windows\System32\sechost.dll:sechost.dll (00007FFECA8B0000), size: 372736 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.17134.319
    105.     C:\Windows\System32\SHLWAPI.dll:SHLWAPI.dll (00007FFECA910000), size: 331776 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.17134.1
    106.     C:\Windows\System32\SETUPAPI.dll:SETUPAPI.dll (00007FFECC510000), size: 4501504 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.17134.1
    107.     C:\Windows\System32\cfgmgr32.dll:cfgmgr32.dll (00007FFECA510000), size: 299008 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.17134.1
    108.     C:\Windows\System32\ADVAPI32.dll:ADVAPI32.dll (00007FFECCDF0000), size: 659456 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.17134.471
    109.     C:\Windows\System32\SHELL32.dll:SHELL32.dll (00007FFECACD0000), size: 21233664 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.17134.950
    110.     C:\Windows\System32\shcore.dll:shcore.dll (00007FFECD170000), size: 692224 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.17134.112
    111.     C:\Windows\System32\windows.storage.dll:windows.storage.dll (00007FFEC9910000), size: 7393280 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.17134.950
    112.     C:\Windows\System32\kernel.appcore.dll:kernel.appcore.dll (00007FFEC9610000), size: 69632 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.17134.112
    113.     C:\Windows\System32\profapi.dll:profapi.dll (00007FFEC9630000), size: 126976 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.17134.1
    114.     C:\Windows\System32\powrprof.dll:powrprof.dll (00007FFEC9650000), size: 311296 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.17134.1
    115.     C:\Windows\System32\FLTLIB.DLL:FLTLIB.DLL (00007FFEC9600000), size: 40960 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.17134.1
    116.     C:\Windows\System32\OLEAUT32.dll:OLEAUT32.dll (00007FFECA7E0000), size: 794624 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.17134.950
    117.     C:\Windows\System32\IMM32.dll:IMM32.dll (00007FFECD220000), size: 184320 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.17134.1
    118.     C:\Windows\SYSTEM32\OPENGL32.dll:OPENGL32.dll (00007FFE8CCA0000), size: 1179648 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.17134.1
    119.     C:\Windows\System32\CRYPT32.dll:CRYPT32.dll (00007FFECA320000), size: 1974272 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.17134.1
    120.     C:\Windows\SYSTEM32\WINMM.dll:WINMM.dll (00007FFEC8120000), size: 143360 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.17134.1
    121.     C:\Windows\System32\MSASN1.dll:MSASN1.dll (00007FFEC96A0000), size: 73728 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.17134.1
    122.     C:\Windows\System32\WS2_32.dll:WS2_32.dll (00007FFECD250000), size: 442368 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.17134.1
    123.     C:\Windows\SYSTEM32\WINHTTP.dll:WINHTTP.dll (00007FFEC29D0000), size: 905216 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.17134.590
    124.     C:\Windows\SYSTEM32\bcrypt.dll:bcrypt.dll (00007FFEC9160000), size: 151552 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.17134.885
    125.     C:\Windows\SYSTEM32\HID.DLL:HID.DLL (00007FFEC8300000), size: 49152 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.17134.1
    126.     C:\Windows\SYSTEM32\GLU32.dll:GLU32.dll (00007FFE8CC70000), size: 180224 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.17134.1
    127.     C:\Windows\SYSTEM32\WINMMBASE.dll:WINMMBASE.dll (00007FFEC7F10000), size: 172032 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.17134.1
    128.     C:\Windows\SYSTEM32\dwmapi.dll:dwmapi.dll (00007FFEC78B0000), size: 167936 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.17134.1
    129.     C:\Windows\system32\uxtheme.dll:uxtheme.dll (00007FFEC75D0000), size: 622592 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.17134.1
    130.     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: ''
    131.     C:\Windows\System32\PSAPI.DLL:PSAPI.DLL (00007FFECC500000), size: 32768 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.17134.1
    132.     C:\Windows\system32\mswsock.dll:mswsock.dll (00007FFEC8E80000), size: 417792 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.17134.1
    133.     C:\Windows\System32\MSCTF.dll:MSCTF.dll (00007FFECC380000), size: 1519616 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.17134.950
    134.     C:\Windows\SYSTEM32\d3d11.dll:d3d11.dll (00007FFEC6690000), size: 3190784 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.17134.441
    135.     C:\Windows\SYSTEM32\dxgi.dll:dxgi.dll (00007FFEC8390000), size: 765952 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.17134.112
    136.     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
    137.     C:\Windows\SYSTEM32\DEVOBJ.dll:DEVOBJ.dll (00007FFEC9410000), size: 159744 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.17134.1
    138.     C:\Windows\System32\WINTRUST.dll:WINTRUST.dll (00007FFECA2A0000), size: 356352 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.17134.556
    139.     C:\Windows\system32\nvapi64.dll:nvapi64.dll (00007FFEBED70000), size: 5251072 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 25.21.14.1935
    140.     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
    141.     C:\Windows\System32\imagehlp.dll:imagehlp.dll (00007FFECC270000), size: 118784 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.17134.1
    142.     C:\Windows\SYSTEM32\CRYPTSP.dll:CRYPTSP.dll (00007FFEC9030000), size: 94208 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.17134.1
    143.     C:\Windows\system32\rsaenh.dll:rsaenh.dll (00007FFEC8A30000), size: 208896 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.17134.254
    144.     C:\Windows\SYSTEM32\CRYPTBASE.dll:CRYPTBASE.dll (00007FFEC9050000), size: 45056 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.17134.1
    145.     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
    146.     C:\Windows\System32\clbcatq.dll:clbcatq.dll (00007FFECAAA0000), size: 655360 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 2001.12.10941.16384
    147.     C:\Windows\system32\wbem\wbemprox.dll:wbemprox.dll (00007FFEBB3F0000), size: 69632 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.17134.1
    148.     C:\Windows\SYSTEM32\wbemcomn.dll:wbemcomn.dll (00007FFEBC300000), size: 536576 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.17134.1
    149.     C:\Windows\system32\wbem\wbemsvc.dll:wbemsvc.dll (00007FFEBB0E0000), size: 81920 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.17134.1
    150.     C:\Windows\system32\wbem\fastprox.dll:fastprox.dll (00007FFEB9350000), size: 991232 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.17134.1
    151.     C:\Windows\System32\MMDevApi.dll:MMDevApi.dll (00007FFEC2C70000), size: 483328 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.17134.1
    152.     C:\Windows\System32\PROPSYS.dll:PROPSYS.dll (00007FFEC51B0000), size: 1785856 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 7.0.17134.619
    153.     C:\Windows\SYSTEM32\AUDIOSES.DLL:AUDIOSES.DLL (00007FFEAC720000), size: 1228800 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.17134.829
    154.     C:\Windows\SYSTEM32\wintypes.dll:wintypes.dll (00007FFEC5640000), size: 1363968 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.17134.523
    155.     C:\Windows\SYSTEM32\AVRT.dll:AVRT.dll (00007FFEC4AD0000), size: 40960 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.17134.1
    156.     C:\Windows\SYSTEM32\xinput1_3.dll:xinput1_3.dll (0000000000400000), size: 122880 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 9.18.944.0
    157.     C:\Windows\SYSTEM32\dcomp.dll:dcomp.dll (00007FFEC6A40000), size: 1687552 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.17134.915
    158.     C:\Windows\SYSTEM32\TextInputFramework.dll:TextInputFramework.dll (00007FFEBC140000), size: 614400 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.17134.858
    159.     C:\Windows\SYSTEM32\CoreUIComponents.dll:CoreUIComponents.dll (00007FFEC32C0000), size: 3268608 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.17134.376
    160.     C:\Windows\SYSTEM32\CoreMessaging.dll:CoreMessaging.dll (00007FFEC7000000), size: 892928 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.17134.471
    161.     C:\Windows\SYSTEM32\ntmarta.dll:ntmarta.dll (00007FFEC86C0000), size: 200704 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.17134.1
    162.     C:\Program Files (x86)\Steam\steamapps\common\SteamVR\bin\vrclient_x64.dll:vrclient_x64.dll (00007FFE8CDC0000), size: 3584000 (result: 0), SymType: '-deferred-', PDB: ''
    163.     C:\Windows\SYSTEM32\MSVCP140.dll:MSVCP140.dll (00007FFEBD3E0000), size: 626688 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 14.22.27821.0
    164.     C:\Windows\SYSTEM32\VCRUNTIME140.dll:VCRUNTIME140.dll (00007FFEC1FE0000), size: 90112 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 14.22.27821.0
    165.     C:\Windows\SYSTEM32\WTSAPI32.dll:WTSAPI32.dll (00007FFEC57E0000), size: 77824 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.17134.1
    166.     C:\Windows\SYSTEM32\tdh.dll:tdh.dll (00007FFEC8450000), size: 790528 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.17134.858
    167.     C:\Windows\SYSTEM32\mintdh.dll:mintdh.dll (00007FFEC8340000), size: 323584 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.17134.1
    168.     C:\Windows\system32\napinsp.dll:napinsp.dll (00007FFEBD5F0000), size: 90112 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.17134.1
    169.     C:\Windows\system32\pnrpnsp.dll:pnrpnsp.dll (00007FFEBD270000), size: 106496 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.17134.1
    170.     C:\Windows\system32\NLAapi.dll:NLAapi.dll (00007FFEC6CA0000), size: 102400 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.17134.1
    171.     C:\Windows\SYSTEM32\DNSAPI.dll:DNSAPI.dll (00007FFEC8C10000), size: 778240 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.17134.915
    172.     C:\Windows\System32\NSI.dll:NSI.dll (00007FFECCD50000), size: 32768 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.17134.1
    173.     C:\Windows\SYSTEM32\IPHLPAPI.DLL:IPHLPAPI.DLL (00007FFEC8BD0000), size: 229376 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.17134.1
    174.     C:\Windows\System32\winrnr.dll:winrnr.dll (00007FFEC4520000), size: 57344 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.17134.1
    175.     C:\Windows\System32\wshbth.dll:wshbth.dll (00007FFEB07F0000), size: 86016 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.17134.1
    176.     C:\Windows\System32\rasadhlp.dll:rasadhlp.dll (00007FFEC27D0000), size: 40960 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.17134.1
    177.     C:\Windows\System32\fwpuclnt.dll:fwpuclnt.dll (00007FFEC3C90000), size: 466944 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.17134.1
    178.     C:\Windows\SYSTEM32\dhcpcsvc6.DLL:dhcpcsvc6.DLL (00007FFEC44F0000), size: 90112 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.17134.1
    179.     C:\Windows\SYSTEM32\dhcpcsvc.DLL:dhcpcsvc.DLL (00007FFEC4470000), size: 106496 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.17134.1
    180.     C:\Windows\SYSTEM32\gpapi.dll:gpapi.dll (00007FFEC8310000), size: 139264 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.17134.1
    181.     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
    182.     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
    183.     C:\Users\myUser\Documents\GitHub\Builds\gameFolder\myGame_Data\Plugins\libHTC_License.dll:libHTC_License.dll (00007FFE7AE30000), size: 151552 (result: 0), SymType: '-deferred-', PDB: ''
    184.     C:\Windows\SYSTEM32\NETAPI32.dll:NETAPI32.dll (00007FFEBCF80000), size: 94208 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.17134.1
    185.     C:\Windows\SYSTEM32\WININET.dll:WININET.dll (00007FFEB4390000), size: 4968448 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 11.0.17134.950
    186.     C:\Windows\SYSTEM32\NETUTILS.DLL:NETUTILS.DLL (00007FFEC8CD0000), size: 57344 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.17134.1
    187.     C:\Windows\SYSTEM32\SRVCLI.DLL:SRVCLI.DLL (00007FFEB7710000), size: 155648 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.17134.1
    188.     C:\Users\myUser\Documents\GitHub\Builds\gamefolder\MyGame_Data\Plugins\nanomsg.dll:nanomsg.dll (00007FFE69990000), size: 331776 (result: 0), SymType: '-deferred-', PDB: ''
    189.     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
    190.     C:\Windows\SYSTEM32\dbghelp.dll:dbghelp.dll (00007FFEC7F40000), size: 1871872 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.17134.1
    191.     C:\Windows\SYSTEM32\SspiCli.dll:SspiCli.dll (00007FFEC9530000), size: 196608 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.17134.376
    192.  
    193.     ========== OUTPUTTING STACK TRACE ==================
    194.  
    195.     0x00007FFE1144A0F3 (UnityPlayer) UnityMain
    196.     0x00007FFE1144A067 (UnityPlayer) UnityMain
    197.     0x00007FFE1144A067 (UnityPlayer) UnityMain
    198.     0x00007FFE11449EA1 (UnityPlayer) UnityMain
    199.     0x00007FFE1144D8D0 (UnityPlayer) UnityMain
    200.     0x00007FFE117E28C7 (UnityPlayer) UnityMain
    201.     0x000001876F6317C9 (Mono JIT Code) (wrapper managed-to-native) UnityEngine.GameObject:SetActive (UnityEngine.GameObject,bool)
    202.     0x000001866A08C2AB (Mono JIT Code) VaptureController:SetupBackdropCamera (UnityEngine.Camera)
    203.     0x000001866A08BA93 (Mono JIT Code) VaptureController:OnLevelFinishedLoading ()
    204.     0x000001866BAA1B1B (Mono JIT Code) VaptureController/<StartNewSceneRoutine>d__108:MoveNext ()
    205.     0x000001876F5EA64C (Mono JIT Code) UnityEngine.SetupCoroutine:InvokeMoveNext (System.Collections.IEnumerator,intptr)
    206.     0x000001876F5EA777 (Mono JIT Code) (wrapper runtime-invoke) <Module>:runtime_invoke_void_object_intptr (object,intptr,intptr,intptr)
    207.     0x00007FFE1087CBB0 (mono-2.0-bdwgc) mono_get_runtime_build_info
    208.     0x00007FFE10802122 (mono-2.0-bdwgc) mono_perfcounters_init
    209.     0x00007FFE1080B11F (mono-2.0-bdwgc) mono_runtime_invoke
    210.     0x00007FFE1176FEED (UnityPlayer) UnityMain
    211.     0x00007FFE1176D2C3 (UnityPlayer) UnityMain
    212.     0x00007FFE117538B0 (UnityPlayer) UnityMain
    213.     0x00007FFE1162AD4B (UnityPlayer) UnityMain
    214.     0x00007FFE1164D9EC (UnityPlayer) UnityMain
    215.     0x00007FFE1164D64D (UnityPlayer) UnityMain
    216.     0x00007FFE11635707 (UnityPlayer) UnityMain
    217.     0x00007FFE116357A3 (UnityPlayer) UnityMain
    218.     0x00007FFE11637BAB (UnityPlayer) UnityMain
    219.       ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00007FFE113F4B7E)
    220.     0x00007FFE113F4B7E (UnityPlayer) (function-name not available)
    221.       ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00007FFE113F38DA)
    222.     0x00007FFE113F38DA (UnityPlayer) (function-name not available)
    223.       ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00007FFE113F779C)
    224.     0x00007FFE113F779C (UnityPlayer) (function-name not available)
    225.     0x00007FFE113FB23B (UnityPlayer) UnityMain
    226.       ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00007FF6487E11F2)
    227.     0x00007FF6487E11F2 (myGame) (function-name not available)
    228.     0x00007FFECCCA4034 (KERNEL32) BaseThreadInitThunk
    229.     0x00007FFECD363691 (ntdll) RtlUserThreadStart
    230.  
    231.     ========== END OF STACKTRACE ===========
    232.  
    233.     A crash has been intercepted by the crash handler. For call stack and other details, see the latest crash report generated in:
    234.      * C:/Users/myUser/AppData/Local/Temp/gamefolder/MyGame/Crashes
    235.  
    236.  
    237.  
    Once I removed those components from my test assetbundles and rebuilt them then they would load without issue.