Help - Search - Members - Calendar
Full Version: Error R6025
MSFN Forums > Member Contributed Projects > nLite

   
Google Internet Forums Unattended CD/DVD Guide
DJLucky0ne
I am getting Error R6025 - pure virtual function call for nlite.exe, is this a bug? I haven't added/changed any of my addons...
DJLucky0ne
I uninstalled the newest version and went back to the v1.21 final ...worked fine.
DJLucky0ne
I tried again with the new 1.3 RC2 and got the same error...looks like I'm heading back to 1.21 again.
mitsukai
this error means a pure virtual function wich is called

a pure virtual function is a pointer to a function
in this case it is not assigned to a function (i think)
and then its called and gives error.
i dont like errors like these(who doesnt hate Microsoft, CRT)

instead of doing.

if(v_ptr == 0) throw(exception);
v_ptr();

they could do

if(v_ptr != 0) v_ptr();

but its handy in debugging errors i geuss.
DJLucky0ne
it was a driver....weird though, I could import it into 1.21 but none of the newer versions of nlite...oh well it's working now smile.gif
coucou
QUOTE (DJLucky0ne @ Jan 17 2007, 09:05 PM) *
I am getting Error R6025 - pure virtual function call for nlite.exe, is this a bug? I haven't added/changed any of my addons...
Same error here with 1.3 RC2 sad.gif

I'm going back trsting 1.21

Regards
coucou
coucou
Hi,

Finally i installed 1.3RC (NOT RC2)... everything goes fine.
I burned my UA WinXP DVD.
The only thing i got is, when I statred th Windows install... delete partition, create and format the partition and during the copyying files... I got error message: "Setup cannot copy the file rspndr.adm". I pressed [Esc] to skip that file the install goes fine.

When i mad a search file on my UA WinXP DVD, i could find RSPNDR.EX_ RSPNDR.IN_ RSPNDR.SY_ but NOT RSPNDR.AD_ sad.gif

I'll appreciate any help

Regards
coucou
nuhi
DJLucky0ne, I get that error too on first step the Preparation, but it's random and it's related to the CAB wrapper control. Just try it few times and it will work fine, it happens to me once in a few months but then repeats sometimes 2-3 times then again gone for months. Could be something that's causing it but in essence it's the .NET + old native dll (cabinet.dll) wrapper bug, very hard to track down since it doesn't happen regulary. You can use 1.3rc2 and when it happens just rerun it it will load last preset and retry couple of times.
Google Internet Forums Unattended CD/DVD Guide
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.