http://bugs.winehq.org/show_bug.cgi?id=5250
dank(a)kegel.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From dank(a)kegel.com 2006-25-05 02:20 -------
Today's CVS works fine.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5139
------- Additional Comments From ead1234(a)hotmail.com 2006-25-05 02:13 -------
To clarify this, this is how the installer is supposed to work ...
First read from the media table with sort order by DiskId, each disk id is a
new disk to install from .
In the case of America's Army DiskId 1 is disk1.cab
The installer then starts extracting from Disk1.cab until it reaches the
LastSequence # on the disk. Disk1.Cab has the LastSequence of 6 which means
the installer should pull files off of Disk1.Cab in order by sequence key in
the file table and should stop at sequence 6.
Then it moves to DiskId 2 Animatns.cab. The installer should then extract
files from Animatns.cab in order by sequence number read from the file table
until last sequence of 14.
The DiskId sequence goes up to 25. which means there are 25 different cab
files to read from.
DiskId 22 is accessor.cab, but the last sequence on accessor.cab is 0, which
means it will pull files from accessor.cab until it reaches 0, which it should
start at 0, so it will never pull anything from accessor.cab. I'm not sure
what purpose this serves to have a dummy DiskId.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5139
------- Additional Comments From ead1234(a)hotmail.com 2006-25-05 01:45 -------
It appears the actual file sequnce is read from the file table. The Media table
should be sorted by DiskId to get the correct sequence of install medium, then
each file should be read from the media from by the order of sequence from the
file table, where as the LastSequence shows the LastSequence number of the file
on the disk. So accessor.cab is LastSequence 0, and its #22 in DiskId, which
means it should be the last thing read off of the MSI media table and probably
shouldn't have anything done with it as the LastSequence number is 0, which
means there is nothing on DiskId22 to install before it.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5139
ead1234(a)hotmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #2346 is|0 |1
obsolete| |
Attachment #2368 is|0 |1
obsolete| |
------- Additional Comments From ead1234(a)hotmail.com 2006-25-05 01:37 -------
Created an attachment (id=2520)
--> (http://bugs.winehq.org/attachment.cgi?id=2520&action=view)
patch for sort order DiskId, LastSequence
The media table should first be sorted by DiskId, which determines the order of
which the media should be installed, and then by LastSequence which is the file
sequence number for each DiskId(Media).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5290
Summary: "err:msi:deformat_file Unable to get ShortPath size ...
" when installing MS Office 2003 Pro
Product: Wine
Version: 0.9.13.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P4
Component: wine-msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: zell(a)list.ru
Intalling Office 2003 Pro on SUSE 10.1. Works fine until it actually starts
copying(extracting?) files. Error message: "Installation ended prematurely
because of an error". Console output:
err:msi:deformat_file Unable to get ShortPath size (L"c:\\Program Files\\Common
Files\\Microsoft Shared\\Visual Database Tools\\1033\\VDT70UI.DLL")
err:msi:deformat_file Unable to get ShortPath size (L"c:\\Program Files
\\Microsoft Office\\OFFICE11\\VS Runtime\\1033\\CSSPKGUI.DLL")
err:msi:deformat_file Unable to get ShortPath size (L"c:\\Program Files
\\Microsoft Office\\OFFICE11\\VS Runtime\\1033\\HTMEDUI.DLL")
err:msi:deformat_file Unable to get ShortPath size (L"c:\\Program Files
\\Microsoft Office\\OFFICE11\\VS Runtime\\1033\\htmdlgsUI.dll")
err:msi:deformat_file Unable to get ShortPath size (L"c:\\Program Files
\\Microsoft Office\\OFFICE11\\VS Runtime\\1033\\vsdebugui.dll")
err:msi:deformat_file Unable to get ShortPath size (L"c:\\Program Files
\\Microsoft Office\\OFFICE11\\VS Runtime\\1033\\MSDBGUI.DLL")
err:msi:deformat_file Unable to get ShortPath size (L"c:\\Program Files
\\Microsoft Office\\OFFICE11\\VS Runtime\\1033\\MSENVUI.DLL")
err:msi:deformat_file Unable to get ShortPath size (L"c:\\Program Files
\\Microsoft Office\\OFFICE11\\VS Runtime\\1033\\vsbrowseUI.dll")
err:msi:deformat_file Unable to get ShortPath size (L"c:\\Program Files
\\Microsoft Office\\OFFICE11\\VS Runtime\\1033\\VisualStudioTeamCoreUI.dll")
err:msi:deformat_file Unable to get ShortPath size (L"c:\\Program Files
\\Microsoft Office\\OFFICE11\\VS Runtime\\1033\\CMDDEFUI.DLL")
err:msi:ITERATE_Actions Execution halted, action L"SKURED" returned 1603
err:msi:ITERATE_Actions Execution halted, action L"ExecuteAction" returned 1603
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5139
------- Additional Comments From ead1234(a)hotmail.com 2006-25-05 01:10 -------
Created an attachment (id=2519)
--> (http://bugs.winehq.org/attachment.cgi?id=2519&action=view)
msi dump with sort order by DiskId
when installing with order by DiskId as recommended by MSDN the install
proceeds further and dies at trying to extract files to the temp folder. What
is strange is the trace I get from msi when it lists the SQL statement.
trace:msi:MSI_DatabaseOpenViewW L"SELECT * FROM `Media` WHERE `LastSequence` >=
611 ORDER BY `DiskId`" 0x7fb8f794
Changing the Order By to DiskId should have no effect on the LastSequence >= 0
portion of the sql statement, it should just change the sort order, here it
says 611 which shows there is a flaw in the trace message code.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4549
------- Additional Comments From Rincebrain(a)gmail.com 2006-24-05 22:34 -------
Requesting confirmation of this bug on newer WINE.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.