473,811 Members | 1,881 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Runtime error R6025

1 New Member
Hi,
could someone guide me step by step how to fix this problem.
runtime error
-pure virtual function call

I have posted the entire image and message here
[EDIT: Broken Link]
http://www.bayleyscorp .com/Error.html

Thanks.
Nov 3 '06 #1
8 43671
skelle kitty
1 New Member
Hello ibayley,

I had the same error message that came up that said:

Runtime error!
Program C:\Program Files\MSN Messenger\msnms gr.exe
R6025
Pure Virtual Function Call

And, boy, did it piss me off! I could not access my Windows Live Messenger program at all - it just wouldn't boot-up.

I tried everything I could think of - everything but reformatting! I ran anti-viruses, anti-spyware, anti-malware, CCleaner-ed, Registry Mechanic-ed, etc, etc, etc. Nothing worked.

So, what you got to do is:

1. Uninstall the offending program - in my case it was MSN - and all associated programs (eg: SweetIM)

2. Click Start, click Run, type cleanmgr, check the following boxes:
- Downloaded Program Files
- Temporary Internet Files
- Temporary files
- Temporary Offline Files
- Offline Files

3. Click Start, click Run, type CMD, and press ENTER, cut-&-paste in the following commands and follow the given prompts:
Expand|Select|Wrap|Line Numbers
  1. del "%USERPROFILE%\Application Data\Microsoft\IdentityCRL"
  2. del "%ALLUSERSPROFILE%\Application Data\Microsoft\IdentityCRL"
  3. del "%USERPROFILE%\Local Settings\Application Data\Microsoft\Windows Live Contacts"
  4. del "%USERPROFILE%\Contacts"  
  5. del "%USERPROFILE%\Local Settings\Application Data\Microsoft\Messenger\<Users Live ID>\Sharing Folders"
  6. del "%USERPROFILE%\Local Settings\Application Data\Microsoft\Messenger\<Users Live ID>\SharingMetaData"  
  7.  
4. Click Start, click Run, type CMD, and then press ENTER, cut-&-paste in the following commands and follow the given prompts:
Expand|Select|Wrap|Line Numbers
  1. REG DELETE HKLM\Software\Microsoft\MSNMessenger /f
  2. REG DELETE HKCU\SOFTWARE\Microsoft\MSNMessenger /f
  3. REG DELETE HKCU\SOFTWARE\Microsoft\Windows Live\Communications Clients\Shared /f
  4. REG DELETE HKCU\Software\Microsoft\IdentityCRL /f
  5. REG DELETE HKLM\System\CurrentControlSet\Services\usnjsvc /f  
  6.  
5. Restart the computer.

6. Downloaded a freeware from download.com called Advanced WindowsCare Personal 2.4.1.790 , installed and run.

7. Reinstall Windows Live Messenger and other associated programs.

And that's how I got rid of that annoying error message!

Good Luck.
Jun 3 '07 #2
bartonc
6,596 Recognized Expert Expert
Thank you, skelle kitty. That is a tremendous amount of valuable information you have provided! I took the liberty of making the cmd-line commands a little easier to copy and provided a link to the software that you have suggested. In fact, I'm going to test out that software when I'm finished with my posts.
Jun 4 '07 #3
Motoma
3,237 Recognized Expert Specialist
One thing to note about skelle kitty's post is that the command line arguments are for removing keys from the registry. If MSN is not the offending program, you will not want to run them as they were posted!
Jun 4 '07 #4
Lattas
1 New Member
If you got this problem do this: My computer - C - Programfiles - MSN Messenger and change name on msnmsgr to msnmsgr.exe. It missed .exe behind the name. You don't need to install everything once more. JUST CHANGE MSNMSGR TO MSNMSGR.EXE and it will works :)
Sep 11 '07 #5
Dan Guerra
1 New Member
Hi,
could someone guide me step by step how to fix this problem.
runtime error
-pure virtual function call

I have posted the entire image and message here
http://www.bayleyscorp .com/Error.html

