https://bugs.winehq.org/show_bug.cgi?id=43389
Bug ID: 43389
Summary: valgrind shows a few invalid reads in
dlls/wsdapi/tests/xml.c
Product: Wine
Version: 2.12
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase, valgrind
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Distribution: Gentoo
==3467== Invalid read of size 2
==3467== at 0x7B45265A: strlenW (unicode.h:200)
==3467== by 0x7B4598D0: CompareStringEx (locale.c:3895)
==3467== by 0x7B4596FE: CompareStringW (locale.c:3857)
==3467== by 0x7B459E76: lstrcmpW (locale.c:4088)
==3467== by 0x4B2675F: is_prefix_unique (xml.c:377)
==3467== by 0x4B26DD8: IWSDXMLContextImpl_AddNamespace (xml.c:533)
==3467== by 0x487EA6B: IWSDXMLContext_AddNamespace (wsdxml.h:153)
==3467== by 0x487EA6B: XMLContext_AddNamespace_tests (???:0)
==3467== by 0x487FB4E: func_xml (xml.c:623)
==3467== by 0x4880A06: run_test (test.h:603)
==3467== by 0x4880E65: main (test.h:687)
==3467== Address 0x48eedb8 is 24 bytes inside a block of size 32 free'd
==3467== at 0x7BC510DB: notify_free (heap.c:262)
==3467== by 0x7BC556AC: RtlFreeHeap (heap.c:1762)
==3467== by 0x4B24C28: free_allocation (memory.c:77)
==3467== by 0x4B24FFB: WSDFreeLinkedMemory (memory.c:165)
==3467== by 0x4B26DBD: IWSDXMLContextImpl_AddNamespace (xml.c:531)
==3467== by 0x487EA6B: IWSDXMLContext_AddNamespace (wsdxml.h:153)
==3467== by 0x487EA6B: XMLContext_AddNamespace_tests (???:0)
==3467== by 0x487FB4E: func_xml (xml.c:623)
==3467== by 0x4880A06: run_test (test.h:603)
==3467== by 0x4880E65: main (test.h:687)
==3467== Block was alloc'd at
==3467== at 0x7BC51061: notify_alloc (heap.c:254)
==3467== by 0x7BC5554F: RtlAllocateHeap (heap.c:1716)
==3467== by 0x4B24CB7: WSDAllocateLinkedMemory (memory.c:87)
==3467== by 0x4B25EAC: duplicate_string (xml.c:42)
==3467== by 0x4B2681D: generate_namespace_prefix (xml.c:399)
==3467== by 0x4B26E0B: IWSDXMLContextImpl_AddNamespace (xml.c:539)
==3467== by 0x487E91C: IWSDXMLContext_AddNamespace (wsdxml.h:153)
==3467== by 0x487E91C: XMLContext_AddNamespace_tests (???:0)
==3467== by 0x487FB4E: func_xml (xml.c:623)
==3467== by 0x4880A06: run_test (test.h:603)
==3467== by 0x4880E65: main (test.h:687)
==3467==
==3467== Invalid read of size 2
==3467== at 0x4041981: compare_unicode_weights (sortkey.c:192)
==3467== by 0x4041E38: wine_compare_string (sortkey.c:360)
==3467== by 0x7B459905: CompareStringEx (locale.c:3898)
==3467== by 0x7B4596FE: CompareStringW (locale.c:3857)
==3467== by 0x7B459E76: lstrcmpW (locale.c:4088)
==3467== by 0x4B2675F: is_prefix_unique (xml.c:377)
==3467== by 0x4B26DD8: IWSDXMLContextImpl_AddNamespace (xml.c:533)
==3467== by 0x487EA6B: IWSDXMLContext_AddNamespace (wsdxml.h:153)
==3467== by 0x487EA6B: XMLContext_AddNamespace_tests (???:0)
==3467== by 0x487FB4E: func_xml (xml.c:623)
==3467== by 0x4880A06: run_test (test.h:603)
==3467== by 0x4880E65: main (test.h:687)
==3467== Address 0x48eedb8 is 24 bytes inside a block of size 32 free'd
==3467== at 0x7BC510DB: notify_free (heap.c:262)
==3467== by 0x7BC556AC: RtlFreeHeap (heap.c:1762)
==3467== by 0x4B24C28: free_allocation (memory.c:77)
==3467== by 0x4B24FFB: WSDFreeLinkedMemory (memory.c:165)
==3467== by 0x4B26DBD: IWSDXMLContextImpl_AddNamespace (xml.c:531)
==3467== by 0x487EA6B: IWSDXMLContext_AddNamespace (wsdxml.h:153)
==3467== by 0x487EA6B: XMLContext_AddNamespace_tests (???:0)
==3467== by 0x487FB4E: func_xml (xml.c:623)
==3467== by 0x4880A06: run_test (test.h:603)
==3467== by 0x4880E65: main (test.h:687)
==3467== Block was alloc'd at
==3467== at 0x7BC51061: notify_alloc (heap.c:254)
==3467== by 0x7BC5554F: RtlAllocateHeap (heap.c:1716)
==3467== by 0x4B24CB7: WSDAllocateLinkedMemory (memory.c:87)
==3467== by 0x4B25EAC: duplicate_string (xml.c:42)
==3467== by 0x4B2681D: generate_namespace_prefix (xml.c:399)
==3467== by 0x4B26E0B: IWSDXMLContextImpl_AddNamespace (xml.c:539)
==3467== by 0x487E91C: IWSDXMLContext_AddNamespace (wsdxml.h:153)
==3467== by 0x487E91C: XMLContext_AddNamespace_tests (???:0)
==3467== by 0x487FB4E: func_xml (xml.c:623)
==3467== by 0x4880A06: run_test (test.h:603)
==3467== by 0x4880E65: main (test.h:687)
==3467==
==3467== Invalid read of size 2
==3467== at 0x404198D: compare_unicode_weights (sortkey.c:192)
==3467== by 0x4041E38: wine_compare_string (sortkey.c:360)
==3467== by 0x7B459905: CompareStringEx (locale.c:3898)
==3467== by 0x7B4596FE: CompareStringW (locale.c:3857)
==3467== by 0x7B459E76: lstrcmpW (locale.c:4088)
==3467== by 0x4B2675F: is_prefix_unique (xml.c:377)
==3467== by 0x4B26DD8: IWSDXMLContextImpl_AddNamespace (xml.c:533)
==3467== by 0x487EA6B: IWSDXMLContext_AddNamespace (wsdxml.h:153)
==3467== by 0x487EA6B: XMLContext_AddNamespace_tests (???:0)
==3467== by 0x487FB4E: func_xml (xml.c:623)
==3467== by 0x4880A06: run_test (test.h:603)
==3467== by 0x4880E65: main (test.h:687)
==3467== Address 0x48eedb8 is 24 bytes inside a block of size 32 free'd
==3467== at 0x7BC510DB: notify_free (heap.c:262)
==3467== by 0x7BC556AC: RtlFreeHeap (heap.c:1762)
==3467== by 0x4B24C28: free_allocation (memory.c:77)
==3467== by 0x4B24FFB: WSDFreeLinkedMemory (memory.c:165)
==3467== by 0x4B26DBD: IWSDXMLContextImpl_AddNamespace (xml.c:531)
==3467== by 0x487EA6B: IWSDXMLContext_AddNamespace (wsdxml.h:153)
==3467== by 0x487EA6B: XMLContext_AddNamespace_tests (???:0)
==3467== by 0x487FB4E: func_xml (xml.c:623)
==3467== by 0x4880A06: run_test (test.h:603)
==3467== by 0x4880E65: main (test.h:687)
==3467== Block was alloc'd at
==3467== at 0x7BC51061: notify_alloc (heap.c:254)
==3467== by 0x7BC5554F: RtlAllocateHeap (heap.c:1716)
==3467== by 0x4B24CB7: WSDAllocateLinkedMemory (memory.c:87)
==3467== by 0x4B25EAC: duplicate_string (xml.c:42)
==3467== by 0x4B2681D: generate_namespace_prefix (xml.c:399)
==3467== by 0x4B26E0B: IWSDXMLContextImpl_AddNamespace (xml.c:539)
==3467== by 0x487E91C: IWSDXMLContext_AddNamespace (wsdxml.h:153)
==3467== by 0x487E91C: XMLContext_AddNamespace_tests (???:0)
==3467== by 0x487FB4E: func_xml (xml.c:623)
==3467== by 0x4880A06: run_test (test.h:603)
==3467== by 0x4880E65: main (test.h:687)
==3467==
==3467== Invalid read of size 2
==3467== at 0x40419E4: compare_unicode_weights (sortkey.c:209)
==3467== by 0x4041E38: wine_compare_string (sortkey.c:360)
==3467== by 0x7B459905: CompareStringEx (locale.c:3898)
==3467== by 0x7B4596FE: CompareStringW (locale.c:3857)
==3467== by 0x7B459E76: lstrcmpW (locale.c:4088)
==3467== by 0x4B2675F: is_prefix_unique (xml.c:377)
==3467== by 0x4B26DD8: IWSDXMLContextImpl_AddNamespace (xml.c:533)
==3467== by 0x487EA6B: IWSDXMLContext_AddNamespace (wsdxml.h:153)
==3467== by 0x487EA6B: XMLContext_AddNamespace_tests (???:0)
==3467== by 0x487FB4E: func_xml (xml.c:623)
==3467== by 0x4880A06: run_test (test.h:603)
==3467== by 0x4880E65: main (test.h:687)
==3467== Address 0x48eedb8 is 24 bytes inside a block of size 32 free'd
==3467== at 0x7BC510DB: notify_free (heap.c:262)
==3467== by 0x7BC556AC: RtlFreeHeap (heap.c:1762)
==3467== by 0x4B24C28: free_allocation (memory.c:77)
==3467== by 0x4B24FFB: WSDFreeLinkedMemory (memory.c:165)
==3467== by 0x4B26DBD: IWSDXMLContextImpl_AddNamespace (xml.c:531)
==3467== by 0x487EA6B: IWSDXMLContext_AddNamespace (wsdxml.h:153)
==3467== by 0x487EA6B: XMLContext_AddNamespace_tests (???:0)
==3467== by 0x487FB4E: func_xml (xml.c:623)
==3467== by 0x4880A06: run_test (test.h:603)
==3467== by 0x4880E65: main (test.h:687)
==3467== Block was alloc'd at
==3467== at 0x7BC51061: notify_alloc (heap.c:254)
==3467== by 0x7BC5554F: RtlAllocateHeap (heap.c:1716)
==3467== by 0x4B24CB7: WSDAllocateLinkedMemory (memory.c:87)
==3467== by 0x4B25EAC: duplicate_string (xml.c:42)
==3467== by 0x4B2681D: generate_namespace_prefix (xml.c:399)
==3467== by 0x4B26E0B: IWSDXMLContextImpl_AddNamespace (xml.c:539)
==3467== by 0x487E91C: IWSDXMLContext_AddNamespace (wsdxml.h:153)
==3467== by 0x487E91C: XMLContext_AddNamespace_tests (???:0)
==3467== by 0x487FB4E: func_xml (xml.c:623)
==3467== by 0x4880A06: run_test (test.h:603)
==3467== by 0x4880E65: main (test.h:687)
==3467==
==3467== Invalid read of size 2
==3467== at 0x40419FA: compare_unicode_weights (sortkey.c:209)
==3467== by 0x4041E38: wine_compare_string (sortkey.c:360)
==3467== by 0x7B459905: CompareStringEx (locale.c:3898)
==3467== by 0x7B4596FE: CompareStringW (locale.c:3857)
==3467== by 0x7B459E76: lstrcmpW (locale.c:4088)
==3467== by 0x4B2675F: is_prefix_unique (xml.c:377)
==3467== by 0x4B26DD8: IWSDXMLContextImpl_AddNamespace (xml.c:533)
==3467== by 0x487EA6B: IWSDXMLContext_AddNamespace (wsdxml.h:153)
==3467== by 0x487EA6B: XMLContext_AddNamespace_tests (???:0)
==3467== by 0x487FB4E: func_xml (xml.c:623)
==3467== by 0x4880A06: run_test (test.h:603)
==3467== by 0x4880E65: main (test.h:687)
==3467== Address 0x48eedb8 is 24 bytes inside a block of size 32 free'd
==3467== at 0x7BC510DB: notify_free (heap.c:262)
==3467== by 0x7BC556AC: RtlFreeHeap (heap.c:1762)
==3467== by 0x4B24C28: free_allocation (memory.c:77)
==3467== by 0x4B24FFB: WSDFreeLinkedMemory (memory.c:165)
==3467== by 0x4B26DBD: IWSDXMLContextImpl_AddNamespace (xml.c:531)
==3467== by 0x487EA6B: IWSDXMLContext_AddNamespace (wsdxml.h:153)
==3467== by 0x487EA6B: XMLContext_AddNamespace_tests (???:0)
==3467== by 0x487FB4E: func_xml (xml.c:623)
==3467== by 0x4880A06: run_test (test.h:603)
==3467== by 0x4880E65: main (test.h:687)
==3467== Block was alloc'd at
==3467== at 0x7BC51061: notify_alloc (heap.c:254)
==3467== by 0x7BC5554F: RtlAllocateHeap (heap.c:1716)
==3467== by 0x4B24CB7: WSDAllocateLinkedMemory (memory.c:87)
==3467== by 0x4B25EAC: duplicate_string (xml.c:42)
==3467== by 0x4B2681D: generate_namespace_prefix (xml.c:399)
==3467== by 0x4B26E0B: IWSDXMLContextImpl_AddNamespace (xml.c:539)
==3467== by 0x487E91C: IWSDXMLContext_AddNamespace (wsdxml.h:153)
==3467== by 0x487E91C: XMLContext_AddNamespace_tests (???:0)
==3467== by 0x487FB4E: func_xml (xml.c:623)
==3467== by 0x4880A06: run_test (test.h:603)
==3467== by 0x4880E65: main (test.h:687)
==3467==
--
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=37982
Bug ID: 37982
Summary: Illustrator CS6: alternate color selection does not
display colours
Product: Wine
Version: 1.7.35
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdiplus
Assignee: wine-bugs(a)winehq.org
Reporter: robert.munteanu(a)gmail.com
Distribution: ---
Created attachment 50606
--> https://bugs.winehq.org/attachment.cgi?id=50606
Alternate colour selection missing the colours
Illustrator CS6 installed in a fresh wineprefix
WINEARCH=win32
winetricks msxml3 ( needed for the Adobe installer )
winetricks atmlib to fix crashes when creating a new file
When opening the alternate color selection widget from the top bar, no colours
are displayed ( but see the tooltip which confirms that the colours are there
).
Fixed by winetricks gdiplus_winxp
--
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=39042
Bug ID: 39042
Summary: DirectSoft v6a: Csmain.exe crashes when searching for
Com ports
Product: Wine
Version: 1.7.48
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: warrentb(a)comcast.net
Created attachment 52006
--> https://bugs.winehq.org/attachment.cgi?id=52006
Terminal Output wine Csmain.exe
If a com port exists to be found by Csmain.exe, the program crashes. This
happens when running any part of DirectSoft 6.
Steps I took:
Installed DirectSoft6 through wine.
Created a symlink from /dev/tty.usbserial to ~/.wine/dosdevices/com1
Ran Csmain.exe through wine
Download link for DirectSoft 6:
ftp.automationdirect.com/pub/directsoft60a_b725.zip
Sha-1 of SetupDS6.exe 798c333cf369f33901969448773074fe44b19946
--
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=42459
Bug ID: 42459
Summary: Bogus/orphan small window sibling of Office 2007
applications
Product: Wine
Version: 2.1
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ddascalescu+wine(a)gmail.com
Distribution: ---
Created attachment 57299
--> https://bugs.winehq.org/attachment.cgi?id=57299
Excel orphan mini window
I can reproduce this reliably after working with Excel for a few minutes, and
the steps are essentially switching between Excel and other applications in
Ubuntu 16.04, using Alt+Tab and Alt+Esc. I don't have a precise repro sequence,
but try to Alt+Tab and Alt+Esc to/from Excel a bunch of time.
Attached are the results - the initial orphan window, and what happens when I
resize it (takes on the video memory behind).
--
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=43640
Bug ID: 43640
Summary: Sonic Mania: Switching to fullscreen minimizes the
application
Product: Wine
Version: 2.15
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: iamtimscampi(a)gmail.com
Distribution: ---
Created attachment 59062
--> https://bugs.winehq.org/attachment.cgi?id=59062
Console output
When switching to fullscreen in Sonic Mania, the application minimizes and
can't be accessed again (Trying to de-minimize it plays sound for 1 second and
then stops, but the application stays minimized).
Console output attached, the following steps were performed:
- Launch the game
- Go to the options menu
- Switch to fullscreen
- Exit the game by forcing it to quit on my desktop environment)
The console output doesn't seem to show anything relevant to the issue, though.
--
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=43274
Bug ID: 43274
Summary: Lexware Buchhalter Plus 2017: crashes after entering
license
Product: Wine
Version: 2.11
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: winehq(a)der-ingo.de
Distribution: ---
Created attachment 58607
--> https://bugs.winehq.org/attachment.cgi?id=58607
Backtrace
Lexware Buchhalter Plus 2017 setup crashes after entering the license code.
I have attached a backtrace and stderrout logs.
Steps to reproduce:
- create clean win32 wineprefix
- winetricks corefonts dotnet40 (or dotnet452, doesn't make a difference)
- set Windows version back to Windows 7
- wine Buchhalter_plus_Setup.exe (*)
- enter license string (any 24 characters)
=> Upon entering the last character of the license code, wine crashes.
(*) This is a commercial program, which has a 30 day trial. I do have a public
download link to the latest installer which I extracted from the offline
version of their installer, but I am not sure if I may publish this link here
(even though you can only use the product with a valid license)
So if you need this link or any other information, please let me know.
Cheers, Curly060 =;->
--
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=33952
Bug #: 33952
Summary: Focus rectangle is drawn on Windows Calc buttons
Product: Wine
Version: 1.6-rc4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: b7.10110111(a)gmail.com
Classification: Unclassified
If you start windows xp calc and try clicking an operator button, e.g. "*" or
"Exp", it'll become focused both in wine and on windows. But in windows the
focus rectangle isn't drawn, while on wine it is.
(If you can't reproduce, try clicking a bit slower: click-pause-release)
--
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=23530
Summary: Bug link queue: "has maintainer" information sometimes
incorrect
Product: WineHQ Apps Database
Version: unspecified
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: appdb-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dimesio(a)earthlink.net
The "Has Maintainer" column in the admin bug link queue sometimes says "No" for
apps that do have maintainers. An example is Eve Online, which has 5
maintainers listed in the app entry, but currently shows up in the bug link
queue as not having any.
--
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=15524
Summary: Add language field for applications
Product: WineHQ Apps Database
Version: unspecified
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: appdb-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jan-winehq(a)hoogenraad.net
Please add a selection box to enter the language of the application.
If implemented as a version of an application, allow for different titles of
the applications in the different languages.
--
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=16031
Summary: Missing categorising by video driver version in AppDB
Product: WineHQ Apps Database
Version: unspecified
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: appdb-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mityukov(a)gmail.com
I found the AppDB is a bit unusable, when it comes to quick check on "Which
games will run in my system", or "Will this game run for me".
The most important thing, when it come to games - is the Video Driver. For
example, there are many games, that run for NVidia owners, but don't run for
ATI, and so on.
Another point, when it comes to specific driver name and version. For example,
open-source "radeon" supports only OpenGL 1.3, and Catalyst supports higher
implementations. Moreover, different versions of the same, let say Catalyst,
may work differently for this or that program. There are also regressions, etc.
Again: Video Drivers in Linux, are not ideal. I would say, this point have even
higher affect than the Distribution.
What I would like to see, near the "Distribution" column -- is another one:
"Video" or something like this, where it will say e.g. "Catalyst 8.9". This way
it will be possible to link Rating with certain Video Setup, before taking the
decision.
Some tools for searching Games, that work with specific video driver(s) would
also be _HIGHLY_ appreciated.
--
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.