Skip to main content
Jump_Over
Legend
February 13, 2012
Question

R6025 pure virtual function call

  • February 13, 2012
  • 2 replies
  • 16334 views

Hello,

Got error "R6025 pure virtual function call".

Thats an error send by InCopy after quitting application.

Sorry for writing on this forum but on InCopy Forum is 2 month freeze from the last post

So, this error is showing when I run a #targetengine "session" script (no errors) and try to quit application after that.

Script is, in general, finding text tool, which open series of InCopy docs (visible false), close them, and showing total findText() result in window ("palette")

Can you help me to find a solution or where should I looking for?

Thx

This topic has been closed for replies.

2 replies

Participant
May 31, 2016

I'm getting this same error every time I quit Adobe Animate CC, no matter what it is I'm doing. It also seems to undo all my setting Sync updates.

Runtime Error!

(lists exe file)

R6025

- pure virtual function call

Trevor:
Legend
May 31, 2016

Unlikely to help but worth trying "window" instead of "palette"

Jump_Over
Jump_OverAuthor
Legend
February 13, 2012

1. Apr 12, 2011 2:50 AM (in response to barbron3608)

  Re: How do I correct a Runtime error  R6025?     

This has nothing to do with Adobe software. This is a system error and usually indicates problems with missing DLLs or other such stuff. Could have been a Windows update or some otehr programs.... Impossible to tell from a distance. Check your Windows event viewer for more concrete info.

Mylenium

Just to deeper explain...

This error shows ONLY if I had run this script and ONLY when I try to close application (InCopy). Doesn't matter if 1 minute or few hours later.

Jump_Over
Jump_OverAuthor
Legend
February 14, 2012

OK, just to more deeper explain,

From my debugging moves looks like there is a question about #targetengine "session" vs. window ("palette") vs. open.file

The last thing script do is showing find results in window "palette" and allow user to open chosen file from list box.

(as I wrote, there is no errors when I run script, use a list from "palette" to open file (files), close "palette" or keep it opened, use InCopy for further purpose.)

Error is shown when I close InCopy, but...

1. When I did not open any doc from "palette" - there is no error.

2. When I opened some file - doesn't matter if I closed it, left open, left "palette" open or close - and try to quit application - error is shown.

So, and thats a beginner question, if my #targetengine "session" script open some file and user (not script) close it - there is some "handler" active which involves this kind of error when application is going to quit?

Or, closing my #targetengine "session" script, which I understand as closing "palette", should proceed some more procedures then only win.close()?

Thx for your patience

Jump_Over
Jump_OverAuthor
Legend
February 20, 2012

So, should I assume thats this kind of problem is

to wide to discuss?