finding 216 error

delphi package - automated exception handling
Post Reply
LanceRas
Posts: 3
Joined: Tue Jun 14, 2016 11:14 pm

finding 216 error

Post by LanceRas »

Seem to be getting a runtime error 216 on closing the application. I don't get this when running in debug mode. But get it when running outside of IDE or running without debugging. I don't use runtime packages - they are all compiled in. It's been a pain in the rear trying to track. How can I track with MadExcept to find the A/V that is probably in my code?
madshi
Site Admin
Posts: 10754
Joined: Sun Mar 21, 2004 5:25 pm

Re: finding 216 error

Post by madshi »

Have you tried simply installing madExcept and enabling it for your project? Usually that's all you need to do to get a proper crash report for those runtime error 216 crashes.

http://madshi.net/madCollection.exe

madExcept is free for non-commercial use. If your use is commercial, then you may use the non-commercial version for a quick evaluation.
LanceRas
Posts: 3
Joined: Tue Jun 14, 2016 11:14 pm

Re: finding 216 error

Post by LanceRas »

I have a registered license.

I enabled it and do not get a proper crash report.
madshi
Site Admin
Posts: 10754
Joined: Sun Mar 21, 2004 5:25 pm

Re: finding 216 error

Post by madshi »

Delphi or C++? Which exact version? The crash is in your own EXE?

Can you reproduce it in the IDE debugger?
LanceRas
Posts: 3
Joined: Tue Jun 14, 2016 11:14 pm

Re: finding 216 error

Post by LanceRas »

Delphi 10.1 Berlin. After doing a little digging, I saw I was using AppTether wrapped in a Debughook call. So it wouldn't hit that under debug. So now, when running in debug, I get an error know.

Thanks for the patience.
madshi
Site Admin
Posts: 10754
Joined: Sun Mar 21, 2004 5:25 pm

Re: finding 216 error

Post by madshi »

I don't know AppTether.

Not sure: Do you still need help?
Post Reply