We are running a unity 3d application on a windows touchscreen computer with integrated graphics Intel (R) UHD Graphics 620. We noticed that when we leave the application alone for few hours and come back and touch it, it hangs and crashes.
There is nothing suspicious in the logs. In the Windows System Event Viewer, we noticed that the display driver igfx stopped responding and successfully recovered. This was few minutes before the application crash was recorded in the Windows App Event viewer.
This is the windows app log:
Level Date and Time Source Event ID Task Category
Information 7/23/2024 2:20:15 PM Microsoft-Windows-Winsrv 10002 None The following application was terminated because it was hung: ConfirMap.exe.
Information 7/23/2024 2:11:50 PM Windows Error Reporting 1001 None “Fault bucket , type 0
Event Name: LiveKernelEvent
Response: Not available
Cab Id: 0
Problem signature:
P1: 141
P2: ffffe6022f95b460
P3: fffff8023c436750
P4: 0
P5: 17a8
P6: 10_0_19044
P7: 0_0
P8: 256_1
P9:
P10:
Attached files:
\?\C:\Windows\LiveKernelReports\WATCHDOG\WATCHDOG-20240723-1411.dmp
\?\C:\Windows\TEMP\WER-13468765-0.sysdata.xml
\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER9F09.tmp.WERInternalMetadata.xml
\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER9F39.tmp.xml
\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER9F38.tmp.csv
\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER9F58.tmp.txt
These files may be available here:
\?\C:\ProgramData\Microsoft\Windows\WER\ReportArchive\Kernel_141_3f2a2d52ea06ca76955f95feb7cdfe45349a8_00000000_cab_19c88f71-dae0-4081-a106-a8e6b30bbcea
Analysis symbol:
Rechecking for solution: 0
Report Id: 19c88f71-dae0-4081-a106-a8e6b30bbcea
Report Status: 2049
Hashed bucket:
Cab Guid: 0”
Information 7/23/2024 2:11:50 PM Windows Error Reporting 1001 None “Fault bucket , type 0
Event Name: LiveKernelEvent
Response: Not available
Cab Id: 0
Problem signature:
P1: 141
P2: ffffe6022f95b460
P3: fffff8023c436750
P4: 0
P5: 17a8
P6: 10_0_19044
P7: 0_0
P8: 256_1
P9:
P10:
Attached files:
\?\C:\Windows\LiveKernelReports\WATCHDOG\WATCHDOG-20240723-1411.dmp
\?\C:\Windows\TEMP\WER-13468765-0.sysdata.xml
\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER9F09.tmp.WERInternalMetadata.xml
\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER9F39.tmp.xml
\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER9F38.tmp.csv
\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER9F58.tmp.txt
These files may be available here:
\?\C:\ProgramData\Microsoft\Windows\WER\ReportQueue\Kernel_141_3f2a2d52ea06ca76955f95feb7cdfe45349a8_00000000_19c88f71-dae0-4081-a106-a8e6b30bbcea
Analysis symbol:
Rechecking for solution: 0
Report Id: 19c88f71-dae0-4081-a106-a8e6b30bbcea
Report Status: 4
Hashed bucket:
Cab Guid: 0”
We updated the driver graphics and reduced the FPS of the application to no avail.
Any help or lead is appreciated.