Topic: [BUG] BASE 10.06 - txtsetup.sif - missing entries

original title = MassStorage 11.08 Text Mode Question

After applying the text mode option, the "txtsetup.sif" file has the following 3 strings deleted from the [SCSI] Section.

asc3550  = "Advansys 3550 Ultra Wide SCSI Host Adapter"
ini910u  = "Initio Ultra SCSI Host Adapter"
perc2gat = "Dell PERC 2/3 RAID Controller (Gatling)"

I have gone through the "DriverPack_MassStorage_wnt5_x86-32.ini" file over and over and cannot find a reason for the deletions.

I can find logic for everything else and can create an exect copy of dosnet.inf, but txtmode.sif has these 3 deletes that I cannot explain.

Please help
PG

Re: [BUG] BASE 10.06 - txtsetup.sif - missing entries

I have no idea either. sad
There's nothing in the dpms .ini that would isolate those three.

Read BEFORE you post.  HWID tool   DriverPacks Tutorial   DONATE!
http://driverpacks.net/userbar/admin-1.png
Not all heroes wear capes, some wear Kevlar!

Re: [BUG] BASE 10.06 - txtsetup.sif - missing entries

if i remember correctly they were replaced...  (included in another driver) I will have to go back and look agian

It may be related to this too

http://forum.driverpacks.net/viewtopic. … 093#p36093

I can't fine it right now but i rewrote part of the code to deal with multiple native drivers being replaced with a single replacement driver.

DP BartPE Tutorial   DP_BASE Tutorial   HWID's Tool     Read BEFORE you post    UserBars!
http://driverpacks.net/userbar/admin-1.png
The DriverPacks, the DP_Base program, and Support Forum are FREE!.

Re: [BUG] BASE 10.06 - txtsetup.sif - missing entries

found it... it was related to the dumpydooby bug... i think i have a fix in place testing now

you have the very rare honor of creating a BUG Report over at the bugtracker sir! that hasn't happened in years.

I am adding you to the testing team sir... a new forum is now visible to you

Brief explanation:
A replacement driver is tagged "Ultra" and this would erroniously match with
"asc3550  = "Advansys 3550 Ultra Wide SCSI Host Adapter"
Because it contained an exact match on the word "Ultra"
because of the way the search was done it would match a word contained within a larger string.

I am hoping the fix will not require a rewrite of the whole loop.

DP BartPE Tutorial   DP_BASE Tutorial   HWID's Tool     Read BEFORE you post    UserBars!
http://driverpacks.net/userbar/admin-1.png
The DriverPacks, the DP_Base program, and Support Forum are FREE!.

Re: [BUG] BASE 10.06 - txtsetup.sif - missing entries

OK i think i have it fixed...

I am putting a test version up in the testing team forum.

Hopefully the fix does not break anything else...

DP BartPE Tutorial   DP_BASE Tutorial   HWID's Tool     Read BEFORE you post    UserBars!
http://driverpacks.net/userbar/admin-1.png
The DriverPacks, the DP_Base program, and Support Forum are FREE!.

Re: [BUG] BASE 10.06 - txtsetup.sif - missing entries

Yes i see, I had the same problem with my parser - I had to add a "\r\n" to the front of the pattern or the regex reacted to items in the value side of the entrie.

I think I eventually used "\r\nultra[ |=]"

Re: [BUG] BASE 10.06 - txtsetup.sif - missing entries

Moved to DriverPacks BASE forum from dpms.

Read BEFORE you post.  HWID tool   DriverPacks Tutorial   DONATE!
http://driverpacks.net/userbar/admin-1.png
Not all heroes wear capes, some wear Kevlar!