Jump to content
Sign in to follow this  
pyscripter

Unknown function at TMethodImplementationIntercept

Recommended Posts

I am getting a bug report with the following stack list.

 

Exception class: EOSError
Exception message: System Error.  Code: 1400.
Invalid window handle.
Exception address: 004305B8

Stack list, generated 10/12/2019 10:45:33 AM
[004305B3]{PyScripter.exe} Unknown function at __dbk_fcall_wrapper
[005F08C1]{PyScripter.exe} Unknown function at TMethodImplementationIntercept
[005B6961]{PyScripter.exe} Unknown function at TMethodImplementationIntercept
....

TMethodImplementationIntercept is defined in RTTI.pas but it does not appear to be used anywhere and I am not calling this function.

{ This function has been added to be used from .s .c files in order to avoid use mangled names}
procedure TMethodImplementationIntercept(const obj:TMethodImplementation; AFrame: Pointer); cdecl;
begin
  obj.Intercept(AFrame);
end;
exports TMethodImplementationIntercept;

Any idea what might be going on?

Share this post


Link to post

Yes indeed.  THANK YOU! I am normally including jdbg info into the executable, but for some reason this was not included.

Edited by pyscripter

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
Sign in to follow this  

×