http://bugs.winehq.org/show_bug.cgi?id=5409
------- Additional Comments From rob(a)codeweavers.com 2006-13-06 16:44 -------
This is a Microsoft bug, not a Wine bug.
Here is an Ethereal trace that proves it:
GET /windows/ie/ie6sp1/download/rtw/x86/ie6sites.dat HTTP/1.0
Accept: */*
UA-pixels: 1280x1024
UA-color: color24
UA-OS: Windows NT
UA-CPU: x86
User-Agent: Mozilla/2.0 (compatible; MSIE 3.0B; Win32)
Host: www.microsoft.com
Connection: Keep-Alive
HTTP/1.0 200 OK
Connection: Close
Pragma: no-cache
cache-control: no-cache
Content-Type: text/html; charset=iso-8859-1
<HTML><HEAD><META HTTP-EQUIV="Refresh" CONTENT="0.1;
URL=/windows/ie/ie6sp1/download/rtw/x86/ie6sites.dat">
<META HTTP-EQUIV="Pragma" CONTENT="no cache">
<META HTTP-EQUIV="Expires" CONTENT="-1">
</HEAD></HTML>
--
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=5426
------- Additional Comments From alan(a)dominux.co.uk 2006-13-06 16:30 -------
The Orca install actually dumps orca.exe in the root of the c drive, it does
run, but does not list any table contents. In the console was this fixme
fixme:msi:MsiDatabaseIsTablePersistentW 2 L"Directory"
fixme:msi:MsiDatabaseIsTablePersistentW 0 L"Directory"
so I found this function at the end of msiquery.c, it is a stub that returns
MSICONDITION_FALSE to indicate that the table is not persistent or does not
exist or something like that. I changed this to return MSICONDITION_TRUE and it
now works great. My msiquery.c now ends like this:
MSICONDITION WINAPI MsiDatabaseIsTablePersistentW(
MSIHANDLE hDatabase, LPWSTR szTableName)
{
FIXME("%lx %s\n", hDatabase, debugstr_w(szTableName));
// return MSICONDITION_FALSE;
return MSICONDITION_TRUE;//AB just seeing if this fixes Orca. It should
really do some kind of check to see if the table really does exist
//woohoo it does fix Orca!
}
--
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=4093
------- Additional Comments From vanheu(a)gmail.com 2006-13-06 16:19 -------
Same problem with Comandos : behind ennemy lines !
Linux 2.6.15-23-386 (Ubuntu Dapper Drake)
Wine 0.9.15
Alsa 1.0.10
Using OSS driver in winecfg fixed the problem !
--
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=5426
Summary: MS Orca does not install
Product: Wine
Version: 0.9.14.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alan(a)dominux.co.uk
MS Orca is a tool from the windows platform sdk, it can be downloaded from
http://www.microsoft.com/downloads/details.aspx?FamilyId=484269E2-3B89-47E3…
or just get the orca package from the link on this MSDN blogger page
http://blogs.msdn.com/astebner/archive/2004/07/12/180792.aspx
Orca is for examining the database tables in a .msi install package, I wanted to
use it to debug why the Lotus Notes 7 install does not work, but found that the
Orca package had the same issue. The installer dumps some stuff in the root of
.wine/drive_c/ because it fails to resolve directory names correctly. Some files
in the package are incorrectly resolved to intall in c:\ and some files don't
have a path at all and are skipped. I am going to continue tracing the problem,
it is somewhere in helper.c or action.c in the msi dll folder I think.
--
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=4729
------- Additional Comments From lightsolphoenix(a)gmail.com 2006-13-06 14:38 -------
I see this bug as well, using version 0.9.15. It's the only thing that hinders
me from going to Photoshop on Wine full-time...
--
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=5417
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |download
--
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=5413
------- Additional Comments From atomo64(a)gmail.com 2006-13-06 12:08 -------
The HostCache.dat file is required only if Internet Explorer (up to v5) can't be
/isn't installed. Without Internet Explorer Shareaza can't request the
information from the web caches because a normal web cache request is something
like http://url.com/cache?get=1&hosts=1 , but without IE the request sent to
the server is http://url.com/cache dropping the request arguments and then,
failing to retrieve the right information.
(I tried to change the status to NEW but it says I can't because of permissions
).
--
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=5425
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|blocker |normal
------- Additional Comments From vitaliy(a)kievinfo.com 2006-13-06 12:03 -------
May I ask why would you run something like that on Linux? Isn't all the e-mail
servers that came from UNIX and available on Linux enough for you?
--
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=5425
froig(a)masadecor-bcn.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|test |wine-ports
--
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.