http://bugs.winehq.org/show_bug.cgi?id=8643
------- Additional Comments From juan_lang(a)yahoo.com 2007-08-06 11:15 -------
I have stubs sitting in my tree. I'd been hanging onto them as I think they'll
mask problems, but I suppose a fixme is better than a crash, so I'll send them
in. I think I've sent in the header changes I've spotted, send any you've found
along.
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=8643
------- Additional Comments From rob(a)codeweavers.com 2007-08-06 11:07 -------
I'll give it a go (they're on a test Exchange server, so I'll have to get them
off in Windows). In the mean-time, have you implemented stubs or done any
necessary header changes for these functions? If not, I'll do this.
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=8643
------- Additional Comments From juan_lang(a)yahoo.com 2007-08-06 10:57 -------
Nice, thanks Rob. Is there a way to save such a message and attach it?
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=8644
Summary: Unimplemented KERNEL32.dll.SetConsoleDisplayMode
Product: Wine
Version: 0.9.38.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-console
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: shade37337(a)gmail.com
i wanted to launch a windows app a friend of mine created, but it crashed.
The log said it's because of an unimplemented function:
KERNEL32.dll.SetConsoleDisplayMode
Could you fix that ?
--
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=8194
------- Additional Comments From stefandoesinger(a)gmx.at 2007-08-06 10:51 -------
Ok, I tested what windows does with wrong struct sizes, and implemented that
behavior in ddraw, but no change :-/
can you edit dlls/ntdll/heap.c, line 140: from
if (TRACE_ON(heap)) memset( ptr, ARENA_FREE_FILLER, size );
to
memset( ptr, ARENA_FREE_FILLER, size );
and run the game again without any debug options? When you get a crash, attach
the debug log here.
My backtrace looks like this:
=>1 0x7e877e14 TIME_MMSysTimeThread+0x114(arg=0x7e8ce600)
[/usr/src/wine/linux/dlls/winmm/../../../dlls/winmm/time.c:154] in winmm
(0x7ca58a28)
2 0x7efc722e call_thread_entry_point+0xe() in ntdll (0x7ca58a38)
3 0x7efc7ee2 call_thread_func+0x42(rtl_func=<register EDI not in topmost
frame>, arg=<register ESI not in topmost frame>)
[/usr/src/wine/linux/dlls/ntdll/../../../dlls/ntdll/thread.c:404] in ntdll
(0x7ca58ad8)
4 0x7efc817f in ntdll (+0x4817f) (0x7ca593d8)
5 0xf7e942c1 start_thread+0xcb() in libpthread.so.0 (0x7ca594c8)
6 0xf7e28c5e __clone+0x5e() in libc.so.6 (0x00000000)
0x7e877e14 TIME_MMSysTimeThread+0x114
[/usr/src/wine/linux/dlls/winmm/../../../dlls/winmm/time.c:154] in winmm: movl
0x14(%esi),%eax
154 if (cur_time >= timer->dwTriggerTime)
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=8573
------- Additional Comments From thunderbird2k(a)gmx.net 2007-08-06 10:40 -------
Could you attach the output of glxinfo on your system? I fear that the driver
lies about its capabilities.
--
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=8643
rob(a)codeweavers.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |wine-bugs(a)winehq.org
AssignedTo|wine-bugs(a)winehq.org |juan_lang(a)yahoo.com
--
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=8643
Summary: Outlook 2003 Crashes with Unimplemented
crypt32.CryptMsgOpenToDecode When Viewing Certain S/MIME
Messages
Product: Wine
Version: CVS
Platform: Other
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rob(a)codeweavers.com
Some S/MIME signed messages cause Outlook 2003 to crash on unimplemented
crypt32.CryptMsgOpenToDecode. It appears as though PGP signatures are handled
internally, but X509 and PKCS 7 encodings will cause this function to be called.
--
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.