January 17, 200719 yr 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...
January 18, 200719 yr Author I uninstalled the newest version and went back to the v1.21 final ...worked fine.
January 23, 200719 yr Author I tried again with the new 1.3 RC2 and got the same error...looks like I'm heading back to 1.21 again.
January 23, 200719 yr this error means a pure virtual function wich is calleda pure virtual function is a pointer to a functionin 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 January 23, 200719 yr by mitsukai
January 23, 200719 yr Author 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 Edited January 23, 200719 yr by DJLucky0ne
February 5, 200719 yr 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.21Regardscoucou
February 5, 200719 yr 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 helpRegardscoucou
February 5, 200719 yr 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.
Create an account or sign in to comment