http://bugs.winehq.org/show_bug.cgi?id=7160
jonass(a)lysator.liu.se changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From jonass(a)lysator.liu.se 2007-03-02 10:35 -------
Seems to be fixed in wine 0.9.30.
--
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=7248
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From vitaliy(a)kievinfo.com 2007-03-02 10:23 -------
Closing dup
--
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=3084
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |carlos.macleod(a)gmail.com
------- Additional Comments From vitaliy(a)kievinfo.com 2007-03-02 10:22 -------
*** Bug 7248 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=7248
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From vitaliy(a)kievinfo.com 2007-03-02 10:22 -------
Duplicate. After all it does work...
*** This bug has been marked as a duplicate of 3084 ***
--
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=2953
------- Additional Comments From hans(a)it.vu.nl 2007-03-02 10:18 -------
You are right, msvc and mingw align 64 bit types on 8 byte
boundaries, plain gcc doesn't. This issue has came up before,
and Alexandre fixed most basic types by adding a compiler attribute
to their typedef:
typedef signed __int64 DECLSPEC_ALIGN(8) INT64, *PINT64;
See basetsd.h. The one he didn't fix is __int64. I don't
know if that is on purpose or if __int64 should get the same
treatment. If not we could use INT64 in the definition of _stati64.
--
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=2812
flexo(a)holycrap.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From flexo(a)holycrap.org 2007-03-02 10:13 -------
(Confirmed)
I should add that it's not only a hack but also incomplete - lParam needs to be
wrapped for more messages but I didn't bother. See mciwnd.c.
--
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=7190
------- Additional Comments From saulius.krasuckas(a)elst.vtu.lt 2007-03-02 10:12 -------
Doug, Daniel and Carl, can you test v0.9.30 and check whether the bug is fixed,
please?
--
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=2812
------- Additional Comments From flexo(a)holycrap.org 2007-03-02 10:10 -------
Created an attachment (id=4761)
--> (http://bugs.winehq.org/attachment.cgi?id=4761&action=view)
Hackish implementation of _MCIWDCREATE
The attached patch allows TJPT to start - it crashes later when you try to
start a game but that seems to be unrelated.
Note that this implementation is just a hack - it will crash when the 32-bit
wndproc tries to send itself one of the wrapped messages with a linear pointer
in lParam. I'm not sure how to properly implement this one, we'd need to
somehow just translate the 16-bit messages - but the only place where this is
possible seems to be user32...
--
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.