Log Name: System
Source: nvlddmkm
Date: 18/05/2020 12:17:20
Event ID: 13
Task Category: None
Level: Error
Keywords: Classic
User: N/A
Computer: DESKTOP-CDEFV44
Description:
The description for Event ID 13 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
Graphics SM Warp Exception on (GPC 3, TPC 2, SM 1): Misaligned PC
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">13</EventID>
<Level>2</Level>
<Task>0</Task>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2020-05-18T11:17:20.126326100Z" />
<EventRecordID>6991</EventRecordID>
<Channel>System</Channel>
<Computer>DESKTOP-CDEFV44</Computer>
<Security />
</System>
<EventData>
<Data>\Device\Video3</Data>
<Data>Graphics SM Warp Exception on (GPC 3, TPC 2, SM 1): Misaligned PC</Data>
<Binary>0000000002003000000000000D00AAC0000000000000000000000000000000000000000000000000</Binary>
</EventData>
</Event>
Log Name: System
Source: nvlddmkm
Date: 18/05/2020 12:17:20
Event ID: 13
Task Category: None
Level: Error
Keywords: Classic
User: N/A
Computer: DESKTOP-CDEFV44
Description:
The description for Event ID 13 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
Graphics Exception: ESR 0x51d7b0=0xa0005 0x51d7b4=0x20 0x51d7a8=0x4c1eb72 0x51d7ac=0x174
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">13</EventID>
<Level>2</Level>
<Task>0</Task>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2020-05-18T11:17:20.126326100Z" />
<EventRecordID>6992</EventRecordID>
<Channel>System</Channel>
<Computer>DESKTOP-CDEFV44</Computer>
<Security />
</System>
<EventData>
<Data>\Device\Video3</Data>
<Data>Graphics Exception: ESR 0x51d7b0=0xa0005 0x51d7b4=0x20 0x51d7a8=0x4c1eb72 0x51d7ac=0x174</Data>
<Binary>0000000002003000000000000D00AAC0000000000000000000000000000000000000000000000000</Binary>
</EventData>
</Event>
they appear in the order that they are listed here
\Device\Video3
Graphics SM Warp Exception on (GPC 3, TPC 2, SM 1): Misaligned PC
PC probably means Program Counter in this context. NVIDIA has a CUDA tool to help developers diagnose this type of issue but FAH's GPU core is built using OpenCL. Can someone recommend a good GPU memory test?
What is the manufacturer and model number of your 2070 Super? Does it have any odd characteristics like different amounts of L1/L2 cache depending on which shader core is used? If you look back in Event Viewer for other instances, are they also "GPC 3, TPC 2, SM 1"?
This is the card https://www.zotac.com/pk/product/graphi ... -mini#spec
Not sure about characteristics but the link is to the spec page
As far as i can see the error pairing are identical each time
Well not sure if this is progress or just frustrating. Did a clean re-instal of windows and the OpenCl benchmark ran fine. tried FAH and it failed as before. Oddly if I delete the GPU slot, create a second CPU slot and then edit it to be a GPU slot, the first GPU job it tries runs ok but all subsequent ones fail. That has worked twice now. Go figure
Please note that if the Slot is configured for CPU and has a WU, it can only run on the CPU. Changing it to the GPU Slot will cause it to work... the WU that it resumes can only run on the CPU. Maybe you can post the log file to see what's happening in the case where you manually changed the Slot type?
ETA:
Now ↞ Very Soon ↔ Soon ↔ Soon-ish ↔ Not Soon ↠ End Of Time
PantherX yes the job that it starts before the slot is edited to GPU runs on the CPU as you say but the next job it picks up runs on the GPU and you can see the load on the GPU is task manager confirming that is what is happening. Will have a look at the log and post in a few minutes if I can find that part. should be near the start of the log when filtered for Slot 1
Didn't work this time around so nothing useful in the go. I am struggling to think where to go next with this. Seems really odd that a relatively high spec machine can't get this to run, especially as it was running absolutely fine for a quite a while before these issues
<EventData>
<Data>\Device\Video3</Data>
<Data>Graphics SM Warp Exception on (GPC 3, TPC 2, SM 1): Misaligned PC</Data>
<Binary>0000000002003000000000000D00AAC0000000000000000000000000000000000000000000000000</Binary>
</EventData>
You mentioned that the errors are logged in pairs. For the errors that have this section, is it always Warp Exception and Misaligned PC? Are the GPC, TPC, and SM numbers always the same?