R6025 run-time error in Visual C++

Post » Sat Feb 22, 2014 5:26 am

The C++ program (i.e., Skyrim V) fails and reports the following run-time error:

runtime error R6025
- pure virtual function call
Hello All,
This error causes an immediate freeze and crash, requiring termination through Task Manager. In my case, I can be playing for 30 minutes, or 5 minutes, and it does not matter what I am doing, where on the map I am, or what action is happening in the game. Suddenly, "Ding!", and I'm frozen due to this error.
I have looked all over the internet for a solution. I have tried just about every fix out there, EXCEPT the one that actually WORKS. :facepalm: Many other people are having the same problem, but NO ONE seems to have an answer...Unless, that is, you happen to be a programmer. Here is Microsoft's solution:
"Calling a pure virtual function is a programming error, so you need to find the call to the pure virtual function and rewrite the code so it is not called.

One way to find a call to a pure virtual function is to replace the pure virtual function with an implementation that calls the Windows API function DebugBreak. When using the debugger, DebugBreak will cause a hard-coded breakpoint. When the code stops running at this breakpoint, you can view the callstack to see where the function was called.

Another way to find a call to a pure virtual function is to set a breakpoint on the _purecall function that is found in PureVirt.c. Breaking on this function has the advantage of keeping the stack intact so that you can trace what is occurring.
"
Oh, yes, of course! Why didn't I thinkn of that! :bonk:
I am not a programmer. The vast majority of people on planet Earth are not programmers. Ergo, we have a problem here that needs a fix, patch, etc.
Any programmers or supra-geniuses out there up for the challenge???
- Valkyrie612

User avatar
Bones47
 
Posts: 3399
Joined: Fri Nov 09, 2007 11:15 pm

Post » Sat Feb 22, 2014 12:29 am

Doubt it's Skyrim unless you were doing that Dawnguard quest. What exactly were you doing in game?
User avatar
Ash
 
Posts: 3392
Joined: Tue Jun 13, 2006 8:59 am

Post » Sat Feb 22, 2014 4:15 am

As deaths_soul say, you have done something in game, and causes this message. !!!!!

