Search Unity

Bug Missing AssetTable when entering playmode makes me automatically crash when exiting playmode

Discussion in 'Localization Tools' started by Midonk, Jun 23, 2022.

  1. Midonk

    Midonk

    Joined:
    Oct 8, 2018
    Posts:
    35
    Hello everyone, When I enter play mode, frequently, the console show me this error

    MissingReferenceException: The object of type 'AssetTable' has been destroyed but you are still trying to access it.
    Your script should either check if it is null or you should not destroy the object.


    I have no idea of which one of my asset table might disappear but technically everything should be alright...
    So the game starts, I play normaly but when I stop the game, Unity crashes

    using Localization v1.2.1
    using Addressables v1.19.17

    Mono: successfully reloaded assembly
    Uploading Crash Report
    Uploading Crash Report
    - Completed reload, in 5.218 seconds
    Platform modules already initialized, skipping
    Refreshing native plugins compatible for Editor in 1.63 ms, found 1 plugins.
    Preloading 0 native plugins for Editor in 0.00 ms.
    Refresh completed in 8.026806 seconds.
    RefreshInfo: RefreshV2(ForceSynchronousImport)
    RefreshProfiler: Total: 8025.119ms
    InvokeBeforeRefreshCallbacks: 0.787ms
    ApplyChangesToAssetFolders: 0.101ms
    WriteModifiedImportersToTextMetaFiles: 0.000ms
    CleanLegacyArtifacts: 0.000ms
    Scan: 471.390ms
    OnSourceAssetsModified: 0.821ms
    UnregisterDeletedAssets: 0.000ms
    InitializeImportedAssetsSnapshot: 12.230ms
    GetAllGuidsForCategorization: 1.564ms
    CategorizeAssets: 167.382ms
    ImportAndPostprocessOutOfDateAssets: 7323.407ms (5316.587ms without children)
    ImportManagerImport: 75.284ms (7.589ms without children)
    ImportInProcess: 67.651ms
    ImportOutOfProcess: 0.000ms
    UpdateCategorizedAssets: 0.044ms
    RemoteAssetCacheGetArtifact: 0.000ms (0.000ms without children)
    RemoteAssetCacheResolve: 0.000ms
    RemoteAssetCacheDownloadFile: 0.000ms
    CompileScripts: 1837.669ms
    PostProcessAllAssets: 32.464ms
    ReloadImportedAssets: 3.128ms
    VerifyAssetsAreUpToDateAndCorrect: 0.000ms
    EnsureUptoDateAssetsAreRegisteredWithGuidPM: 2.684ms
    InitializingProgressBar: 0.002ms
    PostProcessAllAssetNotificationsAddChangedAssets: 1.307ms
    OnDemandSchedulerStart: 0.789ms
    RestoreLoadedAssetsState: 33.544ms
    InvokeProjectHasChanged: 0.000ms
    UpdateImportedAssetsSnapshot: 19.950ms
    ReloadSourceAssets: 7.680ms
    UnloadImportedAssets: 1.161ms
    Hotreload: 5.233ms
    FixTempGuids: 0.007ms
    VerifyGuidPMRegistrations: 0.000ms
    GatherAllCurrentPrimaryArtifactRevisions: 1.022ms
    UnloadStreamsBegin: 0.052ms
    LoadedImportedAssetsSnapshotReleaseGCHandles: 1.312ms
    GetLoadedSourceAssetsSnapshot: 56.484ms
    PersistCurrentRevisions: 0.000ms
    UnloadStreamsEnd: 0.045ms
    GenerateScriptTypeHashes: 6.585ms
    Untracked: -25.558ms
    Method BuildGame.BuildAddresseables has invalid parameters. MenuCommand is the only optional supported parameter.
    UnityEditor.Menu:AddMenuItem(String, String, Boolean, Int32, Action, Func`1)
    UnityEditor.EditorWindow:BuildWindowMenuListing()
    System.Reflection.MonoMethod:InternalInvoke(Object, Object[], Exception&)
    System.Reflection.MonoMethod:Invoke(Object, BindingFlags, Binder, Object[], CultureInfo)
    System.Reflection.MethodBase:Invoke(Object, Object[])
    System.Delegate:DynamicInvokeImpl(Object[])
    System.MulticastDelegate:DynamicInvokeImpl(Object[])
    System.Delegate:DynamicInvoke(Object[])
    UnityEditor.EditorApplication:Internal_CallUpdateFunctions()

    [C:\buildslave\unity\build\Runtime/Scripting/ManagedAttributeManager.cpp line 73]
    (Filename: C:\buildslave\unity\build\Runtime/Scripting/ManagedAttributeManager.cpp Line: 73)

    Unloading 117 Unused Serialized files (Serialized files now loaded: 0)
    Loaded scene 'Temp/__Backupscenes/0.backup'
    Deserialize: 1.637 ms
    Integration: 33.863 ms
    Integration of assets: 0.002 ms
    Thread Wait Time: 17.789 ms
    Total Operation Time: 53.291 ms
    System memory in use before: 1.10 GB.
    System memory in use after: 1.09 GB.

    Unloading 1006 unused Assets to reduce memory usage. Loaded Objects now: 7141.
    Total: 38.038300 ms (FindLiveObjects: 0.993700 ms CreateObjectMapping: 0.203800 ms MarkObjects: 32.333200 ms DeleteObjects: 4.507000 ms)

    Setting up 8 worker threads for Enlighten.
    Thread -> id: 3748 -> priority: 1
    Thread -> id: 1ee4 -> priority: 1
    Thread -> id: 224c -> priority: 1
    Thread -> id: 4910 -> priority: 1
    Thread -> id: 1a24 -> priority: 1
    Thread -> id: 15a0 -> priority: 1
    Thread -> id: 4128 -> priority: 1
    Thread -> id: 2708 -> priority: 1
    Refresh completed in 0.395547 seconds.
    RefreshInfo: RefreshV2(ForceSynchronousImport)
    RefreshProfiler: Total: 395.442ms
    InvokeBeforeRefreshCallbacks: 0.716ms
    ApplyChangesToAssetFolders: 0.094ms
    WriteModifiedImportersToTextMetaFiles: 0.000ms
    CleanLegacyArtifacts: 0.000ms
    Scan: 371.079ms
    OnSourceAssetsModified: 0.000ms
    UnregisterDeletedAssets: 0.000ms
    InitializeImportedAssetsSnapshot: 10.544ms
    GetAllGuidsForCategorization: 0.000ms
    CategorizeAssets: 0.000ms
    ImportAndPostprocessOutOfDateAssets: 0.000ms (0.000ms without children)
    ImportManagerImport: 0.000ms (0.000ms without children)
    ImportInProcess: 0.000ms
    ImportOutOfProcess: 0.000ms
    UpdateCategorizedAssets: 0.000ms
    RemoteAssetCacheGetArtifact: 0.000ms (0.000ms without children)
    RemoteAssetCacheResolve: 0.000ms
    RemoteAssetCacheDownloadFile: 0.000ms
    CompileScripts: 0.000ms
    PostProcessAllAssets: 0.000ms
    ReloadImportedAssets: 0.000ms
    VerifyAssetsAreUpToDateAndCorrect: 0.000ms
    EnsureUptoDateAssetsAreRegisteredWithGuidPM: 0.000ms
    InitializingProgressBar: 0.000ms
    PostProcessAllAssetNotificationsAddChangedAssets: 0.000ms
    OnDemandSchedulerStart: 0.000ms
    RestoreLoadedAssetsState: 0.000ms
    InvokeProjectHasChanged: 0.000ms
    UpdateImportedAssetsSnapshot: 0.000ms
    ReloadSourceAssets: 0.000ms
    UnloadImportedAssets: 0.000ms
    Hotreload: 0.482ms
    FixTempGuids: 0.010ms
    VerifyGuidPMRegistrations: 0.000ms
    GatherAllCurrentPrimaryArtifactRevisions: 1.610ms
    UnloadStreamsBegin: 0.238ms
    LoadedImportedAssetsSnapshotReleaseGCHandles: 3.478ms
    GetLoadedSourceAssetsSnapshot: 2.888ms
    PersistCurrentRevisions: 0.000ms
    UnloadStreamsEnd: 0.061ms
    GenerateScriptTypeHashes: 0.000ms
    Untracked: 4.244ms
    Refresh completed in 0.243009 seconds.
    RefreshInfo: RefreshV2(ForceSynchronousImport)
    RefreshProfiler: Total: 242.616ms
    InvokeBeforeRefreshCallbacks: 0.711ms
    ApplyChangesToAssetFolders: 0.094ms
    WriteModifiedImportersToTextMetaFiles: 0.000ms
    CleanLegacyArtifacts: 0.000ms
    Scan: 219.350ms
    OnSourceAssetsModified: 0.000ms
    UnregisterDeletedAssets: 0.000ms
    InitializeImportedAssetsSnapshot: 11.751ms
    GetAllGuidsForCategorization: 0.000ms
    CategorizeAssets: 0.000ms
    ImportAndPostprocessOutOfDateAssets: 0.000ms (0.000ms without children)
    ImportManagerImport: 0.000ms (0.000ms without children)
    ImportInProcess: 0.000ms
    ImportOutOfProcess: 0.000ms
    UpdateCategorizedAssets: 0.000ms
    RemoteAssetCacheGetArtifact: 0.000ms (0.000ms without children)
    RemoteAssetCacheResolve: 0.000ms
    RemoteAssetCacheDownloadFile: 0.000ms
    CompileScripts: 0.000ms
    PostProcessAllAssets: 0.000ms
    ReloadImportedAssets: 0.000ms
    VerifyAssetsAreUpToDateAndCorrect: 0.000ms
    EnsureUptoDateAssetsAreRegisteredWithGuidPM: 0.000ms
    InitializingProgressBar: 0.000ms
    PostProcessAllAssetNotificationsAddChangedAssets: 0.000ms
    OnDemandSchedulerStart: 0.000ms
    RestoreLoadedAssetsState: 0.000ms
    InvokeProjectHasChanged: 0.000ms
    UpdateImportedAssetsSnapshot: 0.000ms
    ReloadSourceAssets: 0.000ms
    UnloadImportedAssets: 0.000ms
    Hotreload: 0.106ms
    FixTempGuids: 0.008ms
    VerifyGuidPMRegistrations: 0.000ms
    GatherAllCurrentPrimaryArtifactRevisions: 1.125ms
    UnloadStreamsBegin: 0.111ms
    LoadedImportedAssetsSnapshotReleaseGCHandles: 2.254ms
    GetLoadedSourceAssetsSnapshot: 3.083ms
    PersistCurrentRevisions: 0.000ms
    UnloadStreamsEnd: 0.048ms
    GenerateScriptTypeHashes: 0.000ms
    Untracked: 3.976ms
    Refresh completed in 0.245815 seconds.
    RefreshInfo: RefreshV2(ForceSynchronousImport)
    RefreshProfiler: Total: 245.598ms
    InvokeBeforeRefreshCallbacks: 0.887ms
    ApplyChangesToAssetFolders: 0.126ms
    WriteModifiedImportersToTextMetaFiles: 0.000ms
    CleanLegacyArtifacts: 0.000ms
    Scan: 222.324ms
    OnSourceAssetsModified: 0.000ms
    UnregisterDeletedAssets: 0.000ms
    InitializeImportedAssetsSnapshot: 11.466ms
    GetAllGuidsForCategorization: 0.000ms
    CategorizeAssets: 0.000ms
    ImportAndPostprocessOutOfDateAssets: 0.000ms (0.000ms without children)
    ImportManagerImport: 0.000ms (0.000ms without children)
    ImportInProcess: 0.000ms
    ImportOutOfProcess: 0.000ms
    UpdateCategorizedAssets: 0.000ms
    RemoteAssetCacheGetArtifact: 0.000ms (0.000ms without children)
    RemoteAssetCacheResolve: 0.000ms
    RemoteAssetCacheDownloadFile: 0.000ms
    CompileScripts: 0.000ms
    PostProcessAllAssets: 0.000ms
    ReloadImportedAssets: 0.000ms
    VerifyAssetsAreUpToDateAndCorrect: 0.000ms
    EnsureUptoDateAssetsAreRegisteredWithGuidPM: 0.000ms
    InitializingProgressBar: 0.000ms
    PostProcessAllAssetNotificationsAddChangedAssets: 0.000ms
    OnDemandSchedulerStart: 0.000ms
    RestoreLoadedAssetsState: 0.000ms
    InvokeProjectHasChanged: 0.000ms
    UpdateImportedAssetsSnapshot: 0.000ms
    ReloadSourceAssets: 0.000ms
    UnloadImportedAssets: 0.000ms
    Hotreload: 0.108ms
    FixTempGuids: 0.008ms
    VerifyGuidPMRegistrations: 0.000ms
    GatherAllCurrentPrimaryArtifactRevisions: 1.077ms
    UnloadStreamsBegin: 0.051ms
    LoadedImportedAssetsSnapshotReleaseGCHandles: 2.284ms
    GetLoadedSourceAssetsSnapshot: 2.830ms
    PersistCurrentRevisions: 0.000ms
    UnloadStreamsEnd: 0.048ms
    GenerateScriptTypeHashes: 0.000ms
    Untracked: 4.390ms
    Refresh completed in 0.237418 seconds.
    RefreshInfo: RefreshV2(ForceSynchronousImport)
    RefreshProfiler: Total: 237.032ms
    InvokeBeforeRefreshCallbacks: 0.738ms
    ApplyChangesToAssetFolders: 0.094ms
    WriteModifiedImportersToTextMetaFiles: 0.000ms
    CleanLegacyArtifacts: 0.000ms
    Scan: 211.938ms
    OnSourceAssetsModified: 0.000ms
    UnregisterDeletedAssets: 0.000ms
    InitializeImportedAssetsSnapshot: 12.439ms
    GetAllGuidsForCategorization: 0.000ms
    CategorizeAssets: 0.000ms
    ImportAndPostprocessOutOfDateAssets: 0.000ms (0.000ms without children)
    ImportManagerImport: 0.000ms (0.000ms without children)
    ImportInProcess: 0.000ms
    ImportOutOfProcess: 0.000ms
    UpdateCategorizedAssets: 0.000ms
    RemoteAssetCacheGetArtifact: 0.000ms (0.000ms without children)
    RemoteAssetCacheResolve: 0.000ms
    RemoteAssetCacheDownloadFile: 0.000ms
    CompileScripts: 0.000ms
    PostProcessAllAssets: 0.000ms
    ReloadImportedAssets: 0.000ms
    VerifyAssetsAreUpToDateAndCorrect: 0.000ms
    EnsureUptoDateAssetsAreRegisteredWithGuidPM: 0.000ms
    InitializingProgressBar: 0.000ms
    PostProcessAllAssetNotificationsAddChangedAssets: 0.000ms
    OnDemandSchedulerStart: 0.000ms
    RestoreLoadedAssetsState: 0.000ms
    InvokeProjectHasChanged: 0.000ms
    UpdateImportedAssetsSnapshot: 0.000ms
    ReloadSourceAssets: 0.000ms
    UnloadImportedAssets: 0.000ms
    Hotreload: 0.123ms
    FixTempGuids: 0.008ms
    VerifyGuidPMRegistrations: 0.000ms
    GatherAllCurrentPrimaryArtifactRevisions: 1.063ms
    UnloadStreamsBegin: 0.055ms
    LoadedImportedAssetsSnapshotReleaseGCHandles: 2.495ms
    GetLoadedSourceAssetsSnapshot: 3.287ms
    PersistCurrentRevisions: 0.000ms
    UnloadStreamsEnd: 0.048ms
    GenerateScriptTypeHashes: 0.000ms
    Untracked: 4.744ms
    Refresh completed in 0.228351 seconds.
    RefreshInfo: RefreshV2(ForceSynchronousImport)
    RefreshProfiler: Total: 227.644ms
    InvokeBeforeRefreshCallbacks: 0.701ms
    ApplyChangesToAssetFolders: 0.092ms
    WriteModifiedImportersToTextMetaFiles: 0.000ms
    CleanLegacyArtifacts: 0.000ms
    Scan: 205.601ms
    OnSourceAssetsModified: 0.000ms
    UnregisterDeletedAssets: 0.000ms
    InitializeImportedAssetsSnapshot: 10.602ms
    GetAllGuidsForCategorization: 0.000ms
    CategorizeAssets: 0.000ms
    ImportAndPostprocessOutOfDateAssets: 0.000ms (0.000ms without children)
    ImportManagerImport: 0.000ms (0.000ms without children)
    ImportInProcess: 0.000ms
    ImportOutOfProcess: 0.000ms
    UpdateCategorizedAssets: 0.000ms
    RemoteAssetCacheGetArtifact: 0.000ms (0.000ms without children)
    RemoteAssetCacheResolve: 0.000ms
    RemoteAssetCacheDownloadFile: 0.000ms
    CompileScripts: 0.000ms
    PostProcessAllAssets: 0.000ms
    ReloadImportedAssets: 0.000ms
    VerifyAssetsAreUpToDateAndCorrect: 0.000ms
    EnsureUptoDateAssetsAreRegisteredWithGuidPM: 0.000ms
    InitializingProgressBar: 0.000ms
    PostProcessAllAssetNotificationsAddChangedAssets: 0.000ms
    OnDemandSchedulerStart: 0.000ms
    RestoreLoadedAssetsState: 0.000ms
    InvokeProjectHasChanged: 0.000ms
    UpdateImportedAssetsSnapshot: 0.000ms
    ReloadSourceAssets: 0.000ms
    UnloadImportedAssets: 0.000ms
    Hotreload: 0.115ms
    FixTempGuids: 0.008ms
    VerifyGuidPMRegistrations: 0.000ms
    GatherAllCurrentPrimaryArtifactRevisions: 1.010ms
    UnloadStreamsBegin: 0.048ms
    LoadedImportedAssetsSnapshotReleaseGCHandles: 2.295ms
    GetLoadedSourceAssetsSnapshot: 2.869ms
    PersistCurrentRevisions: 0.000ms
    UnloadStreamsEnd: 0.047ms
    GenerateScriptTypeHashes: 0.000ms
    Untracked: 4.255ms
    <RI> Initialized touch support.

    Uploading Crash Report
    MissingReferenceException: The object of type 'AssetTable' has been destroyed but you are still trying to access it.
    Your script should either check if it is null or you should not destroy the object.
    at (wrapper managed-to-native) UnityEngine.Object.GetName(UnityEngine.Object)
    at UnityEngine.Object.get_name () [0x00001] in <0847a0faf94444ccbaf1958021b27f54>:0
    at UnityEngine.Localization.Tables.LocalizationTable.VerifySharedTableDataIsNotNull () [0x00011] in D:\GIT\Unity\Asfalia\Library\PackageCache\com.unity.localization@1.2.1\Runtime\Tables\LocalizationTable.cs:154
    at UnityEngine.Localization.Tables.LocalizationTable.get_TableCollectionName () [0x00001] in D:\GIT\Unity\Asfalia\Library\PackageCache\com.unity.localization@1.2.1\Runtime\Tables\LocalizationTable.cs:43
    at UnityEngine.Localization.Tables.DetailedLocalizationTable`1[TEntry].ToString () [0x00000] in D:\GIT\Unity\Asfalia\Library\PackageCache\com.unity.localization@1.2.1\Runtime\Tables\DetailedLocalizationTable.cs:634
    at System.String.Concat (System.Object arg0, System.Object arg1) [0x00014] in <9577ac7a62ef43179789031239ba8798>:0
    at UnityEngine.ResourceManagement.AsyncOperations.AsyncOperationBase`1[TObject].ToString () [0x0003e] in D:\GIT\Unity\Asfalia\Library\PackageCache\com.unity.addressables@1.19.17\Runtime\ResourceManager\AsyncOperations\AsyncOperationBase.cs:245
    at UnityEngine.ResourceManagement.AsyncOperations.AsyncOperationBase`1[TObject].get_DebugName () [0x00001] in D:\GIT\Unity\Asfalia\Library\PackageCache\com.unity.addressables@1.19.17\Runtime\ResourceManager\AsyncOperations\AsyncOperationBase.cs:79
    at UnityEngine.ResourceManagement.AsyncOperations.AsyncOperationBase`1[TObject].UnityEngine.ResourceManagement.AsyncOperations.IAsyncOperation.get_DebugName () [0x00000] in D:\GIT\Unity\Asfalia\Library\PackageCache\com.unity.addressables@1.19.17\Runtime\ResourceManager\AsyncOperations\AsyncOperationBase.cs:516
    at UnityEngine.ResourceManagement.AsyncOperations.AsyncOperationHandle.get_DebugName () [0x00016] in D:\GIT\Unity\Asfalia\Library\PackageCache\com.unity.addressables@1.19.17\Runtime\ResourceManager\AsyncOperations\AsyncOperationHandle.cs:417
    at UnityEngine.AddressableAssets.Utility.ResourceManagerDiagnostics.CalculateHashCode (UnityEngine.ResourceManagement.AsyncOperations.AsyncOperationHandle handle) [0x00001] in D:\GIT\Unity\Asfalia\Library\PackageCache\com.unity.addressables@1.19.17\Runtime\Utility\ResourceManagerEventCollector.cs:56
    at UnityEngine.AddressableAssets.Utility.ResourceManagerDiagnostics.OnResourceManagerDiagnosticEvent (UnityEngine.ResourceManagement.ResourceManager+DiagnosticEventContext eventContext) [0x00001] in D:\GIT\Unity\Asfalia\Library\PackageCache\com.unity.addressables@1.19.17\Runtime\Utility\ResourceManagerEventCollector.cs:120
    at UnityEngine.ResourceManagement.ResourceManager.PostDiagnosticEvent (UnityEngine.ResourceManagement.ResourceManager+DiagnosticEventContext context) [0x00001] in D:\GIT\Unity\Asfalia\Library\PackageCache\com.unity.addressables@1.19.17\Runtime\ResourceManager\ResourceManager.cs:323
    at UnityEngine.ResourceManagement.AsyncOperations.AsyncOperationBase`1[TObject].DecrementReferenceCount () [0x0004a] in D:\GIT\Unity\Asfalia\Library\PackageCache\com.unity.addressables@1.19.17\Runtime\ResourceManager\AsyncOperations\AsyncOperationBase.cs:174
    at UnityEngine.ResourceManagement.AsyncOperations.AsyncOperationBase`1[TObject].UnityEngine.ResourceManagement.AsyncOperations.IAsyncOperation.DecrementReferenceCount () [0x00000] in D:\GIT\Unity\Asfalia\Library\PackageCache\com.unity.addressables@1.19.17\Runtime\ResourceManager\AsyncOperations\AsyncOperationBase.cs:527
    at UnityEngine.ResourceManagement.AsyncOperations.AsyncOperationHandle.Release () [0x00001] in D:\GIT\Unity\Asfalia\Library\PackageCache\com.unity.addressables@1.19.17\Runtime\ResourceManager\AsyncOperations\AsyncOperationHandle.cs:525
    at UnityEngine.ResourceManagement.ResourceManager.Release (UnityEngine.ResourceManagement.AsyncOperations.AsyncOperationHandle handle) [0x00001] in D:\GIT\Unity\Asfalia\Library\PackageCache\com.unity.addressables@1.19.17\Runtime\ResourceManager\ResourceManager.cs:611
    at UnityEngine.AddressableAssets.AddressablesImpl.Release (UnityEngine.ResourceManagement.AsyncOperations.AsyncOperationHandle handle) [0x00001] in D:\GIT\Unity\Asfalia\Library\PackageCache\com.unity.addressables@1.19.17\Runtime\AddressablesImpl.cs:804
    at UnityEngine.AddressableAssets.Addressables.Release (UnityEngine.ResourceManagement.AsyncOperations.AsyncOperationHandle handle) [0x00001] in D:\GIT\Unity\Asfalia\Library\PackageCache\com.unity.addressables@1.19.17\Runtime\Addressables.cs:1068
    at UnityEngine.Localization.AddressablesInterface.ReleaseInternal (UnityEngine.ResourceManagement.AsyncOperations.AsyncOperationHandle handle) [0x00000] in D:\GIT\Unity\Asfalia\Library\PackageCache\com.unity.localization@1.2.1\Runtime\Addressables\AddressablesInterface.cs:56
    at UnityEngine.Localization.AddressablesInterface.Release (UnityEngine.ResourceManagement.AsyncOperations.AsyncOperationHandle handle) [0x00000] in D:\GIT\Unity\Asfalia\Library\PackageCache\com.unity.localization@1.2.1\Runtime\Addressables\AddressablesInterface.cs:39
    at UnityEngine.Localization.Settings.LocalizedDatabase`2[TTable,TEntry].OnLocaleChanged (UnityEngine.Localization.Locale locale) [0x00084] in D:\GIT\Unity\Asfalia\Library\PackageCache\com.unity.localization@1.2.1\Runtime\Settings\Database\LocalizedDatabase.cs:566
    at UnityEngine.Localization.Settings.LocalizedDatabase`2[TTable,TEntry].ResetState () [0x00001] in D:\GIT\Unity\Asfalia\Library\PackageCache\com.unity.localization@1.2.1\Runtime\Settings\Database\LocalizedDatabase.cs:584
    at UnityEngine.Localization.Settings.LocalizationSettings.ResetState () [0x00030] in D:\GIT\Unity\Asfalia\Library\PackageCache\com.unity.localization@1.2.1\Runtime\Settings\LocalizationSettings.cs:571
    at UnityEngine.Localization.Settings.LocalizationSettings.EditorApplication_playModeStateChanged (UnityEditor.PlayModeStateChange obj) [0x00011] in D:\GIT\Unity\Asfalia\Library\PackageCache\com.unity.localization@1.2.1\Runtime\Settings\LocalizationSettings.cs:236
    at (wrapper delegate-invoke) System.Action`1[UnityEditor.PlayModeStateChange].invoke_void_T(UnityEditor.PlayModeStateChange)
    at UnityEditor.EditorApplication.Internal_PlayModeStateChanged (UnityEditor.PlayModeStateChange state) [0x00024] in <2f1c602eae0d45c293fff3e3aef759fa>:0
    UnityEditor.EditorApplication:set_isPlaying(Boolean)
    UnityEditor.Toolbar:TogglePlaying()
    UnityEditor.Toolbar:DoPlayButtons(Boolean)
    UnityEditor.Toolbar:OldOnGUI()
    UnityEngine.UIElements.IMGUIContainer:DoOnGUI(Event, Matrix4x4, Rect, Boolean, Rect, Action, Boolean)
    UnityEngine.UIElements.IMGUIContainer:HandleIMGUIEvent(Event, Matrix4x4, Rect, Action, Boolean)
    UnityEngine.UIElements.IMGUIContainer:HandleIMGUIEvent(Event, Action, Boolean)
    UnityEngine.UIElements.IMGUIContainer:HandleIMGUIEvent(Event, Boolean)
    UnityEngine.UIElements.IMGUIContainer:SendEventToIMGUI(EventBase, Boolean)
    UnityEngine.UIElements.IMGUIContainer:HandleEvent(EventBase)
    UnityEngine.UIElements.CallbackEventHandler:HandleEventAtTargetPhase(EventBase)
    UnityEngine.UIElements.MouseCaptureDispatchingStrategy:DispatchEvent(EventBase, IPanel)
    UnityEngine.UIElements.EventDispatcher:ApplyDispatchingStrategies(EventBase, IPanel, Boolean)
    UnityEngine.UIElements.EventDispatcher:processEvent(EventBase, IPanel)
    UnityEngine.UIElements.EventDispatcher:processEventQueue()
    UnityEngine.UIElements.EventDispatcher:OpenGate()
    UnityEngine.UIElements.EventDispatcherGate:Dispose()
    UnityEngine.UIElements.EventDispatcher:processEvent(EventBase, IPanel)
    UnityEngine.UIElements.EventDispatcher:Dispatch(EventBase, IPanel, DispatchMode)
    UnityEngine.UIElements.BaseVisualElementPanel:SendEvent(EventBase, DispatchMode)
    UnityEngine.UIElements.UIElementsUtility:DoDispatch(BaseVisualElementPanel)
    UnityEngine.UIElements.UIElementsUtility:processEvent(Int32, IntPtr)
    UnityEngine.GUIUtility:processEvent(Int32, IntPtr)

    (Filename: <0847a0faf94444ccbaf1958021b27f54> Line: 0)

    Reloading assemblies for play mode.
    Begin MonoManager ReloadAssembly
    Uploading Crash Report
    MissingReferenceException: The object of type 'AssetTable' has been destroyed but you are still trying to access it.
    Your script should either check if it is null or you should not destroy the object.
    at (wrapper managed-to-native) UnityEngine.Object.GetName(UnityEngine.Object)
    at UnityEngine.Object.get_name () [0x00001] in <0847a0faf94444ccbaf1958021b27f54>:0
    at UnityEngine.Localization.Tables.LocalizationTable.VerifySharedTableDataIsNotNull () [0x00011] in D:\GIT\Unity\Asfalia\Library\PackageCache\com.unity.localization@1.2.1\Runtime\Tables\LocalizationTable.cs:154
    at UnityEngine.Localization.Tables.LocalizationTable.get_TableCollectionName () [0x00001] in D:\GIT\Unity\Asfalia\Library\PackageCache\com.unity.localization@1.2.1\Runtime\Tables\LocalizationTable.cs:43
    at UnityEngine.Localization.Tables.DetailedLocalizationTable`1[TEntry].ToString () [0x00000] in D:\GIT\Unity\Asfalia\Library\PackageCache\com.unity.localization@1.2.1\Runtime\Tables\DetailedLocalizationTable.cs:634
    at System.String.Concat (System.Object arg0, System.Object arg1) [0x00014] in <9577ac7a62ef43179789031239ba8798>:0
    at UnityEngine.ResourceManagement.AsyncOperations.AsyncOperationBase`1[TObject].ToString () [0x0003e] in D:\GIT\Unity\Asfalia\Library\PackageCache\com.unity.addressables@1.19.17\Runtime\ResourceManager\AsyncOperations\AsyncOperationBase.cs:245
    at UnityEngine.ResourceManagement.AsyncOperations.AsyncOperationBase`1[TObject].get_DebugName () [0x00001] in D:\GIT\Unity\Asfalia\Library\PackageCache\com.unity.addressables@1.19.17\Runtime\ResourceManager\AsyncOperations\AsyncOperationBase.cs:79
    at UnityEngine.ResourceManagement.AsyncOperations.AsyncOperationBase`1[TObject].UnityEngine.ResourceManagement.AsyncOperations.IAsyncOperation.get_DebugName () [0x00000] in D:\GIT\Unity\Asfalia\Library\PackageCache\com.unity.addressables@1.19.17\Runtime\ResourceManager\AsyncOperations\AsyncOperationBase.cs:516
    at UnityEngine.ResourceManagement.AsyncOperations.AsyncOperationHandle.get_DebugName () [0x00016] in D:\GIT\Unity\Asfalia\Library\PackageCache\com.unity.addressables@1.19.17\Runtime\ResourceManager\AsyncOperations\AsyncOperationHandle.cs:417
    at UnityEngine.AddressableAssets.Utility.ResourceManagerDiagnostics.CalculateHashCode (UnityEngine.ResourceManagement.AsyncOperations.AsyncOperationHandle handle) [0x00001] in D:\GIT\Unity\Asfalia\Library\PackageCache\com.unity.addressables@1.19.17\Runtime\Utility\ResourceManagerEventCollector.cs:56
    at UnityEngine.AddressableAssets.Utility.ResourceManagerDiagnostics.OnResourceManagerDiagnosticEvent (UnityEngine.ResourceManagement.ResourceManager+DiagnosticEventContext eventContext) [0x00001] in D:\GIT\Unity\Asfalia\Library\PackageCache\com.unity.addressables@1.19.17\Runtime\Utility\ResourceManagerEventCollector.cs:120
    at UnityEngine.ResourceManagement.ResourceManager.PostDiagnosticEvent (UnityEngine.ResourceManagement.ResourceManager+DiagnosticEventContext context) [0x00001] in D:\GIT\Unity\Asfalia\Library\PackageCache\com.unity.addressables@1.19.17\Runtime\ResourceManager\ResourceManager.cs:323
    at UnityEngine.ResourceManagement.AsyncOperations.AsyncOperationBase`1[TObject].DecrementReferenceCount () [0x0004a] in D:\GIT\Unity\Asfalia\Library\PackageCache\com.unity.addressables@1.19.17\Runtime\ResourceManager\AsyncOperations\AsyncOperationBase.cs:174
    at UnityEngine.ResourceManagement.AsyncOperations.AsyncOperationBase`1[TObject].UnityEngine.ResourceManagement.AsyncOperations.IAsyncOperation.DecrementReferenceCount () [0x00000] in D:\GIT\Unity\Asfalia\Library\PackageCache\com.unity.addressables@1.19.17\Runtime\ResourceManager\AsyncOperations\AsyncOperationBase.cs:527
    at UnityEngine.ResourceManagement.AsyncOperations.AsyncOperationHandle.Release () [0x00001] in D:\GIT\Unity\Asfalia\Library\PackageCache\com.unity.addressables@1.19.17\Runtime\ResourceManager\AsyncOperations\AsyncOperationHandle.cs:525
    at UnityEngine.ResourceManagement.ResourceManager.Release (UnityEngine.ResourceManagement.AsyncOperations.AsyncOperationHandle handle) [0x00001] in D:\GIT\Unity\Asfalia\Library\PackageCache\com.unity.addressables@1.19.17\Runtime\ResourceManager\ResourceManager.cs:611
    at UnityEngine.AddressableAssets.AddressablesImpl.Release (UnityEngine.ResourceManagement.AsyncOperations.AsyncOperationHandle handle) [0x00001] in D:\GIT\Unity\Asfalia\Library\PackageCache\com.unity.addressables@1.19.17\Runtime\AddressablesImpl.cs:804
    at UnityEngine.AddressableAssets.Addressables.Release (UnityEngine.ResourceManagement.AsyncOperations.AsyncOperationHandle handle) [0x00001] in D:\GIT\Unity\Asfalia\Library\PackageCache\com.unity.addressables@1.19.17\Runtime\Addressables.cs:1068
    at UnityEngine.Localization.AddressablesInterface.ReleaseInternal (UnityEngine.ResourceManagement.AsyncOperations.AsyncOperationHandle handle) [0x00000] in D:\GIT\Unity\Asfalia\Library\PackageCache\com.unity.localization@1.2.1\Runtime\Addressables\AddressablesInterface.cs:56
    at UnityEngine.Localization.AddressablesInterface.Release (UnityEngine.ResourceManagement.AsyncOperations.AsyncOperationHandle handle) [0x00000] in D:\GIT\Unity\Asfalia\Library\PackageCache\com.unity.localization@1.2.1\Runtime\Addressables\AddressablesInterface.cs:39
    at UnityEngine.Localization.Settings.LocalizedDatabase`2[TTable,TEntry].OnLocaleChanged (UnityEngine.Localization.Locale locale) [0x00084] in D:\GIT\Unity\Asfalia\Library\PackageCache\com.unity.localization@1.2.1\Runtime\Settings\Database\LocalizedDatabase.cs:566
    at UnityEngine.Localization.Settings.LocalizedDatabase`2[TTable,TEntry].ResetState () [0x00001] in D:\GIT\Unity\Asfalia\Library\PackageCache\com.unity.localization@1.2.1\Runtime\Settings\Database\LocalizedDatabase.cs:584
    at UnityEngine.Localization.Settings.LocalizationSettings.ResetState () [0x00030] in D:\GIT\Unity\Asfalia\Library\PackageCache\com.unity.localization@1.2.1\Runtime\Settings\LocalizationSettings.cs:571
    at UnityEngine.Localization.Settings.LocalizationSettings.OnDisable () [0x00001] in D:\GIT\Unity\Asfalia\Library\PackageCache\com.unity.localization@1.2.1\Runtime\Settings\LocalizationSettings.cs:242

    (Filename: <0847a0faf94444ccbaf1958021b27f54> Line: 0)

    Native extension for WindowsStandalone target not found
    Refreshing native plugins compatible for Editor in 3.08 ms, found 1 plugins.
    Preloading 0 native plugins for Editor in 0.00 ms.
    [MODES] Loading mode Default (0) for mode-current-id-Asfalia: Book 1-demo
    Mono: successfully reloaded assembly
    - Completed reload, in 3.080 seconds
    Platform modules already initialized, skipping
    Loaded scene 'Temp/__Backupscenes/0.backup'
    Deserialize: 2.920 ms
    Integration: 61.008 ms
    Integration of assets: 0.001 ms
    Thread Wait Time: 15.584 ms
    Total Operation Time: 79.514 ms
    Setting up 8 worker threads for Enlighten.
    Thread -> id: b40 -> priority: 1
    Thread -> id: 578 -> priority: 1
    Thread -> id: 4288 -> priority: 1
    Thread -> id: 1b2c -> priority: 1
    Thread -> id: 38c8 -> priority: 1
    Thread -> id: 185c -> priority: 1
    Thread -> id: 918 -> priority: 1
    Thread -> id: 28c -> priority: 1
    Method BuildGame.BuildAddresseables has invalid parameters. MenuCommand is the only optional supported parameter.
    UnityEditor.Menu:AddMenuItem(String, String, Boolean, Int32, Action, Func`1)
    UnityEditor.EditorWindow:BuildWindowMenuListing()
    System.Reflection.MonoMethod:InternalInvoke(Object, Object[], Exception&)
    System.Reflection.MonoMethod:Invoke(Object, BindingFlags, Binder, Object[], CultureInfo)
    System.Reflection.MethodBase:Invoke(Object, Object[])
    System.Delegate:DynamicInvokeImpl(Object[])
    System.MulticastDelegate:DynamicInvokeImpl(Object[])
    System.Delegate:DynamicInvoke(Object[])
    UnityEditor.EditorApplication:Internal_CallUpdateFunctions()

    [C:\buildslave\unity\build\Runtime/Scripting/ManagedAttributeManager.cpp line 73]
    (Filename: C:\buildslave\unity\build\Runtime/Scripting/ManagedAttributeManager.cpp Line: 73)

    Unloading 593 Unused Serialized files (Serialized files now loaded: 1)
    Loaded scene 'Temp/__Backupscenes/0.backup'
    Deserialize: 1.601 ms
    Integration: 17.732 ms
    Integration of assets: 0.002 ms
    Thread Wait Time: 17.852 ms
    Total Operation Time: 37.187 ms
    System memory in use before: 0.69 GB.
    System memory in use after: 0.68 GB.

    Unloading 653 unused Assets to reduce memory usage. Loaded Objects now: 7141.
    Total: 39.413300 ms (FindLiveObjects: 1.451200 ms CreateObjectMapping: 0.209300 ms MarkObjects: 37.065800 ms DeleteObjects: 0.686000 ms)

    Stacktrace:


    =================================================================
    Got a SIGSEGV while executing native code. This usually indicates
    a fatal error in the mono runtime or one of the native libraries
    used by your application.
    =================================================================

    Crash!!!
    SymInit: Symbol-SearchPath: 'C:/Program Files/Unity/Hub/Editor/2019.4.17f1/Editor/Data/Mono;.;D:\GIT\Unity\Asfalia;C:\Program Files\Unity\Hub\Editor\2019.4.17f1\Editor;C:\Windows;C:\Windows\system32;SRV*C:\websymbols*http://msdl.microsoft.com/download/symbols;', symOptions: 534, UserName: 't_fin'
    OS-Version: 10.0.0
    C:\Program Files\Unity\Hub\Editor\2019.4.17f1\Editor\Unity.exe:Unity.exe (00007FF72B670000), size: 137719808 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 2019.4.17.31878
    C:\Windows\SYSTEM32\ntdll.dll:ntdll.dll (00007FF837D50000), size: 2060288 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.1741
    C:\Windows\System32\KERNEL32.DLL:KERNEL32.DLL (00007FF8362A0000), size: 774144 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.1741
    C:\Windows\System32\KERNELBASE.dll:KERNELBASE.dll (00007FF835740000), size: 2936832 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.1741
    C:\Windows\System32\CRYPT32.dll:CRYPT32.dll (00007FF835B40000), size: 1400832 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.1320
    C:\Windows\System32\ucrtbase.dll:ucrtbase.dll (00007FF835A40000), size: 1048576 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.789
    C:\Windows\System32\USER32.dll:USER32.dll (00007FF836A20000), size: 1703936 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.1503
    C:\Program Files\Unity\Hub\Editor\2019.4.17f1\Editor\optix.6.0.0.dll:eek:ptix.6.0.0.dll (00007FF8257F0000), size: 208896 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 6.0.0.0
    C:\Windows\System32\win32u.dll:win32u.dll (00007FF835470000), size: 139264 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.1766
    C:\Windows\System32\GDI32.dll:GDI32.dll (00007FF836690000), size: 172032 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.1620
    C:\Windows\System32\gdi32full.dll:gdi32full.dll (00007FF835CA0000), size: 1093632 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.1706
    C:\Windows\System32\msvcp_win.dll:msvcp_win.dll (00007FF835630000), size: 643072 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.789
    C:\Program Files\Unity\Hub\Editor\2019.4.17f1\Editor\RadeonImageFilters64.dll:RadeonImageFilters64.dll (00007FFFF0A50000), size: 1310720 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 1.4.0.0
    C:\Windows\System32\ADVAPI32.dll:ADVAPI32.dll (00007FF837040000), size: 712704 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.1682
    C:\Program Files\Unity\Hub\Editor\2019.4.17f1\Editor\OpenRL.dll:OpenRL.dll (0000000180000000), size: 12779520 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 1.5.100.0
    C:\Windows\System32\msvcrt.dll:msvcrt.dll (00007FF835DB0000), size: 647168 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 7.0.19041.546
    C:\Windows\System32\sechost.dll:sechost.dll (00007FF8365E0000), size: 638976 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.1586
    C:\Program Files\Unity\Hub\Editor\2019.4.17f1\Editor\libfbxsdk.dll:libfbxsdk.dll (00007FFFEA8C0000), size: 8511488 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 2018.1.1.0
    C:\Windows\System32\SETUPAPI.dll:SETUPAPI.dll (00007FF837150000), size: 4648960 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.1741
    C:\Windows\System32\RPCRT4.dll:RPCRT4.dll (00007FF836450000), size: 1200128 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.1706
    C:\Windows\System32\cfgmgr32.dll:cfgmgr32.dll (00007FF835550000), size: 319488 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.1620
    C:\Windows\System32\SHELL32.dll:SHELL32.dll (00007FF8375C0000), size: 7618560 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.1741
    C:\Windows\System32\bcrypt.dll:bcrypt.dll (00007FF835A10000), size: 159744 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.1023
    C:\Windows\System32\SHLWAPI.dll:SHLWAPI.dll (00007FF836580000), size: 348160 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.1706
    C:\Program Files\Unity\Hub\Editor\2019.4.17f1\Editor\umbraoptimizer64.dll:umbraoptimizer64.dll (00007FFFF0490000), size: 1306624 (result: 0), SymType: '-deferred-', PDB: ''
    C:\Windows\System32\ole32.dll:eek:le32.dll (00007FF836170000), size: 1220608 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.1202
    C:\Windows\System32\WS2_32.dll:WS2_32.dll (00007FF836FD0000), size: 438272 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.546
    C:\Windows\System32\combase.dll:combase.dll (00007FF8366C0000), size: 3489792 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.1741
    C:\Windows\System32\WLDAP32.dll:WLDAP32.dll (00007FF836060000), size: 352256 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.1766
    C:\Windows\System32\IMM32.dll:IMM32.dll (00007FF836BC0000), size: 196608 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.546
    C:\Windows\System32\Normaliz.dll:Normaliz.dll (00007FF836680000), size: 32768 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.546
    C:\Program Files\Unity\Hub\Editor\2019.4.17f1\Editor\libcef.dll:libcef.dll (00007FFFE76F0000), size: 52219904 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 3.2062.1930.0
    C:\Windows\System32\OLEAUT32.dll:OLEAUT32.dll (00007FF835E50000), size: 839680 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.985
    C:\Windows\System32\WINTRUST.dll:WINTRUST.dll (00007FF8356D0000), size: 421888 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.1741
    C:\Windows\System32\PSAPI.DLL:pSAPI.DLL (00007FF836C50000), size: 32768 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.546
    C:\Windows\SYSTEM32\HID.DLL:HID.DLL (00007FF833050000), size: 53248 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.546
    C:\Windows\System32\COMDLG32.dll:COMDLG32.dll (00007FF836360000), size: 897024 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.1766
    C:\Program Files\Unity\Hub\Editor\2019.4.17f1\Editor\ispc_texcomp.dll:ispc_texcomp.dll (00007FFFE7560000), size: 1609728 (result: 0), SymType: '-deferred-', PDB: ''
    C:\Windows\System32\shcore.dll:shcore.dll (00007FF8360C0000), size: 708608 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.1741
    C:\Program Files\Unity\Hub\Editor\2019.4.17f1\Editor\WinPixEventRuntime.dll:WinPixEventRuntime.dll (00007FF82B550000), size: 45056 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 1.0.1812.6001
    C:\Windows\SYSTEM32\D3DCOMPILER_47.dll:D3DCOMPILER_47.dll (00007FF830600000), size: 4575232 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.868
    C:\Windows\SYSTEM32\OPENGL32.dll:OPENGL32.dll (00007FFFE7430000), size: 1204224 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.1741
    C:\Windows\SYSTEM32\MSVCP140.dll:MSVCP140.dll (00007FF810860000), size: 577536 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 14.29.30135.0
    C:\Windows\SYSTEM32\VCRUNTIME140.dll:VCRUNTIME140.dll (00007FF818F10000), size: 110592 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 14.29.30135.0
    C:\Windows\SYSTEM32\VERSION.dll:VERSION.dll (00007FF82D340000), size: 40960 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.546
    C:\Windows\SYSTEM32\MSVCP100.dll:MSVCP100.dll (000000006BDC0000), size: 622592 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.30319.1
    C:\Windows\SYSTEM32\MSVCR100.dll:MSVCR100.dll (000000006BCE0000), size: 856064 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.30319.1
    C:\Program Files\Unity\Hub\Editor\2019.4.17f1\Editor\embree.dll:embree.dll (00007FFFE4330000), size: 16711680 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 2.14.0.0
    C:\Windows\SYSTEM32\GLU32.dll:GLU32.dll (00007FF817890000), size: 180224 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.1741
    C:\Windows\SYSTEM32\IPHLPAPI.DLL:IPHLPAPI.DLL (00007FF8341F0000), size: 241664 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.546
    C:\Windows\SYSTEM32\WINHTTP.dll:WINHTTP.dll (00007FF825030000), size: 1089536 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.1682
    C:\Windows\SYSTEM32\WINMM.dll:WINMM.dll (00007FF8265B0000), size: 159744 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.546
    C:\Program Files\Unity\Hub\Editor\2019.4.17f1\Editor\SketchUpAPI.dll:SketchUpAPI.dll (00007FFFE6BA0000), size: 8978432 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 19.0.753.0
    C:\Windows\SYSTEM32\MSWSOCK.dll:MSWSOCK.dll (00007FF8346B0000), size: 434176 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.546
    C:\Windows\SYSTEM32\WINSPOOL.DRV:WINSPOOL.DRV (00007FF8212A0000), size: 606208 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.1706
    C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.19041.1110_none_60b5254171f9507e\COMCTL32.dll:COMCTL32.dll (00007FF834850000), size: 2727936 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 6.10.19041.1110
    C:\Windows\SYSTEM32\USERENV.dll:USERENV.dll (00007FF835370000), size: 188416 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.572
    C:\Windows\SYSTEM32\urlmon.dll:urlmon.dll (00007FF826260000), size: 2015232 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 11.0.19041.1741
    C:\Windows\SYSTEM32\dhcpcsvc.DLL:dhcpcsvc.DLL (00007FF82D850000), size: 118784 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.546
    C:\Windows\SYSTEM32\WTSAPI32.dll:WTSAPI32.dll (00007FF8304A0000), size: 81920 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.546
    C:\Windows\SYSTEM32\Secur32.dll:Secur32.dll (00007FF81AE70000), size: 49152 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.546
    C:\Windows\SYSTEM32\OLEACC.dll:OLEACC.dll (00007FF833690000), size: 417792 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 7.2.19041.746
    C:\Windows\SYSTEM32\USP10.dll:USP10.dll (00007FF82B530000), size: 102400 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.546
    C:\Windows\SYSTEM32\CRYPTSP.dll:CRYPTSP.dll (00007FF835200000), size: 98304 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.546
    C:\Program Files\Unity\Hub\Editor\2019.4.17f1\Editor\OpenImageDenoise.dll:OpenImageDenoise.dll (00007FFFEB0E0000), size: 38039552 (result: 0), SymType: '-deferred-', PDB: ''
    C:\Windows\SYSTEM32\VCRUNTIME140_1.dll:VCRUNTIME140_1.dll (00007FF8322A0000), size: 49152 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 14.29.30135.0
    C:\Windows\SYSTEM32\CRYPTBASE.DLL:CRYPTBASE.DLL (00007FF834620000), size: 49152 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.546
    C:\Program Files\Unity\Hub\Editor\2019.4.17f1\Editor\tbb.dll:tbb.dll (00007FF8070B0000), size: 413696 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 2017.0.2016.1004
    C:\Program Files\Unity\Hub\Editor\2019.4.17f1\Editor\SketchUpCommonPreferences.dll:SketchUpCommonPreferences.dll (00007FF8021C0000), size: 483328 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 19.0.753.20342
    C:\Windows\SYSTEM32\iertutil.dll:iertutil.dll (00007FF828F70000), size: 2822144 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 11.0.19041.1741
    C:\Windows\SYSTEM32\srvcli.dll:srvcli.dll (00007FF826230000), size: 163840 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.1645
    C:\Windows\SYSTEM32\netutils.dll:netutils.dll (00007FF834760000), size: 49152 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.546
    C:\Windows\SYSTEM32\MSVCP120.dll:MSVCP120.dll (00007FFFF09A0000), size: 679936 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 12.0.21005.1
    C:\Windows\SYSTEM32\MSVCR120.dll:MSVCR120.dll (00007FFFE6AB0000), size: 978944 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 12.0.21005.1
    C:\Windows\SYSTEM32\SSPICLI.DLL:SSPICLI.DLL (00007FF835330000), size: 204800 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.1586
    C:\Program Files\Unity\Hub\Editor\2019.4.17f1\Editor\FreeImage.dll:FreeImage.dll (0000019248390000), size: 6414336 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 3.18.0.0
    C:\Program Files\Unity\Hub\Editor\2019.4.17f1\Editor\OpenRL_pthread.dll:OpenRL_pthread.dll (00000192489B0000), size: 61440 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 2.9.0.0
    C:\Windows\SYSTEM32\MSASN1.dll:MSASN1.dll (00007FF834C30000), size: 73728 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.546
    C:\Windows\SYSTEM32\kernel.appcore.dll:kernel.appcore.dll (00007FF8326B0000), size: 73728 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.546
    C:\Windows\System32\bcryptPrimitives.dll:bcryptPrimitives.dll (00007FF8355A0000), size: 532480 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.1415
    C:\Windows\system32\uxtheme.dll:uxtheme.dll (00007FF832190000), size: 647168 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.1620
    C:\Windows\SYSTEM32\windows.storage.dll:windows.storage.dll (00007FF8328B0000), size: 7946240 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.1741
    C:\Windows\SYSTEM32\Wldp.dll:Wldp.dll (00007FF8347E0000), size: 180224 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.1682
    C:\Windows\SYSTEM32\profapi.dll:profapi.dll (00007FF8353B0000), size: 126976 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.844
    C:\Windows\System32\clbcatq.dll:clbcatq.dll (00007FF836F20000), size: 692224 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 2001.12.10941.16384
    C:\Windows\system32\wbem\wbemprox.dll:wbemprox.dll (00007FF822680000), size: 69632 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.1320
    C:\Windows\SYSTEM32\wbemcomn.dll:wbemcomn.dll (00007FF8225F0000), size: 589824 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.1566
    C:\Windows\system32\wbem\wbemsvc.dll:wbemsvc.dll (00007FF821C60000), size: 81920 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.1320
    C:\Windows\system32\wbem\fastprox.dll:fastprox.dll (00007FF821CE0000), size: 1093632 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.546
    C:\Windows\SYSTEM32\amsi.dll:amsi.dll (00007FF821A40000), size: 131072 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.1620
    C:\ProgramData\Microsoft\Windows Defender\Platform\4.18.2205.7-0\MpOav.dll:MpOav.dll (00007FF8178C0000), size: 503808 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 4.18.2205.7
    C:\Windows\system32\rsaenh.dll:rsaenh.dll (00007FF833EA0000), size: 212992 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.1052
    C:\Windows\System32\imagehlp.dll:imagehlp.dll (00007FF835F20000), size: 118784 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.1415
    C:\Windows\SYSTEM32\gpapi.dll:gpapi.dll (00007FF833060000), size: 143360 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.1682
    C:\Windows\System32\cryptnet.dll:cryptnet.dll (00007FF82D6A0000), size: 200704 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.906
    C:\Windows\SYSTEM32\WINNSI.DLL:WINNSI.DLL (00007FF82DA30000), size: 45056 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.546
    C:\Windows\System32\NSI.dll:NSI.dll (00007FF836440000), size: 32768 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.610
    C:\Windows\System32\MSCTF.dll:MSCTF.dll (00007FF835F40000), size: 1134592 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.1741
    C:\Windows\SYSTEM32\textinputframework.dll:textinputframework.dll (00007FF825EA0000), size: 1019904 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.1741
    C:\Windows\SYSTEM32\CoreUIComponents.dll:CoreUIComponents.dll (00007FF831960000), size: 3530752 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.546
    C:\Windows\SYSTEM32\CoreMessaging.dll:CoreMessaging.dll (00007FF831CC0000), size: 991232 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.746
    C:\Windows\SYSTEM32\ntmarta.dll:ntmarta.dll (00007FF8351C0000), size: 208896 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.546
    C:\Windows\SYSTEM32\wintypes.dll:wintypes.dll (00007FF831290000), size: 1392640 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.1682
    C:\Windows\System32\netprofm.dll:netprofm.dll (00007FF82FE90000), size: 253952 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.906
    C:\Windows\System32\npmproxy.dll:npmproxy.dll (00007FF82D390000), size: 65536 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.906
    C:\Windows\SYSTEM32\dhcpcsvc6.DLL:dhcpcsvc6.DLL (00007FF82D870000), size: 94208 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.546
    C:\Windows\SYSTEM32\DNSAPI.dll:DNSAPI.dll (00007FF834230000), size: 831488 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.1620
    C:\Windows\System32\fwpuclnt.dll:fwpuclnt.dll (00007FF824C30000), size: 524288 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.1741
    C:\Windows\System32\rasadhlp.dll:rasadhlp.dll (00007FF824CB0000), size: 40960 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.546
    C:\Windows\SYSTEM32\TextShaping.dll:TextShaping.dll (00007FF825570000), size: 704512 (result: 0), SymType: '-deferred-', PDB: ''
    C:\Windows\system32\explorerframe.dll:explorerframe.dll (00007FF811400000), size: 2228224 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.1023
    C:\Windows\System32\MMDevApi.dll:MMDevApi.dll (00007FF82B810000), size: 544768 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.1503
    C:\Windows\System32\DEVOBJ.dll:DEVOBJ.dll (00007FF835220000), size: 180224 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.1620
    C:\Windows\SYSTEM32\AUDIOSES.DLL:AUDIOSES.DLL (00007FF810510000), size: 1581056 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.1741
    C:\Windows\SYSTEM32\powrprof.dll:powrprof.dll (00007FF835090000), size: 307200 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.546
    C:\Windows\SYSTEM32\UMPDC.dll:UMPDC.dll (00007FF834B20000), size: 73728 (result: 0), SymType: '-deferred-', PDB: ''
    C:\Windows\SYSTEM32\resourcepolicyclient.dll:resourcepolicyclient.dll (00007FF8323A0000), size: 81920 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.546
    C:\Windows\SYSTEM32\d3d11.dll:d3d11.dll (00007FF830A60000), size: 2502656 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.1741
    C:\Windows\SYSTEM32\dxgi.dll:dxgi.dll (00007FF833090000), size: 995328 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.1741
    C:\Windows\System32\DriverStore\FileRepository\nv_dispi.inf_amd64_44dc4eefedc0d082\nvldumdx.dll:nvldumdx.dll (00007FF82AA50000), size: 1073152 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 30.0.14.9649
    C:\Windows\SYSTEM32\drvstore.dll:drvstore.dll (00007FF82A640000), size: 1343488 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.1566
    C:\Windows\System32\DriverStore\FileRepository\nv_dispi.inf_amd64_44dc4eefedc0d082\nvwgf2umx.dll:nvwgf2umx.dll (00007FFFFD6C0000), size: 43163648 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 30.0.14.9649
    C:\Windows\SYSTEM32\dxcore.dll:dxcore.dll (00007FF82B2F0000), size: 241664 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.546
    C:\Windows\SYSTEM32\mscms.dll:mscms.dll (00007FF82D980000), size: 712704 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.746
    C:\Windows\SYSTEM32\ColorAdapterClient.dll:ColorAdapterClient.dll (00007FF82DA40000), size: 69632 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.546
    C:\Windows\SYSTEM32\icm32.dll:icm32.dll (00007FFFE1640000), size: 274432 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.546
    C:\Windows\SYSTEM32\dbghelp.dll:dbghelp.dll (00007FF834EA0000), size: 1982464 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.867
    C:\Program Files\Unity\Hub\Editor\2019.4.17f1\Editor\tbbmalloc.dll:tbbmalloc.dll (00007FFFE15E0000), size: 372736 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 2017.0.2016.1004
    C:\Windows\SYSTEM32\opencl.dll:eek:pencl.dll (00007FFFE1470000), size: 1474560 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 3.0.1.0
    C:\Program Files\Unity\Hub\Editor\2019.4.17f1\Editor\radeonrays.dll:radeonrays.dll (00007FFFE13E0000), size: 552960 (result: 0), SymType: '-deferred-', PDB: ''
    C:\Program Files\Unity\Hub\Editor\2019.4.17f1\Editor\Data\MonoBleedingEdge\EmbedRuntime\mono-2.0-bdwgc.dll:mono-2.0-bdwgc.dll (00007FFFCBF50000), size: 7786496 (result: 0), SymType: '-deferred-', PDB: ''
    C:\ProgramData\Microsoft\VisualStudio\Setup\x64\Microsoft.VisualStudio.Setup.Configuration.Native.dll:Microsoft.VisualStudio.Setup.Configuration.Native.dll (00007FFFE1390000), size: 327680 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 2.11.65.22356
    C:\Windows\system32\dataexchange.dll:dataexchange.dll (00007FF821740000), size: 253952 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.1387
    C:\Windows\system32\dcomp.dll:dcomp.dll (00007FF8313F0000), size: 1982464 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.1741
    C:\Windows\system32\twinapi.appcore.dll:twinapi.appcore.dll (00007FF82E970000), size: 2097152 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.1741
    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\dwmapi.dll:dwmapi.dll (00007FF8324A0000), size: 192512 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.746
    C:\Windows\system32\NLAapi.dll:NLAapi.dll (00007FF8301D0000), size: 118784 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.1151
    C:\Windows\SYSTEM32\PROPSYS.dll:pROPSYS.dll (00007FF830340000), size: 1007616 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 7.0.19041.1741
    C:\Windows\SYSTEM32\apphelp.dll:apphelp.dll (00007FF831FD0000), size: 589824 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.1320
    C:\Windows\System32\dlnashext.dll:dlnashext.dll (00007FFFD77E0000), size: 352256 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.1566
    C:\Windows\system32\wpdshext.dll:wpdshext.dll (00007FF807000000), size: 659456 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.1566
    C:\Windows\WinSxS\amd64_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.19041.1706_none_919e8e54cc8d4ca1\gdiplus.dll:gdiplus.dll (00007FF825CF0000), size: 1724416 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.1706
    C:\Windows\SYSTEM32\edputil.dll:edputil.dll (00007FF8339E0000), size: 147456 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.546
    C:\Windows\System32\Windows.StateRepositoryPS.dll:Windows.StateRepositoryPS.dll (00007FF8190E0000), size: 1335296 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.1466
    C:\Windows\System32\appresolver.dll:appresolver.dll (00007FF8334E0000), size: 589824 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.1620
    C:\Windows\System32\Bcp47Langs.dll:Bcp47Langs.dll (00007FF82B330000), size: 372736 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.1566
    C:\Windows\System32\SLC.dll:SLC.dll (00007FF833310000), size: 167936 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.1682
    C:\Windows\System32\sppc.dll:sppc.dll (00007FF8332E0000), size: 151552 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.1682
    C:\Windows\System32\OneCoreCommonProxyStub.dll:OneCoreCommonProxyStub.dll (00007FF822820000), size: 512000 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.1081
    C:\Windows\System32\OneCoreUAPCommonProxyStub.dll:OneCoreUAPCommonProxyStub.dll (00007FF82BAD0000), size: 7966720 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.1682

    ========== OUTPUTTING STACK TRACE ==================

    0x00007FF72BD35BA7 (Unity) UnloadAssetBundle
    0x00007FF72C3293D1 (Unity) PlayerLoopController::ExitPlayMode
    0x00007FF72C33B8EF (Unity) PlayerLoopController::SetIsPlaying
    0x00007FF72C33E5C2 (Unity) Application::TickTimer
    0x00007FF72CCBED15 (Unity) MainMessageLoop
    0x00007FF72CCC8EF8 (Unity) WinMain
    0x00007FF72FD2F032 (Unity) __scrt_common_main_seh
    0x00007FF8362B7034 (KERNEL32) BaseThreadInitThunk
    0x00007FF837DA2651 (ntdll) RtlUserThreadStart

    ========== END OF STACKTRACE ===========
     
    Last edited: Jun 23, 2022
  2. karl_jones

    karl_jones

    Unity Technologies

    Joined:
    May 5, 2015
    Posts:
    8,300
    Could you try updating to 1.3.2?
    You may need to manually edit the manifest.json file in the package folder.
     
  3. Midonk

    Midonk

    Joined:
    Oct 8, 2018
    Posts:
    35
    Updated to Localization v1.3.2, I am still crashing but no more error now :/ This happens more regularly when I'm working with Timeines and Localization combined... The editor log don't show anything interesting execpt my audio preview is null (which makes me sad but that's not the subject)
     
  4. karl_jones

    karl_jones

    Unity Technologies

    Joined:
    May 5, 2015
    Posts:
    8,300
    Could you please file a bug report?
     
  5. Midonk

    Midonk

    Joined:
    Oct 8, 2018
    Posts:
    35
    I don't know exactly what the reproduction scenario is, so it's a bit complicated to file a bug report. All I know is that Unity tends to crash when I work on my timelines (where I am using addressables). I suppose it doesn't make much sense to file a bug report without a scenario, does it? I will try to narrow down the issue and provide more informations in the futur.
     
    karl_jones likes this.
  6. Midonk

    Midonk

    Joined:
    Oct 8, 2018
    Posts:
    35
    @karl_jones
    I still don't know exactly how to reproduce the error as it seems to be relatively random BUT...
    I figured out that when I enter playmode, if this specific error happens, Unity crashes systematically when I later exit playmode.

    MissingReferenceException: The object of type 'AssetTable' has been destroyed but you are still trying to access it.
    Your script should either check if it is null or you should not destroy the object.
    at (wrapper managed-to-native) UnityEngine.Object.GetName(UnityEngine.Object)
    at UnityEngine.Object.get_name () [0x00001] in <0847a0faf94444ccbaf1958021b27f54>:0
    at UnityEngine.Localization.Tables.LocalizationTable.VerifySharedTableDataIsNotNull () [0x00011] in D:\GIT\Unity\Asfalia\Library\PackageCache\com.unity.localization@1.3.2\Runtime\Tables\LocalizationTable.cs:154
    at UnityEngine.Localization.Tables.LocalizationTable.get_TableCollectionName () [0x00001] in D:\GIT\Unity\Asfalia\Library\PackageCache\com.unity.localization@1.3.2\Runtime\Tables\LocalizationTable.cs:43
    at UnityEngine.Localization.Tables.DetailedLocalizationTable`1[TEntry].ToString () [0x00000] in D:\GIT\Unity\Asfalia\Library\PackageCache\com.unity.localization@1.3.2\Runtime\Tables\DetailedLocalizationTable.cs:634
    at System.String.Concat (System.Object arg0, System.Object arg1) [0x00014] in <9577ac7a62ef43179789031239ba8798>:0
    at UnityEngine.ResourceManagement.AsyncOperations.AsyncOperationBase`1[TObject].ToString () [0x0003e] in D:\GIT\Unity\Asfalia\Library\PackageCache\com.unity.addressables@1.19.19\Runtime\ResourceManager\AsyncOperations\AsyncOperationBase.cs:240
    at UnityEngine.ResourceManagement.AsyncOperations.AsyncOperationBase`1[TObject].get_DebugName () [0x00001] in D:\GIT\Unity\Asfalia\Library\PackageCache\com.unity.addressables@1.19.19\Runtime\ResourceManager\AsyncOperations\AsyncOperationBase.cs:74
    at UnityEngine.ResourceManagement.AsyncOperations.AsyncOperationBase`1[TObject].UnityEngine.ResourceManagement.AsyncOperations.IAsyncOperation.get_DebugName () [0x00000] in D:\GIT\Unity\Asfalia\Library\PackageCache\com.unity.addressables@1.19.19\Runtime\ResourceManager\AsyncOperations\AsyncOperationBase.cs:511
    at UnityEngine.ResourceManagement.AsyncOperations.AsyncOperationHandle.get_DebugName () [0x00016] in D:\GIT\Unity\Asfalia\Library\PackageCache\com.unity.addressables@1.19.19\Runtime\ResourceManager\AsyncOperations\AsyncOperationHandle.cs:417
    at UnityEngine.AddressableAssets.Utility.ResourceManagerDiagnostics.CalculateHashCode (UnityEngine.ResourceManagement.AsyncOperations.AsyncOperationHandle handle) [0x00001] in D:\GIT\Unity\Asfalia\Library\PackageCache\com.unity.addressables@1.19.19\Runtime\Utility\ResourceManagerEventCollector.cs:56
    at UnityEngine.AddressableAssets.Utility.ResourceManagerDiagnostics.OnResourceManagerDiagnosticEvent (UnityEngine.ResourceManagement.ResourceManager+DiagnosticEventContext eventContext) [0x00001] in D:\GIT\Unity\Asfalia\Library\PackageCache\com.unity.addressables@1.19.19\Runtime\Utility\ResourceManagerEventCollector.cs:120
    at UnityEngine.ResourceManagement.ResourceManager.PostDiagnosticEvent (UnityEngine.ResourceManagement.ResourceManager+DiagnosticEventContext context) [0x00001] in D:\GIT\Unity\Asfalia\Library\PackageCache\com.unity.addressables@1.19.19\Runtime\ResourceManager\ResourceManager.cs:315
    at UnityEngine.ResourceManagement.AsyncOperations.AsyncOperationBase`1[TObject].DecrementReferenceCount () [0x0004a] in D:\GIT\Unity\Asfalia\Library\PackageCache\com.unity.addressables@1.19.19\Runtime\ResourceManager\AsyncOperations\AsyncOperationBase.cs:169
    at UnityEngine.ResourceManagement.AsyncOperations.AsyncOperationBase`1[TObject].UnityEngine.ResourceManagement.AsyncOperations.IAsyncOperation.DecrementReferenceCount () [0x00000] in D:\GIT\Unity\Asfalia\Library\PackageCache\com.unity.addressables@1.19.19\Runtime\ResourceManager\AsyncOperations\AsyncOperationBase.cs:522
    at UnityEngine.ResourceManagement.AsyncOperations.AsyncOperationHandle.Release () [0x00001] in D:\GIT\Unity\Asfalia\Library\PackageCache\com.unity.addressables@1.19.19\Runtime\ResourceManager\AsyncOperations\AsyncOperationHandle.cs:525
    at UnityEngine.ResourceManagement.ResourceManager.Release (UnityEngine.ResourceManagement.AsyncOperations.AsyncOperationHandle handle) [0x00001] in D:\GIT\Unity\Asfalia\Library\PackageCache\com.unity.addressables@1.19.19\Runtime\ResourceManager\ResourceManager.cs:603
    at UnityEngine.AddressableAssets.AddressablesImpl.Release (UnityEngine.ResourceManagement.AsyncOperations.AsyncOperationHandle handle) [0x00001] in D:\GIT\Unity\Asfalia\Library\PackageCache\com.unity.addressables@1.19.19\Runtime\AddressablesImpl.cs:838
    at UnityEngine.AddressableAssets.Addressables.Release (UnityEngine.ResourceManagement.AsyncOperations.AsyncOperationHandle handle) [0x00001] in D:\GIT\Unity\Asfalia\Library\PackageCache\com.unity.addressables@1.19.19\Runtime\Addressables.cs:1267
    at UnityEngine.Localization.AddressablesInterface.ReleaseInternal (UnityEngine.ResourceManagement.AsyncOperations.AsyncOperationHandle handle) [0x00000] in D:\GIT\Unity\Asfalia\Library\PackageCache\com.unity.localization@1.3.2\Runtime\Addressables\AddressablesInterface.cs:56
    at UnityEngine.Localization.AddressablesInterface.Release (UnityEngine.ResourceManagement.AsyncOperations.AsyncOperationHandle handle) [0x00000] in D:\GIT\Unity\Asfalia\Library\PackageCache\com.unity.localization@1.3.2\Runtime\Addressables\AddressablesInterface.cs:39
    at UnityEngine.Localization.Settings.LocalizedDatabase`2[TTable,TEntry].OnLocaleChanged (UnityEngine.Localization.Locale locale) [0x00084] in D:\GIT\Unity\Asfalia\Library\PackageCache\com.unity.localization@1.3.2\Runtime\Settings\Database\LocalizedDatabase.cs:568
    at UnityEngine.Localization.Settings.LocalizedDatabase`2[TTable,TEntry].ResetState () [0x00001] in D:\GIT\Unity\Asfalia\Library\PackageCache\com.unity.localization@1.3.2\Runtime\Settings\Database\LocalizedDatabase.cs:583
    at UnityEngine.Localization.Settings.LocalizationSettings.ResetState () [0x00030] in D:\GIT\Unity\Asfalia\Library\PackageCache\com.unity.localization@1.3.2\Runtime\Settings\LocalizationSettings.cs:605
    at UnityEngine.Localization.Settings.LocalizationSettings.EditorApplication_playModeStateChanged (UnityEditor.PlayModeStateChange obj) [0x00011] in D:\GIT\Unity\Asfalia\Library\PackageCache\com.unity.localization@1.3.2\Runtime\Settings\LocalizationSettings.cs:245
    at (wrapper delegate-invoke) System.Action`1[UnityEditor.PlayModeStateChange].invoke_void_T(UnityEditor.PlayModeStateChange)
    at UnityEditor.EditorApplication.Internal_PlayModeStateChanged (UnityEditor.PlayModeStateChange state) [0x00024] in <2f1c602eae0d45c293fff3e3aef759fa>:0
    UnityEditor.EditorApplication:set_isPlaying(Boolean)
     
  7. karl_jones

    karl_jones

    Unity Technologies

    Joined:
    May 5, 2015
    Posts:
    8,300
    What version of unity are you using? Can you try updating to the latest patch version?
     
  8. Midonk

    Midonk

    Joined:
    Oct 8, 2018
    Posts:
    35
    Unity 2019.4.17f1, I gonna try this
     
    karl_jones likes this.
  9. Midonk

    Midonk

    Joined:
    Oct 8, 2018
    Posts:
    35
    I don't have any crash at the moment, I didn't update to the last patch because it currently not possible for production reason. So far so good but I don't know what "fixed" it