Search found 49 matches

by ira
Sat Jan 07, 2012 10:14 am
Forum: madExcept
Topic: The application seems to be frozen in initialization
Replies: 13
Views: 11878

Re: The application seems to be frozen in initialization

If I recall correctly, after i click "Continue application", my program try to execute its self and there will be alert "..app already running" because I use mutex to prevent multiple instances. The program is still running but losing its functionality (could not create new threa...
by ira
Sat Jan 07, 2012 4:36 am
Forum: madExcept
Topic: The application seems to be frozen in initialization
Replies: 13
Views: 11878

The application seems to be frozen in initialization

I hate this error because I have no idea to fix this bug. This bug sometimes happens in my old project even in my new project :crazy: Plase anyone give suggesion to find the problem. What shoud I do? callstack crc : $d2389088, $931646d8, $44c2db51 exception number : 1 exception message : The applica...
by ira
Fri Dec 16, 2011 3:55 pm
Forum: madExcept
Topic: Advice needed for this thread deadlock problem
Replies: 10
Views: 8877

Re: Advice needed for this thread deadlock problem

Sorry for using this thread. Madshi, actually I have similar problem. The bug occurs randomly so please give me your 30 seconds to read and advise me to make sure what I have done for fixing the bug. callstack crc : $d2389088, $bbf6b422, $a0be680c count : 10 exception number : 7 exception message : ...
by ira
Thu Dec 15, 2011 6:46 am
Forum: madExcept
Topic: automatically restart application at once
Replies: 1
Views: 2105

automatically restart application at once

Madshi, How to configure MadExcept to not show exception box when error happened? I have checked "automatically send bug report' and "automatically restart application at once" but the exception box still appear. I don't want any interaction between app and user.
by ira
Fri Dec 09, 2011 6:55 pm
Forum: madExcept
Topic: Prevent APPCRASH
Replies: 2
Views: 2536

Re: Prevent APPCRASH

Your information is enough for me. Yes, My app uses several threads (to produces errors) that very close on time. So the problem is number (2).

Thanks for the answer.
by ira
Thu Dec 08, 2011 4:53 am
Forum: madExcept
Topic: Prevent APPCRASH
Replies: 2
Views: 2536

Prevent APPCRASH

Somehow my app produces this Windows error; Problem signature: Problem Event Name: APPCRASH Application Name: xxx.exe Application Version: 1.0.61178.30777 Application Timestamp: 4ee03ed7 Fault Module Name: ntdll.dll Fault Module Version: 6.1.7601.17514 Fault Module Timestamp: 4ce7b96e Exception Code...
by ira
Wed Aug 10, 2011 7:42 am
Forum: madCodeHook
Topic: IPC, Unicode and Windows XP?
Replies: 2
Views: 3256

IPC, Unicode and Windows XP?

This my working code with Delphi XE and Windows 7 : var lpOff : String; SendIpcMessage(bla, pchar(lpOff), Length(lpOff) * SizeOf(char)); type TTestRequest = record Allow: array [0 .. MAX_PATH] of widechar; end; procedure GetMsgFromDLL(name: pansichar; messageBuf: Pointer; messageLen: DWORD; answerBu...
by ira
Fri May 13, 2011 2:21 am
Forum: madSecurity
Topic: Monitor my files in on-access
Replies: 6
Views: 15841

Re: Monitor my files in on-access

rafu5418, read this viewtopic.php?f=9&t=5305
by ira
Thu Apr 14, 2011 6:12 am
Forum: madCodeHook
Topic: Possible to use MCH with service app?
Replies: 1
Views: 2728

Possible to use MCH with service app?

I have an idea to make my app as a service. Is it possible to use MCH with a service app?
Sorry madshi, I haven't tried it, perhaps tomorrow.
by ira
Wed Apr 06, 2011 1:47 pm
Forum: madCodeHook
Topic: An Error from MCH?
Replies: 3
Views: 3645

Re: An Error from MCH?

I think MCH 2.2.1 I use licensed version. Until now, there is only one person who sent me this bug report and I never get this error in my computer.
by ira
Wed Apr 06, 2011 9:28 am
Forum: madCodeHook
Topic: An Error from MCH?
Replies: 3
Views: 3645

An Error from MCH?

I received a bug report of my app, maybe the error is in MCH? :confused: exception class : EAccessViolation exception message : Access violation at address 00547E70 in module 'XXX.exe'. Read of address 0000007D. main thread ($22c): 00547e70 +00 XXX.exe madCodeHook 1310 +0 InitializeMadCHook 00682bfa...
by ira
Thu Dec 16, 2010 9:49 am
Forum: madExcept
Topic: Encrypt the bug report?
Replies: 1
Views: 2106

Encrypt the bug report?

Madshi, how do I encrypt the bug report automatically before saved to disk?
by ira
Fri Nov 05, 2010 4:26 pm
Forum: madCodeHook
Topic: HookProcessTermination demo killed by End task
Replies: 3
Views: 3493

Hi iconic,

I don't know what wrong with me. Can you check Madshi's demo? Does it work? Actually the program won't terminate but.. after 5s, there will be "End Program - information... This program is not responding.." dialog. Strange..
by ira
Fri Nov 05, 2010 3:26 pm
Forum: madCodeHook
Topic: HookProcessTermination demo killed by End task
Replies: 3
Views: 3493

HookProcessTermination demo killed by End task

End Task from TaskManager can terminate HookProcessTermination.exe :cry:

So what should I hook to prevent end task from terminating the program?

Anyone? :?
by ira
Fri Oct 01, 2010 8:37 am
Forum: madCodeHook
Topic: Hooking gethostbyname to filter url name
Replies: 1
Views: 3304

Hooking gethostbyname to filter url name

Guys, I'm trying to make url filter . I learn from PSMFirewall source code. In that source, in Firewall log, for Vista/7, the HostName doesn't show the url name but it shows the IP address. What wrong with gethostbyname in 7? I also learn from AppSniff, but the source is too complex, there too many ...