http://bugs.winehq.org/show_bug.cgi?id=18090
Summary: New regression introduced in
9c1a0e468f5cfbe9d863852ed5a42390f2cbfeb4
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tarasov.igor(a)gmail.com
CC: bunglehead(a)gmail.com
commit 9c1a0e468f5cfbe9d863852ed5a42390f2cbfeb4
Author: Nikolay Sivov <bunglehead(a)gmail.com>
Date: Sun Apr 12 15:05:22 2009 -0400
comctl32/listview: Fix selection handling in LVM_SORTITEMS (with some
tests).
After this patch, one of the programs I am using (Watchtower Library), that
uses ownerdata listviews no longer starts, it crashes all the time.
Attached two logs: without this patch and with 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=27562
Summary: Autocomplete is case sensitive
Product: Wine
Version: 1.3.22
Platform: x86
URL: http://netikka.net/dev/autoc.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ocean04(a)suomi24.fi
Example: http://netikka.net/dev/autoc.exe
Press "s"
Windows give options: Second, Sixth, stest
Wine only gives: stest
Minor, but could affect something else too, depending where is 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=18899
Summary: Notepad++ right click menu doesn't work
Product: Wine
Version: 1.1.23
Platform: PC
URL: http://sourceforge.net/project/showfiles.php?group_id=
95717&package_id=102072
OS/Version: Linux
Status: NEW
Keywords: download, source
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=21741)
--> (http://bugs.winehq.org/attachment.cgi?id=21741)
screenshot
Notepad++ pops up a little menu if you right click on a file name in the
toolbar, with options to save all files, close all, print, etc. Under wine, the
menu doesn't show up.
There's no terminal output.
Screenshot attached, for those unfamiliar with notepad++.
--
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=36118
Bug ID: 36118
Summary: kernel32/actctx tests have a couple leaks
Product: Wine
Version: 1.7.17
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==20968== 78 bytes in 1 blocks are definitely lost in loss record 125 of 257
==20968== at 0x7BC4C735: notify_alloc (heap.c:255)
==20968== by 0x7BC50F79: RtlAllocateHeap (heap.c:1716)
==20968== by 0x7BC26F51: xmlstrdupW (actctx.c:681)
==20968== by 0x7BC2A28D: parse_cominterface_proxy_stub_elem (actctx.c:1616)
==20968== by 0x7BC2C0DC: parse_file_elem (actctx.c:2167)
==20968== by 0x7BC2C741: parse_assembly_elem (actctx.c:2268)
==20968== by 0x7BC2CBD7: parse_manifest_buffer (actctx.c:2335)
==20968== by 0x7BC2D0B6: parse_manifest (actctx.c:2414)
==20968== by 0x7BC2D99D: get_manifest_in_manifest_file (actctx.c:2595)
==20968== by 0x7BC32B2A: RtlCreateActivationContext (actctx.c:4581)
==20968== by 0x7B8275F0: CreateActCtxW (actctx.c:124)
==20968== by 0x4C1608F: test_create (actctx.c:725)
==20968== by 0x4C1BDE2: test_actctx (actctx.c:1870)
==20968== by 0x4C1D938: func_actctx (actctx.c:2212)
==20968== by 0x4D08640: run_test (test.h:584)
==20968== by 0x4D08A2F: main (test.h:654)
==20968==
==21444== 156 bytes in 2 blocks are definitely lost in loss record 167 of 257
==21444== at 0x7BC4C735: notify_alloc (heap.c:255)
==21444== by 0x7BC50F79: RtlAllocateHeap (heap.c:1716)
==21444== by 0x7BC26F51: xmlstrdupW (actctx.c:681)
==21444== by 0x7BC2B16A: parse_com_interface_external_proxy_stub_elem
(actctx.c:1898)
==21444== by 0x7BC2C6C0: parse_assembly_elem (actctx.c:2260)
==21444== by 0x7BC2CBD7: parse_manifest_buffer (actctx.c:2335)
==21444== by 0x7BC2D0B6: parse_manifest (actctx.c:2414)
==21444== by 0x7BC2D99D: get_manifest_in_manifest_file (actctx.c:2595)
==21444== by 0x7BC32B2A: RtlCreateActivationContext (actctx.c:4581)
==21444== by 0x7B8275F0: CreateActCtxW (actctx.c:124)
==21444== by 0x4C5608F: test_create (actctx.c:725)
==21444== by 0x4C5BDE2: test_actctx (actctx.c:1870)
==21444== by 0x4C5D938: func_actctx (actctx.c:2212)
==21444== by 0x4D48640: run_test (test.h:584)
==21444== by 0x4D48A2F: main (test.h:654)
==21444==
--
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=36301
Bug ID: 36301
Summary: valgrind shows an invalid read (bstr) in
msxml3/tests/saxreader.c
Product: Wine
Version: 1.7.18
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: msxml3
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==5655== Invalid read of size 1
==5655== at 0x40097E3: strlen (in
/usr/lib/valgrind/vgpreload_memcheck-x86-linux.so)
==5655== by 0x7B850994: MultiByteToWideChar (locale.c:1991)
==5655== by 0x4C75BC3: alloc_str_from_narrow (saxreader.c:80)
==5655== by 0x4C75C7C: _bstr_ (saxreader.c:92)
==5655== by 0x4C80FEE: test_mxwriter_flush (saxreader.c:3302)
==5655== by 0x4C92479: func_saxreader (saxreader.c:5612)
==5655== by 0x4CA896C: run_test (test.h:584)
==5655== by 0x4CA8D5B: main (test.h:654)
==5655== Address 0x7c71870 is 0 bytes after a recently re-allocated block of
size 2,048 alloc'd
==5655== at 0x7BC4C735: notify_alloc (heap.c:255)
==5655== by 0x7BC50F79: RtlAllocateHeap (heap.c:1716)
==5655== by 0x4C80FC3: test_mxwriter_flush (saxreader.c:3300)
==5655== by 0x4C92479: func_saxreader (saxreader.c:5612)
==5655== by 0x4CA896C: run_test (test.h:584)
==5655== by 0x4CA8D5B: main (test.h:654)
==5655==
(separate from bug 36300)
--
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=12441
Summary: winecfg: confusing interface for setting per-app
overrides
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
winecfg's interface for setting per-app library overrides
screams "obscure! side-effect! unclean!"
--
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=30557
Bug #: 30557
Summary: winegstreamer broken with >=glib-2.32.0
Product: Wine
Version: 1.3.24
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winegstreamer
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: galtgendo(a)o2.pl
Classification: Unclassified
As of glib 2.32.0, a call to g_thread_init(foo), where foo!=NULL is no longer
effective, it just triggers a warning:
GThread-WARNING **: GThread system no longer supports custom thread
implementations.
While I'm not sure this is the reason, a game using gstreamer sounds like a
stuck vinyl record, it does seem this way.
This sort of invalidates most of dlls/winegstreamer/glibthread.c content.
--
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=37258
Bug ID: 37258
Summary: Editor via Wine (notepad) no Numlock numbers avaiable
Product: Wine
Version: 1.6.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: info(a)mk-news.com
Editor via Wine (notepad) no Numlock numbers avaiable
testet with my own programm: "VK-LEFT" comes for key 4 on numeric Key if
Numlock on or off
Leafpad do it correct
wine 1.6.2 via VNC4Server on LXDE-desktop
--
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=33242
Bug #: 33242
Summary: Panzer Elite Action Demo - Exception frame is not in
stack limits
Product: Wine
Version: 1.5.26
Platform: x86
URL: http://www.gamershell.com/download_12230.shtml
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrey.goosev(a)gmail.com
CC: andrey.goosev(a)gmail.com
Classification: Unclassified
When launching the demo has a message: 'err:seh:raise_exception Exception frame
is not in stack limits => unable to dispatch exception.'
--
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=34690
Bug #: 34690
Summary: eTeacher 4: if the sound is turned on the application
crashes
Product: Wine
Version: 1.7.3
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: winebugs140(a)gmail.com
Classification: Unclassified
Created attachment 46238
--> http://bugs.winehq.org/attachment.cgi?id=46238
Error+Log
+tid,+mmdevapi,+winmm,+driver,+midi,+dsound,+dsound3d,+dmusic,+mci,+oss,+alsa,+coreaudio
One can hear the sound, but eTeacher 4 crashes if it is turned on.
There's no demo for this application.
Tested with:
Windows Vista (without Wine), GeForce 9600M GS--the program works fine here
Ubuntu 13.04, GeForce 9600M GS (NVIDIA driver 313)
Mac OS X 10.7.5, ATI HD 2600 Pro, Mac Driver/X11
--
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.