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
- The terrain appears darker when "Per-pixel Normal" is enabled
- [Linux] Editor assertion causes Test Runner to fail when executing it in Batch Mode
- Color selection by the mouse cursor is still enabled when the "Esc" button is pressed
- Game view becomes black and the Scene window becomes grey, “ArgumentOutOfRangeException” errors and “Render Pipeline error” warnings appear after changing the name or deleting URP/HDRP global settings file
- Transform Component is not accessible inside the Player when RuntimeInitializeOnLoadMethod is used
Add comment