Problem with MadExcept and Ionworx IceLicense

delphi package - automated exception handling
Post Reply
lopezan
Posts: 1
Joined: Wed Apr 28, 2004 12:34 pm

Problem with MadExcept and Ionworx IceLicense

Post by lopezan »

I have downloaded MadCollection to try MadExcept in my application. I use Ionworx IceLicense (www.ionworx.com) to protect my application.
I use Delphi 6 professional Update 2.

I have this problem:

1) When i protect my application with IceLicense, resul that i do not use IceLicense application.
2) when i run my application protected, i have the error:

date/time : 2004-04-28 14:37
computer name : UCXP
user name : Administrator
operating system : Windows XP Service Pack 1 build 2600
system language : Italian
system up time : 5 hours 53 minutes
program up time : 16 seconds
physical memory : 256/1023 MB (free/total)
free disk space : (C:) 19,61 GB
process id : $b48
executable : AziendaManager.exe
exec. date/time : 2004-04-28 14:30
version : 3.0.0.1200
madExcept version : 2.7b
exception class : EAccessViolation
exception message : Access violation at address 00572C71 in module 'AziendaManager.exe'. Write of address 08A05D77.

main thread ($4e4):
00572c71 AziendaManager.exe IceLicense 6280 TIceLicense.Run
00491dd9 AziendaManager.exe Forms TCustomForm.DoCreate
00491a4c AziendaManager.exe Forms TCustomForm.Create
006752ea AziendaManager.exe IB_Intf 1641 TIBClientLibrary.isc_start_multiple
00404cb4 AziendaManager.exe System @TryFinallyExit
00402416 AziendaManager.exe System SysGetMem
004990bd AziendaManager.exe Forms TApplication.CreateForm
00c05310 AziendaManager.exe AziendaManager 260 initialization

thread $958:
7ffe0304 ???
77f4c532 ntdll.dll NtWaitForSingleObject
77e5a627 kernel32.dll WaitForSingleObjectEx
77e5ac1c kernel32.dll WaitForSingleObject
77c07fb5 MSVCRT.DLL _endthreadex
0042d98b AziendaManager.exe madExcept ThreadExceptFrame
>> created by main thread ($4e4) at:
77c0804d MSVCRT.DLL _beginthreadex

modules:
00400000 AziendaManager.exe 3.0.0.1200 C:\unocom\Excal2000 IB\Exe
10000000 iTchHk.dll 1.0.0.0 C:\Programmi\Logitech\iTouch
40530000 gds32.dll 6.0.1.0 C:\WINDOWS\System32
4ce00000 pscript5.dll 0.3.1282.0 C:\WINDOWS\System32\spool\DRIVERS\W32X86\3
4f500000 ps5ui.dll 0.3.1282.0 C:\WINDOWS\System32\spool\DRIVERS\W32X86\3
5b180000 uxtheme.dll 6.0.2800.1106 C:\WINDOWS\System32
5f210000 olepro32.dll 5.0.5014.0 C:\WINDOWS\System32
70a70000 SHLWAPI.dll 6.0.2800.1400 C:\WINDOWS\system32
71a20000 WS2HELP.dll 5.1.2600.0 C:\WINDOWS\System32
71a30000 WS2_32.dll 5.1.2600.1240 C:\WINDOWS\System32
71a50000 wsock32.dll 5.1.2600.0 C:\WINDOWS\System32
71aa0000 MPR.dll 5.1.2600.0 C:\WINDOWS\system32
71bb0000 netapi32.dll 5.1.2600.1106 C:\WINDOWS\System32
72f70000 winspool.drv 5.1.2600.1106 C:\WINDOWS\System32
73250000 RICHED32.DLL 5.1.2600.0 C:\WINDOWS\System32
73aa0000 mscms.dll 5.1.2600.1106 C:\WINDOWS\System32
746b0000 MSCTF.dll 5.1.2600.1106 C:\WINDOWS\System32
74cc0000 oledlg.dll 5.1.2600.0 C:\WINDOWS\System32
74dc0000 RICHED20.dll 5.30.23.1211 C:\WINDOWS\System32
76330000 msimg32.dll 5.1.2600.1106 C:\WINDOWS\System32
76360000 comdlg32.dll 6.0.2800.1106 C:\WINDOWS\system32
76740000 shfolder.dll 6.0.2800.1106 C:\WINDOWS\System32
76b00000 winmm.dll 5.1.2600.1106 C:\WINDOWS\System32
76f50000 Secur32.dll 5.1.2600.1106 C:\WINDOWS\System32
770f0000 oleaut32.dll 3.50.5016.0 C:\WINDOWS\system32
77310000 comctl32.dll 5.82.2800.1106 C:\WINDOWS\system32
773a0000 shell32.dll 6.0.2800.1233 C:\WINDOWS\system32
77bd0000 version.dll 5.1.2600.0 C:\WINDOWS\system32
77be0000 MSVCRT.DLL 7.0.2600.1106 C:\WINDOWS\system32
77c40000 GDI32.dll 5.1.2600.1106 C:\WINDOWS\system32
77d10000 user32.dll 5.1.2600.1255 C:\WINDOWS\system32
77da0000 ADVAPI32.dll 5.1.2600.1106 C:\WINDOWS\system32
77e40000 kernel32.dll 5.1.2600.1106 C:\WINDOWS\system32
77f40000 ntdll.dll 5.1.2600.1217 C:\WINDOWS\System32
78000000 RPCRT4.dll 5.1.2600.1254 C:\WINDOWS\system32
78090000 comctl32.dll 6.0.2800.1106 C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.10.0_x-ww_f7fb5805
7d4f0000 OLE32.DLL 5.1.2600.1263 C:\WINDOWS\system32



can you help me?
madshi
Site Admin
Posts: 10753
Joined: Sun Mar 21, 2004 5:25 pm

Post by madshi »

What happens in unit "IceLicense" line 6280?
Post Reply