Or should i say you are a bit unlucky as you have done something in-game that triggers that message. (Obviously it's a program code you have triggered doing something, and therefore the error !!!!)

------

Same happens on Battlefield 4.

The thing is, you never know what you have done and triggers this error.

The problem:

While using the 320 FB I used one on myself during the waiting for players. It crashed me and gave me a :

Microsoft Visual C++ Runtime Library (window)
Runtime Error! program: e:\origin games\battlefield 4\bf4.exe R6025 - pure virtual function call

---------------

Answer from EA Community Manager:

Hey everyone,

As stated by multiple players in here (thanks!), please refrain from using the M320 until we have a permanent fix for this issue.

Thanks,
Nils

User avatar
Emma Pennington
 
Posts: 3346
Joined: Tue Oct 17, 2006 8:41 am

Post » Sat Feb 22, 2014 3:00 am

Have you tried reinstalling the run-times? WOrth a shot fi you havent. Not sure what you've done vs havent done. Check the redist directory in the SKyrim folder.

Are you using any mods, enb series, etc?

Verify game cache? Refresh .ini files?

A dxdiag post might help also.

User avatar
Ernesto Salinas
 
Posts: 3399
Joined: Sat Nov 03, 2007 2:19 pm

Post » Fri Feb 21, 2014 10:46 pm

yes, actually do you have any mods installed.

Do you have the DLC's as well ????

Have you any mod's installed that are not incompatible with your DLC's, for example Dawnguard. ????

----------

Have you tried do re-install some libraries from internet ???

http://www.softpedia.com/get/Programming/Components-Libraries/Microsoft-Visual-C-Redistributable-Package.shtml

User avatar
Kayleigh Williams
 
Posts: 3397
Joined: Wed Aug 23, 2006 10:41 am

Post » Sat Feb 22, 2014 8:43 am

Hello.

This only happens in Skyrim. I heard about the Dawnguard quest. It cannot be that because I completed that quest a long time ago, and long before this error appeared.

It is not something I have done in the game. If you read what Microsoft says about the error, it is a programming error; essentially, it is a call to a procedure or object where none exists. According to MS, the methods to fix the problem involve debugging the program that caused it (Skyrim), and inserting a break to prevent the eroneous call. This is, of course, not possible for non-Visual C++ programmers like me (even though I am more computer savey than most, having worked in the buisness years ago).

I get a 404 error with your link, Mark41.

I re-installed all versions of MS Visual C++. I also re-installed Skyrim. And no, I have no mods or DLC's. What I have is the original game purchased and downloaded from Steam in 2011. Yes, I verified game cache. I deleted disk content before re-installing, which should have deleted the .ini files; but .ini files cannot be the source for this error anyway.

No mods. No DLC's.

I just managed to play for about an hour this time before the error re-appeared. There seems to be no particular thing I am doing when this happens: I can be running around fighting, or sitting quietly drinking some mead. It doesn't matter where I am, or what characters I am interacting with, etc.

You may be aware that a lot of people are getting this same error. It began for me last week, after it had been several months since I last played. Maybe there was an update sent by Steam that is causing the problem. As I have tried everything I know to try, as well as many suggestions from forums, I am at a loss as to why this is happening. Maybe you all can figure it out.

Regards,

- Valkyrie612

User avatar
Rachyroo
 
Posts: 3415
Joined: Tue Jun 20, 2006 11:23 pm

Post » Sat Feb 22, 2014 12:56 am

A dxdiag post? You sure? OK, then. Here it is by request:

------------------
System Information
------------------
Time of this report: 2/20/2014, 21:23:36
Machine name: JAMES-PC
Operating System: Windows 7 Home Premium 64-bit (6.1, Build 7601) Service Pack 1 (7601.win7sp1_gdr.130828-1532)
Language: English (Regional Setting: English)
System Manufacturer: Compaq-Presario
System Model: AY138AA-ABA CQ5320Y
BIOS: BIOS Date: 11/06/09 10:56:04 Ver: 5.15
Processor: AMD Athlon™ II X2 240 Processor (2 CPUs), ~2.8GHz
Memory: 8192MB RAM
Available OS Memory: 8192MB RAM
Page File: 2134MB used, 14246MB available
Windows Dir: C:\Windows
DirectX Version: DirectX 11
DX Setup Parameters: Not found
User DPI Setting: 96 DPI (100 percent)
System DPI Setting: 96 DPI (100 percent)
DWM DPI Scaling: Disabled
DxDiag Version: 6.01.7601.17514 32bit Unicode

------------
DxDiag Notes
------------
Display Tab 1: No problems found.
Sound Tab 1: No problems found.
Input Tab: No problems found.

--------------------
DirectX Debug Levels
--------------------
Direct3D: 0/4 (retail)
DirectDraw: 0/4 (retail)
DirectInput: 0/5 (retail)
DirectMusic: 0/5 (retail)
DirectPlay: 0/9 (retail)
DirectSound: 0/5 (retail)
DirectShow: 0/6 (retail)

---------------
Display Devices
---------------
Card name: NVIDIA GeForce GTX 650
Manufacturer: NVIDIA
Chip type: GeForce GTX 650
DAC type: Integrated RAMDAC
Device Key: Enum\PCI\VEN_10DE&DEV_0FC6&SUBSYS_0974196E&REV_A1
Display Memory: 4038 MB
Dedicated Memory: 1990 MB
Shared Memory: 2048 MB
Current Mode: 1280 x 800 (32 bit) (30Hz)
Monitor Name: Generic PnP Monitor
Monitor Model: PRI HDMI TV
Monitor Id: PRI0670
Native Mode: 1360 x 768(p) (60.015Hz)
Output Type: HDMI
Driver Name: nvd3dumx.dll,nvwgf2umx.dll,nvwgf2umx.dll,nvd3dum,nvwgf2um,nvwgf2um
Driver File Version: 9.18.0013.3182 (English)
Driver Version: 9.18.13.3182
DDI Version: 11
Driver Model: WDDM 1.1
Driver Attributes: Final Retail
Driver Date/Size: 11/14/2013 06:55:24, 18208624 bytes
WHQL Logo'd: Yes
WHQL Date Stamp:
Device Identifier: {D7B71E3E-4C86-11CF-B076-79291CC2C435}
Vendor ID: 0x10DE
Device ID: 0x0FC6
SubSys ID: 0x0974196E
Revision ID: 0x00A1
Driver Strong Name: oem47.inf:NVIDIA_SetA_Devices.NTamd64.6.1:Section090:9.18.13.3182:pci\ven_10de&dev_0fc6
Rank Of Driver: 00E02001
Video Accel: ModeMPEG2_A ModeMPEG2_C ModeVC1_C ModeWMV9_C
Deinterlace Caps: {6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive
{F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
{5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
{335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
{6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(UYVY,UYVY) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive
{F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: Format(In/Out)=(UYVY,UYVY) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
{5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(UYVY,UYVY) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
{335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(UYVY,UYVY) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
{6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(YV12,0x32315659) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive
{F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: Format(In/Out)=(YV12,0x32315659) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
{5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(YV12,0x32315659) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
{335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(YV12,0x32315659) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
{6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive
{F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: Format(In/Out)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
{5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
{335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
{6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(IMC1,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
{F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: Format(In/Out)=(IMC1,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
{5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC1,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
{335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(IMC1,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
{6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(IMC2,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
{F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: Format(In/Out)=(IMC2,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
{5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC2,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
{335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(IMC2,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
{6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(IMC3,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
{F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: Format(In/Out)=(IMC3,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
{5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC3,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
{335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(IMC3,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
{6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(IMC4,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
{F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: Format(In/Out)=(IMC4,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
{5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC4,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
{335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(IMC4,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
{6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(S340,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
{F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: Format(In/Out)=(S340,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
{5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(S340,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
{335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(S340,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
{6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(S342,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
{F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: Format(In/Out)=(S342,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
{5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(S342,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
{335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(S342,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
D3D9 Overlay: Supported
DXVA-HD: Supported
DDraw Status: Enabled
D3D Status: Enabled
AGP Status: Enabled

-------------
Sound Devices
-------------
Description: PRI HDMI TV-1 (NVIDIA High Definition Audio)
Default Sound Playback: Yes
Default Voice Playback: Yes
Hardware ID: HDAUDIO\FUNC_01&VEN_10DE&DEV_0042&SUBSYS_196E0974&REV_1001
Manufacturer ID: 1
Product ID: 100
Type: WDM
Driver Name: nvhda64v.sys
Driver Version: 1.03.0026.0004 (English)
Driver Attributes: Final Retail
WHQL Logo'd: Yes
Date and Size: 11/14/2013 06:55:45, 196384 bytes
Other Files:
Driver Provider: NVIDIA Corporation
HW Accel Level: Basic
Cap Flags: 0xF1F
Min/Max Sample Rate: 100, 200000
Static/Strm HW Mix Bufs: 1, 0
Static/Strm HW 3D Bufs: 0, 0
HW Memory: 0
Voice Management: No
EAX™ 2.0 Listen/Src: No, No
I3DL2™ Listen/Src: No, No
Sensaura™ ZoomFX™: No

---------------------
Sound Capture Devices
---------------------
-------------------
DirectInput Devices
-------------------
Device Name: Mouse
Attached: 1
Controller ID: n/a
Vendor/Product ID: n/a
FF Driver: n/a

Device Name: Keyboard
Attached: 1
Controller ID: n/a
Vendor/Product ID: n/a
FF Driver: n/a

Device Name: USB Keyboard
Attached: 1
Controller ID: 0x0
Vendor/Product ID: 0x040B, 0x2000
FF Driver: n/a

Device Name: USB Keyboard
Attached: 1
Controller ID: 0x0
Vendor/Product ID: 0x040B, 0x2000
FF Driver: n/a

Device Name: G700 Laser Mouse
Attached: 1
Controller ID: 0x0
Vendor/Product ID: 0x046D, 0xC06B
FF Driver: n/a

Device Name: G700 Laser Mouse
Attached: 1
Controller ID: 0x0
Vendor/Product ID: 0x046D, 0xC06B
FF Driver: n/a

Device Name: G700 Laser Mouse
Attached: 1
Controller ID: 0x0
Vendor/Product ID: 0x046D, 0xC06B
FF Driver: n/a

Device Name: USB Receiver
Attached: 1
Controller ID: 0x0
Vendor/Product ID: 0x046D, 0xC531
FF Driver: n/a

Device Name: USB Receiver
Attached: 1
Controller ID: 0x0
Vendor/Product ID: 0x046D, 0xC531
FF Driver: n/a

Device Name: USB Receiver
Attached: 1
Controller ID: 0x0
Vendor/Product ID: 0x046D, 0xC531
FF Driver: n/a

Device Name: USB Receiver
Attached: 1
Controller ID: 0x0
Vendor/Product ID: 0x046D, 0xC531
FF Driver: n/a

Poll w/ Interrupt: No

-----------
USB Devices
-----------
+ USB Root Hub
| Vendor/Product ID: 0x10DE, 0x03F1
| Matching Device ID: usb\root_hub
| Service: usbhub

----------------
Gameport Devices
----------------

------------
PS/2 Devices
------------
+ HID Keyboard Device
| Vendor/Product ID: 0x040B, 0x2000
| Matching Device ID: hid_device_system_keyboard
| Service: kbdhid
|
+ HID Keyboard Device
| Vendor/Product ID: 0x046D, 0xC06B
| Matching Device ID: hid_device_system_keyboard
| Service: kbdhid
|
+ HID Keyboard Device
| Vendor/Product ID: 0x046D, 0xC531
| Matching Device ID: hid_device_system_keyboard
| Service: kbdhid
|
+ Terminal Server Keyboard Driver
| Matching Device ID: root\rdp_kbd
| Upper Filters: kbdclass
| Service: TermDD
|
+ HID-compliant mouse
| Vendor/Product ID: 0x040B, 0x2000
| Matching Device ID: hid_device_system_mouse
| Service: mouhid
|
+ HID-compliant mouse
| Vendor/Product ID: 0x046D, 0xC06B
| Matching Device ID: hid_device_system_mouse
| Service: mouhid
|
+ HID-compliant mouse
| Vendor/Product ID: 0x046D, 0xC531
| Matching Device ID: hid_device_system_mouse
| Service: mouhid
|
+ Terminal Server Mouse Driver
| Matching Device ID: root\rdp_mou
| Upper Filters: mouclass
| Service: TermDD

------------------------
Disk & DVD/CD-ROM Drives
------------------------
Drive: C:
Free Space: 121.9 GB
Total Space: 466.9 GB
File System: NTFS
Model: ST350041 8AS SCSI Disk Device

Drive: D:
Free Space: 1.5 GB
Total Space: 10.0 GB
File System: NTFS
Model: ST350041 8AS SCSI Disk Device

Drive: E:
Model: hp DVD A DH16AAL SCSI CdRom Device
Driver: c:\windows\system32\drivers\cdrom.sys, 6.01.7601.17514 (English), , 0 bytes

--------------
System Devices
--------------
Name: NVIDIA nForce Serial ATA Controller
Device ID: PCI\VEN_10DE&DEV_03F6&SUBSYS_2A99103C&REV_A2\3&267A616A&0&41
Driver: n/a

Name: NVIDIA nForce PCI System Management
Device ID: PCI\VEN_10DE&DEV_03EB&SUBSYS_2A99103C&REV_A2\3&267A616A&0&09
Driver: n/a

Name: PCI standard host CPU bridge
Device ID: PCI\VEN_1022&DEV_1203&SUBSYS_00000000&REV_00\3&267A616A&0&C3
Driver: n/a

Name: NVIDIA nForce Serial ATA Controller
Device ID: PCI\VEN_10DE&DEV_03F6&SUBSYS_2A99103C&REV_A2\3&267A616A&0&40
Driver: n/a

Name: PCI standard RAM Controller
Device ID: PCI\VEN_10DE&DEV_03EA&SUBSYS_2A99103C&REV_A1\3&267A616A&0&00
Driver: n/a

Name: PCI standard host CPU bridge
Device ID: PCI\VEN_1022&DEV_1202&SUBSYS_00000000&REV_00\3&267A616A&0&C2
Driver: n/a

Name: LSI PCI-SV92EX Soft Modem
Device ID: PCI\VEN_11C1&DEV_0630&SUBSYS_063011C1&REV_01\4&3B028181&0&0060
Driver: n/a

Name: PCI standard RAM Controller
Device ID: PCI\VEN_10DE&DEV_03F5&SUBSYS_2A99103C&REV_A2\3&267A616A&0&0A
Driver: n/a

Name: PCI standard PCI-to-PCI bridge
Device ID: PCI\VEN_10DE&DEV_03E9&SUBSYS_2A99103C&REV_A2\3&267A616A&0&60
Driver: n/a

Name: PCI standard host CPU bridge
Device ID: PCI\VEN_1022&DEV_1201&SUBSYS_00000000&REV_00\3&267A616A&0&C1
Driver: n/a

Name: NVIDIA GeForce GTX 650
Device ID: PCI\VEN_10DE&DEV_0FC6&SUBSYS_0974196E&REV_A1\4&1946ED0D&0&0048
Driver: n/a

Name: PCI standard PCI-to-PCI bridge
Device ID: PCI\VEN_10DE&DEV_03F3&SUBSYS_2A99103C&REV_A1\3&267A616A&0&20
Driver: n/a

Name: PCI standard PCI-to-PCI bridge
Device ID: PCI\VEN_10DE&DEV_03E9&SUBSYS_2A99103C&REV_A2\3&267A616A&0&58
Driver: n/a

Name: PCI standard host CPU bridge
Device ID: PCI\VEN_1022&DEV_1200&SUBSYS_00000000&REV_00\3&267A616A&0&C0
Driver: n/a

Name: High Definition Audio Controller
Device ID: PCI\VEN_10DE&DEV_0E1B&SUBSYS_0974196E&REV_A1\4&1946ED0D&0&0148
Driver: n/a

Name: Standard Enhanced PCI to USB Host Controller
Device ID: PCI\VEN_10DE&DEV_03F2&SUBSYS_2A99103C&REV_A3\3&267A616A&0&11
Driver: n/a

Name: PCI standard PCI-to-PCI bridge
Device ID: PCI\VEN_10DE&DEV_03E8&SUBSYS_2A99103C&REV_A2\3&267A616A&0&48
Driver: n/a

Name: Standard OpenHCD USB Host Controller
Device ID: PCI\VEN_10DE&DEV_03F1&SUBSYS_2A99103C&REV_A3\3&267A616A&0&10
Driver: n/a

Name: PCI standard ISA bridge
Device ID: PCI\VEN_10DE&DEV_03E0&SUBSYS_2A99103C&REV_A2\3&267A616A&0&08
Driver: n/a

Name: High Definition Audio Controller
Device ID: PCI\VEN_10DE&DEV_03F0&SUBSYS_2A99103C&REV_A2\3&267A616A&0&28
Driver: n/a

Name: NVIDIA nForce Networking Controller
Device ID: PCI\VEN_10DE&DEV_03EF&SUBSYS_2A99103C&REV_A2\3&267A616A&0&38
Driver: n/a

Name: PCI standard host CPU bridge
Device ID: PCI\VEN_1022&DEV_1204&SUBSYS_00000000&REV_00\3&267A616A&0&C4
Driver: n/a

------------------
DirectShow Filters
------------------

DirectShow Filters:
WMAudio Decoder DMO,0x00800800,1,1,WMADMOD.DLL,6.01.7601.17514
WMAPro over S/PDIF DMO,0x00600800,1,1,WMADMOD.DLL,6.01.7601.17514
WMSpeech Decoder DMO,0x00600800,1,1,WMSPDMOD.DLL,6.01.7601.17514
MP3 Decoder DMO,0x00600800,1,1,mp3dmod.dll,6.01.7600.16385
Mpeg4s Decoder DMO,0x00800001,1,1,mp4sdecd.dll,6.01.7600.16385
WMV Screen decoder DMO,0x00600800,1,1,wmvsdecd.dll,6.01.7601.17514
WMVideo Decoder DMO,0x00800001,1,1,wmvdecod.dll,6.01.7601.18221
Expression Encoder Screen Codec 2,0x00600800,1,1,Microsoft.Expression.Encoder.EEScreen.Codec.dll,4.00.3205.0000
Mpeg43 Decoder DMO,0x00800001,1,1,mp43decd.dll,6.01.7600.16385
Mpeg4 Decoder DMO,0x00800001,1,1,mpg4decd.dll,6.01.7600.16385
WMT VIH2 Fix,0x00200000,1,1,WLXVAFilt.dll,14.00.8081.0709
Record Queue,0x00200000,1,1,WLXVAFilt.dll,14.00.8081.0709
WMT Switch Filter,0x00200000,1,1,WLXVAFilt.dll,14.00.8081.0709
WMT Virtual Renderer,0x00200000,1,0,WLXVAFilt.dll,14.00.8081.0709
WMT DV Extract,0x00200000,1,1,WLXVAFilt.dll,14.00.8081.0709
WMT Virtual Source,0x00200000,0,1,WLXVAFilt.dll,14.00.8081.0709
WMT Sample Information Filter,0x00200000,1,1,WLXVAFilt.dll,14.00.8081.0709
DV Muxer,0x00400000,0,0,qdv.dll,6.06.7601.17514
Color Space Converter,0x00400001,1,1,quartz.dll,6.06.7601.17713
WM ASF Reader,0x00400000,0,0,qasf.dll,12.00.7601.17514
Screen Capture filter,0x00200000,0,1,wmpsrcwp.dll,12.00.7601.17514
AVI Splitter,0x00600000,1,1,quartz.dll,6.06.7601.17713
VGA 16 Color Ditherer,0x00400000,1,1,quartz.dll,6.06.7601.17713
SBE2MediaTypeProfile,0x00200000,0,0,sbe.dll,6.06.7601.17528
Microsoft DTV-DVD Video Decoder,0x005fffff,2,4,msmpeg2vdec.dll,12.00.9200.16426
LAME Audio Encoder,0x00200000,1,1,lame_dshow.ax,1.00.0061.24875
AC3 Parser Filter,0x00600000,1,1,mpg2splt.ax,6.06.7601.17528
StreamBufferSink,0x00200000,0,0,sbe.dll,6.06.7601.17528
MJPEG Decompressor,0x00600000,1,1,quartz.dll,6.06.7601.17713
MPEG-I Stream Splitter,0x00600000,1,2,quartz.dll,6.06.7601.17713
SAMI (CC) Parser,0x00400000,1,1,quartz.dll,6.06.7601.17713
VBI Codec,0x00600000,1,4,VBICodec.ax,6.06.7601.17514
MPEG-2 Splitter,0x005fffff,1,0,mpg2splt.ax,6.06.7601.17528
Closed Captions anolysis Filter,0x00200000,2,5,cca.dll,6.06.7601.17514
SBE2FileScan,0x00200000,0,0,sbe.dll,6.06.7601.17528
Microsoft MPEG-2 Video Encoder,0x00200000,1,1,msmpeg2enc.dll,6.01.7601.17514
Techsmith Encoder Quicktime MOV Source,0x00200000,0,2,TimelineFilters.dll,2.03.12200.0001
Internal Script Command Renderer,0x00800001,1,0,quartz.dll,6.06.7601.17713
MPEG Audio Decoder,0x03680001,1,1,quartz.dll,6.06.7601.17713
TechSmith File Source,0x00400000,0,1,CamtasiaFilters.dll,8.01.0002.1327
TechSmith SWF Writer,0x00200000,2,0,CamtasiaFilters.dll,8.01.0002.1327
TechSmith WMFSDK Writer,0x00200000,1,0,CamtasiaFilters.dll,8.01.0002.1327
TechSmith Simple PIP,0x00200000,0,0,CamtasiaFilters.dll,8.01.0002.1327
ImageSource,0x00200000,0,0,CamtasiaFilters.dll,8.01.0002.1327
TitleSource,0x00200000,0,0,CamtasiaFilters.dll,8.01.0002.1327
TechSmith Time Adjust,0x00200000,1,1,CamtasiaFilters.dll,8.01.0002.1327
TechSmith Splitter Filter,0x00200000,1,1,CamtasiaFilters.dll,8.01.0002.1327
TechSmith Frame Skip Filter,0x00200000,1,1,CamtasiaFilters.dll,8.01.0002.1327
TechSmith Perf Skip Filter,0x00200000,1,1,CamtasiaFilters.dll,8.01.0002.1327
TechSmith ZoomPIP Filter,0x00200000,2,1,CamtasiaFilters.dll,8.01.0002.1327
TechSmith PushVMR Source,0x00200000,0,1,CamtasiaFilters.dll,8.01.0002.1327
TechSmith PushBitmap Source,0x00200000,0,2,CamtasiaFilters.dll,8.01.0002.1327
TechSmith PushBitmap Source,0x00200000,0,2,CamtasiaFilters.dll,8.01.0002.1327
TechSmith SimplePushBitmap Source,0x00200000,0,2,CamtasiaFilters.dll,8.01.0002.1327
TechSmith Wave Dest,0x00200000,0,0,CamtasiaFilters.dll,8.01.0002.1327
TechSmith Overlay,0x00200000,1,1,CamtasiaFilters.dll,8.01.0002.1327
TechSmith Wave Buffer,0x00200000,1,0,CamtasiaFilters.dll,8.01.0002.1327
TechSmith ForceColor 8,0x00200000,0,0,CamtasiaFilters.dll,8.01.0002.1327
TechSmith ForceColor 555,0x00200000,0,0,CamtasiaFilters.dll,8.01.0002.1327
TechSmith ForceColor 565,0x00200000,0,0,CamtasiaFilters.dll,8.01.0002.1327
TechSmith ForceColor 24,0x00200000,0,0,CamtasiaFilters.dll,8.01.0002.1327
TechSmith ForceColor 32,0x00200000,0,0,CamtasiaFilters.dll,8.01.0002.1327
TechSmith Force Color32A,0x00200000,0,0,CamtasiaFilters.dll,8.01.0002.1327
SSFileWriter,0x00200000,1,0,CamtasiaFilters.dll,8.01.0002.1327
TechSmith Frame Rate Tuner,0x00200000,1,1,CamtasiaFilters.dll,8.01.0002.1327
TechSmith Camera Adjust,0x00200000,1,1,CamtasiaFilters.dll,8.01.0002.1327
Techsmith Quicktime MOV Source,0x00600000,0,2,CamtasiaFilters.dll,8.01.0002.1327
TechSmith Sound Effects Filter,0x00200000,1,1,CamtasiaFilters.dll,8.01.0002.1327
TechSmith Flv Key Frame Setter,0x00200000,1,1,CamtasiaFilters.dll,8.01.0002.1327
TechSmith Floating Point Wave Filter,0x003fffff,1,1,CamtasiaFilters.dll,8.01.0002.1327
DV Splitter,0x00600000,1,2,qdv.dll,6.06.7601.17514
Video Mixing Renderer 9,0x00200000,1,0,quartz.dll,6.06.7601.17713
Microsoft MPEG-2 Encoder,0x00200000,2,1,msmpeg2enc.dll,6.01.7601.17514
Sample File Source (Async.),0x00400000,0,1,TimelineFilters.dll,2.03.12200.0001
ACM Wrapper,0x00600000,1,1,quartz.dll,6.06.7601.17713
Video Renderer,0x00800001,1,0,quartz.dll,6.06.7601.17713
MPEG-2 Video Stream anolyzer,0x00200000,0,0,sbe.dll,6.06.7601.17528
Line 21 Decoder,0x00600000,1,1,qdvd.dll,6.06.7601.17713
Video Port Manager,0x00600000,2,1,quartz.dll,6.06.7601.17713
Video Renderer,0x00400000,1,0,quartz.dll,6.06.7601.17713
File Writer,0x00200000,1,0,WLXVAFilt.dll,14.00.8081.0709
VPS Decoder,0x00200000,0,0,WSTPager.ax,6.06.7601.17514
WM ASF Writer,0x00400000,0,0,qasf.dll,12.00.7601.17514
VBI Surface Allocator,0x00600000,1,1,vbisurf.ax,6.01.7601.17514
File writer,0x00200000,1,0,qcap.dll,6.06.7601.17514
iTV Data Sink,0x00600000,1,0,itvdata.dll,6.06.7601.17514
iTV Data Capture filter,0x00600000,1,1,itvdata.dll,6.06.7601.17514
Expression Encoder Screen Codec 2,0x00600000,0,0,Microsoft.Expression.Encoder.EEScreen.Codec.dll,4.00.3205.0000
Techsmith Encoder Color Source,0x00200000,0,1,TimelineFilters.dll,2.03.12200.0001
DVD Navigator,0x00200000,0,3,qdvd.dll,6.06.7601.17713
Overlay Mixer2,0x00200000,1,1,qdvd.dll,6.06.7601.17713
AVI Draw,0x00600064,9,1,quartz.dll,6.06.7601.17713
TechSmith Grabber Sample Filter,0x00200000,1,1,CamtasiaFilters.dll,8.01.0002.1327
RDP DShow Redirection Filter,0xffffffff,1,0,DShowRdpFilter.dll,
Microsoft MPEG-2 Audio Encoder,0x00200000,1,1,msmpeg2enc.dll,6.01.7601.17514
WST Pager,0x00200000,1,1,WSTPager.ax,6.06.7601.17514
Techsmith Encoder Smooth Scale Source,0x00200000,1,1,TimelineFilters.dll,2.03.12200.0001
MPEG-2 Demultiplexer,0x00600000,1,1,mpg2splt.ax,6.06.7601.17528
DV Video Decoder,0x00800000,1,1,qdv.dll,6.06.7601.17514
SampleGrabber,0x00200000,1,1,qedit.dll,6.06.7601.18175
Null Renderer,0x00200000,1,0,qedit.dll,6.06.7601.18175
MPEG-2 Sections and Tables,0x005fffff,1,0,Mpeg2Data.ax,6.06.7601.17514
Microsoft AC3 Encoder,0x00200000,1,1,msac3enc.dll,6.01.7601.17514
StreamBufferSource,0x00200000,0,0,sbe.dll,6.06.7601.17528
Smart Tee,0x00200000,1,2,qcap.dll,6.06.7601.17514
Overlay Mixer,0x00200000,0,0,qdvd.dll,6.06.7601.17713
AVI Decompressor,0x00600000,1,1,quartz.dll,6.06.7601.17713
AVI/WAV File Source,0x00400000,0,2,quartz.dll,6.06.7601.17713
Wave Parser,0x00400000,1,1,quartz.dll,6.06.7601.17713
MIDI Parser,0x00400000,1,1,quartz.dll,6.06.7601.17713
Multi-file Parser,0x00400000,1,1,quartz.dll,6.06.7601.17713
File stream renderer,0x00400000,1,1,quartz.dll,6.06.7601.17713
Techsmith Encoder Image Source,0x00200000,0,1,TimelineFilters.dll,2.03.12200.0001
Microsoft DTV-DVD Audio Decoder,0x005fffff,1,1,msmpeg2adec.dll,6.01.7140.0000
StreamBufferSink2,0x00200000,0,0,sbe.dll,6.06.7601.17528
AVI Mux,0x00200000,1,0,qcap.dll,6.06.7601.17514
Line 21 Decoder 2,0x00600002,1,1,quartz.dll,6.06.7601.17713
File Source (Async.),0x00400000,0,1,quartz.dll,6.06.7601.17713
File Source (URL),0x00400000,0,1,quartz.dll,6.06.7601.17713
Infinite Pin Tee Filter,0x00200000,1,1,qcap.dll,6.06.7601.17514
Enhanced Video Renderer,0x00200000,1,0,evr.dll,6.01.7601.17514
BDA MPEG2 Transport Information Filter,0x00200000,2,0,psisrndr.ax,6.06.7601.17669
MPEG Video Decoder,0x40000001,1,1,quartz.dll,6.06.7601.17713
iZotope Vocal Enhancement,0x00200000,1,1,iZotope_VocalEnhancement.dll,1.00.0000.0024
iZotope Consumer Restoration,0x00200000,1,1,iZotope_ConsumerRestoration.dll,1.00.0000.0024

WDM Streaming Tee/Splitter Devices:
Tee/Sink-to-Sink Converter,0x00200000,1,1,ksproxy.ax,6.01.7601.17514

Video Compressors:
WMVideo8 Encoder DMO,0x00600800,1,1,wmvxencd.dll,6.01.7600.16385
WMVideo9 Encoder DMO,0x00600800,1,1,wmvencod.dll,6.01.7600.16385
MSScreen 9 encoder DMO,0x00600800,1,1,wmvsencd.dll,6.01.7600.16385
DV Video Encoder,0x00200000,0,0,qdv.dll,6.06.7601.17514
MJPEG Compressor,0x00200000,0,0,quartz.dll,6.06.7601.17713
Cinepak Codec by Radius,0x00200000,1,1,qcap.dll,6.06.7601.17514
Panasonic DV CODEC,0x00200000,1,1,qcap.dll,6.06.7601.17514
Intel IYUV codec,0x00200000,1,1,qcap.dll,6.06.7601.17514
Intel IYUV codec,0x00200000,1,1,qcap.dll,6.06.7601.17514
Microsoft RLE,0x00200000,1,1,qcap.dll,6.06.7601.17514
Microsoft Video 1,0x00200000,1,1,qcap.dll,6.06.7601.17514
TechSmith Screen Codec 2,0x00200000,1,1,qcap.dll,6.06.7601.17514
TechSmith Screen Capture Codec,0x00200000,1,1,qcap.dll,6.06.7601.17514

Audio Compressors:
WM Speech Encoder DMO,0x00600800,1,1,WMSPDMOE.DLL,6.01.7600.16385
WMAudio Encoder DMO,0x00600800,1,1,WMADMOE.DLL,6.01.7600.16385
LAME Audio Encoder,0x00200000,1,1,lame_dshow.ax,1.00.0061.24875
IMA ADPCM,0x00200000,1,1,quartz.dll,6.06.7601.17713
PCM,0x00200000,1,1,quartz.dll,6.06.7601.17713
Microsoft ADPCM,0x00200000,1,1,quartz.dll,6.06.7601.17713
GSM 6.10,0x00200000,1,1,quartz.dll,6.06.7601.17713
CCITT A-Law,0x00200000,1,1,quartz.dll,6.06.7601.17713
CCITT u-Law,0x00200000,1,1,quartz.dll,6.06.7601.17713
MPEG Layer-3,0x00200000,1,1,quartz.dll,6.06.7601.17713

PBDA CP Filters:
PBDA DTFilter,0x00600000,1,1,CPFilters.dll,6.06.7601.17528
PBDA ETFilter,0x00200000,0,0,CPFilters.dll,6.06.7601.17528
PBDA PTFilter,0x00200000,0,0,CPFilters.dll,6.06.7601.17528

Midi Renderers:
Default MidiOut Device,0x00800000,1,0,quartz.dll,6.06.7601.17713
Microsoft GS Wavetable Synth,0x00200000,1,0,quartz.dll,6.06.7601.17713

WDM Streaming Capture Devices:
,0x00000000,0,0,,
Realtek HD Audio Line input,0x00200000,1,1,ksproxy.ax,6.01.7601.17514
Realtek HD Audio Mic input,0x00200000,1,1,ksproxy.ax,6.01.7601.17514
Realtek HD Audio Stereo input,0x00200000,1,1,ksproxy.ax,6.01.7601.17514

WDM Streaming Rendering Devices:
,0x00000000,0,0,,
Realtek HD Audio rear output,0x00200000,1,1,ksproxy.ax,6.01.7601.17514

BDA Network Providers:
Microsoft ATSC Network Provider,0x00200000,0,1,MSDvbNP.ax,6.06.7601.17514
Microsoft DVBC Network Provider,0x00200000,0,1,MSDvbNP.ax,6.06.7601.17514
Microsoft DVBS Network Provider,0x00200000,0,1,MSDvbNP.ax,6.06.7601.17514
Microsoft DVBT Network Provider,0x00200000,0,1,MSDvbNP.ax,6.06.7601.17514
Microsoft Network Provider,0x00200000,0,1,MSNP.ax,6.06.7601.17514

Multi-Instance Capable VBI Codecs:
VBI Codec,0x00600000,1,4,VBICodec.ax,6.06.7601.17514

BDA Transport Information Renderers:
BDA MPEG2 Transport Information Filter,0x00600000,2,0,psisrndr.ax,6.06.7601.17669
MPEG-2 Sections and Tables,0x00600000,1,0,Mpeg2Data.ax,6.06.7601.17514

BDA CP/CA Filters:
Decrypt/Tag,0x00600000,1,1,EncDec.dll,6.06.7601.17708
Encrypt/Tag,0x00200000,0,0,EncDec.dll,6.06.7601.17708
PTFilter,0x00200000,0,0,EncDec.dll,6.06.7601.17708
XDS Codec,0x00200000,0,0,EncDec.dll,6.06.7601.17708

WDM Streaming Communication Transforms:
Tee/Sink-to-Sink Converter,0x00200000,1,1,ksproxy.ax,6.01.7601.17514

Audio Renderers:
PRI HDMI TV-1 (NVIDIA High Defi,0x00200000,1,0,quartz.dll,6.06.7601.17713
Default DirectSound Device,0x00800000,1,0,quartz.dll,6.06.7601.17713
Default WaveOut Device,0x00200000,1,0,quartz.dll,6.06.7601.17713
DirectSound: PRI HDMI TV-1 (NVIDIA High Definition Audio),0x00200000,1,0,quartz.dll,6.06.7601.17713

---------------
EVR Power Information
---------------
Current Setting: {5C67A112-A4C9-483F-B4A7-1D473BECAFDC} (Quality)
Quality Flags: 2576
Enabled:
Force throttling
Allow half deinterlace
Allow scaling
Decode Power Usage: 100
Balanced Flags: 1424
Enabled:
Force throttling
Allow batching
Force half deinterlace
Force scaling
Decode Power Usage: 50
PowerFlags: 1424
Enabled:
Force throttling
Allow batching
Force half deinterlace
Force scaling
Decode Power Usage: 0

User avatar
Jessica Raven
 
Posts: 3409
Joined: Thu Dec 21, 2006 4:33 am

Post » Sat Feb 22, 2014 6:57 am

Use spoiler tags. They go like this. dxdiag <==== replace < > with [ ]

I can tell you right now Obsidian likely isnt going to release a patch.

Microsoft explains the error from a programmers perspective. You may have stumbled across their developer knowledge base.

I've had errors like this before. It doesn't necessarily have anything to do with Skyrim.

Im referring to the .ini files the game creates. Locatted in ../My documents/my games/Skyrim

User avatar
Andrew Perry
 
Posts: 3505
Joined: Sat Jul 07, 2007 5:40 am

Post » Sat Feb 22, 2014 12:12 am

http://www.gamesas.com/topic/1421930-c-runtime-error-mega-thread/

User avatar
Angela
 
Posts: 3492
Joined: Mon Mar 05, 2007 8:33 am


Return to V - Skyrim