http://bugs.winehq.org/show_bug.cgi?id=4051
------- Additional Comments From adrian.macneil(a)gmail.com 2006-30-05 22:07 -------
Yes, still a problem on Ubuntu 6.06RC, Wine 0.9.14 with fresh .wine folder.
Again, 'sudo dpkg-divert --rename winearts.drv.so' fixes the problem. I am
getting a new computer this weekend so I will see what happens on a fresh Ubuntu
install.
--
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=5324
Summary: installing winw-0.9.14
Product: Wine
Version: unspecified
Platform: PC
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: test
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: j2000tabor(a)yahoo.com
Not sure what component, got this off the home page of winehq, get error
"configure: error: no acceptable C compiler found in $PATH" any suggestions on
how to fix. Using centos 4. New to linux so detailed instructions would be
greatly appreciated. Trying to setup so my son can play his learning games that
are exe driven. Thanks!
--
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=4051
------- Additional Comments From scott(a)open-vote.org 2006-30-05 19:14 -------
I put up binaries for 0.9.14, are you still getting the crash?
--
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=5028
------- Additional Comments From rmaldera(a)gmail.com 2006-30-05 16:46 -------
I'm getting a similar error with the installer. It occurs when the installer is
going to start the copy of files to the system. Then it stops saying that it has
been interrupted.
I'm using Wine 0.9.14
Copyright 2004 Vincent B�ron
err:rpc:RPCRT4_OpenBinding failed to bind
fixme:rpc:RpcRevertToSelfEx (0x7dd81568): stub
err:ole:get_unmarshaler_from_stream Failed to read common OBJREF header, 0x00000001
fixme:ole:NdrClearOutParameters (0x7b16e0d0,0x7ce94212,0x7b16e204): stub
fixme:win:SetWindowTextA setting text "TITLE_CAPTIONBAR" of other process window
(nil) should not use SendMessage
err:rpc:RPCRT4_OpenBinding failed to bind
fixme:msi:ACTION_HandleStandardAction unhandled standard action L"ValidateProductID"
fixme:msi:ACTION_HandleStandardAction unhandled standard action L"SetODBCFolders"
fixme:msi:ACTION_HandleStandardAction unhandled standard action
L"RemoveExistingProducts"
fixme:msi:ACTION_HandleStandardAction unhandled standard action L"DisableRollback"
fixme:msi:ACTION_CustomAction msidbCustomActionTypeNoImpersonate not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeNoImpersonate not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeNoImpersonate not handled
err:msi:ITERATE_Actions Execution halted, action L"InstallFinalize" returned 1603
err:msi:ITERATE_Actions Execution halted, action L"ExecuteAction" returned 1603
fixme:msi:msi_dialog_set_control_condition Unhandled action L"Default"
fixme:msi:msi_dialog_set_control_condition Unhandled action L"Default"
--
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=5028
------- Additional Comments From rmaldera(a)gmail.com 2006-30-05 16:45 -------
I'm getting a similar error with the installer. It occurs when the installer is
going to start the copy of files to the system. Then it stops saying that it has
been interrupted.
Copyright 2004 Vincent B�ron
err:rpc:RPCRT4_OpenBinding failed to bind
fixme:rpc:RpcRevertToSelfEx (0x7dd81568): stub
err:ole:get_unmarshaler_from_stream Failed to read common OBJREF header, 0x00000001
fixme:ole:NdrClearOutParameters (0x7b16e0d0,0x7ce94212,0x7b16e204): stub
fixme:win:SetWindowTextA setting text "TITLE_CAPTIONBAR" of other process window
(nil) should not use SendMessage
err:rpc:RPCRT4_OpenBinding failed to bind
fixme:msi:ACTION_HandleStandardAction unhandled standard action L"ValidateProductID"
fixme:msi:ACTION_HandleStandardAction unhandled standard action L"SetODBCFolders"
fixme:msi:ACTION_HandleStandardAction unhandled standard action
L"RemoveExistingProducts"
fixme:msi:ACTION_HandleStandardAction unhandled standard action L"DisableRollback"
fixme:msi:ACTION_CustomAction msidbCustomActionTypeNoImpersonate not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeNoImpersonate not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeNoImpersonate not handled
err:msi:ITERATE_Actions Execution halted, action L"InstallFinalize" returned 1603
err:msi:ITERATE_Actions Execution halted, action L"ExecuteAction" returned 1603
fixme:msi:msi_dialog_set_control_condition Unhandled action L"Default"
fixme:msi:msi_dialog_set_control_condition Unhandled action L"Default"
--
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=5311
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-30-05 15:54 -------
I don;t know anything about this code, but following oneliner makes the
application start fine. Is that line newItem->iSelectedImage = -1; really needed?
--- a/dlls/comctl32/treeview.c
+++ b/dlls/comctl32/treeview.c
@@ -1011,8 +1011,7 @@ TREEVIEW_AllocateItem(TREEVIEW_INFO *inf
return NULL;
newItem->iImage = -1;
- newItem->iSelectedImage = -1;
-
+
if (DPA_InsertPtr(infoPtr->items, INT_MAX, newItem) == -1)
{
Free(newItem);
--
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=4323
------- Additional Comments From hans(a)it.vu.nl 2006-30-05 15:23 -------
Patch is in cvs. It would be nice if you could confirm that this bug is
fixed and close 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=5198
xerox_xerox2000(a)yahoo.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-30-05 15:12 -------
is fixed in wine-0.9.14. Installer runs 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=5311
------- Additional Comments From rob(a)codeweavers.com 2006-30-05 13:01 -------
The patch fixed the problem of the open folder icons not appearing in the
treeview in Wine's regedit when a key is selected. I'm pretty sure the patch is
correct, although it may have triggered another code path in the application.
--
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.