Jump to content
gioma

[DELPHI 11] Runtime error 236

Recommended Posts

I have a big problem, I can no longer open Delphi 11, I get this error:

 

Runtime error 236 at 2C800AAA

 

image.thumb.png.1c9abbe8db9fbaad8f6e0bb36b285c5f.png

Share this post


Link to post

Temporarily remove dclemsedge (whatever that is) and see if that gets you past the problem. Then you have to figure out why it's crashing when the IDE is loading the dll.

Share this post


Link to post

Did you make any changes to your setup recently?

 

A search online suggests that Runtime Error 236 might be related to a mismatch between dependent package binaries.

 

A search though the RTL source code suggests that Runtime Error 236 means the System.TMonitor class is crashing because its underlying support system is not initialized.

  • Like 1

Share this post


Link to post

the problem is that Delphi doesn't start up, how can I solve it?

Share this post


Link to post
8 hours ago, gioma said:

the problem is that Delphi doesn't start up, how can I solve it?

Why not start with my suggestion of removing the offending package? Just move the file so Delphi won't find it. You can also remove it from the package list with the registry editor but just removing the bpl file would be fastest.

Share this post


Link to post

For what it's worth, I've been using Delphi 10.4, 11, and 12 and just the other day, I encountered this exact same problem with Delphi 11, runtime error 236. I did a quick internet search and landed here, so tried the suggestion of removing things, except I went to the Registry and deleted entries from "Software\Embarcadero\BDS\22.0\Known Packages". Since I don't do any repository management from within the IDE, I deleted anything to do with SVN, Mercurial, and Git  (about 6 entries, I think) and restarted Delphi 11 just fine.

Share this post


Link to post

Strangely enough, I just also ran into this with Delphi 10.4 but had much less success. I tried disabling several packages but to no avail. In desperation, I tried to reinstall Delphi 10.4; it uninstalled it fine but when it started re-installing got an error trying to write a style file in the "Public Documents" folder. I thought this was very strange, especially since there is plenty of space and a quick test proved I could create a text file, modify it, and delete it just fine. Rebooted the computer--still no go.

 

I have Delphi 10.4 still installed and working on my laptop, so at least I have that as a backup but this is concerning. I don't think it's a Delphi problem but won't have time to research further until next week.

Share this post


Link to post

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

×