Crashing on monitoring

Questions and comments regarding Reg Organizer, Registry Life and Autorun Organizer.
UnhappyRRR
Posts: 9
Joined: Wed Apr 19, 2017 4:16 pm

Re: Crashing on monitoring

Post by UnhappyRRR »

Will this program crash the same way as Reg Organizer do on your system?
Yes, within moments. I've attached a screencap to show how far it gets.
crash.jpg
You do not have the required permissions to view the files attached to this post.
UnhappyRRR
Posts: 9
Joined: Wed Apr 19, 2017 4:16 pm

Re: Crashing on monitoring

Post by UnhappyRRR »

Sorry, forgot to add the log generated:

Code: Select all


============================================
Start: 30/08/2017 16:19:24
FirstStartAsync Begin
GetProcessMemoryInfo:
    WorkingSetSize=12120064 (11 MB)
    PagefileUsage=4902912 (4 MB)
    PeakWorkingSetSize=12120064 (11 MB)
    PeakPagefileUsage=4902912 (4 MB)
GetProcessMemoryInfo:
    WorkingSetSize=12152832 (11 MB)
    PagefileUsage=4902912 (4 MB)
    PeakWorkingSetSize=12152832 (11 MB)
    PeakPagefileUsage=4902912 (4 MB)
~TProgressObservation Impl = 0
TRegSnapShotAsync Create 116c810
~TRegSnapShotAsync Impl = 116c810
FirstStartAsync End
FirstStartAsync End
TProgressObservation::TImpl 125c430
TProgressObservation, MaxKeysValues=2119696
TProgressObservation bool(ProgressFunc)=1
TRegSnapShot::TImpl RpcCall
AddDefaultExcludes Begin
TProgressObservation Execute Start 125c430
TProgressObservation Execute bool(ProgressFunc)=1
TProgressObservation Execute 1 125c430


============================================
Start: 30/08/2017 16:20:45
FirstStartAsync Begin
GetProcessMemoryInfo:
    WorkingSetSize=11988992 (11 MB)
    PagefileUsage=4911104 (4 MB)
    PeakWorkingSetSize=11988992 (11 MB)
    PeakPagefileUsage=4911104 (4 MB)
GetProcessMemoryInfo:
    WorkingSetSize=12021760 (11 MB)
    PagefileUsage=4911104 (4 MB)
    PeakWorkingSetSize=12021760 (11 MB)
    PeakPagefileUsage=4911104 (4 MB)
~TProgressObservation Impl = 0
TRegSnapShotAsync Create 150c810
~TRegSnapShotAsync Impl = 150c810
FirstStartAsync End
FirstStartAsync End
TProgressObservation::TImpl 15fc430
TProgressObservation, MaxKeysValues=2119696
TProgressObservation bool(ProgressFunc)=1
TRegSnapShot::TImpl RpcCall
AddDefaultExcludes Begin
TProgressObservation Execute Start 15fc430
TProgressObservation Execute bool(ProgressFunc)=1
TProgressObservation Execute 1 15fc430
User avatar
Chemtable Software
Developers Team
Posts: 377
Joined: Thu Aug 07, 2008 12:59 pm

Re: Crashing on monitoring

Post by Chemtable Software »

Thank you for sending the information.

We cannot find the problem in our code in this part of the application. Please try to disable the Data Execution Prevention to see how this will affect the problem. To do this:

1. Go to Start
2. Write CMD and run it as an administrator
3. Type : bcdedit.exe /set {current} nx AlwaysOff
4. If you want to know if DEP has been disabled type "bcdedit" and NX should be AlwaysOff

Restart your Computer to apply.

To enable, type:

bcdedit.exe /set {current} nx AlwaysOn

To learn more, see: https://www.youtube.com/watch?v=BexFZPCC5dY
UnhappyRRR
Posts: 9
Joined: Wed Apr 19, 2017 4:16 pm

Re: Crashing on monitoring

Post by UnhappyRRR »

Thanks for looking into this further...

I turned off DEP and it made no difference at all. That doesn't seem to be the problem.
User avatar
Chemtable Software
Developers Team
Posts: 377
Joined: Thu Aug 07, 2008 12:59 pm

Re: Crashing on monitoring

Post by Chemtable Software »

We'll try to reproduce the problem. If you have any thoughts how to do this on an arbitrary system (for example, installing some specific software you have), please let me know.
UnhappyRRR
Posts: 9
Joined: Wed Apr 19, 2017 4:16 pm

Re: Crashing on monitoring

Post by UnhappyRRR »

I will give it considerable thought, thanks.
Post Reply