https://bugs.winehq.org/show_bug.cgi?id=36920
Bug ID: 36920
Summary: valgrind shows several unitialized variables in
dlls/ieframe/tests/ie.c (nsCSSStyleSheet::Release)
Product: Wine
Version: 1.7.22
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase, valgrind
Severity: normal
Priority: P2
Component: ieframe
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Created attachment 49033
--> https://bugs.winehq.org/attachment.cgi?id=49033
valgrind log
I'll attach the full log, there are several. Here's an example one:
==13178== Conditional jump or move depends on uninitialised value(s)
==13178== at 0x101E872F: nsCSSStyleSheet::Release (in
/home/austin/.wine/drive_c/windows/system32/gecko/2.24/wine_gecko/xul.dll)
==13178== by 0x1015FE43: PresShell::SetPrefNoScriptRule
(nspresshell.cpp:1271)
==13178== by 0x1016182B: PresShell::SetPreferenceStyleRules
(nspresshell.cpp:1156)
==13178== by 0x1029F7A1: nsDocument::doCreateShell (nsdocument.cpp:3442)
==13178== by 0x103634E9: nsHTMLDocument::CreateShell
(nshtmldocument.cpp:313)
==13178== by 0x1014C25F: nsDocumentViewer::InitPresentationStuff
(nsdocumentviewer.cpp:701)
==13178== by 0x1014C837: nsDocumentViewer::InitInternal
(nsdocumentviewer.cpp:947)
==13178== by 0x1014D13C: nsDocumentViewer::Init (nsdocumentviewer.cpp:683)
==13178== by 0x109B3C6C: nsCOMPtr_base::assign_from_qi_with_error
(nscomptr.cpp:65)
==13178== by 0x800EEB43: ???
==13178== Uninitialised value was created by a client request
==13178== at 0x7BC4BF0A: mark_block_uninitialized (heap.c:209)
==13178== by 0x7BC4C075: initialize_block (heap.c:240)
==13178== by 0x7BC50981: RtlAllocateHeap (heap.c:1717)
==13178== by 0x77D819E: msvcrt_heap_alloc (heap.c:70)
==13178== by 0x77D8D63: MSVCRT_malloc (heap.c:408)
==13178== by 0x80C71095: moz_xmalloc (mozalloc.cpp:54)
==13178== by 0x109B96F7: NS_InitXPCOM2 (nsxpcominit.cpp:464)
==13178== by 0x7584F26: init_xpcom (nsembed.c:698)
==13178== by 0x7585399: load_gecko (nsembed.c:774)
==13178== by 0x7589D01: create_nscontainer (nsembed.c:2042)
==13178== by 0x750A2F6: HTMLDocument_Create (htmldoc.c:4756)
==13178== by 0x7573F7D: ClassFactory_CreateInstance (main.c:238)
==13178== by 0x5038C6B: CoCreateInstance (unknwn.h:226)
==13178== by 0x4D63202: create_mime_object (binding.c:258)
==13178== by 0x4D635A2: create_object (binding.c:308)
==13178== by 0x4D660AB: report_data (binding.c:1077)
==13178== by 0x4D663F4: InternetProtocolSink_ReportData (binding.c:1126)
==13178== by 0x4D6B723: ProtocolSinkHandler_ReportData (urlmon.h:3113)
==13178== by 0x4D6C274: report_data_proc (urlmon.h:3113)
==13178== by 0x4D67FCF: process_tasks (bindprot.c:57)
==13178==
--
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.
https://bugs.winehq.org/show_bug.cgi?id=36921
Bug ID: 36921
Summary: valgrind shows several unitialized variables in
dlls/ieframe/tests/ie.c (mozilla::Selection::Release)
Product: Wine
Version: 1.7.22
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase, valgrind
Severity: normal
Priority: P2
Component: ieframe
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==13312== Conditional jump or move depends on uninitialised value(s)
==13312== at 0x101AB89B: mozilla::Selection::Release (in
/home/austin/.wine/drive_c/windows/system32/gecko/2.24/wine_gecko/xul.dll)
==13312== Uninitialised value was created by a client request
==13312== at 0x7BC4BF0A: mark_block_uninitialized (heap.c:209)
==13312== by 0x7BC4C075: initialize_block (heap.c:240)
==13312== by 0x7BC50981: RtlAllocateHeap (heap.c:1717)
==13312== by 0x77D319E: msvcrt_heap_alloc (heap.c:70)
==13312== by 0x77D3D63: MSVCRT_malloc (heap.c:408)
==13312== by 0x80C71095: moz_xmalloc (mozalloc.cpp:54)
==13312== by 0x109B96F7: NS_InitXPCOM2 (nsxpcominit.cpp:464)
==13312== by 0x7563F26: init_xpcom (nsembed.c:698)
==13312== by 0x7564399: load_gecko (nsembed.c:774)
==13312== by 0x7568D01: create_nscontainer (nsembed.c:2042)
==13312== by 0x74E92F6: HTMLDocument_Create (htmldoc.c:4756)
==13312== by 0x7552F7D: ClassFactory_CreateInstance (main.c:238)
==13312== by 0x5038C6B: CoCreateInstance (unknwn.h:226)
==13312== by 0x4D63202: create_mime_object (binding.c:258)
==13312== by 0x4D635A2: create_object (binding.c:308)
==13312== by 0x4D660AB: report_data (binding.c:1077)
==13312== by 0x4D663F4: InternetProtocolSink_ReportData (binding.c:1126)
==13312== by 0x4D6B723: ProtocolSinkHandler_ReportData (urlmon.h:3113)
==13312== by 0x4D6C274: report_data_proc (urlmon.h:3113)
==13312== by 0x4D67FCF: process_tasks (bindprot.c:57)
==13312==
==13312== Conditional jump or move depends on uninitialised value(s)
==13312== at 0x101AB8DE: mozilla::Selection::Release (in
/home/austin/.wine/drive_c/windows/system32/gecko/2.24/wine_gecko/xul.dll)
==13312== by 0x101616B9: PresShell::Init (nspresshell.cpp:836)
==13312== by 0x1029F7A1: nsDocument::doCreateShell (nsdocument.cpp:3442)
==13312== by 0x103634E9: nsHTMLDocument::CreateShell
(nshtmldocument.cpp:313)
==13312== by 0x1014C25F: nsDocumentViewer::InitPresentationStuff
(nsdocumentviewer.cpp:701)
==13312== by 0x1014C837: nsDocumentViewer::InitInternal
(nsdocumentviewer.cpp:947)
==13312== by 0x1014D13C: nsDocumentViewer::Init (nsdocumentviewer.cpp:683)
==13312== by 0x109B3C6C: nsCOMPtr_base::assign_from_qi_with_error
(nscomptr.cpp:65)
==13312== by 0x800EEB43: ???
==13312== Uninitialised value was created by a client request
==13312== at 0x7BC4BF0A: mark_block_uninitialized (heap.c:209)
==13312== by 0x7BC4C075: initialize_block (heap.c:240)
==13312== by 0x7BC50981: RtlAllocateHeap (heap.c:1717)
==13312== by 0x77D319E: msvcrt_heap_alloc (heap.c:70)
==13312== by 0x77D3D63: MSVCRT_malloc (heap.c:408)
==13312== by 0x80C71095: moz_xmalloc (mozalloc.cpp:54)
==13312== by 0x109B96F7: NS_InitXPCOM2 (nsxpcominit.cpp:464)
==13312== by 0x7563F26: init_xpcom (nsembed.c:698)
==13312== by 0x7564399: load_gecko (nsembed.c:774)
==13312== by 0x7568D01: create_nscontainer (nsembed.c:2042)
==13312== by 0x74E92F6: HTMLDocument_Create (htmldoc.c:4756)
==13312== by 0x7552F7D: ClassFactory_CreateInstance (main.c:238)
==13312== by 0x5038C6B: CoCreateInstance (unknwn.h:226)
==13312== by 0x4D63202: create_mime_object (binding.c:258)
==13312== by 0x4D635A2: create_object (binding.c:308)
==13312== by 0x4D660AB: report_data (binding.c:1077)
==13312== by 0x4D663F4: InternetProtocolSink_ReportData (binding.c:1126)
==13312== by 0x4D6B723: ProtocolSinkHandler_ReportData (urlmon.h:3113)
==13312== by 0x4D6C274: report_data_proc (urlmon.h:3113)
==13312== by 0x4D67FCF: process_tasks (bindprot.c:57)
==13312==
==13312== Conditional jump or move depends on uninitialised value(s)
==13312== at 0x101AB8DE: mozilla::Selection::Release (in
/home/austin/.wine/drive_c/windows/system32/gecko/2.24/wine_gecko/xul.dll)
==13312== by 0x1014C837: nsDocumentViewer::InitInternal
(nsdocumentviewer.cpp:947)
==13312== by 0x1014D13C: nsDocumentViewer::Init (nsdocumentviewer.cpp:683)
==13312== by 0x109B3C6C: nsCOMPtr_base::assign_from_qi_with_error
(nscomptr.cpp:65)
==13312== by 0x800EEB43: ???
==13312== Uninitialised value was created by a client request
==13312== at 0x7BC4BF0A: mark_block_uninitialized (heap.c:209)
==13312== by 0x7BC4C075: initialize_block (heap.c:240)
==13312== by 0x7BC50981: RtlAllocateHeap (heap.c:1717)
==13312== by 0x77D319E: msvcrt_heap_alloc (heap.c:70)
==13312== by 0x77D3D63: MSVCRT_malloc (heap.c:408)
==13312== by 0x80C71095: moz_xmalloc (mozalloc.cpp:54)
==13312== by 0x109B96F7: NS_InitXPCOM2 (nsxpcominit.cpp:464)
==13312== by 0x7563F26: init_xpcom (nsembed.c:698)
==13312== by 0x7564399: load_gecko (nsembed.c:774)
==13312== by 0x7568D01: create_nscontainer (nsembed.c:2042)
==13312== by 0x74E92F6: HTMLDocument_Create (htmldoc.c:4756)
==13312== by 0x7552F7D: ClassFactory_CreateInstance (main.c:238)
==13312== by 0x5038C6B: CoCreateInstance (unknwn.h:226)
==13312== by 0x4D63202: create_mime_object (binding.c:258)
==13312== by 0x4D635A2: create_object (binding.c:308)
==13312== by 0x4D660AB: report_data (binding.c:1077)
==13312== by 0x4D663F4: InternetProtocolSink_ReportData (binding.c:1126)
==13312== by 0x4D6B723: ProtocolSinkHandler_ReportData (urlmon.h:3113)
==13312== by 0x4D6C274: report_data_proc (urlmon.h:3113)
==13312== by 0x4D67FCF: process_tasks (bindprot.c:57)
==13312==
--
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.
https://bugs.winehq.org/show_bug.cgi?id=36922
Bug ID: 36922
Summary: valgrind shows several unitialized variables in
dlls/ieframe/tests/ie.c (nsDOMEvent::Release)
Product: Wine
Version: 1.7.22
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase, valgrind
Severity: normal
Priority: P2
Component: ieframe
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==13312== Conditional jump or move depends on uninitialised value(s)
==13312== at 0x102F6675: nsDOMEvent::Release (in
/home/austin/.wine/drive_c/windows/system32/gecko/2.24/wine_gecko/xul.dll)
==13312== Uninitialised value was created by a client request
==13312== at 0x7BC4BF0A: mark_block_uninitialized (heap.c:209)
==13312== by 0x7BC4C075: initialize_block (heap.c:240)
==13312== by 0x7BC50981: RtlAllocateHeap (heap.c:1717)
==13312== by 0x77D319E: msvcrt_heap_alloc (heap.c:70)
==13312== by 0x77D3D63: MSVCRT_malloc (heap.c:408)
==13312== by 0x80C71095: moz_xmalloc (mozalloc.cpp:54)
==13312== by 0x109B96F7: NS_InitXPCOM2 (nsxpcominit.cpp:464)
==13312== by 0x7563F26: init_xpcom (nsembed.c:698)
==13312== by 0x7564399: load_gecko (nsembed.c:774)
==13312== by 0x7568D01: create_nscontainer (nsembed.c:2042)
==13312== by 0x74E92F6: HTMLDocument_Create (htmldoc.c:4756)
==13312== by 0x7552F7D: ClassFactory_CreateInstance (main.c:238)
==13312== by 0x5038C6B: CoCreateInstance (unknwn.h:226)
==13312== by 0x4D63202: create_mime_object (binding.c:258)
==13312== by 0x4D635A2: create_object (binding.c:308)
==13312== by 0x4D660AB: report_data (binding.c:1077)
==13312== by 0x4D663F4: InternetProtocolSink_ReportData (binding.c:1126)
==13312== by 0x4D6B723: ProtocolSinkHandler_ReportData (urlmon.h:3113)
==13312== by 0x4D6C274: report_data_proc (urlmon.h:3113)
==13312== by 0x4D67FCF: process_tasks (bindprot.c:57)
==13312==
==13312== Conditional jump or move depends on uninitialised value(s)
==13312== at 0x102F66B8: nsDOMEvent::Release (in
/home/austin/.wine/drive_c/windows/system32/gecko/2.24/wine_gecko/xul.dll)
==13312== by 0x10404115: nsGlobalWindow::DispatchDOMWindowCreated
(nsglobalwindow.cpp:2616)
==13312== by 0x863E6A7: ???
==13312== Uninitialised value was created by a client request
==13312== at 0x7BC4BF0A: mark_block_uninitialized (heap.c:209)
==13312== by 0x7BC4C075: initialize_block (heap.c:240)
==13312== by 0x7BC50981: RtlAllocateHeap (heap.c:1717)
==13312== by 0x77D319E: msvcrt_heap_alloc (heap.c:70)
==13312== by 0x77D3D63: MSVCRT_malloc (heap.c:408)
==13312== by 0x80C71095: moz_xmalloc (mozalloc.cpp:54)
==13312== by 0x109B96F7: NS_InitXPCOM2 (nsxpcominit.cpp:464)
==13312== by 0x7563F26: init_xpcom (nsembed.c:698)
==13312== by 0x7564399: load_gecko (nsembed.c:774)
==13312== by 0x7568D01: create_nscontainer (nsembed.c:2042)
==13312== by 0x74E92F6: HTMLDocument_Create (htmldoc.c:4756)
==13312== by 0x7552F7D: ClassFactory_CreateInstance (main.c:238)
==13312== by 0x5038C6B: CoCreateInstance (unknwn.h:226)
==13312== by 0x4D63202: create_mime_object (binding.c:258)
==13312== by 0x4D635A2: create_object (binding.c:308)
==13312== by 0x4D660AB: report_data (binding.c:1077)
==13312== by 0x4D663F4: InternetProtocolSink_ReportData (binding.c:1126)
==13312== by 0x4D6B723: ProtocolSinkHandler_ReportData (urlmon.h:3113)
==13312== by 0x4D6C274: report_data_proc (urlmon.h:3113)
==13312== by 0x4D67FCF: process_tasks (bindprot.c:57)
==13312==
--
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.
https://bugs.winehq.org/show_bug.cgi?id=36923
Bug ID: 36923
Summary: valgrind shows several unitialized variables in
dlls/ieframe/tests/ie.c
(nsEventListenerManager::Release)
Product: Wine
Version: 1.7.22
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase, valgrind
Severity: normal
Priority: P2
Component: ieframe
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==13312== Conditional jump or move depends on uninitialised value(s)
==13312== at 0x10264D9C: nsEventListenerManager::Release (in
/home/austin/.wine/drive_c/windows/system32/gecko/2.24/wine_gecko/xul.dll)
==13312== Uninitialised value was created by a client request
==13312== at 0x7BC4BF0A: mark_block_uninitialized (heap.c:209)
==13312== by 0x7BC4C075: initialize_block (heap.c:240)
==13312== by 0x7BC50981: RtlAllocateHeap (heap.c:1717)
==13312== by 0x77D319E: msvcrt_heap_alloc (heap.c:70)
==13312== by 0x77D3D63: MSVCRT_malloc (heap.c:408)
==13312== by 0x80C71095: moz_xmalloc (mozalloc.cpp:54)
==13312== by 0x109B96F7: NS_InitXPCOM2 (nsxpcominit.cpp:464)
==13312== by 0x7563F26: init_xpcom (nsembed.c:698)
==13312== by 0x7564399: load_gecko (nsembed.c:774)
==13312== by 0x7568D01: create_nscontainer (nsembed.c:2042)
==13312== by 0x74E92F6: HTMLDocument_Create (htmldoc.c:4756)
==13312== by 0x7552F7D: ClassFactory_CreateInstance (main.c:238)
==13312== by 0x5038C6B: CoCreateInstance (unknwn.h:226)
==13312== by 0x4D63202: create_mime_object (binding.c:258)
==13312== by 0x4D635A2: create_object (binding.c:308)
==13312== by 0x4D660AB: report_data (binding.c:1077)
==13312== by 0x4D663F4: InternetProtocolSink_ReportData (binding.c:1126)
==13312== by 0x4D6B723: ProtocolSinkHandler_ReportData (urlmon.h:3113)
==13312== by 0x4D6C274: report_data_proc (urlmon.h:3113)
==13312== by 0x4D67FCF: process_tasks (bindprot.c:57)
==13312==
==13312== Conditional jump or move depends on uninitialised value(s)
==13312== at 0x10264DDE: nsEventListenerManager::Release (in
/home/austin/.wine/drive_c/windows/system32/gecko/2.24/wine_gecko/xul.dll)
==13312== by 0x814E5067: ???
==13312== Uninitialised value was created by a client request
==13312== at 0x7BC4BF0A: mark_block_uninitialized (heap.c:209)
==13312== by 0x7BC4C075: initialize_block (heap.c:240)
==13312== by 0x7BC50981: RtlAllocateHeap (heap.c:1717)
==13312== by 0x77D319E: msvcrt_heap_alloc (heap.c:70)
==13312== by 0x77D3D63: MSVCRT_malloc (heap.c:408)
==13312== by 0x80C71095: moz_xmalloc (mozalloc.cpp:54)
==13312== by 0x109B96F7: NS_InitXPCOM2 (nsxpcominit.cpp:464)
==13312== by 0x7563F26: init_xpcom (nsembed.c:698)
==13312== by 0x7564399: load_gecko (nsembed.c:774)
==13312== by 0x7568D01: create_nscontainer (nsembed.c:2042)
==13312== by 0x74E92F6: HTMLDocument_Create (htmldoc.c:4756)
==13312== by 0x7552F7D: ClassFactory_CreateInstance (main.c:238)
==13312== by 0x5038C6B: CoCreateInstance (unknwn.h:226)
==13312== by 0x4D63202: create_mime_object (binding.c:258)
==13312== by 0x4D635A2: create_object (binding.c:308)
==13312== by 0x4D660AB: report_data (binding.c:1077)
==13312== by 0x4D663F4: InternetProtocolSink_ReportData (binding.c:1126)
==13312== by 0x4D6B723: ProtocolSinkHandler_ReportData (urlmon.h:3113)
==13312== by 0x4D6C274: report_data_proc (urlmon.h:3113)
==13312== by 0x4D67FCF: process_tasks (bindprot.c:57)
==13312==
--
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.
https://bugs.winehq.org/show_bug.cgi?id=36924
Bug ID: 36924
Summary: valgrind shows several unitialized variables in
dlls/ieframe/tests/ie.c (nsPresContext::Release)
Product: Wine
Version: 1.7.22
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase, valgrind
Severity: normal
Priority: P2
Component: ieframe
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Created attachment 49034
--> https://bugs.winehq.org/attachment.cgi?id=49034
valgrind log
A lot of these, going to attach the full output, but here's an example:
==13451== Conditional jump or move depends on uninitialised value(s)
==13451== at 0x1015803C: nsPresContext::Release (in
/home/austin/.wine/drive_c/windows/system32/gecko/2.24/wine_gecko/xul.dll)
==13451== by 0x10283192: nsContentUtils::DispatchTrustedEvent
(nscontentutils.cpp:3271)
==13451== by 0x1029CB98: nsDocument::UpdateVisibilityState
(nsdocument.cpp:11052)
==13451== by 0x102A9136: nsDocument::OnPageHide (nsdocument.cpp:8140)
==13451== by 0x101493A9: nsDocumentViewer::PageHide
(nsdocumentviewer.cpp:1261)
==13451== by 0x1062FDDF: nsDocShell::FirePageHideNotification
(nsdocshell.cpp:1621)
==13451== by 0x106300C1: nsDocShell::CreateContentViewer
(nsdocshell.cpp:7975)
==13451== by 0x1061AE8C: nsDSURIContentListener::DoContent
(nsdsuricontentlistener.cpp:123)
==13451== by 0x106351D1: nsDocumentOpenInfo::TryContentListener
(nsuriloader.cpp:659)
==13451== by 0x10635827: nsDocumentOpenInfo::DispatchContent
(nsuriloader.cpp:360)
==13451== by 0x58FFFF: ???
==13451== Uninitialised value was created by a client request
==13451== at 0x7BC4BF0A: mark_block_uninitialized (heap.c:209)
==13451== by 0x7BC4C075: initialize_block (heap.c:240)
==13451== by 0x7BC50981: RtlAllocateHeap (heap.c:1717)
==13451== by 0x77D619E: msvcrt_heap_alloc (heap.c:70)
==13451== by 0x77D6D63: MSVCRT_malloc (heap.c:408)
==13451== by 0x80C71095: moz_xmalloc (mozalloc.cpp:54)
==13451== by 0x109B96F7: NS_InitXPCOM2 (nsxpcominit.cpp:464)
==13451== by 0x7566F26: init_xpcom (nsembed.c:698)
==13451== by 0x7567399: load_gecko (nsembed.c:774)
==13451== by 0x756BD01: create_nscontainer (nsembed.c:2042)
==13451== by 0x74EC2F6: HTMLDocument_Create (htmldoc.c:4756)
==13451== by 0x7555F7D: ClassFactory_CreateInstance (main.c:238)
==13451== by 0x5038C6B: CoCreateInstance (unknwn.h:226)
==13451== by 0x4D63202: create_mime_object (binding.c:258)
==13451== by 0x4D635A2: create_object (binding.c:308)
==13451== by 0x4D660AB: report_data (binding.c:1077)
==13451== by 0x4D663F4: InternetProtocolSink_ReportData (binding.c:1126)
==13451== by 0x4D6B723: ProtocolSinkHandler_ReportData (urlmon.h:3113)
==13451== by 0x4D6C274: report_data_proc (urlmon.h:3113)
==13451== by 0x4D67FCF: process_tasks (bindprot.c:57)
--
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.
https://bugs.winehq.org/show_bug.cgi?id=36928
Bug ID: 36928
Summary: valgrind shows a couple unitialized variables in
dlls/ieframe/tests/ie.c (HTMLDOMNode_Release)
Product: Wine
Version: 1.7.22
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase, valgrind
Severity: normal
Priority: P2
Component: ieframe
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==15288== Conditional jump or move depends on uninitialised value(s)
==15288== at 0x7D98870: HTMLDOMNode_Release (htmlnode.c:494)
==15288== by 0x7DC3828: htmldoc_release (mshtml_private.h:544)
==15288== by 0x7DC4377: release_inner_window (htmlwindow.c:235)
==15288== by 0x7DC45F5: HTMLWindow2_Release (htmlwindow.c:284)
==15288== by 0x7DC3CE0: detach_inner_window (mshtml.h:47873)
==15288== by 0x7DCE094: update_window_doc (htmlwindow.c:3023)
==15288== by 0x7DD8F04: on_start_nsrequest (navigate.c:1115)
==15288== by 0x7DD9409: read_stream_data (navigate.c:1227)
==15288== by 0x7DDA3BF: nsChannelBSC_read_data (navigate.c:1576)
==15288== by 0x7DD738A: BindStatusCallback_OnDataAvailable (navigate.c:427)
==15288== by 0x4D60487: BindStatusCallback_OnDataAvailable (urlmon.h:820)
==15288== by 0x4D66201: report_data (urlmon.h:820)
==15288== by 0x4D67813: start_binding (binding.c:1530)
==15288== by 0x4D67A2C: bind_to_storage (binding.c:1567)
==15288== by 0x4D87AA0: URLMoniker_BindToStorage (umon.c:280)
==15288== by 0x7DD8569: start_binding (objidl.h:3488)
==15288== by 0x7E04DA7: PersistMoniker_Load (persist.c:627)
==15288== by 0x4D63117: load_doc_mon (urlmon.h:2290)
==15288== by 0x4D63390: create_mime_object (binding.c:278)
==15288== by 0x4D635A2: create_object (binding.c:308)
==15288== Uninitialised value was created by a client request
==15288== at 0x7BC4BF0A: mark_block_uninitialized (heap.c:209)
==15288== by 0x7BC4C075: initialize_block (heap.c:240)
==15288== by 0x7BC50981: RtlAllocateHeap (heap.c:1717)
==15288== by 0x805119E: msvcrt_heap_alloc (heap.c:70)
==15288== by 0x8051D63: MSVCRT_malloc (heap.c:408)
==15288== by 0x80D71095: moz_xmalloc (mozalloc.cpp:54)
==15288== by 0x109B96F7: NS_InitXPCOM2 (nsxpcominit.cpp:464)
==15288== by 0x7DE1F26: init_xpcom (nsembed.c:698)
==15288== by 0x7DE2399: load_gecko (nsembed.c:774)
==15288== by 0x7DE6D01: create_nscontainer (nsembed.c:2042)
==15288== by 0x7D672F6: HTMLDocument_Create (htmldoc.c:4756)
==15288== by 0x7DD0F7D: ClassFactory_CreateInstance (main.c:238)
==15288== by 0x5038C6B: CoCreateInstance (unknwn.h:226)
==15288== by 0x4D63202: create_mime_object (binding.c:258)
==15288== by 0x4D635A2: create_object (binding.c:308)
==15288== by 0x4D660AB: report_data (binding.c:1077)
==15288== by 0x4D663F4: InternetProtocolSink_ReportData (binding.c:1126)
==15288== by 0x4D6B723: ProtocolSinkHandler_ReportData (urlmon.h:3113)
==15288== by 0x4D6C274: report_data_proc (urlmon.h:3113)
==15288== by 0x4D67FCF: process_tasks (bindprot.c:57)
==15288==
==14890== Conditional jump or move depends on uninitialised value(s)
==14890== at 0x109B654F: ccref_decr (nscyclecollectorutils.cpp:75)
==14890== by 0x7DD3828: htmldoc_release (mshtml_private.h:544)
==14890== by 0x7DD4377: release_inner_window (htmlwindow.c:235)
==14890== by 0x7DD45F5: HTMLWindow2_Release (htmlwindow.c:284)
==14890== by 0x7DD3CE0: detach_inner_window (mshtml.h:47873)
==14890== by 0x7DDE094: update_window_doc (htmlwindow.c:3023)
==14890== by 0x7DE8F04: on_start_nsrequest (navigate.c:1115)
==14890== by 0x7DE9409: read_stream_data (navigate.c:1227)
==14890== by 0x7DEA3BF: nsChannelBSC_read_data (navigate.c:1576)
==14890== by 0x7DE738A: BindStatusCallback_OnDataAvailable (navigate.c:427)
==14890== by 0x4D60487: BindStatusCallback_OnDataAvailable (urlmon.h:820)
==14890== by 0x4D66201: report_data (urlmon.h:820)
==14890== by 0x4D67813: start_binding (binding.c:1530)
==14890== by 0x4D67A2C: bind_to_storage (binding.c:1567)
==14890== by 0x4D87AA0: URLMoniker_BindToStorage (umon.c:280)
==14890== by 0x7DE8569: start_binding (objidl.h:3488)
==14890== by 0x7E14DA7: PersistMoniker_Load (persist.c:627)
==14890== by 0x4D63117: load_doc_mon (urlmon.h:2290)
==14890== by 0x4D63390: create_mime_object (binding.c:278)
==14890== by 0x4D635A2: create_object (binding.c:308)
==14890== Uninitialised value was created by a client request
==14890== at 0x7BC4BF0A: mark_block_uninitialized (heap.c:209)
==14890== by 0x7BC4C075: initialize_block (heap.c:240)
==14890== by 0x7BC50981: RtlAllocateHeap (heap.c:1717)
==14890== by 0x806119E: msvcrt_heap_alloc (heap.c:70)
==14890== by 0x8061D63: MSVCRT_malloc (heap.c:408)
==14890== by 0x80E21095: moz_xmalloc (mozalloc.cpp:54)
==14890== by 0x109B96F7: NS_InitXPCOM2 (nsxpcominit.cpp:464)
==14890== by 0x7DF1F26: init_xpcom (nsembed.c:698)
==14890== by 0x7DF2399: load_gecko (nsembed.c:774)
==14890== by 0x7DF6D01: create_nscontainer (nsembed.c:2042)
==14890== by 0x7D772F6: HTMLDocument_Create (htmldoc.c:4756)
==14890== by 0x7DE0F7D: ClassFactory_CreateInstance (main.c:238)
==14890== by 0x5038C6B: CoCreateInstance (unknwn.h:226)
==14890== by 0x4D63202: create_mime_object (binding.c:258)
==14890== by 0x4D635A2: create_object (binding.c:308)
==14890== by 0x4D660AB: report_data (binding.c:1077)
==14890== by 0x4D663F4: InternetProtocolSink_ReportData (binding.c:1126)
==14890== by 0x4D6B723: ProtocolSinkHandler_ReportData (urlmon.h:3113)
==14890== by 0x4D6C274: report_data_proc (urlmon.h:3113)
==14890== by 0x4D67FCF: process_tasks (bindprot.c:57)
==15288== Conditional jump or move depends on uninitialised value(s)
==15288== at 0x109B654F: ccref_decr (nscyclecollectorutils.cpp:75)
==15288== by 0x7DC3828: htmldoc_release (mshtml_private.h:544)
==15288== by 0x7DCE0E3: update_window_doc (htmlwindow.c:3029)
==15288== by 0x7DD8F04: on_start_nsrequest (navigate.c:1115)
==15288== by 0x7DD9409: read_stream_data (navigate.c:1227)
==15288== by 0x7DDA3BF: nsChannelBSC_read_data (navigate.c:1576)
==15288== by 0x7DD738A: BindStatusCallback_OnDataAvailable (navigate.c:427)
==15288== by 0x4D60487: BindStatusCallback_OnDataAvailable (urlmon.h:820)
==15288== by 0x4D66201: report_data (urlmon.h:820)
==15288== by 0x4D67813: start_binding (binding.c:1530)
==15288== by 0x4D67A2C: bind_to_storage (binding.c:1567)
==15288== by 0x4D87AA0: URLMoniker_BindToStorage (umon.c:280)
==15288== by 0x7DD8569: start_binding (objidl.h:3488)
==15288== by 0x7E04DA7: PersistMoniker_Load (persist.c:627)
==15288== by 0x4D63117: load_doc_mon (urlmon.h:2290)
==15288== by 0x4D63390: create_mime_object (binding.c:278)
==15288== by 0x4D635A2: create_object (binding.c:308)
==15288== by 0x4D660AB: report_data (binding.c:1077)
==15288== by 0x4D663F4: InternetProtocolSink_ReportData (binding.c:1126)
==15288== by 0x4D6B723: ProtocolSinkHandler_ReportData (urlmon.h:3113)
==15288== Uninitialised value was created by a client request
==15288== at 0x7BC4BF0A: mark_block_uninitialized (heap.c:209)
==15288== by 0x7BC4C075: initialize_block (heap.c:240)
==15288== by 0x7BC50981: RtlAllocateHeap (heap.c:1717)
==15288== by 0x805119E: msvcrt_heap_alloc (heap.c:70)
==15288== by 0x8051D63: MSVCRT_malloc (heap.c:408)
==15288== by 0x80D71095: moz_xmalloc (mozalloc.cpp:54)
==15288== by 0x109B96F7: NS_InitXPCOM2 (nsxpcominit.cpp:464)
==15288== by 0x7DE1F26: init_xpcom (nsembed.c:698)
==15288== by 0x7DE2399: load_gecko (nsembed.c:774)
==15288== by 0x7DE6D01: create_nscontainer (nsembed.c:2042)
==15288== by 0x7D672F6: HTMLDocument_Create (htmldoc.c:4756)
==15288== by 0x7DD0F7D: ClassFactory_CreateInstance (main.c:238)
==15288== by 0x5038C6B: CoCreateInstance (unknwn.h:226)
==15288== by 0x4D63202: create_mime_object (binding.c:258)
==15288== by 0x4D635A2: create_object (binding.c:308)
==15288== by 0x4D660AB: report_data (binding.c:1077)
==15288== by 0x4D663F4: InternetProtocolSink_ReportData (binding.c:1126)
==15288== by 0x4D6B723: ProtocolSinkHandler_ReportData (urlmon.h:3113)
==15288== by 0x4D6C274: report_data_proc (urlmon.h:3113)
==15288== by 0x4D67FCF: process_tasks (bindprot.c:57)
==15288==
==15556== Conditional jump or move depends on uninitialised value(s)
==15556== at 0x7DA8870: HTMLDOMNode_Release (htmlnode.c:494)
==15556== by 0x7DD3828: htmldoc_release (mshtml_private.h:544)
==15556== by 0x7DDE0E3: update_window_doc (htmlwindow.c:3029)
==15556== by 0x7DE8F04: on_start_nsrequest (navigate.c:1115)
==15556== by 0x7DE9409: read_stream_data (navigate.c:1227)
==15556== by 0x7DEA3BF: nsChannelBSC_read_data (navigate.c:1576)
==15556== by 0x7DE738A: BindStatusCallback_OnDataAvailable (navigate.c:427)
==15556== by 0x4D60487: BindStatusCallback_OnDataAvailable (urlmon.h:820)
==15556== by 0x4D66201: report_data (urlmon.h:820)
==15556== by 0x4D67813: start_binding (binding.c:1530)
==15556== by 0x4D67A2C: bind_to_storage (binding.c:1567)
==15556== by 0x4D87AA0: URLMoniker_BindToStorage (umon.c:280)
==15556== by 0x7DE8569: start_binding (objidl.h:3488)
==15556== by 0x7E14DA7: PersistMoniker_Load (persist.c:627)
==15556== by 0x4D63117: load_doc_mon (urlmon.h:2290)
==15556== by 0x4D63390: create_mime_object (binding.c:278)
==15556== by 0x4D635A2: create_object (binding.c:308)
==15556== by 0x4D660AB: report_data (binding.c:1077)
==15556== by 0x4D663F4: InternetProtocolSink_ReportData (binding.c:1126)
==15556== by 0x4D6B723: ProtocolSinkHandler_ReportData (urlmon.h:3113)
==15556== Uninitialised value was created by a client request
==15556== at 0x7BC4BF0A: mark_block_uninitialized (heap.c:209)
==15556== by 0x7BC4C075: initialize_block (heap.c:240)
==15556== by 0x7BC50981: RtlAllocateHeap (heap.c:1717)
==15556== by 0x806119E: msvcrt_heap_alloc (heap.c:70)
==15556== by 0x8061D63: MSVCRT_malloc (heap.c:408)
==15556== by 0x80C71095: moz_xmalloc (mozalloc.cpp:54)
==15556== by 0x109B96F7: NS_InitXPCOM2 (nsxpcominit.cpp:464)
==15556== by 0x7DF1F26: init_xpcom (nsembed.c:698)
==15556== by 0x7DF2399: load_gecko (nsembed.c:774)
==15556== by 0x7DF6D01: create_nscontainer (nsembed.c:2042)
==15556== by 0x7D772F6: HTMLDocument_Create (htmldoc.c:4756)
==15556== by 0x7DE0F7D: ClassFactory_CreateInstance (main.c:238)
==15556== by 0x5038C6B: CoCreateInstance (unknwn.h:226)
==15556== by 0x4D63202: create_mime_object (binding.c:258)
==15556== by 0x4D635A2: create_object (binding.c:308)
==15556== by 0x4D660AB: report_data (binding.c:1077)
==15556== by 0x4D663F4: InternetProtocolSink_ReportData (binding.c:1126)
==15556== by 0x4D6B723: ProtocolSinkHandler_ReportData (urlmon.h:3113)
==15556== by 0x4D6C274: report_data_proc (urlmon.h:3113)
==15556== by 0x4D67FCF: process_tasks (bindprot.c:57)
==15556==
--
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.
https://bugs.winehq.org/show_bug.cgi?id=36929
Bug ID: 36929
Summary: valgrind shows a couple unitialized variables in
dlls/ieframe/tests/ie.c (nsHtml5StreamParser::Release)
Product: Wine
Version: 1.7.22
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase, valgrind
Severity: normal
Priority: P2
Component: ieframe
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==15556== Conditional jump or move depends on uninitialised value(s)
==15556== at 0x103E23D3: nsHtml5StreamParser::Release (in
/home/austin/.wine/drive_c/windows/system32/gecko/2.24/wine_gecko/xul.dll)
==15556== Uninitialised value was created by a client request
==15556== at 0x7BC4BF0A: mark_block_uninitialized (heap.c:209)
==15556== by 0x7BC4C075: initialize_block (heap.c:240)
==15556== by 0x7BC50981: RtlAllocateHeap (heap.c:1717)
==15556== by 0x806119E: msvcrt_heap_alloc (heap.c:70)
==15556== by 0x8061D63: MSVCRT_malloc (heap.c:408)
==15556== by 0x80C71095: moz_xmalloc (mozalloc.cpp:54)
==15556== by 0x109B96F7: NS_InitXPCOM2 (nsxpcominit.cpp:464)
==15556== by 0x7DF1F26: init_xpcom (nsembed.c:698)
==15556== by 0x7DF2399: load_gecko (nsembed.c:774)
==15556== by 0x7DF6D01: create_nscontainer (nsembed.c:2042)
==15556== by 0x7D772F6: HTMLDocument_Create (htmldoc.c:4756)
==15556== by 0x7DE0F7D: ClassFactory_CreateInstance (main.c:238)
==15556== by 0x5038C6B: CoCreateInstance (unknwn.h:226)
==15556== by 0x4D63202: create_mime_object (binding.c:258)
==15556== by 0x4D635A2: create_object (binding.c:308)
==15556== by 0x4D660AB: report_data (binding.c:1077)
==15556== by 0x4D663F4: InternetProtocolSink_ReportData (binding.c:1126)
==15556== by 0x4D6B723: ProtocolSinkHandler_ReportData (urlmon.h:3113)
==15556== by 0x4D6C274: report_data_proc (urlmon.h:3113)
==15556== by 0x4D67FCF: process_tasks (bindprot.c:57)
==15556==
==15556== Conditional jump or move depends on uninitialised value(s)
==15556== at 0x103E2416: nsHtml5StreamParser::Release (in
/home/austin/.wine/drive_c/windows/system32/gecko/2.24/wine_gecko/xul.dll)
==15556== by 0x7DE9EBE: stop_request_proc (navigate.c:1437)
==15556== by 0x7E2AB77: hidden_proc (task.c:316)
==15556== by 0x54AA909: ??? (winproc.c:173)
==15556== by 0x54AAA7E: call_window_proc (winproc.c:244)
==15556== by 0x54ACC17: WINPROC_call_window (winproc.c:900)
==15556== by 0x546E5A1: DispatchMessageW (message.c:4022)
==15556== by 0x10769BED: nsAppShell::ProcessNextNativeEvent
(nsappshell.cpp:223)
==15556== by 0x10791553: nsBaseAppShell::DoProcessNextNativeEvent
(nsbaseappshell.cpp:139)
==15556== by 0x109DE999: nsThread::ProcessNextEvent (nsthread.cpp:599)
==15556== by 0x109B626F: NS_ProcessPendingEvents (nsthreadutils.cpp:188)
==15556== by 0x10791100: nsBaseAppShell::NativeEventCallback
(nsbaseappshell.cpp:97)
==15556== Uninitialised value was created by a client request
==15556== at 0x7BC4BF0A: mark_block_uninitialized (heap.c:209)
==15556== by 0x7BC4C075: initialize_block (heap.c:240)
==15556== by 0x7BC50981: RtlAllocateHeap (heap.c:1717)
==15556== by 0x806119E: msvcrt_heap_alloc (heap.c:70)
==15556== by 0x8061D63: MSVCRT_malloc (heap.c:408)
==15556== by 0x80C71095: moz_xmalloc (mozalloc.cpp:54)
==15556== by 0x109B96F7: NS_InitXPCOM2 (nsxpcominit.cpp:464)
==15556== by 0x7DF1F26: init_xpcom (nsembed.c:698)
==15556== by 0x7DF2399: load_gecko (nsembed.c:774)
==15556== by 0x7DF6D01: create_nscontainer (nsembed.c:2042)
==15556== by 0x7D772F6: HTMLDocument_Create (htmldoc.c:4756)
==15556== by 0x7DE0F7D: ClassFactory_CreateInstance (main.c:238)
==15556== by 0x5038C6B: CoCreateInstance (unknwn.h:226)
==15556== by 0x4D63202: create_mime_object (binding.c:258)
==15556== by 0x4D635A2: create_object (binding.c:308)
==15556== by 0x4D660AB: report_data (binding.c:1077)
==15556== by 0x4D663F4: InternetProtocolSink_ReportData (binding.c:1126)
==15556== by 0x4D6B723: ProtocolSinkHandler_ReportData (urlmon.h:3113)
==15556== by 0x4D6C274: report_data_proc (urlmon.h:3113)
==15556== by 0x4D67FCF: process_tasks (bindprot.c:57)
==15556==
--
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.
https://bugs.winehq.org/show_bug.cgi?id=36930
Bug ID: 36930
Summary: valgrind shows a couple unitialized variables in
dlls/ieframe/tests/ie.c (nsDocumentViewer::Destroy)
Product: Wine
Version: 1.7.22
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase, valgrind
Severity: normal
Priority: P2
Component: ieframe
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==15748== Conditional jump or move depends on uninitialised value(s)
==15748== at 0x1013DAB0: nsFrameSelection::Release (in
/home/austin/.wine/drive_c/windows/system32/gecko/2.24/wine_gecko/xul.dll)
==15748== by 0x1014D48E: nsDocumentViewer::Destroy
(nsdocumentviewer.cpp:1609)
==15748== by 0x1014CCDC: nsDocumentViewer::Show (nsdocumentviewer.cpp:1915)
==15748== by 0x106226C4: nsDocShell::SetVisibility (nsdocshell.cpp:5444)
==15748== by 0x75940EB: activate_window (view.c:292)
==15748== by 0x75952F7: OleDocumentView_Show (view.c:551)
==15748== by 0x4CDE454: OleDocumentSite_ActivateMe (docobj.h:491)
==15748== by 0x756EDEF: OleObject_DoVerb (docobj.h:285)
==15748== by 0x74B9EA0: HlinkTarget_Navigate (oleidl.h:3179)
==15748== by 0x4CDFC6A: object_available (hlink.h:1385)
==15748== by 0x4CE043C: object_available_proc (dochost.c:271)
==15748== by 0x4CDF97A: process_dochost_tasks (dochost.c:63)
==15748== by 0x4CEED59: ie_window_proc (iexplore.c:689)
==15748== by 0x54A2909: ??? (winproc.c:173)
==15748== by 0x54A2A7E: call_window_proc (winproc.c:244)
==15748== by 0x54A4C17: WINPROC_call_window (winproc.c:900)
==15748== by 0x54665A1: DispatchMessageW (message.c:4022)
==15748== by 0x4CEFF60: IEWinMain (iexplore.c:1061)
==15748== by 0x4C8CA34: wWinMain (main.c:84)
==15748== by 0x4C8CD1C: wmain (exe_wmain.c:51)
==15748== Uninitialised value was created by a client request
==15748== at 0x7BC4BF0A: mark_block_uninitialized (heap.c:209)
==15748== by 0x7BC4C075: initialize_block (heap.c:240)
==15748== by 0x7BC50981: RtlAllocateHeap (heap.c:1717)
==15748== by 0x77C319E: msvcrt_heap_alloc (heap.c:70)
==15748== by 0x77C3D63: MSVCRT_malloc (heap.c:408)
==15748== by 0x80C71095: moz_xmalloc (mozalloc.cpp:54)
==15748== by 0x109B96F7: NS_InitXPCOM2 (nsxpcominit.cpp:464)
==15748== by 0x7553F26: init_xpcom (nsembed.c:698)
==15748== by 0x7554399: load_gecko (nsembed.c:774)
==15748== by 0x7558D01: create_nscontainer (nsembed.c:2042)
==15748== by 0x74D92F6: HTMLDocument_Create (htmldoc.c:4756)
==15748== by 0x7542F7D: ClassFactory_CreateInstance (main.c:238)
==15748== by 0x5038C6B: CoCreateInstance (unknwn.h:226)
==15748== by 0x4D63202: create_mime_object (binding.c:258)
==15748== by 0x4D635A2: create_object (binding.c:308)
==15748== by 0x4D660AB: report_data (binding.c:1077)
==15748== by 0x4D663F4: InternetProtocolSink_ReportData (binding.c:1126)
==15748== by 0x4D6B723: ProtocolSinkHandler_ReportData (urlmon.h:3113)
==15748== by 0x4D6C274: report_data_proc (urlmon.h:3113)
==15748== by 0x4D67FCF: process_tasks (bindprot.c:57)
==15748==
--
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.
https://bugs.winehq.org/show_bug.cgi?id=37157
Bug ID: 37157
Summary: mshtml/events test hangs under valgrind
Product: Wine
Version: 1.7.24
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: mshtml
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Created attachment 49389
--> https://bugs.winehq.org/attachment.cgi?id=49389
valgrind output
I've only noticed this on my debian desktop, but it's repeatable every time.
austin@debian-home:~/wine-valgrind-known$ valgrind --version
valgrind-3.9.0
austin@debian-home:~/wine-valgrind-known$ ps aux | grep event
austin 18489 0.0 0.0 2244 540 pts/3 S+ 07:56 0:00 /bin/sh -c
../../../tools/runtest -q -P wine -T ../../.. -M mshtml.dll -p
mshtml_test.exe.so events && touch events.ok
austin@debian-home:~/wine-valgrind-known$ uname -a
Linux debian-home 3.14-2-686-pae #1 SMP Debian 3.14.13-2 (2014-07-24) i686
GNU/Linux
--
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.
http://bugs.winehq.org/show_bug.cgi?id=20648
Summary: DX-Ball crashes at startup on x86-64 system
Product: Wine
Version: unspecified
Platform: PC-x86-64
URL: http://www.magicwandsoft.com/games/dxball/download.htm
l
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: b.brachaczek(a)gmail.com
Created an attachment (id=24640)
--> (http://bugs.winehq.org/attachment.cgi?id=24640)
log from console
DX-Ball (free to download, link in URL) crashes every time at startup if it's
run under Wine compiled under an x86-64 system. Tried with Ubuntu 9.10 amd64
with official Ubuntu Wine packages. I can also reproduce the same issue if I
compile Wine under i386 with gcc flags -msse -msse2 -mfpmath=sse - they're
default for x86-64 and probably that's the problem. Log attached.
--
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.
http://bugs.winehq.org/show_bug.cgi?id=32859
Bug #: 32859
Summary: Mathematica 8 occasionally crashes on startup
Product: Wine
Version: 1.5.22
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: b7.10110111(a)gmail.com
Classification: Unclassified
Created attachment 43395
--> http://bugs.winehq.org/attachment.cgi?id=43395
Backtrace
Start Mathematica. If it doesn't crash, try close it and start again, if still
not, try other tty or try first wineserver -k or launch with a different
LC_ALL... I couldn't find any reliable way to reproduce the bug, it happens in
~10% cases, and it *seems* manipulations above somewhat improve
reproducibility.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=36809
Bug ID: 36809
Summary: valgrind shows an unitialized variable in
dlls/dmscript/tests/dmscript.c
Product: Wine
Version: 1.7.20
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase, valgrind
Severity: normal
Priority: P2
Component: directx-dmusic
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==20119== Use of uninitialised value of size 4
==20119== at 0x427A0CD: _itoa_word (_itoa.c:180)
==20119== by 0x427D856: vfprintf (vfprintf.c:1634)
==20119== by 0x429E4E1: vsprintf (iovsprintf.c:42)
==20119== by 0x428429E: sprintf (sprintf.c:32)
==20119== by 0x4BC691C: wine_dbgstr_guid (test.h:533)
==20119== by 0x4BC5B0F: test_scripttrack (dmscript.c:222)
==20119== by 0x4BC5D40: func_dmscript (dmscript.c:249)
==20119== by 0x4BC6B3B: run_test (test.h:584)
==20119== by 0x4BC6F29: main (test.h:654)
==20119== Uninitialised value was created by a stack allocation
==20119== at 0x4BC597E: test_scripttrack (dmscript.c:206)
==20119==
==20119== Conditional jump or move depends on uninitialised value(s)
==20119== at 0x427A0D3: _itoa_word (_itoa.c:180)
==20119== by 0x427D856: vfprintf (vfprintf.c:1634)
==20119== by 0x429E4E1: vsprintf (iovsprintf.c:42)
==20119== by 0x428429E: sprintf (sprintf.c:32)
==20119== by 0x4BC691C: wine_dbgstr_guid (test.h:533)
==20119== by 0x4BC5B0F: test_scripttrack (dmscript.c:222)
==20119== by 0x4BC5D40: func_dmscript (dmscript.c:249)
==20119== by 0x4BC6B3B: run_test (test.h:584)
==20119== by 0x4BC6F29: main (test.h:654)
==20119== Uninitialised value was created by a stack allocation
==20119== at 0x4BC597E: test_scripttrack (dmscript.c:206)
==20119==
==20119== Conditional jump or move depends on uninitialised value(s)
==20119== at 0x427ADD7: vfprintf (vfprintf.c:1634)
==20119== by 0x429E4E1: vsprintf (iovsprintf.c:42)
==20119== by 0x428429E: sprintf (sprintf.c:32)
==20119== by 0x4BC691C: wine_dbgstr_guid (test.h:533)
==20119== by 0x4BC5B0F: test_scripttrack (dmscript.c:222)
==20119== by 0x4BC5D40: func_dmscript (dmscript.c:249)
==20119== by 0x4BC6B3B: run_test (test.h:584)
==20119== by 0x4BC6F29: main (test.h:654)
==20119== Uninitialised value was created by a stack allocation
==20119== at 0x4BC597E: test_scripttrack (dmscript.c:206)
==20119==
==20119== Conditional jump or move depends on uninitialised value(s)
==20119== at 0x427AE43: vfprintf (vfprintf.c:1634)
==20119== by 0x429E4E1: vsprintf (iovsprintf.c:42)
==20119== by 0x428429E: sprintf (sprintf.c:32)
==20119== by 0x4BC691C: wine_dbgstr_guid (test.h:533)
==20119== by 0x4BC5B0F: test_scripttrack (dmscript.c:222)
==20119== by 0x4BC5D40: func_dmscript (dmscript.c:249)
==20119== by 0x4BC6B3B: run_test (test.h:584)
==20119== by 0x4BC6F29: main (test.h:654)
==20119== Uninitialised value was created by a stack allocation
==20119== at 0x4BC597E: test_scripttrack (dmscript.c:206)
==20119==
==20119== Conditional jump or move depends on uninitialised value(s)
==20119== at 0x427AEC5: vfprintf (vfprintf.c:1634)
==20119== by 0x429E4E1: vsprintf (iovsprintf.c:42)
==20119== by 0x428429E: sprintf (sprintf.c:32)
==20119== by 0x4BC691C: wine_dbgstr_guid (test.h:533)
==20119== by 0x4BC5B0F: test_scripttrack (dmscript.c:222)
==20119== by 0x4BC5D40: func_dmscript (dmscript.c:249)
==20119== by 0x4BC6B3B: run_test (test.h:584)
==20119== by 0x4BC6F29: main (test.h:654)
==20119== Uninitialised value was created by a stack allocation
==20119== at 0x4BC597E: test_scripttrack (dmscript.c:206)
==20119==
==20119== Conditional jump or move depends on uninitialised value(s)
==20119== at 0x402EB3D: bcmp (vg_replace_strmem.c:965)
==20119== by 0x4BC5B2E: test_scripttrack (dmscript.c:222)
==20119== by 0x4BC5D40: func_dmscript (dmscript.c:249)
==20119== by 0x4BC6B3B: run_test (test.h:584)
==20119== by 0x4BC6F29: main (test.h:654)
==20119== Uninitialised value was created by a stack allocation
==20119== at 0x4BC597E: test_scripttrack (dmscript.c:206)
==20119==
==20119== Conditional jump or move depends on uninitialised value(s)
==20119== at 0x4BC5F76: winetest_vok (test.h:311)
==20119== by 0x4BC6184: winetest_ok (test.h:357)
==20119== by 0x4BC5B4C: test_scripttrack (dmscript.c:222)
==20119== by 0x4BC5D40: func_dmscript (dmscript.c:249)
==20119== by 0x4BC6B3B: run_test (test.h:584)
==20119== by 0x4BC6F29: main (test.h:654)
==20119== Uninitialised value was created by a stack allocation
==20119== at 0x4BC597E: test_scripttrack (dmscript.c:206)
==20119==
--
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.
http://bugs.winehq.org/show_bug.cgi?id=33723
Bug #: 33723
Summary: EA Origin needs job objects
Product: Wine
Version: 1.5.31
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ariscop(a)gmail.com
Classification: Unclassified
It uses job objects + completion ports to determine if a game is running or has
exited. as it doesn't notice a game being closed, you cannot relaunch the game
without restarting origin.
fixme:ntdll:NtCreateJobObject stub: 0xa32e83c 1f001f <null>
fixme:ntdll:NtSetInformationJobObject stub: 0xdead 9 0xa32e890 112
trace:ntdll:NtCreateIoCompletion (0xa32e83c, 1f0003, (nil), 0)
fixme:ntdll:NtSetInformationJobObject stub: 0xdead 7 0xa32e934 8
fixme:ntdll:NtAssignProcessToJobObject stub: 0xdead 0xc70
--
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.
http://bugs.winehq.org/show_bug.cgi?id=35337
Bug ID: 35337
Summary: GOG.com installer--a small line appears on the
progress bar after some time
Product: Wine
Version: 1.7.10
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: winebugs140(a)gmail.com
Classification: Unclassified
Created attachment 47135
--> http://bugs.winehq.org/attachment.cgi?id=47135
GOG Installer Log
A small vertical line appears on the installer progress bar, you can see it by
the end of the installation process. I've marked it with the red circle in the
screenshot.
I don't know if the issue affects all versions of the GOG.com installer. You
can test it with the free Tyrian 2000 installer.
--
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.
http://bugs.winehq.org/show_bug.cgi?id=32719
Bug #: 32719
Summary: WISIS.EXE Crash on opening a db
Product: Wine
Version: 1.5.21
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alessio(a)dba.it
Classification: Unclassified
Created attachment 43174
--> http://bugs.winehq.org/attachment.cgi?id=43174
Backtrace of the error
Crash every we try to open a db with WISIS.EXE
--
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.
http://bugs.winehq.org/show_bug.cgi?id=36897
Bug ID: 36897
Summary: No sound recording
Product: Wine
Version: 1.7.22
Hardware: x86-64
OS: FreeBSD
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: wineoss.drv
Assignee: wine-bugs(a)winehq.org
Reporter: abi(a)abinet.ru
I have a problem to use microphone in Teamspeak3. I tried several other simple
windows programs and got the same behavior, so I suspect something wrong
globally with microphone support for OSS.
1. I tried USB microphone and analog one.
2. Native software works.
3. I can choose correct OSS device in winecfg and in teamspeak client.
4. No visible errors generated.
5. Download link is
http://dl.4players.de/ts/releases/3.0.15/TeamSpeak3-Client-win32-3.0.15.exe
6. I tried FreeBSD 10 and PC-BSD is case I compiled something wrong.
7. Attach is USB microphone. The same (except other pcm device) applies to
analog test with rear or front panel.
--
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.
http://bugs.winehq.org/show_bug.cgi?id=26333
Summary: Star Wars GB CC 1.0x: crash on pressing
"Multiplayer"->"Show Games"
Product: Wine
Version: 1.3.15
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bojan(a)antonovic.ch
Created an attachment (id=33552)
--> (http://bugs.winehq.org/attachment.cgi?id=33552)
crash log for Wine 1.3.15
A plain crash.
--
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.
http://bugs.winehq.org/show_bug.cgi?id=11364
Summary: WinRar doesn't fully utilize two CPU cores in
multithreading mode
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://rarlabs.com/download.htm
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: t.artem(a)mailcity.com
WinRar doesn't fully utilize two cores of an SMP system if it has detected
them. On average WinRar's CPU usage is around 140-160% on a dual core SMP
system, while the best usage will be 200%.
Anyway thank you for resolving bug 7551.
--
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.
http://bugs.winehq.org/show_bug.cgi?id=23481
Summary: Network in Heroes 3
Product: Wine
Version: 1.2-rc5
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dplay
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vis(a)211.ru
I'm using the 'winetricks directplay' for playing in 'Heroes of Might and Magic
III' on a network.
But this way has a bug:
When I create a game and other player will join, game hangs at loading of
percent.
But if I join, and the user from Windows creates that all is normally created.
--
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.
http://bugs.winehq.org/show_bug.cgi?id=34820
Bug #: 34820
Summary: Path of Exile crashes on resize
Product: Wine
Version: 1.7.4
Platform: x86
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3dx9
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: julusp(a)gmail.com
CC: wine-bugs(a)winehq.org
Classification: Unclassified
Path of Exile crashes on mac when resizing (does not matter if it is via
in-game menu or dragging the window's corner) with "Failed resetting Direct3D
device objects" popup and fixme:d3d_texture:texture_init Failed to create
surface 0x2be113c0, hr 0x8876086c
(happens with and without winemac driver)
--
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.
https://bugs.winehq.org/show_bug.cgi?id=37103
Bug ID: 37103
Summary: Wine incorrectly handles UNIX group permissions
Product: Wine
Version: 1.7.24
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: t.artem(a)mailcity.com
Here's a very simple testcase.
You've got (userid/groupid = me) a directory which belongs to a different user
(userid/groupid = otheruser). This directory user is "otheruser". This
directory group is "me". Permissions are 770.
$ ls -la
drwxrwx--- 2 otheruser me 4096 Aug 14 00:30 TestFolder
When I'm using native UNIX applications, I can create new files and erase any
files from this folder (the sticky bit is not set).
$ cd TestFolder
$ touch testfile
$ echo $?
0
$ ls -la anotherfile
-rw-r--r-- 1 otheruser otheruser 1111 May 1 11:11 anotherfile
$ rm anotherfile
$ echo $?
0
When I'm using Wine applications, I cannNOT create new files or erase existing
files in this folder. The error is "Permission denied".
--
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.
http://bugs.winehq.org/show_bug.cgi?id=28754
Bug #: 28754
Summary: In comdl32/tests/itemdlg.ok, update_layout() uses
uninitialized window rect
Product: Wine
Version: 1.3.30
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: comdlg32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Classification: Unclassified
Running "make itemdlg.ok" in comdlg32/tests, valgrind complains
Conditional jump or move depends on uninitialised value(s)
at update_layout (itemdlg.c:1114)
by IFileDialog2_fnSetFileNameLabel (itemdlg.c:1968)
by IFileOpenDialog_fnSetFileNameLabel (itemdlg.c:2231)
by func_itemdlg (itemdlg.c:714)
by run_test (test.h:556)
by main (test.h:624)
Uninitialised value was created by a stack allocation
at update_layout (itemdlg.c:1098)
and a cascade of uninitialized values ensues that would be hard to
write a suppression for. The uninitilialized value happens because
update_layout() calls GetClientRect on This->dlg_hwnd, which is NULL,
and doesn't check whether it succeeded.
The attached patch makes all the warnings go away, but I don't know if it's
the right thing to do.
--
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.
http://bugs.winehq.org/show_bug.cgi?id=28769
Bug #: 28769
Summary: shell32/shellpath tests: test_knownFolders() triggers
use-after-free and invalid free in foldermanager
Product: Wine
Version: 1.3.30
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: shell32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Classification: Unclassified
Running "make shellpath.ok" in shell32/tests, Valgrind complains:
Invalid read of size 1
at foldermanager_GetFolder (shellpath.c:3764)
by test_knownFolders (shellpath.c:2199)
by func_shellpath (shellpath.c:2517)
by run_test (test.h:556)
by main (test.h:624)
Address 0x7f041870 is 472 bytes inside a block of size 1,024 free'd
at RtlFreeHeap (heap.c:262)
by add_with_alpha (imagelist.c:237)
by ImageList_ReplaceIcon (imagelist.c:2508)
by SIC_IconAppend (iconcache.c:284)
by SIC_Initialize (iconcache.c:428)
by DllMain (shell32_main.c:1200)
Invalid read of size 1
at foldermanager_GetFolder (shellpath.c:3764)
by test_knownFolders (shellpath.c:2233)
by func_shellpath (shellpath.c:2517)
by run_test (test.h:556)
by main (test.h:624)
Address 0x7f041870 is 472 bytes inside a block of size 1,024 free'd
at RtlFreeHeap (heap.c:262)
by add_with_alpha (imagelist.c:237)
by ImageList_ReplaceIcon (imagelist.c:2508)
by SIC_IconAppend (iconcache.c:284)
by SIC_Initialize (iconcache.c:428)
by DllMain (shell32_main.c:1200)
Invalid free() / delete / delete[]
at RtlFreeHeap (heap.c:262)
by foldermanager_Release (shellpath.c:3684)
by test_knownFolders (shellpath.c:2485)
by func_shellpath (shellpath.c:2517)
by run_test (test.h:556)
by main (test.h:624)
Address 0x7f041870 is 472 bytes inside a block of size 1,024 free'd
at RtlFreeHeap (heap.c:262)
by add_with_alpha (imagelist.c:237)
by ImageList_ReplaceIcon (imagelist.c:2508)
by SIC_IconAppend (iconcache.c:284)
by SIC_Initialize (iconcache.c:428)
by DllMain (shell32_main.c:1200)
--
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.
http://bugs.winehq.org/show_bug.cgi?id=35396
Bug ID: 35396
Summary: Microsoft Excel and PowerPoint (2007) transparent
Product: Wine
Version: 1.7.10
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jgdominy(a)gmail.com
Classification: Unclassified
Created attachment 47223
--> http://bugs.winehq.org/attachment.cgi?id=47223
Screenshot of problem
I've installed Microsoft Office 2007 from my work's volume license CD. I only
installed Word, Powerpoint and Excel. Word works, but Excel and Powerpoint are
both partially transparent. I can see the contents of my desktop, terminal, or
whatever else is open and behind the office window. See screenshot.
--
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.
http://bugs.winehq.org/show_bug.cgi?id=33910
Bug #: 33910
Summary: Reprobates demo shows black screen
Product: Wine
Version: 1.6-rc4
Platform: x86
URL: http://www.jeuxvideo.com/telecharger/jeux-et-demos/000
13406-reprobates-aux-portes-de-la-mort-pc.htm
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrey.goosev(a)gmail.com
CC: andrey.goosev(a)gmail.com
Classification: Unclassified
Created attachment 45032
--> http://bugs.winehq.org/attachment.cgi?id=45032
log+d3d
Demo shows black screen at launching. Clean wineprefix, no overrides.
--
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.
http://bugs.winehq.org/show_bug.cgi?id=24010
Summary: Two Worlds multiplayer cannot create or join a game
Product: Wine
Version: 1.3.0
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
Created an attachment (id=30160)
--> (http://bugs.winehq.org/attachment.cgi?id=30160)
terminal output
In the multiplayer mode of Two Worlds I cannot join or create a game. I can
successfully login to the server and enter the game lobby (the town) and chat
with other players, but when I click on Join or Create a game, nothing happens.
The attached log shows the terminal output. The following components were
installed via winetricks in order to start the game and play the videos: 'd3dx9
physx xact wmp9 quartz'.
Fedora 13
Nvidia 7600 GT card / driver 195.36.31
--
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.
http://bugs.winehq.org/show_bug.cgi?id=29807
Bug #: 29807
Summary: Registration code not accepted in Reason 5
Product: Wine
Version: 1.4-rc1
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xeriouxi(a)fastmail.fm
Classification: Unclassified
For some reason (no pun intended) the registration key for Reason 5 is not
accepted when registering it in Wine. This is a genuine key and works fine when
Reason 5 is running in a Windows environment.
--
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.
http://bugs.winehq.org/show_bug.cgi?id=32392
Bug #: 32392
Summary: Impossible to determine locale when chosen in winecfg
Windows 7
Product: Wine
Version: 1.5.19
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: yast4ik(a)yahoo.com
Classification: Unclassified
Created attachment 42740
--> http://bugs.winehq.org/attachment.cgi?id=42740
Windows XP and Windows 7 difference
I tried to manage tags of audio with the tagscanner 5.1.625 with version of
Windows set to Windows 7 in winecfg. Japan characters in tags and filenames in
program are rectangles, then I change version of Windows to Windows XP and
japan characters became normal
The output with os version Windows 7 specified:
fixme:thread:GetThreadUILanguage : stub, returning default language.
fixme:thread:GetThreadPreferredUILanguages 56, 0x33d6f0, (nil) 0x33d718
fixme:thread:GetThreadPreferredUILanguages 56, 0x33d6f0, (nil) 0x33d718
--
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.
http://bugs.winehq.org/show_bug.cgi?id=33099
Bug #: 33099
Summary: err:ole:CoInitializeEx Attempt to change threading
model of this apartment from multi-threaded to
apartment threaded
Product: Wine
Version: 1.5.25
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ole32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dyvazar(a)numericable.fr
Classification: Unclassified
>From a fresh 1.5.25 .wine on Ubuntu raring i386
when i'm loading MT5 from Metaquotes, i get that error logged
--
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.
http://bugs.winehq.org/show_bug.cgi?id=34959
Bug #: 34959
Summary: Add a way to change the default app icon of the
executable with the mac driver
Product: Wine
Version: 1.7.6
Platform: x86
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: winemac.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: winebugs140(a)gmail.com
Classification: Unclassified
Add a way to change the default app icon of the executable with the mac driver.
GOG.com and Steam use Wine and X11 to allow running some of their games on Macs
with custom-made icons, but you can't set such an icon with the mac driver.
--
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.
http://bugs.winehq.org/show_bug.cgi?id=15492
Summary: Clamwin installer doesn't parse %SystemDrive% correctly
Product: Wine
Version: 1.1.5
Platform: Other
URL: http://sourceforge.net/project/downloading.php?groupname
=clamwin&filename=clamwin-0.94-
setup.exe&use_mirror=superb-east
OS/Version: other
Status: NEW
Keywords: download, Installer, source
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=16404)
--> (http://bugs.winehq.org/attachment.cgi?id=16404)
+shell in git, bzip2 -9'ed
Installing Clamwin works fine, except that instead of installing to:
C:\Program Files\Clamwin
it defaults to:
Z:\home\austin\%SystemDrive%\Program Files\ClamWin
I've seen this on a couple other installers as well, but can't think of them
off hand.
+shell attached
--
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.
http://bugs.winehq.org/show_bug.cgi?id=17188
Summary: Oracle Web Conferencing Console installer resources
cannot be properly loaded
Product: Wine
Version: 1.1.13
Platform: PC
URL: https://conference.oracle.com/imtapp/app/nuf_sys.uix
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: arethusa26(a)gmail.com
Created an attachment (id=19083)
--> (http://bugs.winehq.org/attachment.cgi?id=19083)
Oracle Web Conferencing Console installer +resource trace
With today's Git (wine-1.1.13-560-g4b27dfe), while attempting to test bug 16684
by running the application installer, I noticed that the installer evidently
had issues loading its executable resources, as these fixmes were printed:
fixme:propsheet:PROPSHEET_CollectPageInfo Could not load resource #0000?
fixme:propsheet:PROPSHEET_CollectPageInfo Could not load resource #0000?
fixme:propsheet:PROPSHEET_CollectPageInfo Could not load resource #0000?
fixme:propsheet:PROPSHEET_CollectPageInfo Could not load resource #0000?
and the installer window seemed to have placeholders for the presumed text
resources. After hitting Next a few times the installer appeared to be in
extraction phase, but promptly crashed with a backtrace in FormatMessageW.
--
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.
http://bugs.winehq.org/show_bug.cgi?id=34254
Bug #: 34254
Summary: Wine64 seh:RtlUnwindEx error with c++ exception
handling
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alejandropuchades(a)gmx.com
Classification: Unclassified
Description of problem:
When I was implementing a C wrapper for a C++ library, catching all possible
exceptions in C++-land, I noticed my exception handlers were not being called
and my app crashed under wine64. The same binary run just fine under windows 7,
so it had to be a wine bug. Also, the same code compiled for 32 bits run
successfully under the 32 bits version of wine.
System information:
Fedora 19 x86_64, binaries compiled with the 32 and 64 bits versions of MinGW
Version-Release number of selected component (if applicable):
$ wine64 --version
wine-1.6
How reproducible:
(assuming current-dir = uncompressed attachment)
Steps to Reproduce:
1. $ ./compile64.sh
2. $ wine64 ./main.exe
Actual results:
throwing exception
err:seh:RtlUnwindEx invalid frame 7fff42757fd0 (0x132000-0x330000)
err:seh:setup_exception stack overflow 2416 bytes in thread 0009 eip
0007fb39b2ab22b esp 0000000000130c90 stack 0x130000-0x131000-0x330000
Expected results:
No crash :) Just what happens when compiled with compile32.sh:
throwing exception
exception caught
Additional info:
Source code triggering the bug attached below.
--
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.
http://bugs.winehq.org/show_bug.cgi?id=19231
Summary: Trine Demo fails to launch - unimplemented function
d3dx9_36.dll.D3DXGetShaderConstantTable
Product: Wine
Version: 1.1.25
Platform: PC
URL: http://www.bigdownload.com/games/trine/pc/trine-demo/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tsalacinski(a)gmail.com
As above, Trine Demo fails to launch with message:
wine: Call from 0x7b8421e2 to unimplemented function
d3dx9_36.dll.D3DXGetShaderConstantTable, aborting
fixme:dbghelp:MiniDumpWriteDump NIY MiniDumpWithDataSegs
wine: Unimplemented function d3dx9_36.dll.D3DXGetShaderConstantTable called at
address 0x7b8421e2 (thread 001c), starting debugger...
--
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.
http://bugs.winehq.org/show_bug.cgi?id=31579
Bug #: 31579
Summary: Error when close Microsoft Visio 2007
Product: Wine
Version: 1.5.11
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jisrael(a)hotmail.com
Classification: Unclassified
Created attachment 41525
--> http://bugs.winehq.org/attachment.cgi?id=41525
Error when close Microsoft Visio 2007
Error when close Microsoft Visio 2007
--
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.
http://bugs.winehq.org/show_bug.cgi?id=21433
Summary: InqScribe: Installed fine, but no output or UI
response when running installed app
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jgolightly(a)ec.rr.com
Created an attachment (id=25809)
--> (http://bugs.winehq.org/attachment.cgi?id=25809)
"bt all" output while InqScribe.exe is running.
Running Ubuntu 9.10 Desktop w/ Wine v1.1.36.
InqScribe 2.0.5 installed with wine in the same manner as it would with
Windows, however when launching the program via the command "wine
InqScribe.exe", there is no command-line output, no UI response, etc. It
simply idles.
An evaluation copy of InqScribe is available from the following link:
http://www.inqscribe.com/bin/InqScribe%202.0.5.exe
--
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.
http://bugs.winehq.org/show_bug.cgi?id=33164
Bug #: 33164
Summary: row-resize / col-resize cursor is wrong (Listview)
Product: Wine
Version: 1.5.25
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: chenjh_06(a)hotmail.com
Classification: Unclassified
I have install an X cursor theme named JYxNeon, and then I find col-resize
cursor is displayed wrongly in a Listview control. col-resize should be
vertical double arrows but is displayed horizontal.
If I swap row-resize/col-resize icon in the cursor theme, this problem can be
solved. But when I look into Wine source, I find it may be a bug in winex11. In
mouse.c, row-resize/col-resize is wrongly used in comctl32_cursors. The
resource id of 105/106 in comctl32 should be col-resize, and 135 should be
row-resize.
--
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.
http://bugs.winehq.org/show_bug.cgi?id=32361
Bug #: 32361
Summary: epson stylus t13 installer problem: wine:
Unimplemented function setupx.dll16.DiOpenClassRegKey
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: justineuro.moin(a)gmail.com
Classification: Unclassified
Created attachment 42699
--> http://bugs.winehq.org/attachment.cgi?id=42699
epson stylus t13 printer install problem in wine: Unimplemented function
setupx.dll16.DiOpenClassRegKey
epson stylus t13 installer problem
--
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.
http://bugs.winehq.org/show_bug.cgi?id=26748
Summary: World Series of Poker crashes when starting up a game
Product: Wine
Version: 1.3.17
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: maikwagner(a)yahoo.com
Created an attachment (id=34067)
--> (http://bugs.winehq.org/attachment.cgi?id=34067)
Backtrace from Crash
Hello,
I am trying to get "World Series of Poker" from Activision to work. The AppDB
entry is at: http://appdb.winehq.org/objectManager.php?sClass=version&iId=6756
I can get into the main menu, intro movies play back okay but I cannot start a
game and get an "unrecoverable error". I have attached all of my console output
below and hope that this is of help for improving wine.
I am using Mandriva 2010.2 with all current updates. My PC is an Athlon 2,6 Ghz
with a GeForce FX5500 using 173.x Nvidia drivers.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=36133
Bug ID: 36133
Summary: valgrind shows some leaks in gdiplus/tests/image.c
Product: Wine
Version: 1.7.17
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: gdiplus
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==29933== 16 bytes in 1 blocks are definitely lost in loss record 108 of 637
==29933== at 0x7BC4C735: notify_alloc (heap.c:255)
==29933== by 0x7BC50F79: RtlAllocateHeap (heap.c:1716)
==29933== by 0x681EB57: ungif_alloc (ungif.c:61)
==29933== by 0x681EC67: MakeMapObject (ungif.c:155)
==29933== by 0x681F3DB: DGifGetImageDesc (ungif.c:413)
==29933== by 0x682002D: DGifSlurp (ungif.c:891)
==29933== by 0x67EC347: GifDecoder_Initialize (gifformat.c:1131)
==29933== by 0x4E99484: decode_image_wic (wincodec.h:3511)
==29933== by 0x4E99E21: decode_image_gif (image.c:3580)
==29933== by 0x4E9A806: GdipLoadImageFromStream (image.c:3777)
==29933== by 0x49ACB7F: load_image (image.c:2793)
==29933== by 0x49B2659: test_gif_properties (image.c:4032)
==29933== by 0x49B4628: func_image (image.c:4293)
==29933== by 0x49D96B0: run_test (test.h:584)
==29933== by 0x49D9A9F: main (test.h:654)
==29933==
==29933== 16 bytes in 1 blocks are definitely lost in loss record 109 of 637
==29933== at 0x7BC4C735: notify_alloc (heap.c:255)
==29933== by 0x7BC50F79: RtlAllocateHeap (heap.c:1716)
==29933== by 0x681EB57: ungif_alloc (ungif.c:61)
==29933== by 0x681EC67: MakeMapObject (ungif.c:155)
==29933== by 0x681F3DB: DGifGetImageDesc (ungif.c:413)
==29933== by 0x682002D: DGifSlurp (ungif.c:891)
==29933== by 0x67EC347: GifDecoder_Initialize (gifformat.c:1131)
==29933== by 0x4E99484: decode_image_wic (wincodec.h:3511)
==29933== by 0x4E99E21: decode_image_gif (image.c:3580)
==29933== by 0x4E9A687: GdipImageSelectActiveFrame (image.c:3742)
==29933== by 0x49B286A: test_gif_properties (image.c:4051)
==29933== by 0x49B4628: func_image (image.c:4293)
==29933== by 0x49D96B0: run_test (test.h:584)
==29933== by 0x49D9A9F: main (test.h:654)
==29933==
==29933== 28 bytes in 1 blocks are possibly lost in loss record 182 of 637
==29933== at 0x7BC4C735: notify_alloc (heap.c:255)
==29933== by 0x7BC50F79: RtlAllocateHeap (heap.c:1716)
==29933== by 0x5C308B6: COMPOBJ_DllList_Add (compobj.c:526)
==29933== by 0x5C32BF2: apartment_getclassobject (compobj.c:1335)
==29933== by 0x5C3633C: get_inproc_class_object (compobj.c:2894)
==29933== by 0x5C367FB: CoGetClassObject (compobj.c:3032)
==29933== by 0x5C36DBD: CoCreateInstance (compobj.c:3197)
==29933== by 0x4E9943F: decode_image_wic (image.c:3403)
==29933== by 0x4E99E64: decode_image_tiff (image.c:3585)
==29933== by 0x4E9A806: GdipLoadImageFromStream (image.c:3777)
==29933== by 0x49ACB7F: load_image (image.c:2793)
==29933== by 0x49AFBF6: test_tiff_palette (image.c:3424)
==29933== by 0x49B4619: func_image (image.c:4290)
==29933== by 0x49D96B0: run_test (test.h:584)
==29933== by 0x49D9A9F: main (test.h:654)
==29933==
--
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.
https://bugs.winehq.org/show_bug.cgi?id=36305
Bug ID: 36305
Summary: valgrind shows a possible leak in
netapi32/tests/access.c
Product: Wine
Version: 1.7.18
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: netapi32
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==30913== 22 bytes in 1 blocks are possibly lost in loss record 18 of 71
==30913== at 0x7BC4C735: notify_alloc (heap.c:255)
==30913== by 0x7BC50F79: RtlAllocateHeap (heap.c:1716)
==30913== by 0x4C2D675: ???
==30913== by 0x4C32762: ???
==30913== by 0x4955F8A: run_localgroupgetinfo_tests (access.c:345)
==30913== by 0x49561F8: func_access (access.c:381)
==30913== by 0x49588C0: run_test (test.h:584)
==30913== by 0x4958CAF: main (test.h:654)
==30913==
--
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.
http://bugs.winehq.org/show_bug.cgi?id=22139
Summary: CDBurnerXP Pro 3 produces a "fail" message after
choosing a mode
Product: Wine
Version: 1.1.41
Platform: x86-64
URL: http://cdburnerxp.se/downloads/releases/3.0.x/
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
Created an attachment (id=26996)
--> (http://bugs.winehq.org/attachment.cgi?id=26996)
Terminal output
After starting up this version of the program and choosing the option to create
a data disc, it produces a dialog box which says "fail". Normally, it offers to
continue a disc here if applicable; otherwise, it continues to the main file
selection screen.
The message is gone after running winetricks comctl32.
--
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.
http://bugs.winehq.org/show_bug.cgi?id=26223
Summary: Nail'd demo: black screen on start
Product: Wine
Version: 1.3.14
Platform: x86
URL: http://www.gamershell.com/news_111686.html
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
The game installs just fine, but fails to run, just giving a black screen.
Terminal shows:
fixme:system:SystemParametersInfoW Unimplemented action: 59 (SPI_SETSTICKYKEYS)
fixme:thread:SetThreadIdealProcessor (0xfffffffe): stub
fixme:thread:SetThreadIdealProcessor (0xdc): stub
fixme:thread:SetThreadIdealProcessor (0xe8): stub
fixme:thread:SetThreadIdealProcessor (0xf4): stub
fixme:win:EnumDisplayDevicesW ((null),0,0x32e800,0x00000000), stub!
fixme:mixer:ALSA_MixerInit No master control found on HDA NVidia, disabling
mixer
fixme:dsalsa:IDsDriverBufferImpl_SetVolumePan (0x215a18,0x4bde2a0): stub
fixme:dsalsa:IDsDriverBufferImpl_SetVolumePan (0x46aad28,0x4c49a80): stub
err:ole:CoInitializeEx Attempt to change threading model of this apartment from
multi-threaded to apartment threaded
err:ole:CoInitializeEx Attempt to change threading model of this apartment from
multi-threaded to apartment threaded
fixme:dinput:SysMouseWImpl_Acquire Clipping cursor to (-3,-22)-(1027,771)
fixme:d3d_surface:IWineD3DVolumeImpl_Map (0xe07e2d8) : pBox=(nil) stub
--
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.
http://bugs.winehq.org/show_bug.cgi?id=36842
Bug ID: 36842
Summary: Can't set a static crontrol's text to empty by pssing
NULL pointer
Product: Wine
Version: 1.6.2
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: comctl32
Assignee: wine-bugs(a)winehq.org
Reporter: tulio150(a)mailinator.com
On Windows, when you call SetWindowText(NULL) on a static control, it clears
the control to an empty string.
On Wine the call has no effect, the text just remains as it was before, you
have to call SetWindowText("") to clear the static control.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=36190
Bug ID: 36190
Summary: comdlg32/itemdlg shows a ton of valgrind warnings
Product: Wine
Version: 1.3.13
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: minor
Priority: P2
Component: comdlg32
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
CC: dank(a)kegel.com
==16983== Conditional jump or move depends on uninitialised value(s)
==16983== at 0x5E694E7: ctrl_container_resize (itemdlg.c:848)
==16983== by 0x5E6A509: update_layout (itemdlg.c:1224)
==16983== by 0x5E6D117: IFileDialog2_fnSetFileNameLabel (itemdlg.c:1972)
==16983== by 0x5E6DE2A: IFileOpenDialog_fnSetFileNameLabel
(shobjidl.h:13997)
==16983== by 0x4CB447B: test_basics (shobjidl.h:15138)
==16983== by 0x4CBE457: func_itemdlg (itemdlg.c:1932)
==16983== by 0x4CC17B5: run_test (test.h:584)
==16983== by 0x4CC1BA4: main (test.h:654)
==16983== Uninitialised value was created by a stack allocation
==16983== at 0x5E6A001: update_layout (itemdlg.c:1102)
==16983==
eventually..
==16983== More than 100 errors detected. Subsequent errors
==16983== will still be recorded, but in less detail than before.
--
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.
http://bugs.winehq.org/show_bug.cgi?id=30648
Bug #: 30648
Summary: Official Sega Genesis / Mega Drive Classic Collection
Crash
Product: Wine
Version: 1.5.3
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: x414e54(a)linux.com
Classification: Unclassified
Created attachment 40120
--> http://bugs.winehq.org/attachment.cgi?id=40120
Wine Page Fault Back Trace
On loading the Sega mega drive classic collection on steam and attempting to
swich between games, it will crash with "Unhandled exception: page fault on
read access to 0x000006b4 in 32-bit code (0x7e657731)." Please see attached
back-trace for more information.
I am using wine 1.5.3 32bit through playonlinux on Fedora 16 x86_64.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=36656
Bug ID: 36656
Summary: valgrind shows an unintialized write in
comdlg32/tests/itemdlg.c
Product: Wine
Version: 1.7.19
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase, valgrind
Severity: minor
Priority: P2
Component: comdlg32
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==9059== Syscall param write(buf) points to uninitialised byte(s)
==9059== at 0x4227CF3: __write_nocancel (syscall-template.S:81)
==9059== by 0x7BC7FD7E: send_request (server.c:198)
==9059== by 0x7BC7FF9D: wine_server_call (server.c:294)
==9059== by 0x547E7B0: set_window_pos (winpos.c:2087)
==9059== by 0x547ED2F: USER_SetWindowPos (winpos.c:2208)
==9059== by 0x547F8F9: EndDeferWindowPos (winpos.c:2428)
==9059== by 0x5F54904: update_layout (itemdlg.c:1271)
==9059== by 0x5F57034: IFileDialog2_fnSetOkButtonLabel (itemdlg.c:1959)
==9059== by 0x4CAE310: test_basics (shobjidl.h:13994)
==9059== by 0x4CB7457: func_itemdlg (itemdlg.c:1932)
==9059== by 0x4CBA7B5: run_test (test.h:584)
==9059== by 0x4CBABA4: main (test.h:654)
==9059== Address 0x4dcf46c is on thread 1's stack
==9059== Uninitialised value was created by a stack allocation
==9059== at 0x5F54001: update_layout (itemdlg.c:1102)
==9059==
--
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.
http://bugs.winehq.org/show_bug.cgi?id=35807
Bug ID: 35807
Summary: Photoshop CS6 is randomly launched
Product: Wine
Version: 1.7.14
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jeff.artik(a)gmail.com
Created attachment 47804
--> http://bugs.winehq.org/attachment.cgi?id=47804
PhotoshopCS6 immediate crash
I encounter a strange bug. When I launch Photoshop CS6 or Photoshop CC,
sometimes it boots, sometime nothing happen, and sometimes it crash.
I add the terminal output for the two last states.
--
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.
http://bugs.winehq.org/show_bug.cgi?id=35247
Bug ID: 35247
Summary: Teleglitch: Die More Edition needs
msvcr110.dll._libm_sse2_sqrt_precise
Product: Wine
Version: 1.7.9
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: msvcrt
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
Classification: Unclassified
Created attachment 47008
--> http://bugs.winehq.org/attachment.cgi?id=47008
terminal output
The Steam version crashes on start:
...
wine: Call from 0x7b83a38e to unimplemented function
msvcr110.dll._libm_sse2_sqrt_precise, aborting
...
Mscodescan reveals some more stubs:
./Teleglitch.exe imports following stub symbols:
msvcp110:?_Add_vtordisp1@?$basic_ios@DU?$char_traits@D@std@@@std@@UAEXXZ
msvcp110:?_Add_vtordisp1@?$basic_istream@DU?$char_traits@D@std@@@std@@UAEXXZ
msvcp110:?_Add_vtordisp2@?$basic_ios@DU?$char_traits@D@std@@@std@@UAEXXZ
msvcp110:?_Add_vtordisp2@?$basic_ostream@DU?$char_traits@D@std@@@std@@UAEXXZ
msvcp110:?_Syserror_map@std@@YAPBDH@Z
msvcp110:?_Winerror_map@std@@YAPBDH@Z
msvcp110:?_Xbad_alloc@std@@YAXXZ
./Teleglitch.exe imports following stub symbols:
msvcr110:__crtTerminateProcess
msvcr110:__crtUnhandledException
msvcr110:_libm_sse2_sqrt_precise
./lua52.dll imports following stub symbols:
msvcr110:__crtTerminateProcess
msvcr110:__crtUnhandledException
msvcr110:_libm_sse2_sqrt_precise
There's a demo on Steam but I couldn't test it:
http://store.steampowered.com/app/234390/
The early non-Steam demo (available on several download sites, named
'Teleglitch_r6demo.zip' does *not* have the issue).
wine-1.7.9-43-gbfb4f28
--
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.
http://bugs.winehq.org/show_bug.cgi?id=14268
Summary: carto exploreur 3 - crash
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: aiglefr(a)free.fr
CC: dmitry(a)codeweavers.com
since this commit :
commit df76fe6f0cdd55568ba67489cc725813804061fd
Author: Dmitry Timoshkov <dmitry(a)codeweavers.com>
Date: Tue Jun 24 16:11:40 2008 +0900
gdi32: Perform the world transform separately from font scaling.
carto exploreur3 : http://www.bayo.com/cartographie/index.php?prod=1
( no free download)
crash with this message :
wine: Unhandled page fault on write access to 0x00ff0004 at address 0x7ef9f426
(thread 0009), starting debugger...
err:seh:raise_exception Unhandled exception code c0000005 flags 0 addr
0x7ef9f426
if i comment this line ( near line num 4422 ) in
dll/gdi32/freetype.c
4415 if (!is_identity_FMAT2(&font->font_desc.matrix))
4416 {
4417 FT_Matrix worldMat;
4418 worldMat.xx = FT_FixedFromFloat(font->font_desc.matrix.eM11);
4419 worldMat.xy = FT_FixedFromFloat(font->font_desc.matrix.eM21);
4420 worldMat.yx = FT_FixedFromFloat(font->font_desc.matrix.eM12);
4421 worldMat.yy = FT_FixedFromFloat(font->font_desc.matrix.eM22);
4422 // pFT_Matrix_Multiply(&worldMat, &transMat);
4423 needsTransform = TRUE;
4424 }
carto exploreur works correctly
--
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.
http://bugs.winehq.org/show_bug.cgi?id=19608
Summary: Cannot open local copies of Adobe Flash SWF files with
iexplore.exe
Product: Wine
Version: 1.1.26
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: urlmon
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rodschaffter(a)gmail.com
Created an attachment (id=22865)
--> (http://bugs.winehq.org/attachment.cgi?id=22865)
Console output of 'wine iexplore.exe file:///C:/YuleLog05.swf'
I can't open local .swf files using Wine's browser (iexplore.exe), although I
can open them on remote machines.
For example, http://www.kboffset.com/ROCKFLUX/YuleLog05.swf opens fine, but
downloading the file to the Wine C: drive gives a blank white screen when it is
opened. I did add C:\ and C:\YuleLog05.swf to the trusted folders in the Flash
plugin without effect. I am able to open the local file in the Windows version
of Firefox 3.0 running in the same Wine environment.
This is important to me because I'm trying to run the Windows version of Poser
8, a 3D rendering application, which uses a Flash-based library application.
Poser uses a Webkit browser component to host the library GUI. I am able to
run the library application separately in a Firefox window, but it is more
awkward because I can't drag and drop from a separate browser.
Attached is the console output of iexplore.exe run in a fresh Wine Directory
with corefonts, tahoma and gecko installed using winetools, and the Flash 10
plugin installed using the executable from Adobe.
--
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.
http://bugs.winehq.org/show_bug.cgi?id=33883
Bug #: 33883
Summary: Scirra httpapi.dll error trying to Run a game
Product: Wine
Version: 1.4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: toniparramon(a)gmail.com
Classification: Unclassified
Created attachment 44958
--> http://bugs.winehq.org/attachment.cgi?id=44958
The backtrace of error
I've installed Scirra R132 32bit, and everything is working good, but when i
try to run the game it gives me a crash closing wine.
It's just when I will try to run the game, the other functions works good.
I was trying to install DirectX and some dll more but it's still not working.
I'm receiving a httpapi.dll error.
Thank You
--
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.
http://bugs.winehq.org/show_bug.cgi?id=33968
Bug #: 33968
Summary: Microsoft Pinball Arcade Trial: Graphics look horrible
with No palette set.
Product: Wine
Version: 1.6-rc4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gaming4jc2(a)yahoo.com
Classification: Unclassified
Created attachment 45119
--> http://bugs.winehq.org/attachment.cgi?id=45119
Wine 1.6-rc4 blinking color log
I found an old demo of Microsoft Pinball Arcade, and the graphics appear
garbled and blinking in various 16bit-ish colors. The problem seems to spawn
from various "fixme:d3d_surface:d3dfmt_p8_init_palette No palette set." errors
in the terminal.
I saw there are some other similar bug reports, but I am not experiencing any
trouble playing the game or clicking around and no black screens, just bad
coloring.
Attaching log.
--
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.
http://bugs.winehq.org/show_bug.cgi?id=27020
Summary: Iexplore cannot view password protected urls
Product: Wine
Version: 1.3.18
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wininet
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: 0001(a)techemail.com
Hello!
Have a test
wine iexplore http://koivi.com/php-http-auth/protect.php
The user is tester and the password is testing. But it never ask you. :(
I guess wininet
--
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.
http://bugs.winehq.org/show_bug.cgi?id=31858
Bug #: 31858
Summary: Netflix on Firefox fails with Internet Connection
Problem when loading bar is at 99%
Product: Wine
Version: 1.5.14
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ehoover(a)mines.edu
Depends on: 31589
Classification: Unclassified
Netflix generates an error "Internet Connection Problem" (N8156-6022) when
attempting to play movies.
Steps to reproduce:
0) Create a new Wine prefix and do not install Mono
1) Apply attachment 41923 to work around Bug #31589.
2) Download and install a recent Windows version of Firefox:
wget -O Firefox-14.0.1.exe
http://download.mozilla.org/?product=firefox-14.0.1-funnelcake13&os=win&lan…;
wine Firefox-14.0.1.exe
3) Launch Firefox
4) Download the Silverlight 4.x installer from within Wine Firefox (
http://go.microsoft.com/fwlink/?LinkID=149156&v=4.0 ). Due to Bug #31754 you
should not install Silverlight 5.x
5) Click "Save File" to save the Silverlight installer
6) Double click the "Silverlight.exe" file in the download window and click
"Ok"
7) Click "Install now"
8) Uncheck "Enable Microsoft Update" and click "Next>" and then click "Close"
9) Login to Netflix and attempt to play a movie/show
possibly relevant console information:
fixme:advapi:SetNamedSecurityInfoW L"\\\\?\\C:\\users\\Public\\Application
Data\\Microsoft\\PlayReady\\Cache\\S-1-5-21-0-0-0-1000" 1 1 0x66025f0 (nil)
(nil) (nil)
fixme:advapi:SetNamedSecurityInfoW L"\\\\?\\C:\\users\\Public\\Application
Data\\Microsoft\\PlayReady\\Cache\\S-1-5-21-0-0-0-1000" 1 4 (nil) (nil)
0x656c128 (nil)
fixme:advapi:SetNamedSecurityInfoW L"\\\\?\\C:\\users\\Public\\Application
Data\\Microsoft\\PlayReady\\Cache\\S-1-5-21-0-0-0-1000\\." 1 1 0x66025f0 (nil)
(nil) (nil)
fixme:advapi:SetNamedSecurityInfoW L"\\\\?\\C:\\users\\Public\\Application
Data\\Microsoft\\PlayReady\\Cache\\S-1-5-21-0-0-0-1000\\." 1 4 (nil) (nil)
0x656c128 (nil)
fixme:advapi:SetNamedSecurityInfoW L"\\\\?\\C:\\users\\Public\\Application
Data\\Microsoft\\PlayReady\\Cache\\S-1-5-21-0-0-0-1000\\.." 1 1 0x66025f0 (nil)
(nil) (nil)
fixme:advapi:SetNamedSecurityInfoW L"\\\\?\\C:\\users\\Public\\Application
Data\\Microsoft\\PlayReady\\Cache\\S-1-5-21-0-0-0-1000\\.." 1 4 (nil) (nil)
0x656c128 (nil)
fixme:advapi:SetNamedSecurityInfoW L"\\\\?\\C:\\users\\Public\\Application
Data\\Microsoft\\PlayReady\\Cache\\S-1-5-21-0-0-0-1000\\MSPRindiv01.key" 1 1
0x66025f0 (nil) (nil) (nil)
fixme:advapi:SetNamedSecurityInfoW L"\\\\?\\C:\\users\\Public\\Application
Data\\Microsoft\\PlayReady\\Cache\\S-1-5-21-0-0-0-1000\\MSPRindiv01.key" 1 4
(nil) (nil) 0x656c128 (nil)
--
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.
http://bugs.winehq.org/show_bug.cgi?id=32022
Bug #: 32022
Summary: Universe at War (demo) - Black screen after start
Product: Wine
Version: 1.5.15
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: c_korn(a)gmx.de
Classification: Unclassified
Hello,
the demo of the game "Universe at War" just shows a black screen after the
start. Also note that the installation succeeds but crashes after quiting the
"Setup successful" screen.
A download URL is attached.
Tested with wine-1.5.15.
--
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.
http://bugs.winehq.org/show_bug.cgi?id=30106
Bug #: 30106
Summary: Authentication support in gecko
Product: Wine
Version: 1.4-rc6
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: karaluh(a)karaluh.pl
Classification: Unclassified
As in summary. We have intranet webpage that requires authentication and
activex. The only way to display it on linux is using wine and Internet
Explorer which is suboptimal for several reasons. It would be nice if
wine-gecko had authentication support, so we could use wine without third party
software. Curently no login dialog is displayed and the browser goes straight
to 401 authentication error page.
--
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.
http://bugs.winehq.org/show_bug.cgi?id=28892
Bug #: 28892
Summary: KERNEL32.RaiseException Sibelius 6
Product: Wine
Version: 1.3.31
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: n.e.neal.andrews(a)gmail.com
Classification: Unclassified
This KERNEL32.RaiseException is occurring using the relay debug channel while
attempting to start Sibelius 6. (never starts up due to a messagebox stating a
loading error and that Sibelius needs to be reinstalled even after a successful
install)
0009:Call KERNEL32.RaiseException(406d1388,00000000,00000004,0032fb10)
ret=008287d1
0009:Ret KERNEL32.RaiseException() retval=6830e0fd ret=008287d1
Running Wine 1.3.31 on Ubuntu 11.10.
--
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.
http://bugs.winehq.org/show_bug.cgi?id=34423
Bug #: 34423
Summary: Star Trek Online won't display options menu
Product: Wine
Version: 1.7.1
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alexhenrie24(a)gmail.com
Classification: Unclassified
After opening Star Trek Online, if you click the Options menu, a Wine Internet
Explorer window opens at the address "app:3" and you never get the Options
menu.
Installing ie8 from winetricks gets around the problem.
Star Trek Online creates an IEframe showing
http://launcher.startrekonline.com/launcher_login. This page contains the
following link which is supposed to bring up the Options menu in the launcher:
<a target="_blank" href="app:3">Options</a>
Interestingly, if you fool the Star Trek launcher into loading a different
page, one that has the same link but without the target="_blank", it works! To
do so:
1. Add "127.0.0.1 launcher.startrekonline.com" to /etc/hosts
2. Set up Apache. Create the file /var/www/launcher_login with the content "<a
href="app:3">Options</a>".
3. Launch Star Trek Online.
Now when you click the Options link, you'll get the Options menu just as
expected. This seems to indicate some problem in the way Wine handles
target="_blank" for custom URI schemes. On Windows, a new Internet Explorer
window doesn't appear at all.
--
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.
http://bugs.winehq.org/show_bug.cgi?id=12284
Summary: floppy images not supported or ioctl 7000 not supported
Product: Wine
Version: 0.9.57.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: arekm(a)maven.pl
Can't use programs that are trying to create bootable floppy drive.
My setup:
[arekm@tarm ~/.wine/dosdevices]$ ls -al a*
lrwxrwxrwx 1 arekm users 8 mar 29 23:32 a:: -> ../a.img
where a.img is floppy disk image (note: I have no real floppy hardware in this
machine - laptop)
Now:
$ wine SMU3218.exe
fixme:actctx:parse_depend_manifests Could not find dependent assembly
L"Microsoft.Windows.Common-Controls"
fixme:win:SetLayeredWindowAttributes (0x10028,0x00000000,255,2): stub!
fixme:ntdll:server_ioctl_file Unsupported ioctl 70000 (device=7 access=0 func=0
method=0)
fixme:win:SetLayeredWindowAttributes (0x2004a,0x00000000,255,2): stub!
and the program reports that it's unable to determine floppy disk type.
I guess the problem is in unsupported ioctl or just lack of floppy images.
The program is http://carme.pld-linux.org/~arekm/SMU3218.exe (1.5MB)
--
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.
http://bugs.winehq.org/show_bug.cgi?id=14369
Summary: beware stack overflow into TEB
Product: Wine
Version: 1.0.0
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jreiser(a)BitWagon.com
Created an attachment (id=14666)
--> (http://bugs.winehq.org/attachment.cgi?id=14666)
try to warn when stack overflows into TEB
It's too easy to overflow the stack and thus overwrite the TEB, particularly
when using external tools such as valgrind(memcheck) and printf :-) Try to
detect and give a warning. Patch is attached, and will be sent to
wine-patches(a)winehq.org.
--
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.
http://bugs.winehq.org/show_bug.cgi?id=30083
Bug #: 30083
Summary: QQ2011 crashed
Product: Wine
Version: 1.4-rc6
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: chengyi.liang(a)sohu.com
Classification: Unclassified
Created attachment 39198
--> http://bugs.winehq.org/attachment.cgi?id=39198
wine log message
0.use clean .wine dir with wine-gecko installed. and do not modify any thing.
1. install qq2011,download from
http://dl_dir.qq.com/qqfile/qq/QQ2011/QQ2011.exe
2. run QQ2011
3.QQ whill show main intface a few time ,then crashed.
main error mesage is:###!!! ABORT: Main-thread-only object used off the main
thread: file /build/wine-mozilla-1.4/xpcom/base/nsCy
cleCollector.cpp, line 1267
from wine.
--
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.
http://bugs.winehq.org/show_bug.cgi?id=14368
Summary: enable more-robust debugging of signals and exceptions
Product: Wine
Version: 1.0.0
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jreiser(a)BitWagon.com
Created an attachment (id=14665)
--> (http://bugs.winehq.org/attachment.cgi?id=14665)
ease debugging at lowest level of signals and exceptions
The code which handles signals and exceptions can be made more robust by using
symbols for some bare numeric constants (EXCEPTION_WRITE_FAULT,
EXCEPTION_EXECUTE_FAULT, EXCEPTION_READ_FAULT). Debugging can be made easier
with a *printf() that uses only a few hundred bytes of stack space, in contrast
to the several kilobytes required by the *printf() of glibc. With glibc it is
too easy to overflow the stack of only 12 KiB. Patch is attached, and will be
sent to wine-patches(a)winehq.org.
--
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.
http://bugs.winehq.org/show_bug.cgi?id=23426
Summary: WoW Battlechest 3.2.0 patch can't put up release notes
with ie6
Product: Wine
Version: 1.2-rc5
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: Installer
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
This only happens with 'winetricks ie6', so take it with a grain of salt,
but while applying the 3.2.0 offline patch, one sees the dialog
Cannot find 'c:\users\dank\Temp\Blizzard Installer Temporary Data -
50ad729f\patch.html?'
Note the ? at the end. Looking at the disk, I see that
~/.wine/drive_c/users/dank/Temp/Blizzard Installer Temporary Data -
50ad729f/patch.html
definitely does exist at this point. Does the pathway that
triggers loading that web page have a string termination problem?
Clicking OK on that dialog lets the patch continue.
--
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.
http://bugs.winehq.org/show_bug.cgi?id=11906
Summary: werkkzeug3 TE does not work
Product: Wine
Version: 0.9.56.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ripzonetriton(a)gmail.com
Created an attachment (id=11203)
--> (http://bugs.winehq.org/attachment.cgi?id=11203)
log
It installs/uninstalls fine but doesn't start properly and does not work.
Here is the download link: http://www.werkkzeug.com/
It's free to download but you have to follow a registration link.
--
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.
http://bugs.winehq.org/show_bug.cgi?id=17662
Summary: Failed to connect to the mount manager error in winecfg
Product: Wine
Version: 1.1.16
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jsfrerot(a)egliseespoir.com
Created an attachment (id=19849)
--> (http://bugs.winehq.org/attachment.cgi?id=19849)
screen shot of the error
After a fresh install of ubuntu x64 and installing wine
1.1.16~winehq0~ubuntu~8.10-0ubuntu1, winecfg gives an error when going to the
"Drives" tab. "Failed to connect to the mount manager", see picture attached.
I tried to launch it from the command line and here is what I saw:
[jsfrerot@jsfrerot-desktop ~]$ winecfg
err:process:__wine_kernel_init boot event wait timed out
err:winecfg:open_mountmgr failed to open mount manager err 2
I copied the .wine folder from a 32bit ubuntu and the drives were shown in the
tab (no errors with the mount manager)
--
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.
http://bugs.winehq.org/show_bug.cgi?id=34825
Bug #: 34825
Summary: Nanocad 3.7 does not work in >wine-1.4.1
Product: Wine
Version: 1.5.0
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pitrider(a)mail.ru
Classification: Unclassified
1. Icons in menu panel has black background
2. File open dialogs not shown
--
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.
http://bugs.winehq.org/show_bug.cgi?id=10860
Summary: Poor graphics performance in Myst Online: Uru Live due
to software emulation
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wine-opengl
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: diafero(a)arcor.de
Myst Online: Uru Live
(http://appdb.winehq.org/objectManager.php?sClass=version&iId=9810) works
mostly fine using Wine, but what's noticeable is that the graphics is much
slower that on Windows. There I can use the best graphics settings and as long
as I'm alone in my age, the graphics is fluent (with my GeForce 8500 GT). On
Linux, I've got the lowest settings and it stutters all the time.
The reason seems to be that wine uses software emulation - I get the following
error many many times:
"fixme:d3d_draw:drawPrimitive Using software emulation because not all material
properties could be tracked"
and the CPU load is between 70% and 100%, depending on what is rendered.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=36951
Bug ID: 36951
Summary: no sound effects in BridgeMaster 2000
Product: Wine
Version: 1.7.16
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winmm&mci
Assignee: wine-bugs(a)winehq.org
Reporter: joe(a)nahmias.net
Hello,
When playing BridgeMaster 2000, I do not hear any of the sound effects. It
looks like this is because winmm:proc_PlaySound() is called without a filename
extension (.wav) so it doesn't find the file to play. Here's a listing of the
sound effect files that are supposed to be part of the game:
$ ls /home/joe/.wine/dosdevices/c\:/Program\ Files/Bridge\ Master\ 2000/sounds/
lose0.wav lose3.wav lose6.wav lose9.wav win2.wav win5.wav win8.wav
lose1.wav lose4.wav lose7.wav win0.wav win3.wav win6.wav win9.wav
lose2.wav lose5.wav lose8.wav win1.wav win4.wav win7.wav
And here's the debug log I captured running with WINEDEBUG=+winmm,+file
trace:winmm:MULTIMEDIA_PlaySound pszSound='0x32f640' hmod=(nil)
fdwSound=00020001
trace:winmm:proc_PlaySound SoundName=L"sounds\\lose3" !
trace:file:OpenFile sounds\lose3 OF_READ OF_SHARE_DENY_WRITE
trace:file:OpenFile sounds\lose3 0020
trace:file:RtlGetFullPathName_U (L"sounds\\lose3" 520 0x16fe368 (nil))
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\Program Files\\Bridge Master
2000\\sounds\\lose3",0x16fe158,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\Program Files\\Bridge Master
2000\\sounds\\lose3" 520 0x16fdf08 (nil))
trace:file:wine_nt_to_unix_file_name L"\\Program Files\\Bridge Master
2000\\sounds\\lose3" not found in /home/joe/.wine/dosdevices/c:/Program
Files/Bridge Master 2000/sounds
trace:file:RtlDosPathNameToNtPathName_U
(L".\\sounds\\lose3",0x16fe158,(nil),(nil))
trace:file:RtlGetFullPathName_U (L".\\sounds\\lose3" 520 0x16fdf08 (nil))
trace:file:wine_nt_to_unix_file_name L"\\Program Files\\Bridge Master
2000\\sounds\\lose3" not found in /home/joe/.wine/dosdevices/c:/Program
Files/Bridge Master 2000/sounds
trace:file:RtlDosPathNameToNtPathName_U
(L"C:\\windows\\system32\\sounds\\lose3",0x16fe158,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\sounds\\lose3" 520
0x16fdf08 (nil))
trace:file:wine_nt_to_unix_file_name L"\\windows\\system32\\sounds\\lose3" not
found in /home/joe/.wine/dosdevices/c:/windows/system32
trace:file:RtlDosPathNameToNtPathName_U
(L"C:\\windows\\system\\sounds\\lose3",0x16fe158,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system\\sounds\\lose3" 520
0x16fdf08 (nil))
trace:file:wine_nt_to_unix_file_name L"\\windows\\system\\sounds\\lose3" not
found in /home/joe/.wine/dosdevices/c:/windows/system
trace:file:RtlDosPathNameToNtPathName_U
(L"C:\\windows\\sounds\\lose3",0x16fe158,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\sounds\\lose3" 520 0x16fdf08
(nil))
trace:file:wine_nt_to_unix_file_name L"\\windows\\sounds\\lose3" not found in
/home/joe/.wine/dosdevices/c:/windows
trace:file:RtlDosPathNameToNtPathName_U
(L"C:\\windows\\system32\\sounds\\lose3",0x16fe158,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\sounds\\lose3" 520
0x16fdf08 (nil))
trace:file:wine_nt_to_unix_file_name L"\\windows\\system32\\sounds\\lose3" not
found in /home/joe/.wine/dosdevices/c:/windows/system32
trace:file:RtlDosPathNameToNtPathName_U
(L"C:\\windows\\sounds\\lose3",0x16fe158,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\sounds\\lose3" 520 0x16fdf08
(nil))
trace:file:wine_nt_to_unix_file_name L"\\windows\\sounds\\lose3" not found in
/home/joe/.wine/dosdevices/c:/windows
warn:file:OpenFile (sounds\lose3): return = HFILE_ERROR error= 2
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\Program Files\\Bridge Master
2000\\sounds\\lose3",0x16fe538,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\Program Files\\Bridge Master
2000\\sounds\\lose3" 520 0x16fe2e8 (nil))
trace:file:wine_nt_to_unix_file_name L"\\Program Files\\Bridge Master
2000\\sounds\\lose3" not found in /home/joe/.wine/dosdevices/c:/Program
Files/Bridge Master 2000/sounds
trace:file:RtlDosPathNameToNtPathName_U
(L".\\sounds\\lose3",0x16fe538,(nil),(nil))
trace:file:RtlGetFullPathName_U (L".\\sounds\\lose3" 520 0x16fe2e8 (nil))
trace:file:wine_nt_to_unix_file_name L"\\Program Files\\Bridge Master
2000\\sounds\\lose3" not found in /home/joe/.wine/dosdevices/c:/Program
Files/Bridge Master 2000/sounds
trace:file:RtlDosPathNameToNtPathName_U
(L"C:\\windows\\system32\\sounds\\lose3",0x16fe538,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\sounds\\lose3" 520
0x16fe2e8 (nil))
trace:file:wine_nt_to_unix_file_name L"\\windows\\system32\\sounds\\lose3" not
found in /home/joe/.wine/dosdevices/c:/windows/system32
trace:file:RtlDosPathNameToNtPathName_U
(L"C:\\windows\\system\\sounds\\lose3",0x16fe538,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system\\sounds\\lose3" 520
0x16fe2e8 (nil))
trace:file:wine_nt_to_unix_file_name L"\\windows\\system\\sounds\\lose3" not
found in /home/joe/.wine/dosdevices/c:/windows/system
trace:file:RtlDosPathNameToNtPathName_U
(L"C:\\windows\\sounds\\lose3",0x16fe538,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\sounds\\lose3" 520 0x16fe2e8
(nil))
trace:file:wine_nt_to_unix_file_name L"\\windows\\sounds\\lose3" not found in
/home/joe/.wine/dosdevices/c:/windows
trace:file:RtlDosPathNameToNtPathName_U
(L"C:\\windows\\system32\\sounds\\lose3",0x16fe538,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\sounds\\lose3" 520
0x16fe2e8 (nil))
trace:file:wine_nt_to_unix_file_name L"\\windows\\system32\\sounds\\lose3" not
found in /home/joe/.wine/dosdevices/c:/windows/system32
trace:file:RtlDosPathNameToNtPathName_U
(L"C:\\windows\\sounds\\lose3",0x16fe538,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\sounds\\lose3" 520 0x16fe2e8
(nil))
trace:file:wine_nt_to_unix_file_name L"\\windows\\sounds\\lose3" not found in
/home/joe/.wine/dosdevices/c:/windows
trace:winmm:proc_PlaySound Done playing=L"sounds\\lose3" => ko!
I'm happy to help test patches to address this.
Thanks,
--Joe
--
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.
http://bugs.winehq.org/show_bug.cgi?id=33447
Bug #: 33447
Summary: Wine GUI on Mac display Traditional Chinese instead
when host language is Simplify Chinese
Product: Wine
Version: 1.5.28
Platform: x86
OS/Version: Mac OS X
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fracting(a)gmail.com
Classification: Unclassified
Step to reproduce:
1. Install Wine from macport, or build from wine-git
2. Create a fresh MacOS user, set Mac UI language to Simplified Chinese.
$ locale
LANG="zh_CN.UTF-8"
LC_COLLATE="zh_CN.UTF-8"
LC_CTYPE="zh_CN.UTF-8"
LC_MESSAGES="zh_CN.UTF-8"
LC_MONETARY="zh_CN.UTF-8"
LC_NUMERIC="zh_CN.UTF-8"
LC_TIME="zh_CN.UTF-8"
LC_ALL=
3. start winecfg/regedit/notepad
Expect result:
The default GUI language should be Simplified Chinese
Actual result:
The default GUI language is Traditional Chinese. I've tried many way to
modified locale related environment value, but still can't find any way to
display Simplified Chinese in Wine GUI. locale things on Mac seems different as
Linux.
+font log show that Wine do have the correct codepage (936 for Simplified
Chinese, 950 for Traditional Chinese), not sure why it still display
Traditional Chinese.
Will attach some screenshot.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=37202
Bug ID: 37202
Summary: MSWord hangs on opening a document opened in other
program
Product: Wine
Version: 1.7.24
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ole32
Assignee: wine-bugs(a)winehq.org
Reporter: b7.10110111(a)gmail.com
Created attachment 49455
--> https://bugs.winehq.org/attachment.cgi?id=49455
Backtrace from winedbg. Process stopped by Ctrl+C after hanging.
How to reproduce:
1. Have a .doc file
2. Open it in LibreOffice
3. Try opening it from MS Word
4. See Word hang
5. Close LibreOffice
6. See file finally opened in MS Word, it's no longer hung
As I've tested similar scenario in a virtual machine, there Word gives a dialog
saying that the file is locked for reading by another process.
It's a regression:
65887802c502c4eeeb3fc905990e3e2f4548a482 is the first bad commit
commit 65887802c502c4eeeb3fc905990e3e2f4548a482
Author: Vincent Povirk <vincent(a)codeweavers.com>
Date: Fri Apr 18 16:37:56 2014 -0500
ole32: Initial storage file locking implementation.
:040000 040000 b86f27a6f6561d9f35fd01166388e2e7a0380c28
68646bad80d38b40a014cb1cbd57b62aa19abad2 M dlls
The hang occurs in NtDelayExecution called by NtLockFile (see attached
backtrace).
--
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.
http://bugs.winehq.org/show_bug.cgi?id=27141
Summary: Brink (Splash Damage, Bethesda Softworks) won't launch
from Steam
Product: Wine
Version: 1.3.19
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: shannon.vanwagner(a)gmail.com
Created an attachment (id=34662)
--> (http://bugs.winehq.org/attachment.cgi?id=34662)
brink console output
The game appears to start with the brink icon showing in the panel, but then
hangs up everything and produces a wine/program error dialog.
Tested with wine-1.3.19-284-g35c743b, please see attached brinkconsole.txt.
Note: I have not loaded any winetricks yet (except steam of course) because I
wanted to have as pristine console output as possible.
--
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.
http://bugs.winehq.org/show_bug.cgi?id=31819
Bug #: 31819
Summary: Animated GIF images are rendered incorrectly
Product: Wine
Version: 1.5.13
Platform: x86
URL: http://bugs.winehq.org/attachment.cgi?id=41594
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: windowscodecs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: djelinski1(a)gmail.com
Classification: Unclassified
Continuation from bug 31596. Animated GIF images rendered by .NET PictureBox
component are displayed incorrectly. First frame of animation looks good, the
subsequent frames have some pieces missing. The download URL contains a sample
.NET application with source that displays animated GIF image. That image was
downloaded from here:
http://en.wikipedia.org/wiki/Graphics_Interchange_Format
Guessing from the visual results and documentation, probably subsequent
animation frames should be rendered over the previous ones, and are not.
The application shows the same results with MS .NET and wine mono.
--
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.
http://bugs.winehq.org/show_bug.cgi?id=26300
Summary: Screensavers don't look right in Wine Desktop
Product: Wine
Version: 1.3.14
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gaming4jc2(a)yahoo.com
Screensavers work fine if they go full screen, but if virtual wine desktop is
enabled in graphics settings it makes alpha wrong and causes streaking.
Attaching picture of Sports.scr as reference.
--
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.
http://bugs.winehq.org/show_bug.cgi?id=14563
Summary: picasa can't play mp3 files during slideshows
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://picasa.com
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: winmm&mci
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
To reproduce:
1) install and run picasa for windows 2.7
2) Tools / Options / Slideshow
3) check
"Play MP3 tracks during slideshow"
4) under
"Select folder of mp3 tracks", browse to where you have mp3's, then click ok.
5) Select some image, play it as a slideshow.
There won't be any music. On the console, you see
fixme:mci:MCI_LoadMciDriver Couldn't load driver for type L"MPEGVIDEO".
If you don't have a windows installation accessible from Wine,
you perhaps forgot to create a [mci] section in system.ini
You can reproduce this with the attached tiny C program; to run it,
find a .mp3 file (say, foo.mp3), and run
wine a.exe play foo.mp3 from 0
--
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.
http://bugs.winehq.org/show_bug.cgi?id=23977
Summary: Steam overlay can't use shift or caps lock
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: seanaloisi(a)gmail.com
Like the summary says, when I'm in Steam overlay it doesn't respond to shift or
caps lock, making all my characters stay in lower case and disabling some
others. All other features of Stem overlay work, and this is just a minor
inconvenience. If anyone knows how to fix, please tell me.
--
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.
http://bugs.winehq.org/show_bug.cgi?id=32120
Bug #: 32120
Summary: The Programm Femm has an error
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: s.c.rossmann(a)t-online.de
Classification: Unclassified
Created attachment 42368
--> http://bugs.winehq.org/attachment.cgi?id=42368
I to work with the program Femm, but when i try to analyze to the electric
problem, the Program crashed
I to work with the program Femm, but when i try to analyze to the electric
problem, the Program crashed
--
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.
http://bugs.winehq.org/show_bug.cgi?id=9500
Summary: [StarCraft] Hitting the Browse button hangs the game
Product: Wine
Version: 0.9.44.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rzadzins(a)wit.edu.pl
When I want to create a game, exactly when I try to browse for maps, after
hitting the browse button starcraft hangs (but responds to alt-f4 and exits
eventually). This didnt happen in 0.9.42, not sure about 0.9.43, happens every
time in 0.9.44.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=25875
Summary: PokerStars Hangs when you minimise and then maximise
table window or switch virtual desktops
Product: Wine
Version: 1.3.12
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nmorozov(a)atlas-print.ru
If I open any poker table in PokerStars client and then minimise or maximise
it. PokerStars hangs. The same apperas when i switch vurtual desktops.
The bug appears after the last PokerStars update. Before poker stars update
all works exellent.
Revertins wine to 1.2.2 chane nothing. Wine version 1.3.11 also affected.
Using Ubuntu 10.10.
--
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.
http://bugs.winehq.org/show_bug.cgi?id=15834
Summary: Spanish translation of main page is incomplete.
Product: WineHQ.org
Version: unspecified
Platform: All
URL: http://www.winehq.org
OS/Version: All
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: www-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vladimiroski(a)gmail.com
I wonder if there's any possibility that I can help with site translation in
Spanish; currently I see that the main information is in Spanish, but the menu
is not yet translated.
IMHO there should be more content in Spanish, so Wine becomes more widely
available.
Or if you want, we can use this bug report for "Spanish translation patches" or
something in the like.
For example:
This quote:
"If you simply must run your Windows programs, chances are you can make them
work with Wine." - Tom's Hardware Guide
Is currently translated to this:
"Simplemente debe ejecutar sus programas de Windows, lo más probable es que
pueda hacer que funcionen con Wine." -- Guía de Hardware de Tom
While IMHO should be:
"Si simplemente debe ejecutar sus programas de Windows, lo más probable es que
pueda hacer que funcionen con Wine." -- Guía de Hardware de Tom
Or (with more emphasis):
"Si simplemente tiene que ejecutar sus programas de Windows, lo más probable
es que pueda hacer que funcionen con Wine." -- Guía de Hardware de Tom
--
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.
http://bugs.winehq.org/show_bug.cgi?id=19858
Summary: cygwin tar upset it can't change timestamps; breaks
build of cygwin's bash
Product: Wine
Version: 1.1.23
Platform: PC
URL: http://cygwin.com
OS/Version: Linux
Status: NEW
Keywords: download, source
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
To debug bug 19856, I decided to try to build cygwin's bash
from source so I could see why it refuses to run some commands.
Hilarity ensued.
To repeat:
1) run
$ winetricks cygwin
and select gcc, automake, patch, and cygport
2) start a cygwin shell
$ cd ~/.wine/drive_c/cygwin
$ wine wineconsole cmd /c cygwin.bat
then use that for all further commands
3) read 'man cygport'
4) download the bash source package from your favorite cygwin mirror, e.g.
$ wget http://cygwin.osuosl.org/release/bash/bash-3.2.49-22-src.tar.bz2
5) unpack the source tarball and use cygport to prepare and build it
$ mkdir temp
$ cd temp
$ tar -xjvf ../bash-3.2.49-22-src.tar.bz2
$ cygport prep bash*cygport
First problem: when cygport prep tries to unpack the inner
tarball, it has a conniption fit because tar can't adjust
the timestamps on its output files.
...
tar: bash-3.2/tests/history.list: Kann utime nicht ausführen: Permission denied
tar: bash-3.2/ABOUT-NLS: Kann utime nicht ausführen: Permission denied
tar: Exiting with failure status due to previous errors
+ warn 'tar zxf bash-3.2.tar.gz failed'
Here's a minimal linux commandline to reproduce:
gunzip bash-3.2.tar.gz
wineconsole 'c:\cygwin\bin\tar.exe' -xf bash-3.2.tar
bash-3.2/examples/bashdb/PERMISSION
Looks like tar creates the file, then tries to create it again,
and gets confused? Maybe cygwin is cleverly trying to use
NtCreateFile somehow to change its timestamp... I'll attach a log.
Workaround: edit cygwin's /bin/cygport and change the two lines
warn "${unpack_cmd} ${unpack_file_name} failed"
to say
echo "${unpack_cmd} ${unpack_file_name} failed"
I'll file more bugs for the rest of the process.
--
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.
http://bugs.winehq.org/show_bug.cgi?id=31535
Bug #: 31535
Summary: OpenGeneral : sound and music don't play
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dragdasan(a)ymail.com
Classification: Unclassified
OpenGeneral turn based strategy :
http://sourceforge.net/projects/opengeneral/files/DailyBuild/
Sound and music (but also video -intro video ) don't work at all no matter what
version i try be it wine 1.5.10 or older. I have this bug confirmed by other
OpenGeneral players . Also the fact that the sound does not work is confirmed
here http://bugs.winehq.org/show_bug.cgi?id=31455 by Rosanne DiMesio .
--
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.
http://bugs.winehq.org/show_bug.cgi?id=29334
Bug #: 29334
Summary: Word 2010 cannot open sample template files with
builtin msxml6
Product: Wine
Version: 1.3.9
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: msxml3
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dimesio(a)earthlink.net
Depends on: 25494
Classification: Unclassified
Opening per http://bugs.winehq.org/show_bug.cgi?id=29308#c5 and setting version
to 1.3.9 because that was the first version where Office 2010 could be
installed.
Office Professional Plus 2010 installs sample templates, dotx files used to
create new files when accessed via File=>New=>Sample Templates. A few work, but
most throw up an error message about the template being corrupt, whether using
them to create a new file or trying to open them directly. The origin*, urban*,
and median* templates all demonstrate the problem. Native msxml6 works around
it.
--
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.
http://bugs.winehq.org/show_bug.cgi?id=30836
Bug #: 30836
Summary: Total Overdose: choppy audio playback with Diesel
Power 3D sound system
Product: Wine
Version: 1.5.5
Platform: x86
URL: http://www.gamershell.com/download_10831.shtml
OS/Version: Linux
Status: NEW
Keywords: download, regression
Severity: normal
Priority: P2
Component: directx-dsound
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
CC: aeikum(a)codeweavers.com
Classification: Unclassified
Regression SHA1: 1cc9ecb558e09a94e1b92331ca132634e8dac8f9
Created attachment 40385
--> http://bugs.winehq.org/attachment.cgi?id=40385
7zipped +tid,+mmdevapi,+winmm,+driver,+midi,+dsound,+dmusic,+mci,+alsa log
(uncompressed 5.3 MB)
Music and speech are skipping in Total Overdose when audio engine used by the
game is set to 'Auto' or 'Diesel Power 3D' in the options menu.
The demo version of the game doesn't let change audio systems, it always uses
Diesel Power 3d, so the problem can be reproduced with the demo version as
well.
After installation start the demo with TOD.exe. During the intro videos you can
observe that music playback is very choppy, skipping heavily.
This is a regression from Wine 1.5.5, caused by
1cc9ecb558e09a94e1b92331ca132634e8dac8f9 is the first bad commit
commit 1cc9ecb558e09a94e1b92331ca132634e8dac8f9
Author: Andrew Eikum <aeikum(a)codeweavers.com>
Date: Tue May 15 14:41:24 2012 -0500
dsound: Don't use IAudioClock::GetPosition to determine buffer fullness.
:040000 040000 6e93eb30269b9505a4196f15b1e81d2674d3dc01
a52ed8250ea70d34c40d382397c806ce9e06aba0 M dlls
Reverting the patch on wine-1.5.5-131-gbdd4294 fixes the problem for me.
Should be noted that there was a problem with audio in TOD, but that was fixed
in 1.5.4 (bug #27603).
Fedora 17 x86
Alsa 1.0.25
Pulseaudio is not running
Audio device: nVidia Corporation MCP61 High Definition Audio (rev a2)
--
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.
http://bugs.winehq.org/show_bug.cgi?id=33778
Bug #: 33778
Summary: Virtual Table-Top Game Software
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: b.barwich(a)hotmail.com
Classification: Unclassified
Created attachment 44744
--> http://bugs.winehq.org/attachment.cgi?id=44744
system and application configuration
Virtual Table-Top Game Software cannot be started although the directx/opengl
compatibility DLL is provided.
[root@thebrain Fantasy Grounds II]# wine FantasyGrounds.exe
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
fixme:win:EnumDisplayDevicesW ((null),0,0x32f814,0x00000000), stub!
--
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.
http://bugs.winehq.org/show_bug.cgi?id=35399
Bug ID: 35399
Summary: Graphical bug since Nvidia driver update
Product: Wine
Version: 1.7.10
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: berillions(a)gmail.com
Classification: Unclassified
Created attachment 47225
--> http://bugs.winehq.org/attachment.cgi?id=47225
Invisible Sea
Hi,
Actually, there is a graphical bug when i play at FarCry with the Nvidia driver
331.20 from Debian repository.
As you can see in the screeshot, the water in the ocean is not drawn, it's
invisible.
After some test, the bug can be gone by these workaround :
1- Use Nvidia driver 331.20 and disable UseGLSL
2- Downgrade Nvidia driver from 331.20 to 319.76
I open this bug report but i don't if this bug can be resolved by
patch/correction in Wine. Or i must only send a message to Nvidia.
Thanks,
Max
--
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.
http://bugs.winehq.org/show_bug.cgi?id=33214
Bug #: 33214
Summary: User callback IAuthenticate interface is not used to
query for auth info
Product: Wine
Version: 1.5.25
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: urlmon
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bunglehead(a)gmail.com
Classification: Unclassified
Urlmon is supposed to call IAuthenticate_Authenticate() when underlying
protocol needs to authenticate (in response to code 401 in http case for
example), as far as I understand it.
Since httpreqeust code from msxml3 depends on urlmon that's a clean way to
supply these credentials. Original problem with test application is bug 26586.
--
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.
http://bugs.winehq.org/show_bug.cgi?id=33329
Bug #: 33329
Summary: winhelp: does not support '>XXX' (secondary window)
Product: Wine
Version: 1.5.27
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: francois.melchior(a)belgacom.net
Classification: Unclassified
The help file path can be followed by '>' and the name of a second window to
open the help in (found info on
http://web.archive.org/web/20010615222811/http://msdn.microsoft.com/library…)
Currently if it happens winhlp32 does not find the file. It should at least
crop and ignore (with a fixme message) the '>' and what follows it.
Note that I have tested on Windows XP and it is not supported from command
line.
--
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.
http://bugs.winehq.org/show_bug.cgi?id=35508
Bug ID: 35508
Summary: File picker in LMMS 0.9.90 Win32 doesn't show files
Product: Wine
Version: 1.7.11
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dgerard(a)gmail.com
Classification: Unclassified
LMMS 0.9.90 works much better in Wine than previous versions of LMMS.
The only glitch I noticed was that the file picker - which I think is the Qt
file picker - doesn't show files that it should.
To reproduce:
1. File->Open
2. Go to Z: drive, tunnel down through the file tree to where your .mmpz (LMMS)
files are.
3. You won't see any of them.
Expected: You should see all your .mmpz files.
Workaround: If you know the file name, you can type it into the box. *Now* it
shows up in the file picker.
LMMS is open source, so you can look at precisely what it's doing:
https://github.com/LMMS/lmms
LMMS 0.9.90:
http://sourceforge.net/projects/lmms/files/lmms/0.9.90/lmms-0.9.90-win32.ex…
Some test .mmpz files: http://lmms.sourceforge.net/lsp/
--
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.
http://bugs.winehq.org/show_bug.cgi?id=36371
Bug ID: 36371
Summary: Visolve Deflector Black Screen
Product: Wine
Version: 1.6.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: gsw2(a)ix.netcom.com
Created attachment 48424
--> http://bugs.winehq.org/attachment.cgi?id=48424
Deflector screen under Wine 1.6.2 (should be 100% transparent)
I run a program by Ryobi System Solutions called ViSolve
(( http://www.ryobi-sol.co.jp/visolve/en/ ))
I run this program on Windows-XP; on Windows-Vista; on Windows-8; and on
Linux-Ubuntu.
I have to run the program on Ubuntu through WINE.
Prior to the recent O/S upgrade to version 14.04, Ubuntu was loading version
1.4 (and earlier versions) of Wine and Deflector (THE operating software of
Visolve) ran perfectly, as it does under the real Windows O/Ss.
However, when Ubuntu upgraded to version 14.04, it also loaded version 1.6.2 of
Wine. When the Visolve Deflector is invoked, the user is presented with a
black translucent screen instead of the required clear/transparent screen.
All other Windows programs appear to run normally under Wine 1.6.2
Deflector 4.4.1 (or any other version) presents the Black Screen when invoked
and is thus unusable.
Any help you can provide to correct the problem would be extremely appreciated!
--
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.
http://bugs.winehq.org/show_bug.cgi?id=34809
Bug #: 34809
Summary: WinDirStat: command line here (right click on file)
doesn't work
Product: Wine
Version: 1.7.4
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: computergeoffrey(a)zoho.com
Classification: Unclassified
Right clicking a file, selecting command line here option doesn't have effect
when started the graphical way (double clicking the exe file).
It works however when WinDirStat is started from the command line: it opens in
the same terminal window as where WinDirStat was started from.
Output in terminal:
Wine CMD version 5.2.3790 (1.7.4)
Z:\usr>
This bug could probably be fixed by ALWAYS starting a new terminal window when
selecting this option.
WinDirStat download page: www.windirstat.info
--
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.
http://bugs.winehq.org/show_bug.cgi?id=34582
Bug #: 34582
Summary: Gothic: problems with mouse look
Product: Wine
Version: 1.7.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: otaku(a)rambler.ru
Classification: Unclassified
Mouse look in Gothic 1 works only when mouse is at a border of the game's
window/screen. Somehow mouse doesn't keep in a center of game's window.
MouseWrapOverride is not a workaround.
Is it a bug of Wine or it's one of Gothic ?
--
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.
http://bugs.winehq.org/show_bug.cgi?id=34518
Bug #: 34518
Summary: MS Powerpoint 2007: Crashes on embedded vector graphic
Product: Wine
Version: 1.4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bugs_winehq(a)merten-home.de
Classification: Unclassified
Created attachment 45952
--> http://bugs.winehq.org/attachment.cgi?id=45952
.pptx file causing the crash
When opening the attached .pptx file Powerpoint 2007 crashes.
I stripped the original .pptx file down and identified the graphic I left in
the file to cause the crash. Works fine under Windows XP Pro.
Steps to reproduce:
1. Try to open the attached .pptx file with Powerpoint 2007.
Actual result: For some time nothing happens and then Powerpoint crashes.
Expected result: Powerpoint can work with the file.
Wine version: wine 1.4-0ubuntu4.1 on Ubuntu
Crahes on x86_64 and on x86 architecture as well.
`riched20.dll` is set to native as is needed for MS Office 2007.
--
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.
http://bugs.winehq.org/show_bug.cgi?id=9610
Summary: Non-Windows(XP) behaviour for using themes in apps
Product: Wine
Version: 0.9.44.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Stuart(a)houseofanime.org
DVD Profiler takes information from Windows XP and higher to determine
different themes within the program; specifically a choice between Blue,
Silver, and Olive (mapping to NormalColor, Metallic and Homestead
respectively). In addition, my standard XP install gives DVD Profiler some more
options, including Obsidian.
Attached are XP and Linux comparisons for Blue, Olive, and Obsidian (XP on top,
Linux below). When taking shots from each OS, ONLY the theme from within the
application was changed (under the view menu item) - I made no change to the
actual themes in display properties (Window XP) or Winecfg.
Also attached is a screen shot of the application when it originally opens with
the 'blue' theme (its welcome screen). Note how the welcome screen displays the
correct colours, which change appropriately when you change the theme in DVD
Profiler.
I also copied the contents of the Resources/Themes directory from XP to Wine to
see the effect. It gave additional Theme options in Winecfg, but made no
difference when the same test was performed within DVD Profiler.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.