Thanks.
Hi, I would like an answer to this problem also. Thanks, Dan Guerra
Oct 9 '07 #6
Motoma
3,237 Recognized Expert Specialist
Hi, I would like an answer to this problem also. Thanks, Dan Guerra
Hi Dan Guerra, welcome to The Scripts.
Please read through the entire thread to see if a conclusion has been reached before requesting an answer to the question already posted.
Thanks,
Motoma
Oct 9 '07 #7
marnia
1 New Member
I'm not a developer, just a computer user. I've been getting this R6025 message an annoying number of times lately. With me, it shuts down Outlook Express and the Word file I'm currently working in. Here's the message I get:

program:c\progr amfiles\outlook express\msimn.e xe

and then the R6025 pure virtual function call note.

Is there anything I can do to eliminate this?

marnia
Dec 12 '07 #8
bataki
1 New Member
hey! I'm having the same problem but when I run flashget! after a few minutes of downloading torrent files the same message appears and flashget shuts down! Its getting on my nerves really, can anyone tell me what to do?
Jul 8 '08 #9

Sign in to post your reply or Sign up for a free account.

Similar topics

9
46600
by: Dario | last post by:
This is a technical C++ post regarding the Microsoft runtime error R6025 Pure Virtual Function Call that sometime occurs in programs compiled with Microsoft Visual C++ 6.0. Please consider the following simple illegal C++ program: class Listener { public: virtual void onEvent(int n) = 0;
5
15951
by: Bob Bamberg | last post by:
Hello All, I have been trying without luck to get some information on debugging the Runtime Error R6025 - Pure Virtual Function Call. I am working in C++ and have only one class that is derived from an Abstract class, I do not believe that this class object is causing me my problem. Below is that message I have posted before to other groups. Question:
7
6554
by: wmkew | last post by:
Hello everyone I'm encountering a R6002 Runtime error and several bugs when trying to generate a simple Managed C++ application with .NET 2003. The main problem seems to arise from linking with LIBCMT(D).DLL. (My requirement is that we can't link with MSVCRT(D).LIB.) Below are steps I've followed, and the resulting problems 1. Using the New Project wizard, generate a Visual C++ .NET Class Library project (call it "Doomed") and a VC++...
0
2318
by: Catherine Tarbox via .NET 247 | last post by:
I am getting a Microsoft Visual C++ Runtime Library error whenrunning an application I built in VB.NET. The error occursinfrequently and at different time during execution. The errortext is: Runtime error! Program: myprog.exe R6025 - pure virtual function call My application is a simplified front end to a DTS package thatcan be execute via a Windows form or the command line. I havenever received the error durring command line...
8
13111
by: g_man | last post by:
I am trying trap Runtime error 3022 (duplicates) in the click event of a command button that closes the form. I have code in the Form_Error event that does a good job of providing a more meaningful error message than the default. It works in every situation except when the user clicks the close button. I am using Me.Dirty=False to force a save but if there are duplicates I just get the standard Runtime 3022 error message. I am wondering...
2
3266
by: aakjaa | last post by:
greetings. . i'm attempting to upload a video to a locally sponsored media website. when I load the url to enter the file location, intermittently (mostly 90% of the time), the referenced error will appear. I'm not sure what I do to get the page to load w/o the error. . . MS website (http://support.microsoft.com/kb/240437) advises to click start, run and type: regsvr32 rsabase.dll. Regsvr32 error mesage box appears and advises the load...
3
5192
by: Jim Armstrong | last post by:
Hello all - This is driving me crazy. I have a table called tblClients - very simple, has the following fields: taxID (PK) ClientName SalesName The main form of my application allows a user to select a client and
3
3794
by: flyxme | last post by:
My friend keeps getting a runtime error when he tries to play this game. It freezes his entire comp and he has to shut it down. He has Windows XP...1gb ram. Please help T_T Thank you! Microsoft Visual C++ Runtime Library Program C:/Nexon/MapleStory/MapleStory.exe R6025
0
9605
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10648
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
10402
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10135
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9205
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7670
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6890
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5692
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4339
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.