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

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

×