Mantis Bug Tracker

View Issue Details Jump to Notes ] << ] >> ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0000033DriverPacks BASEslipstreamerpublic2006-05-27 18:172006-05-28 04:16
Reporterrazormoon 
Assigned ToBashratTheSneaky 
PrioritynormalSeveritymajorReproducibilityhave not tried
StatusresolvedResolutionfixed 
PlatformOSOS Version
Product Version6.05 CP 
Target VersionFixed in Version6.05 
Summary0000033: M1+RunOnceEx:: Missing files, missing directories.
DescriptionNot 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 :)
 
Additional InformationDP CHIPSET
GRAPH A
GRAPH B
GRAPH C
MASSSTORE
SOUND A
SOUND B
MASS TEXTMODE
TagsNo tags attached.
Destination OS Platform
Installation Platformdisc (CD/DVD)
DriverPackscombination (specify in description)
DriverPacks Method1
DriverPacks Finisher MethodRunOnceEx
Attached Files? file icon 2.bmp [^] (921,654 bytes) 2006-05-27 18:17

- Relationships
parent of 0000026resolvedBashratTheSneaky M1+RunOnceEx: if no $OEM$ dir exists, then it won't be created and as a result RunOnceEx won't work 

-  Notes
(0000119)
razormoon (reporter)
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 (reporter)
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 (reporter)
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 (administrator)
2006-05-28 04:16

Related to 0000026, which is solved: this one is solved as well.

- Issue History
Date Modified Username Field Change
2006-05-27 18:17 razormoon New Issue
2006-05-27 18:17 razormoon File Added: 2.bmp
2006-05-27 18:17 razormoon DriverPacks => combination (specify in description)
2006-05-27 18:17 razormoon DriverPacks Method => 1
2006-05-27 18:17 razormoon Finishing Method => RunOnceEx
2006-05-27 18:17 razormoon Installation Platform => disc (CD/DVD)
2006-05-27 18:20 razormoon Note Added: 0000119
2006-05-27 18:37 razormoon Note Edited: 0000119
2006-05-27 20:16 razormoon Note Added: 0000120
2006-05-27 20:57 razormoon Note Added: 0000121
2006-05-28 03:25 BashratTheSneaky Relationship added related to 0000031
2006-05-28 04:15 BashratTheSneaky Relationship added related to 0000026
2006-05-28 04:15 BashratTheSneaky Relationship deleted related to 0000031
2006-05-28 04:15 BashratTheSneaky Relationship deleted related to 0000026
2006-05-28 04:15 BashratTheSneaky Relationship added parent of 0000026
2006-05-28 04:16 BashratTheSneaky Status new => assigned
2006-05-28 04:16 BashratTheSneaky Assigned To => BashratTheSneaky
2006-05-28 04:16 BashratTheSneaky Note Added: 0000122
2006-05-28 04:16 BashratTheSneaky Status assigned => resolved
2006-05-28 04:16 BashratTheSneaky Fixed in Version => 6.05
2006-05-28 04:16 BashratTheSneaky Resolution open => fixed


Copyright © 2000 - 2012 MantisBT Group
Powered by Mantis Bugtracker