Now Getting Runtime Error 236 on Delphi Start

General TRichView support forum. Please post your questions here
Post Reply
majlumbo
Posts: 25
Joined: Tue Apr 26, 2016 5:07 pm

Now Getting Runtime Error 236 on Delphi Start

Post by majlumbo »

I have v17.4.3 installed in Tokyo (I did not upgrade RV as yet), and have had no issue with it, until today (1/6). Upon starting Tokyo, I am getting runtime error 236 just after Richview components are loaded, and Delphi terminates. I removed all the RV related .bpl files from the bpl directory, and now Delphi starts with no problem.

Any idea what could be causing this issue.
Sergey Tkachenko
Site Admin
Posts: 17253
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Re: Now Getting Runtime Error 236 on Delphi Start

Post by Sergey Tkachenko »

There is no known critical errors in this version. Try removing all TRichView-related files and reinstall it again.
Sergey Tkachenko
Site Admin
Posts: 17253
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Re: Now Getting Runtime Error 236 on Delphi Start

Post by Sergey Tkachenko »

One thought... This error may be caused by packages dependent from TRichView which were not recompiled.
I.e. if you have some packages that requires TRichView packages, they must be uninstalled before installing TRichView, and recompiled after.

A similar problem may occur also for packages dependent from other third-party tools. For example, you installed TRichView including TRichView+DevExpress integration packages, and then updated DevExpress VCL. In this case, you need to re-run TRichView installer ("Install TRichView in IDE" shortcut in the Windows Start menu) to recompile packages dependent from DevExpress VCL
(in very new versions of DevExpress VCL, their installer automatically uninstalls third-party dependent packages; but in older versions, it was an issue)
majlumbo
Posts: 25
Joined: Tue Apr 26, 2016 5:07 pm

Re: Now Getting Runtime Error 236 on Delphi Start

Post by majlumbo »

I haven't made any changes at all since the last time I started Delphi 10.2.3 successfully. I went ahead and attempted to install TRichview manually, via the IDE, I successfully compiled the 10_2 package for both x32 and x64, then opened the design package, upon installing, I immediately got the runtime error 236 again, the Delphi crashed. Now on start, I again get it.

The actual error is:

Runtime error 236 at 302503B2
Sergey Tkachenko
Site Admin
Posts: 17253
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Re: Now Getting Runtime Error 236 on Delphi Start

Post by Sergey Tkachenko »

I answered in a private message.
Lydia
Posts: 1
Joined: Tue Jan 22, 2019 6:51 pm

Re: Now Getting Runtime Error 236 on Delphi Start

Post by Lydia »

facing the same issue. kindly provide a solution to it
Sergey Tkachenko
Site Admin
Posts: 17253
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Re: Now Getting Runtime Error 236 on Delphi Start

Post by Sergey Tkachenko »

What version of TRichView do you use?
Sergey Tkachenko
Site Admin
Posts: 17253
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Re: Now Getting Runtime Error 236 on Delphi Start

Post by Sergey Tkachenko »

Again, the most probable reason of the error is a package mismatch.
The first thing to check: do you have other packages that use TRichView packages. If yes, these packages must be uninstalled or recompiled.
The second thing to check: did you modify/update other third-party components that have integration with TRichView (such as DevExpress VCL, or ReportBuilder, etc.). If yes, reinstall TRichView.
Post Reply