Cannot build the Library / CI cannot build (Unity Crashes when building the Library)

I’ve got an issue that is pretty tough to report. Basically I am working with a pretty large project (around 100GB of assets) and recent versions of Unity 2020.1, 2020.2, 2021.1 (beta) are all unable to create the library at first run. This means that when I clone the data from the repository and tell unity to open up the project it will work for a couple of hours and then crash. When I let unity crash and try to open it second time - it manages to do so.

The last entries in the log are related always to the Failed to create 2D texture in GfxDeviceD3D11:

Log

Refreshing native plugins compatible for Editor in 2598.07 ms, found 7 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Refresh completed in 15449.086384 seconds.
RefreshInfo: RefreshV2(ForceSynchronousImport) scanfilter:
RefreshProfiler: Total: 15449083.989ms
InvokeBeforeRefreshCallbacks: 0.700ms
ApplyChangesToAssetFolders: 0.102ms
Scan: 8.709ms
OnSourceAssetsModified: 0.799ms
InitializeImportedAssetsSnapshot: 37.915ms
GetAllGuidsForCategorization: 6.550ms
CategorizeAssets: 1409.051ms
ImportAndPostprocessOutOfDateAssets: 14301095.579ms (2799620.668ms without children)
ImportManagerImport: 5567074.102ms (5134453.738ms without children)
ImportInProcess: 432558.741ms
UpdateCategorizedAssets: 61.624ms
(-720.917ms without children)
RemoteAssetCacheMatchMetadataResults: 720.917ms
PostProcessAllAssets: 4945706.832ms
ReloadImportedAssets: 6.474ms
EnsureUptoDateAssetsAreRegisteredWithGuidPM: 10.829ms
InitializingProgressBar: 0.015ms
PostProcessAllAssetNotificationsAddChangedAssets: 7.101ms
OnDemandSchedulerStart: 20.036ms
RestoreLoadedAssetsState: 109.339ms
UpdateImportedAssetsSnapshot: 988540.183ms
ReloadSourceAssets: 15.178ms
UnloadImportedAssets: 3.064ms
Hotreload: 394894.961ms
FixTempGuids: 26.419ms
GatherAllCurrentPrimaryArtifactRevisions: 1.525ms
UnloadStreamsBegin: 0.074ms
LoadedImportedAssetsSnapshotReleaseGCHandles: 168.062ms
GetLoadedSourceAssetsSnapshot: 38260.798ms
PersistCurrentRevisions: 5509.332ms
UnloadStreamsEnd: 743297.261ms
GenerateScriptTypeHashes: 21690.107ms
Untracked: -35652.090ms
(Total: 35439.288 MB)
Files imported locally: 0
Files uploaded to cache server: 0
Files downloaded from cache server: 0

