Mantis Bug Tracker

View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0000277DriverPacks BASEDPs Finisherpublic2006-11-11 07:132006-11-24 15:54
Reporterruudboek 
Assigned Toruudboek 
PrioritynormalSeveritymajorReproducibilityalways
StatusresolvedResolutionfixed 
PlatformOSOS Version
Product Version6.10 
Target VersionFixed in Version6.12 
Summary0000277: Could not delete the temporary working directory, "C:\tmp".
DescriptionThe finisher is unable to cleanup de DPSTMP folder (typically c:\tmp) which results in an "Could not delete the temporary working directory, "C:\tmp"." error.

The reason for this is that the command dirRemove is missing the parameter: ", 1" which enables dirRemove to not just delete the DPSTMP folder, but also everything inside it. Without this parameter dirRemove will not be able to delete the DPSTMP folder at all.
Therefore i suggest to change line 64 in DPsFnshr_funcs.au3 from this:

    if dirRemove($_DPSTMP) then

to this:


    if dirRemove($_DPSTMP, 1) then
TagsNo tags attached.
Destination OS Platformnot applicable
Installation Platformnot applicable
DriverPacksall
DriverPacks Methodnot applicable
DriverPacks Finisher Methodnot applicable
Attached Files

- Relationships

-  Notes
There are no notes attached to this issue.

- Issue History
Date Modified Username Field Change
2006-11-11 07:13 ruudboek New Issue
2006-11-11 07:13 ruudboek Status new => assigned
2006-11-11 07:13 ruudboek Assigned To => BashratTheSneaky
2006-11-11 07:13 ruudboek Destination OS Platform => not applicable
2006-11-11 07:13 ruudboek Installation Platform => not applicable
2006-11-11 07:13 ruudboek DriverPacks => all
2006-11-11 07:13 ruudboek DriverPacks Method => not applicable
2006-11-11 07:13 ruudboek DriverPacks Finisher Method => not applicable
2006-11-24 15:54 BashratTheSneaky Assigned To BashratTheSneaky => ruudboek
2006-11-24 15:54 BashratTheSneaky Status assigned => resolved
2006-11-24 15:54 BashratTheSneaky Fixed in Version => 6.10.1
2006-11-24 15:54 BashratTheSneaky Resolution open => fixed


Copyright © 2000 - 2012 MantisBT Group
Powered by Mantis Bugtracker