http://bugs.winehq.com/show_bug.cgi?id=1826
------- Additional Comments From the-fallen(a)web.de 2004-01-01 04:57 -------
I now have wine 20031212 and the errors have changed a bit, but im still unable
to install it. I nomore get the errors about my wineregistry but the errors
about the stream implemention keep running. Does this help in any way?
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1918
------- Additional Comments From dl4gbe(a)hotmail.com 2004-01-01 02:45 -------
I included the source code in Bug 1917
It's the same test program!
Please check test.c for the following lines:
case ID_FILE_EXIT:
// This does not work with wine!!!
PostMessage(hwnd,WM_CLOSE,0,0);
// This works!!!
//DestroyWindow(hwnd);
//PostMessage(hwnd,WM_DESTROY,0,0);
break;
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1923
Summary: There's no EOVERFLOW on OpenBSD.
Product: Wine
Version: unspecified
Platform: Other
OS/Version: OpenBSD
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-patches
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: wiml(a)hhhh.org
This patch is needed to compile wine-20031212 on OpenBSD 3.4. (All of OBSD's
documented errno possibilities for fcntl(F_SETFL) are already handled in
set_unix_lock().)
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1922
Summary: [wine-20031212] there's no sipx_zero field on OpenBSD
Product: Wine
Version: unspecified
Platform: All
OS/Version: OpenBSD
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-ports
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: wiml(a)hhhh.org
ws_sockaddr_ws2u(), in dlls/winsock/socket.c, tries to zero out the sipx_zero
field of the newly created sockaddr_ipx. This fails to build on OpenBSD since
that field doesn't exist. I've attached a patch which should fix the problem.
(It compiles successfully on my machine with the patch, though I don't have a
good way to see if it functions correctly.)
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1921
Summary: [wine-20031212] configure incorrectly detects
gethostbyname_r
Product: Wine
Version: unspecified
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-ports
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: wiml(a)hhhh.org
On OpenBSD 3.4, the 'configure' script incorrectly "detects" the existence of
gethostbyname_r although this function doesn't exist on OBSD. This eventually
causes the build to fail.
My guess is that the check should be done using AC_TRY_LINK (or even
AC_TRY_RUN?) instead of AC_TRY_COMPILE, at configure.ac line 1256.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1838
mike(a)theoretic.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |LATER
------- Additional Comments From mike(a)theoretic.com 2003-31-12 11:19 -------
I don't think we should have bugs as generic as this filling up bugzilla - the
lack of a TLB compiler is well known and a major OLE todo. Having this in
bugzilla does not help anybody. I'll mark it as LATER
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1912
------- Additional Comments From tobias.burnus(a)physik.fu-berlin.de 2003-31-12 10:58 -------
Created an attachment (id=461)
--> (http://bugs.winehq.com/attachment.cgi?id=461&action=view)
Output of 'wine -debugmsg +heap,+relay,+seh' (15633 bytes)
> this should fix the memory corruption.
Thanks for the patch (and a happy new year), but I get still a heap corruption.
fixme:midi:OSS_MidiInit Synthesizer support MIDI in. Not supported yet (please
report)
fixme:ddraw:Main_DirectDraw_SetCooperativeLevel
(0x403d01b8)->(00010028,00000008)
fixme:ddraw:Main_DirectDrawClipper_Initialize
(0x403d0ff8)->(0x403d01c4,0x00000000),stub!
fixme:ddraw:Main_DirectDrawClipper_Initialize
(0x403d1018)->(0x403d01c4,0x00000000),stub!
fixme:ddraw:Main_DirectDrawClipper_SetClipList (0x403d1018,0x409afb74,0),stub!
err:heap:HEAP_ValidateInUseArena Heap 40360000: bad size 403d1154 for in-use
arena 403d1148
err:win32:_EnterSysLevel (0x40a98d20, level 2): Holding 0x40b5b2c0, level 3.
Expect deadlock!
[...]
wine: Unhandled exception (thread 0009), starting debugger...
err:seh:EXC_DefaultHandling Unhandled exception code c0000005 flags 0 addr
0x40229930
I attached the last 237 lines (this is at least equivalent to the last 3000
lines since there a four lines which are repeated several hundred times).
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1058
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Component|wine-binary |wine-directx
Ever Confirmed| |1
------- Additional Comments From marcus(a)jet.franken.de 2003-31-12 10:45 -------
can you run with -debugmsg +dsound and post the lines before the assertion?
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1838
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|normal |blocker
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Summary|max payne setup doesn't work|Installshield installer
| |still needs 1 non-WINE file.
------- Additional Comments From marcus(a)jet.franken.de 2003-31-12 10:43 -------
yes.
Currently we only need stdole32.tlb (a 7kb file), no others.
(discounting one notorious installshield bug which I was yet unable to track.)
this is a general problem, not max payne specific however.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1641
------- Additional Comments From puoti(a)inwind.it 2003-31-12 09:56 -------
Error code has changed, I get a windows style window, clicking on detial I get this
Error Code: -5009 : 0x8000ffff
Error Information:
>Kernel\TextSubstitution.cpp (292)
>Ctor\ObjectWrapper.cpp (163)
>Ctor\ObjectWrapper.cpp (384)
>Kernel\Component.cpp (875)
>Ctor\ObjectWrapper.cpp (34)
>Ctor\DriverWrapper.cpp (31)
>Kernel\Component.cpp (864)
>Kernel\CABFile.cpp (263)
>SetupDLL\SetupDLL.cpp (1611)
pAPP:Kellogg's FROSTIES GR-R-RAND PRIX
PVENDOR:Ubi Soft
PGUID:766EFF4A-D9A3-46F8-8159-DE2A7BC3816B
$7.1.100.1248
@Windows 98 A (67766446) BT_OTHER 3.19779
Clicking on "report" starts the debugger, that immediatly exits, after
outputting this
Unhandled exception: page fault on read access to 0x6e6f7081 in 32-bit code
(0x417940dc).
In 32-bit mode.
0x417940dc (SHELL32.DLL.FindExecutableW+0x17c in SHELL32.DLL): movl
0x14(%edx),%eax
Wine-dbg>WineDbg terminated on pid a
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1641
------- Additional Comments From marcus(a)jet.franken.de 2003-31-12 09:23 -------
can you please retry? isntallshield had several fixes in the meantime.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=634
------- Additional Comments From marcus(a)jet.franken.de 2003-31-12 08:58 -------
how far is it now? can you give an update?
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=595
------- Additional Comments From marcus(a)jet.franken.de 2003-31-12 08:56 -------
is this still a problem? can you please retest?
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=564
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From marcus(a)jet.franken.de 2003-31-12 08:51 -------
implemented now.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=517
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From marcus(a)jet.franken.de 2003-31-12 08:39 -------
spurious failure probably, no feedback for 2 years, assuming fixed.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1769
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From marcus(a)jet.franken.de 2003-31-12 08:25 -------
fixed with 20031212 I think.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1912
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #452 is|0 |1
obsolete| |
Attachment #454 is|0 |1
obsolete| |
------- Additional Comments From marcus(a)jet.franken.de 2003-31-12 08:17 -------
Created an attachment (id=460)
--> (http://bugs.winehq.com/attachment.cgi?id=460&action=view)
fixed safearray redim
this should fix the memory corruption.
the other patches are already applied to CVS now.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1434
Bug 1434 depends on bug 1058, which changed state.
Bug 1058 Summary: Microsoft close combat 2 trial will not run correctly
http://bugs.winehq.com/show_bug.cgi?id=1058
What |Old Value |New Value
----------------------------------------------------------------------------
Status|RESOLVED |UNCONFIRMED
Resolution|FIXED |
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.