Yes, within moments. I've attached a screencap to show how far it gets.Will this program crash the same way as Reg Organizer do on your system?
Crashing on monitoring
-
- Posts: 9
- Joined: Wed Apr 19, 2017 4:16 pm
Re: Crashing on monitoring
You do not have the required permissions to view the files attached to this post.
-
- Posts: 9
- Joined: Wed Apr 19, 2017 4:16 pm
Re: Crashing on monitoring
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
- Chemtable Software
- Developers Team
- Posts: 392
- Joined: Thu Aug 07, 2008 12:59 pm
Re: Crashing on monitoring
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
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
-
- Posts: 9
- Joined: Wed Apr 19, 2017 4:16 pm
Re: Crashing on monitoring
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.
I turned off DEP and it made no difference at all. That doesn't seem to be the problem.
- Chemtable Software
- Developers Team
- Posts: 392
- Joined: Thu Aug 07, 2008 12:59 pm
Re: Crashing on monitoring
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.
-
- Posts: 9
- Joined: Wed Apr 19, 2017 4:16 pm
Re: Crashing on monitoring
I will give it considerable thought, thanks.