http://bugs.winehq.org/show_bug.cgi?id=8771
------- Additional Comments From austinenglish(a)gmail.com 2007-12-07 13:35 -------
austin@austin-desktop:~/wine-git$ git bisect
bad7bee1d358366b5845a59b822e043a8017c10e626 is first bad commit
commit 7bee1d358366b5845a59b822e043a8017c10e626
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Thu May 31 17:02:21 2007 +0200
ws2_32: Reimplement WSASendTo along the lines of NtWriteFile.
:040000 040000 a0b53d7eb15e717465e44c701dd6f0e67b2f99a0
7e6d333d029bef704e4d27a4dcd24ba0b181c7dd M dlls
--
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=8918
------- Additional Comments From sch.joerg(a)googlemail.com 2007-12-07 13:35 -------
No, this is not the same game, the bug only concerns Baldur's Gate I. Baldur's
Gate II (which is the game to the demo mentioned) seems to 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=8935
Summary: python 2.4.2 installer fails on custom actions
Product: Wine
Version: CVS
Platform: PC
URL: http://www.python.org/ftp/python/2.4.2/python-2.4.2.msi
OS/Version: Linux
Status: NEW
Keywords: regression, download, Installer
Severity: normal
Priority: P2
Component: wine-msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thestig(a)google.com
The Python installer broke again in wine-git:
err:msi:custom_get_thread_return Invalid Return Code 1606
err:msi:ITERATE_Actions Execution halted, action L"UpdateEditIDLE" returned 1603
err:msi:ITERATE_Actions Execution halted, action L"ExecuteAction" returned 1603
This is caused by:
commit 1647de570bedb0052359075367e49dbae5ecc7b6
Author: James Hawkins <truiken(a)gmail.com>
Date: Thu Jul 5 17:56:22 2007 -0700
msi: Enable remote custom actions.
--
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=8934
Summary: FreeLibraryAndExitThread looks wrong
Product: Wine
Version: unspecified
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-kernel
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pablo.yabo(a)gmail.com
I saw the documentation of FreeLibraryAndExitThread in the MSDN and says:
"The FreeLibraryAndExitThread function allows threads that are executing within
a DLL to safely free the DLL in which they are executing and terminate
themselves. If they were to call FreeLibrary and ExitThread separately, a race
condition would exist. The library could be unloaded before ExitThread is
called."
And the implementation of Wine does exactly:
FreeLibrary(hMod);
ExitThread(dwExitCode);
There is no difference to call both functions instead of this.
--
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=8929
------- Additional Comments From winehq(a)richardneill.org 2007-12-07 12:54 -------
Sorry for the dupe. I did search for "accwiz" before posting it, and nothing was
found.
--
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=4888
------- Additional Comments From oponek(a)gmail.com 2007-12-07 12:13 -------
I've got the same problem - Reason is extremely slow under wine - both graphics and sound.
--
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=8933
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|normal |trivial
--
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=8931
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Component|wine-advapi32 |wine-misc
Resolution| |INVALID
------- Additional Comments From vitaliy(a)kievinfo.com 2007-12-07 12:08 -------
Invalid. You need more information about what exactly happens? Advapi have
nothing to do with window - user or x11drv.
If it's unmanaged window - has no decoration, then it will always be on top.
--
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.