https://bugs.winehq.org/show_bug.cgi?id=43309
Bug ID: 43309
Summary: valgrind shows an uninitialized write in
dlls/advapi32/tests/security.c (test_AddMandatoryAce)
Product: Wine
Version: 2.12
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase, valgrind
Severity: minor
Priority: P2
Component: advapi32
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Distribution: ---
May be related to bug 38671 / bug 43308
==25950== Syscall param writev(vector[...]) points to uninitialised byte(s)
==25950== at 0x433904F: ??? (syscall-template.S:84)
==25950== by 0x7BC88028: send_request (server.c:228)
==25950== by 0x7BC881DB: wine_server_call (server.c:309)
==25950== by 0x7BC624C7: NtDuplicateToken (nt.c:112)
==25950== by 0x4E661CE: DuplicateTokenEx (security.c:5516)
==25950== by 0x4A684EF: test_token_security_descriptor (security.c:6847)
==25950== by 0x4A69DDA: func_security (security.c:7134)
==25950== by 0x4A7926E: run_test (test.h:603)
==25950== by 0x4A796C0: main (test.h:687)
==25950== Address 0x48febc0 is 64 bytes inside a recently re-allocated block
of size 292 alloc'd
==25950== at 0x7BC50812: notify_alloc (heap.c:254)
==25950== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716)
==25950== by 0x7BC92E90: alloc_object_attributes (sync.c:117)
==25950== by 0x7BC62335: NtDuplicateToken (nt.c:93)
==25950== by 0x4E661CE: DuplicateTokenEx (security.c:5516)
==25950== by 0x4A684EF: test_token_security_descriptor (security.c:6847)
==25950== by 0x4A69DDA: func_security (security.c:7134)
==25950== by 0x4A7926E: run_test (test.h:603)
==25950== by 0x4A796C0: main (test.h:687)
==25950== Uninitialised value was created by a stack allocation
==25950== at 0x4A681D0: test_token_security_descriptor (security.c:6800)
==25950==
--
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=3864
Alexandre Julliard <julliard(a)winehq.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #29 from Alexandre Julliard <julliard(a)winehq.org> ---
Closing bugs fixed in 3.0-rc6.
--
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=40254
Bug ID: 40254
Summary: mshtml:script test regression (timeout)
Product: Wine
Version: 1.7.52
Hardware: x86
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: mshtml
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
Since the commit below, the test times out on some Windows XP machines:
script.c:632: Test failed: L"XMLHttpRequest not found in window object\n"
script.c:632: Test failed: L"typeof(XMLHttpRequest) = undefined"
script.c:632: Test failed: L"got exception 'XMLHttpRequest' is undefined"
test failed: timed out
Looking at the test.winehq.org results this seems to specifically affect
pre-Internet Explorer 7 Windows XP configurations such as fgtb-fgtbwinxp,
fg-winxp-1sp and fg-winxp-2sp (for instance none of the fg-winxp-2spie7 and up
VMs is affected).
mshtml:script results on test.winehq.org:
https://test.winehq.org/data/tests/mshtml:script.html
commit c0fda9824e213e5a779bddfba6052dfc20b9c8d3
Author: Jacek Caban <jacek(a)codeweavers.com>
Date: Wed Feb 24 15:21:24 2016 +0100
mshtml: Expose XMLHttpRequest constructor to scripts.
--
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=38799
Bug ID: 38799
Summary: RaidCall 7.x crashes when joining a group/trying to
test sound
Product: Wine
Version: 1.7.45
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winmm&mci
Assignee: wine-bugs(a)winehq.org
Reporter: antony.kikaxa(a)gmail.com
Distribution: ---
reopen https://bugs.winehq.org/show_bug.cgi?id=34684
with more details.
*
install latest raidcall from the http://raidcall.com/ and login.
Create a group, try to join it, raidcall crashes.
or try to test sound in settings.
*
the problem seems related to pulseaudio/winmm.
there is no crash without alsa-plugins-pulse package.
i get dozen of
"fixme:winmm:MXD_GetControlDetails What should the sw-side mixer controls map
to?"
right before crash.
crashes in 1.7.45, 1.5.31,
works fine in 1.5.1
i can bisect further if anyone wants to look into this.
--
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=44286
Bug ID: 44286
Summary: Regression: Default value in dropdown list is no
longer select
Product: Wine
Version: 3.0-rc4
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: wine(a)sagagames.de
Distribution: ---
Steps to reproduce:
1. Download OpenMPT (https://openmpt.org/)
2. Create a new document
3. Activate the pattern tab.
4. In the pattern tab, click the icon in the toolbar resembling a question
mark.
5. The pattern properties dialog pops up. It contains a dropdown list, and the
current pattern size (64) should be selected.
This is a regression from older Wine versions. In Wine 2.19 (last version I
tested), the current pattern size is still selected, like on Windows. on Wine
3.0-rc4, the input field of the dropdown list remains empty instead.
--
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=43308
Bug ID: 43308
Summary: valgrind shows an uninitialized write in
dlls/advapi32/tests/security.c (test_AddMandatoryAce)
Product: Wine
Version: 2.12
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase, valgrind
Severity: minor
Priority: P2
Component: advapi32
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Distribution: ---
May be related to bug 38671
==25950== Syscall param writev(vector[...]) points to uninitialised byte(s)
==25950== at 0x433904F: ??? (syscall-template.S:84)
==25950== by 0x7BC88028: send_request (server.c:228)
==25950== by 0x7BC881DB: wine_server_call (server.c:309)
==25950== by 0x7BC93843: NtCreateEvent (sync.c:305)
==25950== by 0x7B47EBD0: CreateEventExW (sync.c:492)
==25950== by 0x7B47EA3E: CreateEventExA (sync.c:455)
==25950== by 0x7B47E8F5: CreateEventA (sync.c:423)
==25950== by 0x4A6460B: test_AddMandatoryAce (security.c:6245)
==25950== by 0x4A69DBC: func_security (security.c:7126)
==25950== by 0x4A7926E: run_test (test.h:603)
==25950== by 0x4A796C0: main (test.h:687)
==25950== Address 0x48d7f40 is 64 bytes inside a recently re-allocated block
of size 312 alloc'd
==25950== at 0x7BC50812: notify_alloc (heap.c:254)
==25950== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716)
==25950== by 0x7BC92E90: alloc_object_attributes (sync.c:117)
==25950== by 0x7BC9378B: NtCreateEvent (sync.c:297)
==25950== by 0x7B47EBD0: CreateEventExW (sync.c:492)
==25950== by 0x7B47EA3E: CreateEventExA (sync.c:455)
==25950== by 0x7B47E8F5: CreateEventA (sync.c:423)
==25950== by 0x4A6460B: test_AddMandatoryAce (security.c:6245)
==25950== by 0x4A69DBC: func_security (security.c:7126)
==25950== by 0x4A7926E: run_test (test.h:603)
==25950== by 0x4A796C0: main (test.h:687)
==25950== Uninitialised value was created by a stack allocation
==25950== at 0x4A63EF0: test_AddMandatoryAce (security.c:6164)
==25950==
--
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=43928
Bug ID: 43928
Summary: Crysis 2: HD Texture can not be anbled (greyed out)
Product: Wine-staging
Version: 2.19
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: christian.frank(a)gmx.de
CC: erich.e.hoover(a)wine-staging.com, michael(a)fds-team.de,
sebastian(a)fds-team.de
Distribution: ---
Hi,
sadly i can't enable the HD textures in Crysis 2. I installed the necessary
patches, i am using a win64 Windows 7 bottle (the dx11 part works) and have
enough memory (16GB).
THe issue may be caused by this:
https://www.winehq.org/pipermail/wine-bugs/2014-May/387175.html
Crysis 2 is unable to detect my gpu memory size and therefore also complaining
about an unsupporte gpu at startup.As the HD texture feature requires a
specific amount of minimum video memory, the option might be "greyed out" cause
the memory isn't detected correctly.
I guess this is also an issue in the wine developer version but i can't proof
that right now.
Best regards,
Christian
--
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=43887
Bug ID: 43887
Summary: Black Screen on office2013
Product: Wine-staging
Version: 2.17
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ronaldofas(a)gmail.com
CC: erich.e.hoover(a)wine-staging.com, michael(a)fds-team.de,
sebastian(a)fds-team.de
Distribution: ---
Created attachment 59497
--> https://bugs.winehq.org/attachment.cgi?id=59497
Crash report off the program
I've installed Office2013 in a new prefix and every done well, but when I start
some office program I have a black screen only.
I've try to use ddr=gdi but the crash in attachment has happen.
--
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=43562
Bug ID: 43562
Summary: Magic Online (Magic The Gathering: Online) Is
rendered with inverted colors
Product: Wine
Version: 2.14
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: theli.ua(a)gmail.com
Distribution: ---
Created attachment 58967
--> https://bugs.winehq.org/attachment.cgi?id=58967
log
This is when used with native wincodecs (trying to workaround issues with
wine's wincodecs)
Screenshot and log attached
--
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=38500
Bug ID: 38500
Summary: Can not input chinese in source insight
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: sgwan2005(a)126.com
Distribution: ---
I cann't input chinese(using sunpinyin) in the Source file window of source
insight 3.50, but the input method works fine when I input chinese in standard
window controls.
--
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.