http://bugs.winehq.org/show_bug.cgi?id=5714
Summary: Microsoft Visual C++ 2005 Redistributable Package won't
install
Product: Wine
Version: CVS
Platform: Other
URL: http://www.microsoft.com/downloads/details.aspx?familyid
=32BC1BEE-A3F9-4C13-9C99-220B62A191EE
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: wine-msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Adobe Lightroom beta won't start unless MSVCP80.dll
and friends are installed. Those are provided by
the MSVC++2005 redistributable package, but installing that
fails like this:
$ wine vcredist_x86.exe
fixme:advapi:DecryptFileA "C:\\windows\\temp\\IXP000.TMP\\" 00000000
fixme:advapi:DecryptFileA "C:\\windows\\temp\\IXP001.TMP\\" 00000000
fixme:msi:MsiInstallProductW L"vcredist.msi" (null)
fixme:msi:ACTION_HandleStandardAction unhandled standard action L"ValidateProductID"
fixme:msi:ACTION_HandleStandardAction unhandled standard action L"SetODBCFolders"
err:msi:ITERATE_Actions Execution halted, action L"SxsInstallCA" 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=4258
dank(a)kegel.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From dank(a)kegel.com 2006-19-07 08:36 -------
Fixed, thanks. The installer now fails because Wine doesn't support BITS,
but I've opened bug bug 5713 for that.
--
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=5713
Summary: Google Pack installer aborts because Background
Intelligent Transfer Service not implemented
Product: Wine
Version: CVS
Platform: Other
URL: http://pack.google.com
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: wine-net
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Installing Google Pack fails with the dialog
"The Google Updater has detected that your computer's
Background Intelligent Transfer Service can not be
started properly."
and Wine outputs
err:ole:create_server class {4991d34b-80a1-4291-83b6-3328366b9097} not registered
That UUID is associated with
"Background Intelligent Transfer Control Class 1.0"
(See http://geekswithblogs.net/podwysocki/category/4454.aspx
for somebody's tutorial about BITS.)
--
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=2666
------- Additional Comments From frix(a)engineer.com 2006-19-07 07:44 -------
Created an attachment (id=2951)
--> (http://bugs.winehq.org/attachment.cgi?id=2951&action=view)
Screen shot of ingame text overlay ("Click to select this villager")
This screenshot was taken with wine 0.9.17, showing that the text color is
white during "in game" text overlays. The text overlays are used to communicate
"hints" and status about the other players in the game.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=5712
Summary: Regression: Max Payne 2 freezes as long as keys are
being pressed
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx-dinput
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: onety-three(a)gmx.net
This worked before and was broken in revision 1.22 of dlls/dinput/keyboard.c;
after reverting to 1.21 everything works again.
If you keep holding a keyboard key in Max Payne 2 (e.g. for movement of the
character) the game freezes and won't continue until you let go of the key.
This can be caused by all except the modifier keys. Another case in which the
bug won't be triggered is if you jump to a side and keep pressing the key for
the appropriate direction.
--
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=3599
------- Additional Comments From roli8200(a)yahoo.de 2006-19-07 06:12 -------
>The logs do not help me to find an error in winspool, that result in
>the mentioned failure.
>("+psdrv" from comment #1 was not included. "Please add ..." from my comment #6)
Its seems rater that the psdrv wasn't used by corel draw. And I think it isn't
"bug" in a literal sense. The bug is more in the logical meaning of the wineprint.
There should (must) be configuration options to configure:
- Which printer type is reported to the windows apps
Should rater report the original printer type configured in cups than
just tell the app: Its just postscript printer.
I think if wine whould report a "normal" (in my case) HP Laserjet 4 Corel
would use the "normal" winprint api instead of self generating postscript
code
- What to do with the generated (in case of Corel) post script code.
I think the whole reason behind this bug is that wine transports the generated
postscript code directly "as text" to the printerspooler instead to tell him
"Look here comes postscript code, render it for the selected printer model".
This assumption is based on the first line of the paper printed postscript code:
"%%BeginDocument: Wine passthrough". So its just a matter of the handling of the
generated printer code and this should not be that big reason to handle that.
--
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=5699
------- Additional Comments From rob(a)codeweavers.com 2006-19-07 05:40 -------
WINEDEBUG=+loaddll,+ole,+olerelay wine ./uoml_setup.exe 2> ~/ultima_setup.log
bzip2 ~/ultima_setup.log
Then attach ~/ultima_setup.log.bz2 to 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.