Intro Download and install Frequently Asked Questions Tips and tricks

Homepage







© J.C. Kessels 2009
MyDefrag Forum
June 19, 2013, 10:03:29 pm *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: Crash on laptop  (Read 967 times)
genegold
JkDefrag Supporter
***
Posts: 17


View Profile
« on: September 16, 2011, 07:12:56 am »

Acer laptop with SSD where it's run before, but crashing consistently today.  Using Weekly System run.  Everytime I was watching crash was at the beginning of Zone 4.  Reinstalled twice, first regular and then debug version, with same results.  First and last ~300 lines of Debug log attached.


* MyDefrag crash log - edited.txt (49.05 KB - downloaded 133 times.)
« Last Edit: September 16, 2011, 07:14:36 am by genegold » Logged
jeroen
Administrator
JkDefrag Hero
*****
Posts: 7156



View Profile WWW
« Reply #1 on: September 16, 2011, 07:50:49 am »

It's the "Program Hints" bug. Look here for a solution.
Logged
Darlis
JkDefrag Hero
*****
Posts: 1725


View Profile WWW
« Reply #2 on: September 16, 2011, 12:21:48 pm »

You should not use the System Disk scripts on a SSD. These just wear out the disk without any performance gain. Use the Flash Memory Disk script instead.

You should also disable Superfetch (or rather keep it disabled).
Logged

Need help creating a script? Try MyDefrag Script Creator.
genegold
JkDefrag Supporter
***
Posts: 17


View Profile
« Reply #3 on: September 24, 2011, 07:48:13 pm »

("Notify me of replies" didn't send anything for either post)

Working on Darlis' suggestion to modify the Flash Memory Disks script to run on both my laptop and desktop SSDs monthly (monthly per site suggestion - both SSDs have Win 7 system and all applications).  I need some help getting the syntax right for selecting one volume (desktop drive = I:).  I've been trying various versions of the following without success:

VolumeSelect
  Name("I:")
  CommandlineVolumes()
VolumeActions

Thanks.
Logged
Darlis
JkDefrag Hero
*****
Posts: 1725


View Profile WWW
« Reply #4 on: September 24, 2011, 08:09:30 pm »

If it's only i: you want to run the script on, remove "CommandlineVolumes()".

("Notify me of replies" didn't send anything for either post)
Check your e-mail address in the profile options.
Logged

Need help creating a script? Try MyDefrag Script Creator.
genegold
JkDefrag Supporter
***
Posts: 17


View Profile
« Reply #5 on: September 24, 2011, 09:06:46 pm »

Thanks. That helped on both scores.

I just set up a run for the data drives using a series of four "Name("_") or Name("_)..," and it runs correctly.  But before trying it that way, I tried the ExcludeVolumes syntax showing under Scripts.  I took out the "CommanlineVolumes()" line, but it didn't like the ExcludeVolumes command.  Here's what I tried, with and without the outside parentheses (I: and C: are system drives for Win7 and XP):

/* Select and process the volumes one by one. */
VolumeSelect
  ExcludeVolumes(Name("I:") or Name("C:"))
VolumeActions

What needed to be different?
Logged
Darlis
JkDefrag Hero
*****
Posts: 1725


View Profile WWW
« Reply #6 on: September 25, 2011, 07:22:59 am »

If you want to work with ExcludeVolumes you have to use it outside the VolumeSelect:
Code:
/* Exclude SSDs */
ExcludeVolumes( Name("I:") or Name("C:") )

/* Select and process the volumes one by one. */
VolumeSelect
  all
VolumeActions

Or you could simply replace "ExcludeVolmes" with "Not":
Code:
/* Select and process the volumes one by one. */
VolumeSelect
  Not ( Name("I:") or Name("C:") )
VolumeActions
Logged

Need help creating a script? Try MyDefrag Script Creator.
genegold
JkDefrag Supporter
***
Posts: 17


View Profile
« Reply #7 on: September 25, 2011, 06:52:00 pm »

Thanks!
Logged
genegold
JkDefrag Supporter
***
Posts: 17


View Profile
« Reply #8 on: October 07, 2011, 05:23:57 am »

Strange.. I just got an email that SammyCase had posted on this thread, but don't see anything after my last one on 9/25.  In fact, the only mention of SammyCase I find is in this post.
Logged
Darlis
JkDefrag Hero
*****
Posts: 1725


View Profile WWW
« Reply #9 on: October 07, 2011, 06:31:07 am »

SammyCase is spam-bot and it's post was removed.
Logged

Need help creating a script? Try MyDefrag Script Creator.
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.5 | SMF © 2006-2008, Simple Machines LLC Valid XHTML 1.0! Valid CSS!