http://bugs.winehq.org/show_bug.cgi?id=5252
------- Additional Comments From olger901(a)gmail.com 2006-19-05 05:23 -------
Installshield now partially works again using the cvs dated from 18-05-2006
(21:00 in the evening GMT+1). But only installshield installers up to a certain
version. (Haven't figured out exactly what version).
The installshield from Rise of Nations: Rise of Legends still does not work
--
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=3254
------- Additional Comments From jasonspiro3+wine(a)gmail.com 2006-19-05 04:57 -------
I was able to get the dialog box to draw itself by toggling the "Visible"
checkbox for the main Google Talk window, which was directly in front of the
dialog, on and off using Scott's Window Resizing Utility (a useful piece of
Windows freeware).
The dialog box still says "Connection Error" and "Could not authenticate to
server" and has the buttons "Retry" and "Cancel".
I am using a week-old Wine from CVS (--version says 0.9.12). I have not used
winecfg or changed any Wine settings.
--
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=4633
------- Additional Comments From fairy_maiden1999(a)yahoo.com 2006-19-05 03:52 -------
The MapSource update released in March 2006 (6.10.2) completely fails to work.
This error comes up on startup:
App: MapSource
At: 5/19/2006 7:52:53 AM (UTC)
OS: Windows 2000 Service Pack 4
Processor: Pentium Pro or Pentium II, RAM: 1552256
AFX_COMBOBOX.HPP-122-6.10.2.0
Version 6.9.1 still works relatively well, although Garmin no longer provides
the installer on their website.
If anyone is willing to work on this problem, I can provide a tarball with
version 6.9.1 plus registry entries and other files needed to start the program up.
Depending on a number of factors (mainly if I have enough extra cash), I might
even be willing to purchase an eTrex Legend (the same unit that I use) for the
person who solves this bug.
I can be contacted on gmail.com; my address is akihana (at the mentioned domain).
Oh, and if someone ends up reading this -- please change the Component to
wine-ports since this is really a serial comm bug as opposed to a filesystem
issue. Please also update the version; I can comfirm that this problem still
exists in Wine 0.9.13.
--
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=5251
jeremielapuree(a)yahoo.fr changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #2474 is|0 |1
obsolete| |
------- Additional Comments From jeremielapuree(a)yahoo.fr 2006-19-05 03:25 -------
Created an attachment (id=2484)
--> (http://bugs.winehq.org/attachment.cgi?id=2484&action=view)
the trace
--
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=5251
------- Additional Comments From jeremielapuree(a)yahoo.fr 2006-19-05 03:24 -------
No progress with the cvs version dated of 2006-05-19
I would like to do a regression test. But with the trace output (see the
attachment) I don't know in what file (kernel, ntdll, rpcrt....?) must I search
the regression. If anyone has an idea.....
Joaopa
--
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
mike(a)codeweavers.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jasonspiro3+wine(a)gmail.com
------- Additional Comments From mike(a)codeweavers.com 2006-19-05 03:20 -------
*** Bug 5261 has been marked as a duplicate of this bug. ***
--
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=5261
mike(a)codeweavers.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From mike(a)codeweavers.com 2006-19-05 03:20 -------
This should have been a comment in bug #5139, not a new bug.
*** This bug has been marked as a duplicate of 5139 ***
--
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=5261
Summary: [MSI] I suspect a row in the Media table is being
selected when it shouldn't be (America's Army)
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jasonspiro3+wine(a)gmail.com
CC: neftune(a)gmail.com
Wine-msi is executing the SQL statement "SELECT * FROM `Media` WHERE
`LastSequence` >= 1 ORDER BY `LastSequence`". That select statement should not
be selecting the row that mentions DiskId="22" LastSequence="0" DiskPrompt=""
Cabinet="accessor.cab" VolumeLabel="" Source="".
The only line in a +all log of an America's Army install that mentions the Media
table is:
trace:msi:MSI_DatabaseOpenViewW L"SELECT * FROM `Media` WHERE `LastSequence` >=
1 ORDER BY `LastSequence`" 0x7fc2f794
But, because the install fails later (bug 5139), I suspect the row is being
selected despite that LastSequence is 0. How else could Wine-msi think that a
file named accessor.cab exists?
Background info: There is a full MSIDIFF dissasembly of America's Army.msi
attached to bug 4533; I saw the row (DiskId="22" LastSequence="0" DiskPrompt=""
Cabinet="accessor.cab" VolumeLabel="" Source="") in comment#5. I confirmed that
that was the only row in the entire MSI file mentioning a file "accessor.cab"
using the WiX decompiler. I am using a copy of wine from CVS that I checked out
about a week ago built on Debian Etch. wine --version returns 0.9.12.
--
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 mike(a)codeweavers.com 2006-19-05 01:38 -------
The easy way to fix this would be to just return success and keep going.
The harder way would be to realize that we don't need to copy any files from
that cabinet and not try and open it in the first place.
Does something like this work?
diff --git a/dlls/msi/files.c b/dlls/msi/files.c
index b2ddfc9..dba729f 100644
--- a/dlls/msi/files.c
+++ b/dlls/msi/files.c
@@ -484,7 +484,7 @@ static UINT ready_media_for_file( MSIPAC
GetTempPathW(MAX_PATH,mi->last_path);
}
}
- rc = !extract_cabinet_file(package, mi->source, mi->last_path);
+ extract_cabinet_file(package, mi->source, mi->last_path);
}
else
{
--
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 jasonspiro3+wine(a)gmail.com 2006-19-05 01:13 -------
Question: Why is wine crashing on accessor.cab?
Answer: Because there is no such file as accessor.cab anywhere in the America's
Army distribution, so it never should have been extracted.
Here is my long-winded explanation.
I extracted americasarmy260_aafiles.exe to a directory on Windows. Then, I ran:
msiexec.exe /i "America's Army.msi" /qn /l*v verbose.log (/i means install; /qn
does a silent install; /l* means log all operations, v means verbose)
Notice this direct excerpt from the msiexec log:
...
MSI (s) (D0:C0): Executing op: SetTargetFolder(Folder=E:\Program Files\America's
Army\Sounds\)
MSI (s) (D0:C0): Executing op:
SetSourceFolder(Folder=1\PFiles\AMERIC~1\Sounds\|PFiles\America's Army\Sounds\)
MSI (s) (D0:C0): Executing op: ChangeMedia(,MediaPrompt=Please insert the disk:
,MediaCabinet=1\accessor.cab,BytesPerTick=32768,CopierType=1,,,SignatureRequired=0,,,IsFirstPhysicalMedia=1)
MSI (s) (D0:C0): Executing op: ChangeMedia(,MediaPrompt=Please insert the disk:
,MediaCabinet=1\Sounds.cab,BytesPerTick=32768,CopierType=1,,,SignatureRequired=0,,,IsFirstPhysicalMedia=1)
MSI (s) (D0:C0): Executing op:
FileCopy(SourceName=S-CAMP~1.UAX|S-CampMackall.uax,SourceCabKey=_61e3dded1a3a4144a69fd9c58d111a65,DestName=S-CampMackall.uax,Attributes=512,FileSize=107775276,PerTick=32768,,VerifyMedia=1,,,,,CheckCRC=0,Version=65535.0.0.0,,
InstallMode=58982400,HashOptions=0,HashPart1=-1051980800,HashPart2=905232706,HashPart3=1619355398,HashPart4=2142757465,)
MSI (s) (D0:C0): File: E:\Program Files\America's Army\Sounds\S-CampMackall.uax;
To be installed; No patch; No existing file
MSI (s) (D0:C0): Source for file '_61e3dded1a3a4144a69fd9c58d111a65' is compressed
InstallFiles: Installing File: S-CampMackall.uax, Directory: E:\Program
Files\America's Army\Sounds\, Size: 107775276
...
I can upload the full log if anyone likes. Notice that MSI did a ChangeMedia to
accessor.cab then did *nothing whatsoever* then did another ChangeMedia to
Sounds.cab and started extracting it. There is no accessor.cab file. It should
correspond to Program Files\America's Army\Accessories but the only files in
there are ArcadeInstallFull203-google.exe, xfire_installer_17171.exe, and some
DirectX stuff, all of which are stored in *other* CAB files.
--
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.