Forum Discussion
Dev channel update to 85.0.531.1 is live
josh_bodner This build seems crashy as hell. Anything involving moving video between displays or off- and back on-screen (via scrolling) eventually leads to the GPU driver crashing (RTX 2070S here), or if the new hardware-accelerated GPU scheduling in Windows 10 2004 is enabled, to outright system crashes. If Edge Dev ran for an hour, things start getting wonky, leading to the eventual crash.
The GPU driver crashes are undefined Event 14 in nvlddmkm, when hardware scheduling is disabled. When scheduling is enabled, it does bugcheck 0x0000007E.
Example:
Log Name: System
Source: nvlddmkm
Date: 2020-06-04 17:42:36
Event ID: 14
Task Category: None
Level: Error
Keywords: Classic
User: N/A
Computer: DESKTOP-CRRU2JI
Description:
The description for Event ID 14 from source nvlddmkm cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.
If the event originated on another computer, the display information had to be saved with the event.
The following information was included with the event:
\Device\Video3
CMDre 00000003 00000200 00001000 00000005 00000018
The message resource is present but the message was not found in the message table
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="nvlddmkm" />
<EventID Qualifiers="49322">14</EventID>
<Version>0</Version>
<Level>2</Level>
<Task>0</Task>
<Opcode>0</Opcode>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2020-06-04T15:42:36.3942149Z" />
<EventRecordID>13294</EventRecordID>
<Correlation />
<Execution ProcessID="4" ThreadID="19468" />
<Channel>System</Channel>
<Computer>DESKTOP-CRRU2JI</Computer>
<Security />
</System>
<EventData>
<Data>\Device\Video3</Data>
<Data>CMDre 00000003 00000200 00001000 00000005 00000018</Data>
<Binary>0000000002003000000000000E00AAC0000000000000000000000000000000000000000000000000</Binary>
</EventData>
</Event>
- josh_bodnerJun 18, 2020Microsoft
Glowtape we've got some other reports of people on Windows 10 version 2004 experiencing bluescreens from their Nvidia 20x0 drivers while playing video in Edge. While we're looking into it, you might also try running Edge with the --disable-playready-hardware-drm flag, as that's helped some people, although doing so may limit the quality of video that you can view, so you'll want to remember to take that flag off once the issue gets fixed.