Search Issue Tracker
Fixed
Fixed in 2021.3.24f1, 2023.1.0b14
Votes
1
Found in
2021.3.21f1
2023.1.0a21
Issue ID
UUM-32718
Regression
Yes
DirectX 11 analytics crashes the player on Windows 7
Callstack:
UnityPlayer.dll!d3d11::D3D11Analytics::GetFeatureOptions(struct dynamic_array<struct GraphicsSpecificAPIAnalyticsEntry<unsigned int>,0> &)
UnityPlayer.dll!d3d11::D3D11Analytics::GetFeatures(struct GraphicSpecificAPIAnalyticsData &)
UnityPlayer.dll!d3d11::D3D11Analytics::GetData(struct GraphicSpecificAPIAnalyticsData &)
UnityPlayer.dll!UnityEngine::PlatformWrapper::GetGraphicsAPISpecificInformation(struct GraphicSpecificAPIAnalyticsData &)
UnityPlayer.dll!UnityEngine::Analytics::DeviceInfoUpdater::LookForAppChanges(class UnityEngine::Analytics::DeviceInfoEvent &,unsigned int,bool)
UnityPlayer.dll!BaseUnityAnalytics::LookForVersionChange(bool)
UnityPlayer.dll!BaseUnityAnalytics::OnEnterStateStarted(void)
UnityPlayer.dll!AnalyticsCoreStats::OnEnterStateStarted(void)
UnityPlayer.dll!BaseUnityAnalytics::RequestStateChange(enum BaseUnityAnalytics::State)
UnityPlayer.dll!BackgroundJobQueue::ExecuteMainThreadJobs(void)
UnityPlayer.dll!ExecutePlayerLoop(struct NativePlayerLoopSystem *)
UnityPlayer.dll!ExecutePlayerLoop(struct NativePlayerLoopSystem *)
UnityPlayer.dll!PlayerLoop(void)
UnityPlayer.dll!PerformMainLoop()
UnityPlayer.dll!MainMessageLoop()
UnityPlayer.dll!UnityMainImpl(struct HINSTANCE__ *,struct HINSTANCE__ *,wchar_t *,int)
UnityPlayer.dll!UnityMain()
WindowsPlayer.exe!__scrt_common_main_seh()
kernel32.dll!BaseThreadInitThunk()
ntdll.dll!RtlUserThreadStart()
Repro steps:
1. Build any project for Windows
2. Run it on a Windows 7 machine.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Crash on RaiseException when AddGameElement handles a generic type
- Interpolation 2D results are inconsistent when position.z = position.x is called on Late Update
- Game View's scale slider bar gets set to 2.5x when entering Play Mode
- Crash/Memory leak in a WebGL build when executing a very large switch statement multiple times
- [Asset Bundles] The Active Build Platform is being used instead of the build target to determine material/shader compilation
Add comment