Search found 54 matches

by ZSL
Tue Jul 28, 2020 8:28 am
Forum: madExcept
Topic: Delphi 10.4
Replies: 44
Views: 160505

Re: Delphi 10.4

I just downloaded 5.1 to install into D 10.4 but the 5.1.0 panel is greyed out with the message "Singe developer, 2 days left" and does not install.

How do I get it to install?
by ZSL
Tue Jun 23, 2020 5:35 am
Forum: madExcept
Topic: Exception 0x409 in ntdll.dll in Windows 10
Replies: 7
Views: 7607

Re: Exception 0x409 in ntdll.dll in Windows 10

I too have a problem with ntdll.dll and switched on "instant crash" but I keep getting out of memory errors: date/time : 2020-06-23, 15:31:58, 257ms computer name : user name : registered owner : operating system : Windows 10 x64 build 18363 system language : English system up time : 5 hou...
by ZSL
Thu May 02, 2019 8:50 am
Forum: madExcept
Topic: Bad install
Replies: 3
Views: 4459

Re: Bad install

Thanks.

I do intend upgrading but want to test with D 10.3 first
by ZSL
Thu May 02, 2019 7:28 am
Forum: madExcept
Topic: Bad install
Replies: 3
Views: 4459

Bad install

I installed MAD collection with MAD Exception V5 hoping that it would only used for Delphi 10.3 BUT it also installed and overwrote my Mad Exception v4.21 for my Delphi XE.

Please advise how I can rectify this.

TIA
by ZSL
Mon Apr 30, 2018 12:07 am
Forum: madExcept
Topic: AV when accessing UserSession
Replies: 60
Views: 66494

Re: AV when accessing UserSession

Both are working in D 10.2.3 and but I am using the original version and I have noted the extra message box.

I have not tested in D XE.
by ZSL
Sat Apr 28, 2018 8:52 am
Forum: madExcept
Topic: AV when accessing UserSession
Replies: 60
Views: 66494

Re: AV when accessing UserSession

It looks like it. Thanks
by ZSL
Sat Apr 28, 2018 2:29 am
Forum: madExcept
Topic: AV when accessing UserSession
Replies: 60
Views: 66494

Re: AV when accessing UserSession

... went to make a coffee and it dawned on me that I missed your important point in your last post about if Assigned(exceptIntf.RelatedObject) and (exceptIntf.RelatedObject is TIWApplication) then with TIWApplication(exceptIntf.RelatedObject) do Please see the revised project code attached. iwprj1.7...
by ZSL
Sat Apr 28, 2018 2:12 am
Forum: madExcept
Topic: AV when accessing UserSession
Replies: 60
Views: 66494

Re: AV when accessing UserSession

Your suggestion did not provide access to UserSession but it gave me an idea. I have only tested this with a single session but it should work with multiple sessions. I may need to Lock/Unlock the LSessions list in a critical section - more investigation needed by me. That said, I have attached a 7Z...
by ZSL
Fri Apr 27, 2018 10:36 am
Forum: madExcept
Topic: AV when accessing UserSession
Replies: 60
Views: 66494

Re: AV when accessing UserSession

I may not be calling the RelatedObject correctly to expose AApplication but I could not find any reference to it in RelatedObject so I could not build the app and when I put a break point at exceptIntf.BugReportHeader['Product'] := 'Test'; i could not find any reference to AApplication or a TIWAppli...
by ZSL
Thu Apr 26, 2018 10:31 pm
Forum: madExcept
Topic: AV when accessing UserSession
Replies: 60
Views: 66494

Re: AV when accessing UserSession

I could not access AApplication or UserSession through "exceptIntf.RelatedObject"
by ZSL
Thu Apr 26, 2018 2:02 am
Forum: madExcept
Topic: AV when accessing UserSession
Replies: 60
Views: 66494

Re: AV when accessing UserSession

Sorry! I was confusing myself... :oops: I did not have madIWSupport from the earlier post built into that last test- I now d. AApplication is being assigned but with the code below, line " exceptIntf.BugReportHeader['User #'] := UserSession.gv_UID;" generates an AV. When I evaluate UserSes...
by ZSL
Wed Apr 25, 2018 1:18 am
Forum: madExcept
Topic: AV when accessing UserSession
Replies: 60
Views: 66494

Re: AV when accessing UserSession

How do you get all the information you need? By using the "function UserSession: TIWUserSession" function you posted earlier? Or by using the "TIWServerController.IWServerControllerBaseException()" parameters? ... by using TIWServerController.IWServerControllerBaseException(AApp...
by ZSL
Tue Apr 24, 2018 6:40 am
Forum: madExcept
Topic: AV when accessing UserSession
Replies: 60
Views: 66494

Re: AV when accessing UserSession

FYI when I switch off MADShi, I get all the information I need when “procedure TIWServerController.IWServerControllerBaseException(AApplication: TIWApplication; AException: Exception; var Handled: Boolean);” is called. Is there any way I can hook this into the MADShi “AddCommandLineHeaderInfo” proce...
by ZSL
Mon Apr 23, 2018 8:10 pm
Forum: madExcept
Topic: AV when accessing UserSession
Replies: 60
Views: 66494

Re: AV when accessing UserSession

I think you may be correct.

I will post on IW forum in the next day or so.
by ZSL
Mon Apr 23, 2018 8:10 am
Forum: madExcept
Topic: AV when accessing UserSession
Replies: 60
Views: 66494

Re: AV when accessing UserSession

Delphi Tokyo 10.2.3 and IW 14.2.17 and MADshi 4.0.19 I have implemented the following code: function UserSession: TIWUserSession; begin if WebApplication <> nil then Result := TIWUserSession(WebApplication.Data) else Result := nil; end; And procedure AddCommandLineHeaderInfo(const exceptIntf: IMEExc...