Jump to content

Error R6025


DJLucky0ne

Recommended Posts


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.

Edited by mitsukai
Link to comment
Share on other sites

  • 2 weeks later...
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 :(

I'm going back trsting 1.21

Regards

coucou

Link to comment
Share on other sites

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_ :(

I'll appreciate any help

Regards

coucou

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...