[Bug 33839] YY crash with builtin msvcr90 when 'my setting' is clicked

wine-bugs at winehq.org wine-bugs at winehq.org
Thu Oct 24 13:46:23 CDT 2013


http://bugs.winehq.org/show_bug.cgi?id=33839

--- Comment #13 from Qian Hong <fracting at gmail.com> 2013-10-24 13:46:23 CDT ---
(In reply to comment #12)
> There's also another failing call in the log:
> 0027:Call winmm.mixerGetLineControlsW(00008000,00ffe6a8,00000002) ret=30222e22
> 0027:Ret  winmm.mixerGetLineControlsW() retval=0000000b ret=30222e22
> but I don't know if it's related. Anyway I guess it's a bug in winmm.

Hello, thanks for the hints, I found the below logs interesting:
(I added a trace for paDeatils and cbDetails in winmm)



BTW, I forgot to answer your question about native dlls: yes, winetricks
vcrun2008 works around the bug for me, that's a bit strange, isn't it...

Note: the log is not exactly the same with the one I upload at 2013-06-19,
there was no MSVCRT_operator_new (-1) call at that time. I don't understand why
someone pass -1 to MSVCRT_operator_new...

0027:trace:msvcrt:MSVCRT_operator_delete (0x39ffba0)
0027:trace:winmm:mixerGetLineControlsW (0x8009, 0xffe734, 00000002)
0027:trace:winmm:mixerGetLineControlsW dwLineID: 4294901760
0027:trace:winmm:mixerGetLineControlsW dwControl: 70010001
0027:trace:winmm:mixerGetLineControlsW cControls: 1
0027:trace:msvcrt:_lock (9)
0027:trace:msvcrt:_unlock (9)
0027:trace:msvcrt:MSVCRT_operator_new (-1) out of memory 
0027:trace:winmm:mixerGetControlDetailsW (0x8009, 0xffe8ac, 80000001)
0027:trace:winmm:mixerGetControlDetailsW paDeatils (nil), cbDetails 136
0027:trace:winmm:mixerGetControlDetailsW dwControlID: 0
0027:trace:msvcrt:_lock (9)
0027:trace:msvcrt:_unlock (9)
0027:trace:msvcrt:MSVCRT_operator_new (-1) out of memory 
0027:trace:winmm:mixerGetControlDetailsW (0x8009, 0xffe8ac, 80000000)
0027:trace:winmm:mixerGetControlDetailsW paDeatils (nil), cbDetails 4
0027:trace:winmm:mixerGetControlDetailsW dwControlID: 0
0027:trace:msvcp:MSVCP_basic_string_wchar_ctor_cstr 0xffe5a8 L"Master Volume"
0027:trace:msvcp:MSVCP_basic_string_wchar_assign_cstr_len 0xffe5a8 L"Master
Volume" 13
0027:trace:msvcrt:MSVCRT_operator_new (32) returning 0x3c87748
0027:trace:msvcp:MSVCP_basic_string_wchar_ctor_cstr 0xffe58c #0008
0027:trace:seh:raise_exception code=c0000005 flags=0 addr=0x7e45966a
ip=7e45966a tid=0027
0027:trace:seh:raise_exception  info[0]=00000000
0027:trace:seh:raise_exception  info[1]=00000008
0027:trace:seh:raise_exception  eax=00000008 ebx=7e592ff4 ecx=00000000
edx=00000000 esi=03888c18 edi=03d05a84
0027:trace:seh:raise_exception  ebp=00ffe474 esp=00ffe464 cs=0073 ds=007b
es=007b fs=0033 gs=003b flags=00010202

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list