Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

C++ Runtime

Status
Not open for further replies.

stakka

Technical User
Jun 1, 2004
23
US
Hi,

I get a C++ Runtime Error, R6026 Pure virtual function call when opening the application cubase the log says 'fault address.... kernel32.dll, also ntdll.dll and also lists a bunch of plugins which when i test on there own work just fine. I recently did a repair instal of windows, it knocked out everything and i put back then my drivers and then software and now i have this runtime error.

Is there a way to check that all of windows C++ components are intact and functioning correctly? and maybe check that system DLLS are too?

Or am i barking up the wrong tree thinking it wouldbe that?

Any suggestions for me to investigate would be very helpful

Thanks
Shaun
 
Try to install Microsoft Visual C++ 2005 Redistributable package...also does an administrator on the machine experience the same problem that you do? If thats the case, it could be that the Dlls arent being registered correctly and an admin will need to "Open With" these files with Regsrv32 located in the windows/system32 folder.

Hope this helps.
 
C Run-Time Error R6026

Error Message
not enough space for stdio initialization

This error occurs when there is not enough free memory available to initialize the standard I/O support.
Source: MSDN

This error happens also when drivers or windows files are not loaded correctly...

first, I would run, from the Command Line (aka DOS BOX) the following command: CHKDSK /f (or /r)

then have your XP CD at hand, and run: SFC /SCANNOW

the first checks your drive for errors, the second checks your system files for corruption...

then I would install the latest drivers and make sure that updates for XP are installed, as well as the Visual C++ 2005 Redistributable package that Pipeops mentioned is installed...

keep us posted Stakka, aka. Shaun99


Ben

"If it works don't fix it! If it doesn't use a sledgehammer..."

How to ask a question, when posting them to a professional forum.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top