Application.AssetDatabase.Refresh End
RefreshInfo: StopAssetImportingV2(ForceSynchronousImport) scanfilter:
RefreshProfiler: Total: 2065.431ms
InvokeBeforeRefreshCallbacks: 428.877ms
ApplyChangesToAssetFolders: 100.622ms
Scan: 235.960ms
FixTempGuids: 0.008ms
GatherAllCurrentPrimaryArtifactRevisions: 5.503ms
UnloadStreamsBegin: 0.353ms
UnloadStreamsEnd: 0.190ms
Untracked: 1293.918ms
Refresh completed in 361.899915 seconds.
RefreshInfo: RefreshV2(NoUpdateAssetOptions) scanfilter:
RefreshProfiler: Total: 361899.874ms
InvokeBeforeRefreshCallbacks: 0.001ms
ApplyChangesToAssetFolders: 26.111ms
Scan: 113489.439ms
OnSourceAssetsModified: 0.000ms
InitializeImportedAssetsSnapshot: 3098.311ms
GetAllGuidsForCategorization: 6.110ms
CategorizeAssets: 167076.500ms
ImportAndPostprocessOutOfDateAssets: 154.088ms (38.276ms without children)
PostProcessAllAssets: 0.001ms
EnsureUptoDateAssetsAreRegisteredWithGuidPM: 11.132ms
InitializingProgressBar: 0.001ms
PostProcessAllAssetNotificationsAddChangedAssets: 3.833ms
OnDemandSchedulerStart: 3.678ms
RestoreLoadedAssetsState: 97.167ms
ReloadSourceAssets: 35.090ms
UnloadImportedAssets: 4.059ms
Hotreload: 0.087ms
FixTempGuids: 0.011ms
GatherAllCurrentPrimaryArtifactRevisions: 5.360ms
UnloadStreamsBegin: 0.243ms
LoadedImportedAssetsSnapshotReleaseGCHandles: 15.268ms
GetLoadedSourceAssetsSnapshot: 141.596ms
PersistCurrentRevisions: 2.821ms
UnloadStreamsEnd: 0.158ms
Untracked: 77844.619ms
d3d11: failed to create 2D texture id=14623 width=4096 height=4096 mips=13 dxgifmt=78 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=14623 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=17859 width=2048 height=2048 mips=12 dxgifmt=78 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=17859 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=16781 width=2048 height=2048 mips=12 dxgifmt=77 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=16781 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=7433 width=4096 height=4096 mips=13 dxgifmt=72 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=7433 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=3315 width=2048 height=2048 mips=12 dxgifmt=78 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=3315 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=7737 width=2048 height=2048 mips=12 dxgifmt=77 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=7737 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=12759 width=2048 height=2048 mips=12 dxgifmt=77 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=12759 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=3659 width=2048 height=2048 mips=12 dxgifmt=71 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=3659 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=6177 width=2048 height=2048 mips=12 dxgifmt=78 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=6177 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=17605 width=1024 height=1024 mips=11 dxgifmt=77 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=17605 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=5101 width=2048 height=2048 mips=12 dxgifmt=72 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=5101 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=4985 width=2048 height=2048 mips=12 dxgifmt=72 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=4985 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=3413 width=2048 height=2048 mips=12 dxgifmt=78 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=3413 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=4405 width=2048 height=2048 mips=12 dxgifmt=77 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=4405 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=11389 width=2048 height=2048 mips=1 dxgifmt=78 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=11389 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=1121 width=1024 height=1024 mips=11 dxgifmt=77 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=1121 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=18331 width=1024 height=1024 mips=11 dxgifmt=77 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=18331 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=15941 width=1024 height=1024 mips=11 dxgifmt=78 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=15941 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=4709 width=4096 height=4096 mips=13 dxgifmt=72 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=4709 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=4723 width=4096 height=4096 mips=13 dxgifmt=78 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=4723 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=5141 width=4096 height=4096 mips=13 dxgifmt=77 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=5141 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=11773 width=512 height=2048 mips=12 dxgifmt=78 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=11773 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=9069 width=512 height=2048 mips=12 dxgifmt=77 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=9069 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=6371 width=512 height=2048 mips=12 dxgifmt=77 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=6371 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=18497 width=2048 height=4096 mips=13 dxgifmt=77 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=18497 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=16903 width=2048 height=2048 mips=12 dxgifmt=78 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=16903 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=17177 width=2048 height=2048 mips=12 dxgifmt=77 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=17177 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=8027 width=2048 height=2048 mips=12 dxgifmt=72 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=8027 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=19539 width=2048 height=2048 mips=12 dxgifmt=78 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=19539 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=2839 width=2048 height=2048 mips=12 dxgifmt=77 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=2839 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=19385 width=2048 height=2048 mips=12 dxgifmt=78 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=19385 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=8121 width=2048 height=2048 mips=12 dxgifmt=78 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=8121 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=14637 width=2048 height=2048 mips=1 dxgifmt=78 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=14637 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=19443 width=2048 height=2048 mips=12 dxgifmt=78 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=19443 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=10677 width=2048 height=2048 mips=12 dxgifmt=78 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=10677 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=1223 width=2048 height=2048 mips=12 dxgifmt=77 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=1223 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=18957 width=1024 height=1024 mips=11 dxgifmt=78 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=18957 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=10939 width=1024 height=1024 mips=11 dxgifmt=77 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=10939 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=2053 width=2048 height=2048 mips=12 dxgifmt=77 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=2053 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=1649 width=2048 height=2048 mips=1 dxgifmt=78 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=1649 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=9421 width=2048 height=2048 mips=12 dxgifmt=72 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=9421 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=11747 width=2048 height=2048 mips=12 dxgifmt=72 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=11747 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=16615 width=2048 height=2048 mips=12 dxgifmt=77 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=16615 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=13721 width=1024 height=1024 mips=11 dxgifmt=78 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=13721 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=1987 width=2048 height=2048 mips=12 dxgifmt=72 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=1987 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=15079 width=2048 height=2048 mips=12 dxgifmt=77 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=15079 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=3991 width=1024 height=1024 mips=11 dxgifmt=78 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=3991 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=6583 width=2048 height=2048 mips=12 dxgifmt=78 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=6583 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=11031 width=2048 height=2048 mips=12 dxgifmt=72 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=11031 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=8611 width=2048 height=2048 mips=12 dxgifmt=28 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=8611 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=10869 width=2048 height=2048 mips=1 dxgifmt=78 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=10869 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=6759 width=2048 height=2048 mips=12 dxgifmt=72 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=6759 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=19731 width=2048 height=2048 mips=12 dxgifmt=78 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=19731 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=653 width=2048 height=2048 mips=12 dxgifmt=77 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=653 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=13329 width=2048 height=2048 mips=12 dxgifmt=78 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=13329 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=16945 width=2048 height=2048 mips=12 dxgifmt=78 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=16945 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=6345 width=2048 height=2048 mips=12 dxgifmt=72 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=6345 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=4095 width=2048 height=2048 mips=12 dxgifmt=72 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=4095 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=4611 width=2048 height=2048 mips=12 dxgifmt=78 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=4611 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=4925 width=2048 height=2048 mips=12 dxgifmt=77 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=4925 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=11995 width=1024 height=1024 mips=11 dxgifmt=77 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=11995 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=12327 width=2048 height=2048 mips=12 dxgifmt=71 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=12327 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=2087 width=2048 height=2048 mips=12 dxgifmt=72 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=2087 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=14909 width=2048 height=2048 mips=12 dxgifmt=77 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=14909 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=12443 width=1024 height=1024 mips=11 dxgifmt=77 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=12443 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=12745 width=1024 height=1024 mips=11 dxgifmt=72 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=12745 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=16105 width=1024 height=1024 mips=11 dxgifmt=77 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=16105 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=10631 width=1024 height=1024 mips=11 dxgifmt=78 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=10631 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=3231 width=2048 height=2048 mips=12 dxgifmt=78 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=3231 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=17471 width=1024 height=1024 mips=11 dxgifmt=77 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=17471 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=13871 width=2048 height=2048 mips=12 dxgifmt=72 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=13871 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=9035 width=2048 height=2048 mips=12 dxgifmt=77 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=9035 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=10499 width=2048 height=2048 mips=12 dxgifmt=77 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=10499 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=10427 width=2048 height=2048 mips=12 dxgifmt=78 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=10427 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=2711 width=2048 height=2048 mips=12 dxgifmt=72 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=2711 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=4111 width=2048 height=1024 mips=12 dxgifmt=77 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=4111 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=10717 width=2048 height=1024 mips=12 dxgifmt=78 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=10717 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=7343 width=2048 height=1024 mips=12 dxgifmt=77 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=7343 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=12001 width=2048 height=2048 mips=12 dxgifmt=77 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=12001 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=8395 width=2048 height=1024 mips=12 dxgifmt=71 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=8395 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=10463 width=2048 height=2048 mips=12 dxgifmt=72 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=10463 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=9115 width=2048 height=2048 mips=12 dxgifmt=78 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=9115 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=16373 width=2048 height=2048 mips=12 dxgifmt=77 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=16373 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=17773 width=2048 height=4096 mips=13 dxgifmt=72 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=17773 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=8291 width=2048 height=2048 mips=1 dxgifmt=78 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=8291 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=5903 width=512 height=512 mips=10 dxgifmt=78 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=5903 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=6917 width=1024 height=2048 mips=1 dxgifmt=78 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=6917 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=19041 width=1024 height=1024 mips=11 dxgifmt=78 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=19041 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=17543 width=1024 height=1024 mips=11 dxgifmt=77 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=17543 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=2343 width=512 height=512 mips=10 dxgifmt=78 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=2343 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=953 width=2048 height=1024 mips=12 dxgifmt=78 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=953 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=18541 width=2048 height=1024 mips=12 dxgifmt=77 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=18541 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=8105 width=2048 height=1024 mips=12 dxgifmt=77 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=8105 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=17497 width=1024 height=1024 mips=1 dxgifmt=77 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=17497 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=14833 width=1024 height=1024 mips=1 dxgifmt=78 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=14833 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=6813 width=1024 height=1024 mips=1 dxgifmt=78 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=6813 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=7419 width=2048 height=2048 mips=12 dxgifmt=78 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=7419 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=17387 width=2048 height=2048 mips=12 dxgifmt=78 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=17387 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=1973 width=2048 height=2048 mips=12 dxgifmt=77 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=1973 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=13733 width=2048 height=2048 mips=12 dxgifmt=77 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=13733 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=12021 width=2048 height=2048 mips=12 dxgifmt=78 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=12021 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=3875 width=4096 height=4096 mips=13 dxgifmt=72 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=3875 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=17029 width=4096 height=4096 mips=13 dxgifmt=77 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=17029 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=13689 width=4096 height=4096 mips=13 dxgifmt=77 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=13689 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=12259 width=1024 height=1024 mips=11 dxgifmt=78 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=12259 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=16873 width=1024 height=1024 mips=11 dxgifmt=77 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=16873 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=15681 width=1024 height=1024 mips=11 dxgifmt=77 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=15681 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=16971 width=1024 height=1024 mips=11 dxgifmt=77 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=16971 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=2991 width=2048 height=2048 mips=12 dxgifmt=72 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=2991 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=18181 width=2048 height=2048 mips=12 dxgifmt=77 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=18181 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=8079 width=1024 height=1024 mips=11 dxgifmt=77 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=8079 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=14327 width=1024 height=1024 mips=11 dxgifmt=72 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=14327 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=8377 width=1024 height=1024 mips=11 dxgifmt=77 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=8377 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=15687 width=2048 height=2048 mips=12 dxgifmt=72 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=15687 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=1521 width=2048 height=2048 mips=12 dxgifmt=78 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=1521 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=19693 width=2048 height=2048 mips=12 dxgifmt=77 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=19693 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=10881 width=1024 height=1024 mips=11 dxgifmt=78 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=10881 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=11149 width=1024 height=1024 mips=11 dxgifmt=77 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=11149 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=5247 width=2048 height=2048 mips=12 dxgifmt=72 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=5247 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=17623 width=2048 height=2048 mips=12 dxgifmt=72 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=17623 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=9269 width=2048 height=2048 mips=12 dxgifmt=77 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=9269 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=16349 width=1024 height=1024 mips=11 dxgifmt=78 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=16349 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=5433 width=2048 height=2048 mips=12 dxgifmt=78 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=5433 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=7105 width=2048 height=2048 mips=12 dxgifmt=77 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=7105 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=17465 width=2048 height=2048 mips=12 dxgifmt=77 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=17465 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=15001 width=2048 height=2048 mips=12 dxgifmt=78 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=15001 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=15167 width=2048 height=2048 mips=12 dxgifmt=77 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=15167 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=1885 width=2048 height=2048 mips=12 dxgifmt=72 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=1885 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=3695 width=2048 height=2048 mips=12 dxgifmt=78 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=3695 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=7169 width=2048 height=2048 mips=12 dxgifmt=77 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=7169 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=8717 width=512 height=2048 mips=12 dxgifmt=77 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=8717 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=2851 width=512 height=2048 mips=12 dxgifmt=72 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=2851 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=19623 width=2048 height=2048 mips=12 dxgifmt=78 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=19623 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=6201 width=2048 height=2048 mips=12 dxgifmt=77 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=6201 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=3483 width=2048 height=2048 mips=12 dxgifmt=71 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=3483 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=12235 width=2048 height=2048 mips=12 dxgifmt=77 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=12235 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=17235 width=2048 height=2048 mips=12 dxgifmt=99 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=17235 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=4019 width=2048 height=2048 mips=1 dxgifmt=78 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=4019 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=14385 width=1024 height=1024 mips=11 dxgifmt=72 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=14385 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=12997 width=2048 height=2048 mips=12 dxgifmt=78 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=12997 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=8967 width=1024 height=1024 mips=11 dxgifmt=77 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=8967 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=5887 width=2048 height=2048 mips=12 dxgifmt=77 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=5887 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=18345 width=512 height=4096 mips=13 dxgifmt=72 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=18345 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=11681 width=512 height=4096 mips=13 dxgifmt=77 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=11681 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=15273 width=512 height=4096 mips=13 dxgifmt=77 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=15273 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=6987 width=4096 height=4096 mips=13 dxgifmt=78 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=6987 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=8537 width=2048 height=2048 mips=12 dxgifmt=78 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=8537 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=12957 width=4096 height=4096 mips=13 dxgifmt=77 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=12957 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=5571 width=4096 height=4096 mips=13 dxgifmt=77 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=5571 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=14305 width=2048 height=2048 mips=12 dxgifmt=77 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=14305 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=17313 width=2048 height=2048 mips=12 dxgifmt=77 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=17313 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=17517 width=2048 height=2048 mips=12 dxgifmt=71 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=17517 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=16025 width=4096 height=4096 mips=13 dxgifmt=78 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=16025 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=5777 width=4096 height=4096 mips=13 dxgifmt=78 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=5777 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=7587 width=4096 height=4096 mips=13 dxgifmt=77 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=7587 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=12053 width=1024 height=1024 mips=11 dxgifmt=77 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=12053 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=7825 width=1024 height=1024 mips=11 dxgifmt=72 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=7825 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=11613 width=2048 height=2048 mips=12 dxgifmt=72 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=11613 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=8569 width=1024 height=1024 mips=11 dxgifmt=72 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=8569 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=2895 width=2048 height=2048 mips=1 dxgifmt=78 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=2895 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=7019 width=512 height=2048 mips=12 dxgifmt=77 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=7019 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=15633 width=512 height=2048 mips=12 dxgifmt=77 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=15633 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=8439 width=1024 height=2048 mips=12 dxgifmt=77 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=8439 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=10705 width=512 height=2048 mips=12 dxgifmt=78 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=10705 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=7715 width=1024 height=2048 mips=12 dxgifmt=72 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=7715 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=6679 width=1024 height=2048 mips=12 dxgifmt=77 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=6679 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=7355 width=1024 height=1024 mips=11 dxgifmt=77 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=7355 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=18811 width=1024 height=1024 mips=11 dxgifmt=78 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=18811 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=8627 width=1024 height=1024 mips=11 dxgifmt=72 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=8627 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=15649 width=4096 height=4096 mips=13 dxgifmt=77 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=15649 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=14935 width=4096 height=4096 mips=13 dxgifmt=78 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=14935 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=15253 width=4096 height=4096 mips=13 dxgifmt=77 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=15253 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=18449 width=4096 height=4096 mips=13 dxgifmt=72 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=18449 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=2597 width=1024 height=1024 mips=11 dxgifmt=71 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=2597 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=19283 width=4096 height=4096 mips=13 dxgifmt=77 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=19283 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=2347 width=4096 height=4096 mips=13 dxgifmt=77 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=2347 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=8373 width=1024 height=1024 mips=1 dxgifmt=77 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=8373 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=18359 width=1024 height=1024 mips=1 dxgifmt=72 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=18359 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=8853 width=1024 height=1024 mips=1 dxgifmt=78 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=8853 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=5403 width=1024 height=1024 mips=1 dxgifmt=72 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=5403 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=10135 width=1024 height=1024 mips=1 dxgifmt=77 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=10135 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=5531 width=1024 height=1024 mips=1 dxgifmt=78 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=5531 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=7659 width=1024 height=1024 mips=1 dxgifmt=78 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=7659 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=8817 width=1024 height=1024 mips=1 dxgifmt=78 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=8817 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=3941 width=4096 height=4096 mips=13 dxgifmt=78 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=3941 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=18861 width=4096 height=4096 mips=13 dxgifmt=77 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=18861 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=15723 width=4096 height=4096 mips=13 dxgifmt=78 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=15723 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=19069 width=4096 height=4096 mips=13 dxgifmt=77 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=19069 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=19473 width=2048 height=2048 mips=12 dxgifmt=72 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=19473 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=17019 width=2048 height=2048 mips=12 dxgifmt=72 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=17019 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=1525 width=2048 height=2048 mips=12 dxgifmt=78 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=1525 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=14871 width=2048 height=2048 mips=12 dxgifmt=78 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=14871 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=16313 width=2048 height=2048 mips=12 dxgifmt=72 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=16313 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=10093 width=2048 height=2048 mips=12 dxgifmt=77 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=10093 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=18869 width=2048 height=2048 mips=12 dxgifmt=72 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=18869 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=14053 width=2048 height=2048 mips=12 dxgifmt=71 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=14053 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=18695 width=2048 height=2048 mips=12 dxgifmt=71 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=18695 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=18827 width=1024 height=1024 mips=11 dxgifmt=72 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=18827 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=6725 width=1024 height=1024 mips=11 dxgifmt=77 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=6725 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=2431 width=1024 height=1024 mips=11 dxgifmt=77 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=2431 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=9033 width=1024 height=1024 mips=11 dxgifmt=72 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=9033 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=7429 width=1024 height=1024 mips=11 dxgifmt=77 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=7429 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=9267 width=1024 height=1024 mips=11 dxgifmt=71 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=9267 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=19177 width=1024 height=1024 mips=11 dxgifmt=72 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=19177 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=17403 width=512 height=512 mips=10 dxgifmt=77 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=17403 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=16677 width=512 height=512 mips=10 dxgifmt=77 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=16677 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=4731 width=2048 height=2048 mips=12 dxgifmt=72 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=4731 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=4637 width=2048 height=2048 mips=12 dxgifmt=77 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=4637 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=3401 width=2048 height=2048 mips=12 dxgifmt=77 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=3401 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=5173 width=2048 height=2048 mips=12 dxgifmt=78 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=5173 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=5171 width=2048 height=2048 mips=12 dxgifmt=78 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=5171 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=11893 width=2048 height=2048 mips=12 dxgifmt=72 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=11893 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=15621 width=2048 height=2048 mips=12 dxgifmt=78 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=15621 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=1889 width=2048 height=2048 mips=12 dxgifmt=77 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=1889 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=14093 width=1024 height=1024 mips=11 dxgifmt=72 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=14093 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=6103 width=1024 height=1024 mips=11 dxgifmt=77 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=6103 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=12621 width=512 height=512 mips=10 dxgifmt=78 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=12621 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=3765 width=1024 height=1024 mips=1 dxgifmt=77 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=3765 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=1931 width=256 height=256 mips=9 dxgifmt=77 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=1931 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=14465 width=1024 height=1024 mips=1 dxgifmt=78 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=14465 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=9897 width=1024 height=1024 mips=1 dxgifmt=78 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=9897 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=16191 width=4096 height=4096 mips=13 dxgifmt=72 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=16191 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=2385 width=4096 height=4096 mips=13 dxgifmt=77 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=2385 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=2843 width=1024 height=1024 mips=11 dxgifmt=78 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=2843 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=9551 width=2048 height=2048 mips=1 dxgifmt=78 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=9551 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=2607 width=1024 height=2048 mips=1 dxgifmt=78 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=2607 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=3719 width=2048 height=2048 mips=1 dxgifmt=78 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=3719 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=7621 width=1024 height=1024 mips=11 dxgifmt=72 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=7621 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=9085 width=1024 height=1024 mips=11 dxgifmt=77 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=9085 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=8577 width=2048 height=2048 mips=12 dxgifmt=77 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=8577 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=12087 width=2048 height=2048 mips=12 dxgifmt=78 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=12087 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=7771 width=2048 height=2048 mips=12 dxgifmt=77 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=7771 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=13011 width=2048 height=512 mips=12 dxgifmt=77 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=13011 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=15513 width=2048 height=512 mips=12 dxgifmt=71 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=15513 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=6465 width=2048 height=2048 mips=12 dxgifmt=78 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=6465 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=13467 width=2048 height=2048 mips=12 dxgifmt=77 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=13467 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=18689 width=2048 height=2048 mips=12 dxgifmt=77 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=18689 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=9451 width=2048 height=2048 mips=12 dxgifmt=72 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=9451 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=8761 width=2048 height=2048 mips=12 dxgifmt=77 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=8761 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=8911 width=1024 height=1024 mips=11 dxgifmt=71 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=8911 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=719 width=1024 height=1024 mips=11 dxgifmt=72 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=719 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=18395 width=2048 height=2048 mips=12 dxgifmt=72 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=18395 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=12943 width=2048 height=2048 mips=12 dxgifmt=28 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=12943 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=12939 width=2048 height=2048 mips=12 dxgifmt=77 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=12939 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=13841 width=2048 height=2048 mips=12 dxgifmt=72 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=13841 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=18433 width=2048 height=2048 mips=12 dxgifmt=78 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=18433 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=15549 width=2048 height=2048 mips=12 dxgifmt=72 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=15549 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=13785 width=2048 height=2048 mips=12 dxgifmt=78 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=13785 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=15205 width=2048 height=2048 mips=12 dxgifmt=77 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=15205 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=4919 width=2048 height=2048 mips=12 dxgifmt=77 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=4919 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=7295 width=1024 height=1024 mips=11 dxgifmt=72 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=7295 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=19199 width=2048 height=2048 mips=12 dxgifmt=72 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=19199 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=7569 width=2048 height=2048 mips=12 dxgifmt=77 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=7569 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=6627 width=2048 height=2048 mips=12 dxgifmt=72 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=6627 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=1375 width=512 height=512 mips=10 dxgifmt=78 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=1375 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=6607 width=512 height=512 mips=10 dxgifmt=78 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=6607 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=3377 width=512 height=512 mips=10 dxgifmt=72 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=3377 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=11077 width=1024 height=1024 mips=11 dxgifmt=72 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=11077 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=2687 width=1024 height=1024 mips=11 dxgifmt=77 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=2687 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=4345 width=2048 height=2048 mips=12 dxgifmt=72 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=4345 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=4571 width=2048 height=2048 mips=12 dxgifmt=77 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=4571 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=4435 width=2048 height=2048 mips=12 dxgifmt=77 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=4435 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=4061 width=1024 height=1024 mips=11 dxgifmt=72 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=4061 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=13627 width=1024 height=1024 mips=11 dxgifmt=72 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=13627 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=14431 width=2048 height=512 mips=12 dxgifmt=78 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=14431 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=5765 width=2048 height=512 mips=12 dxgifmt=77 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=5765 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=2457 width=4096 height=4096 mips=13 dxgifmt=72 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=2457 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=2893 width=4096 height=4096 mips=13 dxgifmt=78 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=2893 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=3631 width=4096 height=4096 mips=13 dxgifmt=77 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=3631 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=4771 width=4096 height=4096 mips=13 dxgifmt=72 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=4771 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=6369 width=2048 height=2048 mips=12 dxgifmt=78 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=6369 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=2703 width=2048 height=2048 mips=12 dxgifmt=72 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=2703 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=12181 width=2048 height=2048 mips=12 dxgifmt=78 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=12181 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=13543 width=2048 height=2048 mips=12 dxgifmt=72 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=13543 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=9769 width=2048 height=2048 mips=12 dxgifmt=72 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=9769 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=15451 width=2048 height=2048 mips=12 dxgifmt=72 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=15451 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=7277 width=2048 height=2048 mips=12 dxgifmt=78 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=7277 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=1807 width=1024 height=1024 mips=11 dxgifmt=78 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=1807 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=7573 width=2048 height=2048 mips=12 dxgifmt=77 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=7573 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=17793 width=1024 height=1024 mips=11 dxgifmt=78 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=17793 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=15485 width=1024 height=1024 mips=11 dxgifmt=77 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=15485 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=14521 width=512 height=512 mips=10 dxgifmt=77 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=14521 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=2679 width=2048 height=2048 mips=12 dxgifmt=78 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=2679 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=14819 width=2048 height=2048 mips=12 dxgifmt=77 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=14819 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=2091 width=2048 height=2048 mips=12 dxgifmt=71 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=2091 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=8901 width=2048 height=2048 mips=12 dxgifmt=77 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=8901 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=1461 width=2048 height=2048 mips=12 dxgifmt=71 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=1461 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=3451 width=512 height=512 mips=10 dxgifmt=78 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=3451 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=12203 width=1024 height=1024 mips=11 dxgifmt=72 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=12203 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=11737 width=1024 height=1024 mips=11 dxgifmt=77 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=11737 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=16003 width=1024 height=1024 mips=11 dxgifmt=72 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=16003 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=3443 width=1024 height=1024 mips=11 dxgifmt=78 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=3443 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=12205 width=1024 height=1024 mips=11 dxgifmt=77 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=12205 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=12999 width=2048 height=2048 mips=12 dxgifmt=78 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=12999 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=6381 width=2048 height=2048 mips=12 dxgifmt=77 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=6381 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=8493 width=1024 height=1024 mips=11 dxgifmt=72 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=8493 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=12971 width=1024 height=1024 mips=11 dxgifmt=77 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=12971 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=7155 width=512 height=512 mips=10 dxgifmt=78 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=7155 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=5257 width=2048 height=2048 mips=12 dxgifmt=72 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=5257 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=2479 width=2048 height=2048 mips=12 dxgifmt=72 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=2479 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=17427 width=2048 height=2048 mips=12 dxgifmt=78 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=17427 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=18899 width=2048 height=2048 mips=12 dxgifmt=77 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=18899 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=1185 width=2048 height=2048 mips=12 dxgifmt=78 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=1185 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=6115 width=2048 height=2048 mips=12 dxgifmt=77 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=6115 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=7223 width=1024 height=2048 mips=12 dxgifmt=78 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=7223 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=1243 width=1024 height=2048 mips=12 dxgifmt=77 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=1243 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=7005 width=1024 height=2048 mips=12 dxgifmt=77 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=7005 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=14289 width=1024 height=2048 mips=12 dxgifmt=71 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=14289 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=15129 width=2048 height=2048 mips=12 dxgifmt=78 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=15129 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=6521 width=1024 height=1024 mips=11 dxgifmt=72 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=6521 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=7923 width=1024 height=1024 mips=11 dxgifmt=77 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=7923 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=12803 width=1024 height=1024 mips=11 dxgifmt=77 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=12803 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=3225 width=2048 height=1024 mips=12 dxgifmt=77 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=3225 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=14479 width=2048 height=1024 mips=12 dxgifmt=78 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=14479 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=17751 width=2048 height=1024 mips=12 dxgifmt=77 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=17751 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=2325 width=2048 height=1024 mips=12 dxgifmt=71 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=2325 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=19059 width=1024 height=1024 mips=11 dxgifmt=78 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=19059 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=8991 width=1024 height=1024 mips=11 dxgifmt=77 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=8991 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=17361 width=1024 height=1024 mips=11 dxgifmt=77 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=17361 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=1573 width=1024 height=1024 mips=11 dxgifmt=77 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=1573 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=859 width=2048 height=2048 mips=12 dxgifmt=78 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=859 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=8697 width=2048 height=2048 mips=12 dxgifmt=71 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=8697 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=9031 width=2048 height=2048 mips=12 dxgifmt=77 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=9031 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=861 width=2048 height=2048 mips=12 dxgifmt=77 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=861 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=16317 width=2048 height=2048 mips=12 dxgifmt=77 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=16317 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=14389 width=2048 height=2048 mips=12 dxgifmt=78 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=14389 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=19579 width=2048 height=2048 mips=12 dxgifmt=77 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=19579 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=5435 width=2048 height=2048 mips=12 dxgifmt=71 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=5435 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=12539 width=1024 height=1024 mips=11 dxgifmt=77 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=12539 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=1287 width=1024 height=1024 mips=11 dxgifmt=78 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=1287 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=18571 width=2048 height=2048 mips=12 dxgifmt=72 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=18571 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=8335 width=2048 height=2048 mips=12 dxgifmt=77 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=8335 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=12525 width=2048 height=2048 mips=12 dxgifmt=77 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=12525 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=13901 width=1024 height=1024 mips=11 dxgifmt=78 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=13901 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=2833 width=1024 height=1024 mips=11 dxgifmt=77 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=2833 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=16729 width=2048 height=2048 mips=12 dxgifmt=78 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=16729 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=15125 width=2048 height=2048 mips=12 dxgifmt=72 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=15125 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=16885 width=2048 height=2048 mips=12 dxgifmt=72 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=16885 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=1731 width=2048 height=2048 mips=12 dxgifmt=72 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=1731 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=11591 width=2048 height=2048 mips=12 dxgifmt=77 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=11591 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=11939 width=1024 height=1024 mips=11 dxgifmt=78 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=11939 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=17363 width=2048 height=2048 mips=12 dxgifmt=72 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=17363 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=16855 width=2048 height=2048 mips=12 dxgifmt=72 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=16855 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=10369 width=2048 height=2048 mips=12 dxgifmt=77 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=10369 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=19339 width=1024 height=1024 mips=11 dxgifmt=78 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=19339 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=11463 width=2048 height=2048 mips=12 dxgifmt=77 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=11463 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=12247 width=2048 height=2048 mips=12 dxgifmt=72 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=12247 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=19165 width=2048 height=2048 mips=12 dxgifmt=78 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=19165 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

d3d11: failed to create 2D texture id=14495 width=2048 height=2048 mips=12 dxgifmt=72 [D3D error was 8007000e]

d3d11: failed to create 2D texture shader resource view id=14495 [D3D error was 80070057]

d3d11: Failed to create 2D texture in GfxDeviceD3D11

I think it is happening when OnPostProcessAllAssets is being fired. Also, there is a SIGSEGV error thrown sometimes and I think it is related to the fact that at some point Unity manages to take over all the RAM and it isn’t enough to complete the task.

This is a major issue for me since it makes my CI pipeline fail terribly. I don’t know how should I report a bug like this, for obvious reasons I cannot share the entire project. This of course doesn’t happen on a small or empty project. It is also pretty difficult to iterate with since each library build takes around 4-6 hours. My CI has done several dozens of attempts.

I’ve tried unity accelerator with it, no difference.

I would really appreciate any help with this matter.

I would really appreciate any advice on how to even narrow down the issue. I am willing to get my hands dirty if that could help anyhow. I don’t know why there might be a memory-related issue when OnPostprocessAllAssets is being fired by unity - At least that’s my guess.