Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. Dismiss Notice

Addressable Issue

Discussion in 'Addressables' started by i_cassell, Oct 9, 2020.

  1. i_cassell

    i_cassell

    Joined:
    Apr 6, 2019
    Posts:
    21
    build windows dev ,after using analyze:Check Duplicate Bundle Dependencies
    when i run .exe
    Code (CSharp):
    1. [LogType:Error 10/09/2020 19:56:30] Exception encountered in operation Resource<IAssetBundleResource>(d_assets_bd_ad_centralplaza_zhaopaijia.bundle), status=Failed, result=UnityEngine.ResourceManagement.ResourceProviders.AssetBundleResource :
    2. UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
    3. UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
    4. ZeroEngine.RuntimeScripts.Log.LogHandler:LogFormat(LogType, Object, String, Object[]) (at C:\GitProjects\KnightProject\Clients\ClientProject\Assets\ZeroEngine\RuntimeScripts\Log\LogHandler.cs:32)
    5. UnityEngine.Logger:LogFormat(LogType, String, Object[])
    6. UnityEngine.Debug:LogErrorFormat(String, Object[])
    7. UnityEngine.AddressableAssets.AddressablesImpl:LogException(AsyncOperationHandle, Exception) (at C:\GitProjects\KnightProject\Clients\ClientProject\Library\PackageCache\com.unity.addressables@1.16.1\Runtime\AddressablesImpl.cs:238)
    8. UnityEngine.ResourceManagement.AsyncOperations.AsyncOperationBase`1:set_OperationException(Exception) (at C:\GitProjects\KnightProject\Clients\ClientProject\Library\PackageCache\com.unity.addressables@1.16.1\Runtime\ResourceManager\AsyncOperations\AsyncOperationBase.cs:332)
    9. UnityEngine.ResourceManagement.AsyncOperations.AsyncOperationBase`1:Complete(IAssetBundleResource, Boolean, String, Boolean) (at C:\GitProjects\KnightProject\Clients\ClientProject\Library\PackageCache\com.unity.addressables@1.16.1\Runtime\ResourceManager\AsyncOperations\AsyncOperationBase.cs:431)
    10. UnityEngine.ResourceManagement.AsyncOperations.AsyncOperationBase`1:Complete(IAssetBundleResource, Boolean, String) (at C:\GitProjects\KnightProject\Clients\ClientProject\Library\PackageCache\com.unity.addressables@1.16.1\Runtime\ResourceManager\AsyncOperations\AsyncOperationBase.cs:401)
    11. UnityEngine.ResourceManagement.AsyncOperations.ProviderOperation`1:ProviderCompleted(AssetBundleResource, Boolean, Exception) (at C:\GitProjects\KnightProject\Clients\ClientProject\Library\PackageCache\com.unity.addressables@1.16.1\Runtime\ResourceManager\AsyncOperations\ProviderOperation.cs:147)
    12. UnityEngine.ResourceManagement.ResourceProviders.ProvideHandle:Complete(AssetBundleResource, Boolean, Exception) (at C:\GitProjects\KnightProject\Clients\ClientProject\Library\PackageCache\com.unity.addressables@1.16.1\Runtime\ResourceManager\ResourceProviders\IResourceProvider.cs:122)
    13. UnityEngine.ResourceManagement.ResourceProviders.AssetBundleResource:LocalRequestOperationCompleted(AsyncOperation) (at C:\GitProjects\KnightProject\Clients\ClientProject\Library\PackageCache\com.unity.addressables@1.16.1\Runtime\ResourceManager\ResourceProviders\AssetBundleProvider.cs:257)
    14. UnityEngine.AsyncOperation:InvokeCompletionEvent()
    15.  
    Can somebody know what's wrong?
     
  2. i_cassell

    i_cassell

    Joined:
    Apr 6, 2019
    Posts:
    21
    Code (CSharp):
    1. CRC Mismatch. Provided bd11d77c, calculated 830fa885 from data
    what is CRC Mismatch mean?
     
  3. AlkisFortuneFish

    AlkisFortuneFish

    Joined:
    Apr 26, 2013
    Posts:
    959
    It means that the asset bundles do not match the ones the catalogue was built for.