jcgriff2 Co-Founder / AdminBSOD Instructor/ExpertMicrosoft MVP (Ret.) Staff member Joined Feb 19, 2012 Posts 21,541 Location New Jersey Shore Jun 23, 2012 #41 This is my $_dvrref_table_98 Code: https://www.sysnative.com/drivers/driver.php?id=,http[i]:[/i]//sysnative.com/drivers/driver.php?id= https://www.sysnative.com/drivers/driver.php?id=,http[i]:[/i]//sysnative.com/drivers/driver.php?id= Click to expand...
This is my $_dvrref_table_98 Code: https://www.sysnative.com/drivers/driver.php?id=,http[i]:[/i]//sysnative.com/drivers/driver.php?id= https://www.sysnative.com/drivers/driver.php?id=,http[i]:[/i]//sysnative.com/drivers/driver.php?id= Click to expand...
Wrench97 Administrator, Hardware Expert Staff member Joined Feb 20, 2012 Posts 3,076 Location S.E. Pennsylvania Jun 23, 2012 #42 What does the HTML: [i] [/i] do in the URL ? Since as soon as I removed them the program no longer hangs and does output references to the DRT...........
What does the HTML: [i] [/i] do in the URL ? Since as soon as I removed them the program no longer hangs and does output references to the DRT...........
jcgriff2 Co-Founder / AdminBSOD Instructor/ExpertMicrosoft MVP (Ret.) Staff member Joined Feb 19, 2012 Posts 21,541 Location New Jersey Shore Jun 23, 2012 #43 It displays the full URL.. With [I] [/I] - http://sysnative.com/drivers/driver.php?id=nvlddmkm.sys Without - Driver Reference Table __________________ *Without - appears at sites that obtain URL description from HTML <title> tag; we don't have that turned on here - yet. Last edited: Nov 24, 2012
It displays the full URL.. With [I] [/I] - http://sysnative.com/drivers/driver.php?id=nvlddmkm.sys Without - Driver Reference Table __________________ *Without - appears at sites that obtain URL description from HTML <title> tag; we don't have that turned on here - yet.
niemiro Senior Administrator, Windows Update Expert Staff member Joined Mar 2, 2012 Posts 8,769 Location District 12 Jun 23, 2012 #44 Wrench97 said: Once removed the script runs and works:wave: Click to expand... That is really odd. Your memory dump actually showed it either failed to read the file, or that it read a blank file. It shouldn't have mattered at all about the [i]:[/i]. I wonder whether saving the file was what fixed it... I can't quite understand how the italics could have affected it anyway - they are simply used as a string, and not interpreted in any way. Anyway, thanks for fixing it and letting me know. If you run into problems, you could always add the italic tags back, and I reacon that it will probably continue to work.
Wrench97 said: Once removed the script runs and works:wave: Click to expand... That is really odd. Your memory dump actually showed it either failed to read the file, or that it read a blank file. It shouldn't have mattered at all about the [i]:[/i]. I wonder whether saving the file was what fixed it... I can't quite understand how the italics could have affected it anyway - they are simply used as a string, and not interpreted in any way. Anyway, thanks for fixing it and letting me know. If you run into problems, you could always add the italic tags back, and I reacon that it will probably continue to work.
Wrench97 Administrator, Hardware Expert Staff member Joined Feb 20, 2012 Posts 3,076 Location S.E. Pennsylvania Jun 23, 2012 #45 I'll try putting the code back in and see what happens. Now that was on my laptop, the location issue is on the Desktop, now that I have 1 system working again I'll get back to the desktop tomorrow. Is there an older version of windbg available for D/L somewhere?
I'll try putting the code back in and see what happens. Now that was on my laptop, the location issue is on the Desktop, now that I have 1 system working again I'll get back to the desktop tomorrow. Is there an older version of windbg available for D/L somewhere?
jcgriff2 Co-Founder / AdminBSOD Instructor/ExpertMicrosoft MVP (Ret.) Staff member Joined Feb 19, 2012 Posts 21,541 Location New Jersey Shore Jun 23, 2012 #46 $_dbugdir parm file Code: C:\Program Files\Debugging Tools for Windows (x64)\kd.exe Place exact path for your installation + \kd.exe in that parm file. No luck yet finding Windbg 6.11 or 6.12
$_dbugdir parm file Code: C:\Program Files\Debugging Tools for Windows (x64)\kd.exe Place exact path for your installation + \kd.exe in that parm file. No luck yet finding Windbg 6.11 or 6.12
Wrench97 Administrator, Hardware Expert Staff member Joined Feb 20, 2012 Posts 3,076 Location S.E. Pennsylvania Jun 23, 2012 #47 Wrench97 said: I'll try putting the code back in and see what happens. Now that was on my laptop, the location issue is on the Desktop, now that I have 1 system working again I'll get back to the desktop tomorrow. Is there an older version of windbg available for D/L somewhere? Click to expand... I put the italics code back in and it works fine:confused2:
Wrench97 said: I'll try putting the code back in and see what happens. Now that was on my laptop, the location issue is on the Desktop, now that I have 1 system working again I'll get back to the desktop tomorrow. Is there an older version of windbg available for D/L somewhere? Click to expand... I put the italics code back in and it works fine:confused2:
jcgriff2 Co-Founder / AdminBSOD Instructor/ExpertMicrosoft MVP (Ret.) Staff member Joined Feb 19, 2012 Posts 21,541 Location New Jersey Shore Jun 23, 2012 #48 The mysteries of life, Bruce...... :lol: