1. Gbenga Owolabi
  2. PowerBuilder
  3. Sunday, 9 September 2018 11:15 AM UTC

I keep getting the error message while debugging the application since i migrated from PB 10.5 to PB17 R3.
The IDE crashes immediately after displaying the error message

Runtime error!
R6025 Pure Virtual function call

Is anybody experiencing this?
It really slows down development

Please see attached image

Attachments (1)
Miguel Leeuwe Accepted Answer Pending Moderation
  1. Thursday, 31 March 2022 12:37 PM UTC
  2. PowerBuilder
  3. # 1

Hi,

As far as I can 'vaguely' remember, this could be solved by re-installing the C++ runtimes or Windows SDK (don't remember which one it was).

regards

Comment
There are no comments made yet.
Matt Balent Accepted Answer Pending Moderation
  1. Thursday, 31 March 2022 11:47 AM UTC
  2. PowerBuilder
  3. # 2

My team of three devs still gets this periodically when trying to debug code and it is really annoying.  Running 2019 R3 2728. 

Done all the previous suggestions and re-installations.

It Just Don't Work.

Comment
  1. Miguel Leeuwe
  2. Friday, 1 April 2022 07:12 AM UTC
Hi Matt,

Have you also tried this?



From an administrator command promp (some users have fixed problems doing this):

DISM /Online /Cleanup-Image /RestoreHealth

sfc /scannow



It's just something that wouldn't hurt to try. I have no proof however that it would solve the problem.

regards
  1. Helpful
  1. Matt Balent
  2. Friday, 1 April 2022 12:13 PM UTC
Did this too, no luck.
  1. Helpful
There are no comments made yet.
Chris Pollach @Appeon Accepted Answer Pending Moderation
  1. Sunday, 9 September 2018 14:12 PM UTC
  2. PowerBuilder
  3. # 3

Hi Bgenga;

    Any Windows App can get this message and it typically relates to an issue (bad DLL) with the C++ runtime. My suggestion would be to go to the Windows Control Panel - Applications - and try a "Repair".

     The other possibility is a mismatch in the PB runtime DLL's - but, that would only occur upgrading from say PB2017R2 to PB2017R3 (not v10) where the the upgrade did not replace all the related DLLs properly. In this case, a reinstallation might be prudent.

 HTH

Regards ... Chris

  

Comment
  1. Gbenga Owolabi
  2. Sunday, 9 September 2018 16:36 PM UTC
Thank you so much for the feedback. I will try to do a cleanup immediately.
  1. Helpful
There are no comments made yet.
  • Page :
  • 1


There are no replies made for this question yet.
However, you are not allowed to reply to this question.