|
|
#1 |
![]() Join Date: May 2011
Reputation: 7
Posts: 197
|
Microsoft Visual C++ Runtime Library Error Crashing Skyrim
Can some on please tell me how to fix this? It only happens sometimes. I don't have any mods. The only DLC I have is Dawnguard.
Last edited by Invader ZAK: 11-20-2012 at 04:56 PM. |
|
|
|
|
|
#3 |
![]() Join Date: Sep 2012
Reputation: 146
Posts: 806
|
If this above didn't helped ( it would surprise me if it did ... ) can you post your system specs ? ( post your OS ( fe "windows7 64 bit") / CPU / RAM / gfx card )
Please also ensure that your C++ library is up to date. |
|
|
|
|
|
#4 |
![]() Join Date: May 2011
Reputation: 7
Posts: 197
|
The issue is that the game crashes because of a Microsoft C++ error and it says: R6025 -Pure virtual function call
Updating my java didn't work. If you need to know my specs: windows 7 32 bit 2.4 ghz cpu 2 gb ram amd radeon 4850 Can someone please tell me how to update my C++ library? I don't know how. If anyone can help me fix this it would be HUGELY appreciated. |
|
|
|
|
|
#5 |
![]() Join Date: Sep 2012
Reputation: 35
Posts: 141
|
heres a link for the dist pack for ms c++ library.
http://www.microsoft.com/en-us/downl...s.aspx?id=5555 heres the google page i found it on. may have a better answer for u ... http://www.google.ca/url?sa=t&rct=j&...RXE4Q0n1a1esXw |
|
|
|
|
|
#6 |
![]() Join Date: May 2012
Reputation: 77
Posts: 686
|
I've had that happen with other games (on CD/DVD) and had to reinstall the game to fix it.
|
|
|
|
|
|
#7 |
![]() Join Date: May 2011
Reputation: 7
Posts: 197
|
Thanks, to both of you! I'll try updating and then re installing if that doesn't work.
One question about downloading/updating the C++. Do I have to uninstall the old Microsoft C++ or will it automatically overwrite it? |
|
|
|
|
|
#8 |
![]() Join Date: Sep 2012
Reputation: 35
Posts: 141
|
|
|
|
|
|
|
#9 | |
|
Banned
Join Date: Mar 2012
Reputation: 247
Posts: 2,680
|
Quote:
Make sure you get the 64 bit version if you have Windows 7 64 bit. You may need to update DotNetFX as well. ~ |
|
|
|
|
|
|
#10 |
![]() Join Date: Sep 2012
Reputation: 146
Posts: 806
|
the problem at windows error message is that it's thrown up within a series of error. At least some windows errors have several causes and meaning, which makes it more difficult to find the problem.
A most known cause is RAM limitation within a 32bit system. that's why i asked for your specs, but you have win7 32 bit with 2GB, which is enough. Adding more RAM doesn't work because 32bit supports only up to 2GB addressing. since you are saying "it happens sometimes" then it could be that the error is thrown up when the system cannot find the data in the RAM. 2GB is pretty small, with windows7, you have 1GB left. Ensure that your skyrim game doesn't exceed 1GB gap. If it happens, then you may be unlucky if the required data information got moved to the swap file in HDD instead of being on the RAM. the RAM works by this way ; if the page table is full, the oldest/least frequently used partition is moved to swap memory in HDD to replace it with new data. After a while, when the swap partition got timed out ( not re-used) it will be removed from your virtual memory. Well here, the CPU inserts an address on your RAM. But it doesn't contain the right data ( it's checked before excluding ). Since the game is a continuous progress, it cannot wait long enough ( swapping data from RAM to HDD is slow because HDD is the slowest part of your system ) and thus it gives up and throws an exception to windows. |
|
|
|
|
|
#11 | ||
![]() Join Date: Jan 2013
Reputation: 0
Posts: 10
|
Invader ZAK, were you able to fix the problem and if so what did you do? If not, what model cpu is it that you have?
Quote:
Quote:
Windows 7 all versions but starter: 2GB Max for the Process 'The Game' and 2GB Max for the System 'The OS'. That equals 4GB Windows 7 Starter: I think it is 1GB for the Process and 1GB for the System. That equals 2GB This means adding more RAM will allow more memory for the game, which usually improves performance, unless he has Windows 7 Starter version of course, but he did not state the version he is using. Have a look here for MS 32bit addressing information: http://msdn.microsoft.com/en-us/libr...(v=vs.85).aspx Back to the C++ problem, adding more RAM will not fix this as it is a bug in the game or maybe a incompatibility with some hardware, see the link below for a Description of the R6025 run-time error in Visual C++. http://support.microsoft.com/kb/125749 What did not fix this problem: - Reinstalling Steam - Reinstalling Skyrim - Reinstalling XP or 7 - Reinstalling .NET Frameworks - Reinstalling Microsoft Visual C++ 2010 Redistributable - Reinstalling DirectX - Making sure all Drivers/Software was Updated - Contacting Bethesda Technical Support I like the idea that a Java update would fix the problem, thats funny. Did Bethesda come up with that one? Only way I know to fix this problem: - Disable Dawnguard I contacted their tech support and all they did was tell me to do what I already tried multiple times. They kept switching Tech Support people and repeating the same steps over like a scratched record. I spent a lot of time creating a nicely formatted list of what I tried and the processes running, etc. and they did not even read it and even told me so. They said they were going to send me to the next tier of support and then they stopped contacting me. They even told me once to install the Microsoft Visual C++ 2008 Redistributable, but the game uses the Microsoft Visual C++ 2010 Redistributable. |
||
|
|
|
|
|
#12 | |
![]() Join Date: Sep 2012
Reputation: 146
Posts: 806
|
Quote:
If you have experienced it too, then you can dig in the event viewer to narrow down the cause. That message is being thrown up at several exceptions caused by the software. |
|
|
|
|
|
|
#13 | |
![]() Join Date: Jan 2013
Reputation: 0
Posts: 10
|
Quote:
Unfortunately there has never been an entry in the event viewer for these errors for me and the only reason I found out it was the C++ runtime 6025 error was due to I installed MS Visual Studio 2010 so that I could capture a dump and try to get more information to send to Bethesda. |
|
|
|
|
|
|
#14 |
![]() Join Date: Jan 2013
Reputation: 0
Posts: 10
|
After further testing I have found out that my information was incorrect, so it is back to testing.
Last edited by Buck213: 02-18-2013 at 06:37 AM. |
|
|
|
|
|
#15 |
![]() Join Date: Dec 2004
Reputation: 1092
Posts: 2,060
|
I don't think declining vampirism has anything to do with it. Well, not in my case anyway.
In my case, it's the way Skyrim handles their save files with new DLC is what cause these MS Visual C++ errors. Take for instance when I bought, downloaded and enabled Dragonborn. Before I bought it, my saves all worked fine. No crashes, no MS Visual C++ errors. After I bought DB, I start getting the MS Visual C++ errors. This was especially annoying since I wanted to go through DB on my level 81 character. But no, I had to rid myself of my saves at that point (well, I backed them up before deleting them). New characters after obtaining Dragonborn? No problems what so ever. So yeah, if you get these MS Visual C++ errors, move your save files, and create new characters and see if that fixes it. |
|
|
|
![]() |
|
||||||
| Thread Tools | |
| Display Modes | |
|
|