http://bugs.winehq.com/show_bug.cgi?id=1814
------- Additional Comments From marcus(a)jet.franken.de 2003-31-12 03:16 -------
can you retry this with the 20031212 release?
--
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=1919
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 02:37 -------
patch is in cvs now and program starts and works to some point.
(i see the cubes rotate).
--
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=1920
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From marcus(a)jet.franken.de 2003-30-12 17:32 -------
looks more like a common controls problem.
the control we see is a commctrl propsheet with an embedded (generic) dialog I
think.
can confirm the bug.
--
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
tobias.burnus(a)physik.fu-berlin.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #458 is|0 |1
obsolete| |
------- Additional Comments From tobias.burnus(a)physik.fu-berlin.de 2003-30-12 16:43 -------
Created an attachment (id=459)
--> (http://bugs.winehq.com/attachment.cgi?id=459&action=view)
Output of 'wine -debugmsg +heap,+relay,+seh' gzipped, 4975 bytes)
> can you run with -debugmsg +ole,+relay,+seh and quote the 1000 lines before
> that place?
This time the CVS version (+extra ERR lines in dlls/oleaut32/tmarshal.c from
your patch). Thanks for your help!
--
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=1912
------- Additional Comments From marcus(a)jet.franken.de 2003-30-12 16:18 -------
actually the place is where the heap corruption is _detected_, not where
it happens.
can you run with -debugmsg +ole,+relay,+seh and quote the 1000 lines before
that place?
--
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=1912
------- Additional Comments From tobias.burnus(a)physik.fu-berlin.de 2003-30-12 14:41 -------
Created an attachment (id=458)
--> (http://bugs.winehq.com/attachment.cgi?id=458&action=view)
Output of 'wine -debugmsg +heap,+relay,+seh' (4847 bytes)
> can you also apply the attached patch, and try again?
It doesn't seem to help much. The output is only slightly different (there are
no err:win32:_CheckNotSysLevel lines and the last line is also different):
fixme:ddraw:Main_DirectDrawClipper_SetClipList (0x403d1020,0x409afb74,0),stub!
err:heap:HEAP_ValidateInUseArena Heap 40360000: bad size 403d117c for in-use
arena 403d1170
err:win32:_EnterSysLevel (0x40a98d00, level 2): Holding 0x40b5b2c0, level 3.
Expect deadlock!
[...]
err:seh:setup_exception stack overflow 484 bytes in thread 0009 eip 40248066
esp 408b0e1c stack 0x408b0000-0x409b0000
I did again a -debugmsg +heap,+relay,+seh log and it seems as if this line is
(again) the culpit:
0009:Call oleaut32.SafeArrayPutElement(403d1100,409afacc,409afaa8) ret=00405a7c
--
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=1458
------- Additional Comments From julliard(a)winehq.com 2003-30-12 13:05 -------
That's a glibc bug, it's using the 64-bit flock structure with the 32-bit
fcntl call. You can probably work around it by commenting out the
FILE_OFFSET_BITS define in config.h, but it would be a good idea to
upgrade your glibc, 2.1.3 has many other bugs.
--
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=1685
------- Additional Comments From marcus(a)jet.franken.de 2003-30-12 11:43 -------
the error is not related to oleacc, but getting the procaddress of
a function.
please run with -debugmsg +relay,+seh and post the 200 lines before the
debugger start.
--
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=1920
------- Additional Comments From alex(a)milent.com 2003-30-12 11:11 -------
Additionally, a series of "fixme:mdi:MDIRefreshMenu partially function stub" may
be associated with this problem.
--
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.