MantisBT - DriverPacks BASE
View Issue Details
0000033DriverPacks BASEslipstreamerpublic2006-05-27 18:172006-05-28 04:16
razormoon 
BashratTheSneaky 
normalmajorhave not tried
resolvedfixed 
6.05 CP 
6.05 
disc (CD/DVD)
combination (specify in description)
1
RunOnceEx
0000033: M1+RunOnceEx:: Missing files, missing directories.
Not to beat a dead horse but I think this issue is somewhat different than the one mentioned in 0000031. I've slipstreamed using M1, RUNONCEEX and KTD ALL.

Upon inspection of the DVD, I can see everything is where it should be using M1 (including NO 'OEM' directory)
However, on the HDD, I find nothing but the *.cmd and such but no \D directory.

I tell you Bashrat...I don't know if I want to figure out how to extract DPS_fnsh log from a virtual machine today. I feel too lazy. But I did find something of interest toward the EOF.

C:\>IF EXIST \$OEM$\KTDpaths.cmd (\$OEM$\KTDpaths.cmd) ELSE (IF EXIST \$OEM$\KTDpatterns.cmd (\$OEM$\KTDpatterns.cmd) ELSE (
START \$OEM$\WatchDSP.exe
START \$OEM$\CloseDSP.exe
START /WAIT \$OEM$\makePNF.exe /IM CloseDSP.exe
) )

We know a drive letter should appear there. So apparently this is due to the fact that it didn't find \OEM\BIN for %CDDRIVE%.
It branched incorrectly somewhere. I need sleep dammit!

lol :)
 
DP CHIPSET
GRAPH A
GRAPH B
GRAPH C
MASSSTORE
SOUND A
SOUND B
MASS TEXTMODE
No tags attached.
parent of 0000026resolved BashratTheSneaky M1+RunOnceEx: if no $OEM$ dir exists, then it won't be created and as a result RunOnceEx won't work 
? 2.bmp (921,654) 2006-05-27 18:17
http://bugtracker.driverpacks.net/file_download.php?file_id=21&type=bug
Issue History
2006-05-27 18:17razormoonNew Issue
2006-05-27 18:17razormoonFile Added: 2.bmp
2006-05-27 18:17razormoonDriverPacks => combination (specify in description)
2006-05-27 18:17razormoonDriverPacks Method => 1
2006-05-27 18:17razormoonFinishing Method => RunOnceEx
2006-05-27 18:17razormoonInstallation Platform => disc (CD/DVD)
2006-05-27 18:20razormoonNote Added: 0000119
2006-05-27 18:37razormoonNote Edited: 0000119
2006-05-27 20:16razormoonNote Added: 0000120
2006-05-27 20:57razormoonNote Added: 0000121
2006-05-28 03:25BashratTheSneakyRelationship addedrelated to 0000031
2006-05-28 04:15BashratTheSneakyRelationship addedrelated to 0000026
2006-05-28 04:15BashratTheSneakyRelationship deletedrelated to 0000031
2006-05-28 04:15BashratTheSneakyRelationship deletedrelated to 0000026
2006-05-28 04:15BashratTheSneakyRelationship addedparent of 0000026
2006-05-28 04:16BashratTheSneakyStatusnew => assigned
2006-05-28 04:16BashratTheSneakyAssigned To => BashratTheSneaky
2006-05-28 04:16BashratTheSneakyNote Added: 0000122
2006-05-28 04:16BashratTheSneakyStatusassigned => resolved
2006-05-28 04:16BashratTheSneakyFixed in Version => 6.05
2006-05-28 04:16BashratTheSneakyResolutionopen => fixed

Notes
(0000119)
razormoon   
2006-05-27 18:20   
(edited on: 2006-05-27 18:37)
Interesting...could it be this line?

~
REM 1st sublevel
IF EXIST %CDDRIVE%\OEM\bin\KTDpatterns.cmd (
%CDDRIVE%\OEM\bin\KTDpatterns.cmd
REM 2nd sublevel
) ELSE (
REM 2nd sublevel
%CDDRIVE%\OEM\bin\DevPath.exe %SystemRoot%\Inf
)
                   <-------------------------------------------------|
) |
GOTO CLEANUP <<<<<<<<<<<<<<<<<<this one!!!! should it go here? |

:KTD_M1
SET tagfile \$OEM$\makePNF.exe
FOR %%i in (c d e f g h i j k l m n o p q r s t u v w x y z) do if exist "%%i:%tagfile%" set CDDRIVE=%%i:
IF EXIST %CDDRIVE%\$OEM$\KTDpaths.cmd (
%CDDRIVE%\$OEM$\KTDpaths.cmd
) ELSE (
~

(0000120)
razormoon   
2006-05-27 20:16   
ok Bashrat...

REM 2nd sublevel
%CDDRIVE%\OEM\bin\DevPath.exe %SystemRoot%\Inf
)
                   <-------------------------------------------------|
) |
GOTO CLEANUP <<<<<<<<<<<<<<<<<<this one!!!! should it go here? |

:KTD_M1
SET tagfile \$OEM$\makePNF.exe <<<< Here is your problem. You forgot '='!
FOR %%i in (c d e f g h i j k l m n o p q r s t u v w x y z) do if exist "%%i:%tagfile%" set CDDRIVE=%%i:

Fix it please. I'm going back to bed. :P
(0000121)
razormoon   
2006-05-27 20:57   
Fixed DPS_fnsh.cmd Tag line with '=' sign as stated above. Now getting cmd window from 0000031. Still no \D directory though and root of systemdrive littered with *.cmd files.
(0000122)
BashratTheSneaky   
2006-05-28 04:16   
Related to 0000026, which is solved: this one is solved as well.