http://bugs.winehq.org/show_bug.cgi?id=26721
Summary: Buttons not Painting when I select Windows 7 mode
Product: Wine
Version: 1.3.17
Platform: x86
URL: http://rh-software.com/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ray(a)pobox.co.uk
Created an attachment (id=34039)
--> (http://bugs.winehq.org/attachment.cgi?id=34039)
Screen Shot showing XP and 7 panels.
When I run SIV (http://rh-software.com/) on wine in XP mode all works as
expected, but some buttons don't get displayed when I use Windows 7 mode. I can
tell they are present as when I press [Copy] they are shown in the chipboard.
In addition to the initial panel the same issue is also present on
Menu->System->Fearures and several other panels. Needles to say but on all real
Windows systems all is as expected.
--
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=28602
Bug #: 28602
Summary: Ccleaner: installer has a non-fatal crash
Product: Wine
Version: 1.3.29
Platform: x86
URL: http://www.ccleaner.com/download
OS/Version: Linux
Status: NEW
Keywords: download, regression
Severity: normal
Priority: P2
Component: mscoree
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
CC: madewokherd(a)gmail.com
Classification: Unclassified
Regression SHA1: d434b3369503b3d2852925518db07145bc322b92
Created attachment 36751
--> http://bugs.winehq.org/attachment.cgi?id=36751
terminal output
Regression introduced by:
austin@aw25 ~/wine-git $ git bisect bad
d434b3369503b3d2852925518db07145bc322b92 is the first bad commit
commit d434b3369503b3d2852925518db07145bc322b92
Author: Vincent Povirk <vincent(a)codeweavers.com>
Date: Thu May 19 12:59:44 2011 -0500
mscoree: Accept a NULL version in CorBindToRuntimeEx.
:040000 040000 d313ddf3e8c565a9fefbb3c6e59512daabafbb1b
84eea140b531b21fa01c70b4bf20258563bffe9c M dlls
--
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=28506
Summary: kernel32/change.ok test fails occasionally on linux
Product: Wine
Version: 1.3.29
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
(Probably not same as bug 12840)
Three or four times in the last couple weeks, I've seen
../../../tools/runtest -q -P wine -M kernel32.dll -T ../../.. -p
kernel32_test.exe.so change.c && touch change.ok
change.c:81: Test failed: Missed notification
The first couple times it was on a q9300 with wine64, most recently
on Austin's 32 bit buildslave.
--
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=36121
Bug ID: 36121
Summary: valgrind leaks in ntdll/tests/change.c
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
==22182== 240 bytes in 12 blocks are definitely lost in loss record 179 of 261
==22182== at 0x7BC4C735: notify_alloc (heap.c:255)
==22182== by 0x7BC50F79: RtlAllocateHeap (heap.c:1716)
==22182== by 0x7BC423D8: NtNotifyChangeDirectoryFile (directory.c:3424)
==22182== by 0x7B828C97: FindNextChangeNotification (change.c:118)
==22182== by 0x4C612DC: NotificationThread (change.c:50)
==22182== by 0x7BC87087: ??? (signal_i386.c:2571)
==22182== by 0x7BC870D0: call_thread_func (signal_i386.c:2630)
==22182== by 0x7BC87065: ??? (signal_i386.c:2571)
==22182== by 0x7BC8E4B0: start_thread (thread.c:428)
==22182== by 0x4EA7BD89: start_thread (in /usr/lib/libpthread-2.18.so)
==22182== by 0x4E95CA0D: clone (in /usr/lib/libc-2.18.so)
==22182==
--
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=26119
Summary: kernel32/pipe tests show some valgrind warnings
Product: Wine
Version: 1.3.13
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download, source, testcase
Severity: minor
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=33293)
--> (http://bugs.winehq.org/attachment.cgi?id=33293)
valgrind log
Syscall param writev(vector[...]) points to uninitialised byte(s)
at writev (in /lib/libc-2.11.2.so)
by send_request (server.c:209)
by wine_server_call (server.c:290)
by NTDLL_wait_for_multiple_objects (sync.c:1118)
by NtWaitForMultipleObjects (sync.c:1162)
by NtWaitForSingleObject (sync.c:1171)
by server_ioctl_file (file.c:1276)
by NtFsControlFile (file.c:1523)
by ConnectNamedPipe (sync.c:1589)
by serverThreadMain1 (pipe.c:425)
by ??? (signal_i386.c:2473)
by call_thread_entry_point (signal_i386.c:2499)
by start_thread (thread.c:404)
by start_thread (in /lib/libpthread-2.11.2.so)
by clone (in /lib/libc-2.11.2.so)
Address 0x7f43e42c is on thread 1's stack
Uninitialised value was created by a stack allocation
at ConnectNamedPipe (sync.c:1575)
and several possibly memory leaks.
--
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=33284
Bug #: 33284
Summary: Direct3D(maybe directx7) problems in old games
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: liuycsd(a)gmail.com
Classification: Unclassified
Created attachment 44034
--> http://bugs.winehq.org/attachment.cgi?id=44034
screenshots and terminal logs (see index.html inside)
I've run the game called "Xin Shendiao Xialv"("The Giant Eagle and It's
Companion",Released in about the year 2000 by 昱泉國際股份有限公司) I(Shendiao.exe) and
II(EagleII.exe).
But
1. in some of the 3D scenes,it shows me white textures.^[1]
2. In gdi mode,
□ texts are shown without a background box.^[2]
□ EagleII.exe crash in this mode frequently in defferent place.
3. In opengl mode,No(Shendiao.exe(LIBGL_ALWAYS_SOFTWARE=1) and EagleII.exe) or
Only Part(Shandiao.exe) of the 3D objects can be shown.^[3]
I'm not sure what actually results in the problem.The following lines were
shown then.
warn:d3d_surface:wined3d_surface_blt Using fallback for complex blit
(0x8000).
warn:d3d_surface:IWineD3DSurfaceImpl_BltOverride Src is in sysmem,
rejecting gl blt
warn:d3d_surface:surface_load_location Operation requires 0x2 access, but
surface only has 0x1.
fixme:d3d_surface:surface_load_location Unimplemented location
SFLAG_INSYSMEM for depth/stencil buffers.
fixme:d3d_surface:surface_load_location Unimplemented location
SFLAG_INSYSMEM for depth/stencil buffers.
fixme:d3d_surface:surface_unmap Depth / stencil buffer locking is not
implemented.
-----
I'm sorry that I can't provide the executable files.
--
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=23729
Summary: Need for Speed: throbbing glob around language and
save game name not as noticable on Wine
Product: Wine
Version: 1.2
Platform: x86
URL: http://cdn.needforspeed.com/data/downloads/shift/NFSSH
IFTPCDEMO.exe
OS/Version: Linux
Status: NEW
Keywords: download
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
You can't see this unless you compare Windows and Wine side by side,
but: I didn't even realize there was a throbbing halo around the
language choice and save game name choice until I saw it on Windows.
When I went back to Wine, I saw it was there too, but not as noticeable.
Also affects downloadable demo.
Needless to say, this is a minor detail.
--
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=36405
Bug ID: 36405
Summary: valgrind shows a leak in msxml3/tests/xmlview.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
==20037== 112 bytes in 1 blocks are definitely lost in loss record 4,931 of
6,354
==20037== at 0x7BC50A9B: RtlAllocateHeap (heap.c:255)
==20037== by 0x7558530: update_cp_events (mshtml_private.h:1049)
==20037== by 0x75393FB: HTMLDocument_on_advise (htmldoc.c:3839)
==20037== by 0x7521730: ConnectionPoint_Advise (conpoint.c:269)
==20037== by 0x4DD7CDF: test_Load (ocidl.h:3659)
==20037== by 0x4DD84EA: func_xmlview (xmlview.c:270)
==20037== by 0x4DD9310: run_test (test.h:584)
==20037== by 0x4DD96FF: main (test.h:654)
==20037==
--
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=36404
Bug ID: 36404
Summary: valgrind shows a leak in faultrep/tests/faultrep.c
Product: Wine
Version: 1.7.17
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: directx-dsound
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==15724== 16 bytes in 1 blocks are definitely lost in loss record 15 of 94
==15724== at 0x7BC508EB: RtlAllocateHeap (heap.c:255)
==15724== by 0x7BC76872: RtlAllocateAndInitializeSid (sec.c:156)
==15724== by 0x51F9377: AllocateAndInitializeSid (security.c:916)
==15724== by 0x4A9510A: func_faultrep (faultrep.c:59)
==15724== by 0x4A956FA: run_test (test.h:584)
==15724== by 0x4A94C0E: main (test.h:654)
==15724==
--
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=23821
Summary: Super Mario Brothers X hangs in quartz?
Product: Wine
Version: 1.2
Platform: x86
URL: http://www.supermariobrothers.org
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: quartz
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
The free downloadable game Super Mario Brothers X installs ok.
It requires 'winetricks vb6run' to run, and gets two screens in
before hanging with an infinite series of messages like
fixme:quartz:parse_header Not a valid header: 62:04
Clicking the checkmark on the startup screen to disable game
sound lets the game run fine. Some people say 'winetricks quartz'
solves the problem
(http://www.supermariobrothers.org/forums/viewtopic.php?f=8&t=6711 )
--
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=36266
Bug ID: 36266
Summary: valgrind shows several leaks in dmusic/tests/dmusic.c
Product: Wine
Version: 1.7.18
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: directx-dmusic
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==4171== 848 bytes in 1 blocks are definitely lost in loss record 658 of 735
==4171== at 0x7BC4C735: notify_alloc (heap.c:255)
==4171== by 0x7BC50F79: RtlAllocateHeap (heap.c:1716)
==4171== by 0x5BAFDCB: DMUSIC_CreateDirectMusicCollectionImpl
(collection.c:828)
==4171== by 0x5BB1ABB: ClassFactory_CreateInstance (dmusic_main.c:100)
==4171== by 0x4D3AE26: CoCreateInstance (unknwn.h:226)
==4171== by 0x4956AD0: test_dmcoll (dmusic.c:320)
==4171== by 0x4956FFD: func_dmusic (dmusic.c:381)
==4171== by 0x4957DF8: run_test (test.h:584)
==4171== by 0x49581E6: main (test.h:654)
==4171==
==4191== 848 bytes in 1 blocks are definitely lost in loss record 655 of 733
==4191== at 0x7BC4C735: notify_alloc (heap.c:255)
==4191== by 0x7BC50F79: RtlAllocateHeap (heap.c:1716)
==4191== by 0x5BAFDCB: DMUSIC_CreateDirectMusicCollectionImpl
(collection.c:828)
==4191== by 0x5BB1ABB: ClassFactory_CreateInstance (dmusic_main.c:100)
==4191== by 0x4D3AE26: CoCreateInstance (unknwn.h:226)
==4191== by 0x4956750: test_COM_dmcoll (dmusic.c:285)
==4191== by 0x4956FEE: func_dmusic (dmusic.c:378)
==4191== by 0x4957DF8: run_test (test.h:584)
==4191== by 0x49581E6: main (test.h:654)
==4191==
==4250== 448 bytes in 1 blocks are definitely lost in loss record 586 of 733
==4250== at 0x7BC4C735: notify_alloc (heap.c:255)
==4250== by 0x7BC50F79: RtlAllocateHeap (heap.c:1716)
==4250== by 0x5BBAA04: DMUSIC_CreateSynthPortImpl (port.c:693)
==4250== by 0x5BB4741: IDirectMusic8Impl_CreatePort (dmusic.c:156)
==4250== by 0x4954FF7: test_dmusic (dmusic.c:70)
==4250== by 0x4956FF3: func_dmusic (dmusic.c:379)
==4250== by 0x4957DF8: run_test (test.h:584)
==4250== by 0x49581E6: main (test.h:654)
==4250==
==4270== 304 bytes in 1 blocks are definitely lost in loss record 570 of 733
==4270== at 0x7BC4C735: notify_alloc (heap.c:255)
==4270== by 0x7BC50F79: RtlAllocateHeap (heap.c:1716)
==4270== by 0x5BBEF3C: DMUSIC_CreateReferenceClockImpl (clock.c:129)
==4270== by 0x5BC551A: DMUSIC_CreateDirectMusicImpl (dmusic.c:423)
==4270== by 0x5BC5ABB: ClassFactory_CreateInstance (dmusic_main.c:100)
==4270== by 0x4D4AE26: CoCreateInstance (unknwn.h:226)
==4270== by 0x4955778: test_dmbuffer (dmusic.c:137)
==4270== by 0x4956FF8: func_dmusic (dmusic.c:380)
==4270== by 0x4957DF8: run_test (test.h:584)
==4270== by 0x49581E6: main (test.h:654)
==4270==
==4309== 56 bytes in 1 blocks are possibly lost in loss record 346 of 733
==4309== at 0x7BC4C735: notify_alloc (heap.c:255)
==4309== by 0x7BC50F79: RtlAllocateHeap (heap.c:1716)
==4309== by 0x5BEE2EC: MMDRV_InitPerType (lolvldrv.c:384)
==4309== by 0x5BEEC4D: MMDRV_Install (lolvldrv.c:476)
==4309== by 0x5BEF16F: MMDRV_Init (lolvldrv.c:547)
==4309== by 0x5BECF4B: MMDRV_InitSingleType (lolvldrv.c:78)
==4309== by 0x5BECFEE: MMDRV_GetNum (lolvldrv.c:89)
==4309== by 0x5C0A7C8: midiOutGetNumDevs (winmm.c:284)
==4309== by 0x5BB5004: create_system_ports_list (dmusic.c:328)
==4309== by 0x5BB55C7: DMUSIC_CreateDirectMusicImpl (dmusic.c:436)
==4309== by 0x5BB5ABB: ClassFactory_CreateInstance (dmusic_main.c:100)
==4309== by 0x4D3AE26: CoCreateInstance (unknwn.h:226)
==4309== by 0x4956F50: missing_dmusic (dmusic.c:356)
==4309== by 0x4956FB5: func_dmusic (dmusic.c:371)
==4309== by 0x4957DF8: run_test (test.h:584)
==4309== by 0x49581E6: main (test.h:654)
==4309==
--
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=36615
Bug ID: 36615
Summary: valgrind shows a definite leak in
mshtml/tests/htmldoc.c
Product: Wine
Version: 1.7.19
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: mshtml
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==3134== 112 bytes in 1 blocks are definitely lost in loss record 8,688 of
12,948
==3134== at 0x7BC4C6DF: notify_alloc (heap.c:255)
==3134== by 0x7BC515C4: RtlReAllocateHeap (heap.c:1883)
==3134== by 0x7B845879: HeapReAlloc (heap.c:281)
==3134== by 0x7B8465DA: GlobalReAlloc (heap.c:679)
==3134== by 0x4FC8BD2: HGLOBALStreamImpl_SetSize (hglobalstream.c:381)
==3134== by 0x4FC886D: HGLOBALStreamImpl_Write (objidl.h:4391)
==3134== by 0x6DD059D: PersistHistory_SaveHistory (objidl.h:4384)
==3134== by 0x4CEC11B: test_save_history (perhist.h:141)
==3134== by 0x4CEE5F8: OleCommandTarget_Exec (htmldoc.c:3097)
==3134== by 0x6DCD298: notify_travellog_update (docobj.h:981)
==3134== by 0x6DCD46F: set_current_mon (persist.c:134)
==3134== by 0x6DA5B11: navigate_proc (navigate.c:2093)
==3134== by 0x6DE4D8C: hidden_proc (task.c:316)
==3134== by 0x55A14F5: ??? (winproc.c:173)
==3134== by 0x55A166A: call_window_proc (winproc.c:244)
==3134== by 0x55A2858: WINPROC_CallProcAtoW (winproc.c:603)
==3134== by 0x55A38FD: WINPROC_call_window (winproc.c:911)
==3134== by 0x5564859: DispatchMessageA (message.c:3948)
==3134== by 0x4CF697E: test_download (htmldoc.c:5753)
==3134== by 0x4CF8BB9: test_put_href (htmldoc.c:6068)
==3134==
--
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=35276
Bug ID: 35276
Summary: Slingplayer 2.0: multiple crashes in kernel32 during
install in WOW64 mode
Product: Wine
Version: 1.7.9
Hardware: x86-64
URL: http://download.slingmedia.com/player/pc/SP2/SlingPlay
er-2.0.3508-Setup-EMEA.exe
OS: Linux
Status: NEW
Keywords: download, Installer, win64
Severity: trivial
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: imwellcushtymelike(a)gmail.com
Classification: Unclassified
Created attachment 47050
--> http://bugs.winehq.org/attachment.cgi?id=47050
wine-1.7.9-108-ged2d53a console output
Installing SlingPlayer 2.0.4 in WOW64 mode results in multiple crashes in
kernel32, and the installer eventually claims to have failed. However, the
program is installed and usable, so it is more of a nuisance than anything
else.
To get this far:
1. Set Windows mode to Vista (do NOT use Winetricks)
2. winetricks nocrashdialog (not necessary)
3. Install.
--
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=36268
Bug ID: 36268
Summary: valgrind shows several leaks in
dmloader/tests/loader.c
Product: Wine
Version: 1.7.18
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: directx-dmusic
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==4220== 880 bytes in 1 blocks are definitely lost in loss record 783 of 872
==4220== at 0x7BC4C735: notify_alloc (heap.c:255)
==4220== by 0x7BC50F79: RtlAllocateHeap (heap.c:1716)
==4220== by 0x5F8C7C8: create_dmcontainer (container.c:917)
==4220== by 0x5F8DA8F: ClassFactory_CreateInstance (dmloader_main.c:101)
==4220== by 0x4D3AE26: CoCreateInstance (unknwn.h:226)
==4220== by 0x49558D7: test_COM_container (loader.c:189)
==4220== by 0x4955CB4: func_loader (loader.c:234)
==4220== by 0x4956AB0: run_test (test.h:584)
==4220== by 0x4956E9E: main (test.h:654)
==4220==
==4280== 104 bytes in 1 blocks are possibly lost in loss record 566 of 872
==4280== at 0x7BC4C735: notify_alloc (heap.c:255)
==4280== by 0x7BC50F79: RtlAllocateHeap (heap.c:1716)
==4280== by 0x5FD0389: create_dmsegment (segment.c:1340)
==4280== by 0x5FBC088: ClassFactory_CreateInstance (dmime_main.c:100)
==4280== by 0x4D3AE26: CoCreateInstance (unknwn.h:226)
==4280== by 0x5F8FA9B: IDirectMusicLoaderImpl_GetObject (loader.c:312)
==4280== by 0x495525E: test_simple_playing (loader.c:110)
==4280== by 0x4955CAA: func_loader (loader.c:232)
==4280== by 0x4956AB0: run_test (test.h:584)
==4280== by 0x4956E9E: main (test.h:654)
==4280==
==4327== 56 bytes in 1 blocks are possibly lost in loss record 431 of 876
==4327== at 0x7BC4C735: notify_alloc (heap.c:255)
==4327== by 0x7BC50F79: RtlAllocateHeap (heap.c:1716)
==4327== by 0xC1632EC: MMDRV_InitPerType (lolvldrv.c:384)
==4327== by 0xC163C4D: MMDRV_Install (lolvldrv.c:476)
==4327== by 0xC16416F: MMDRV_Init (lolvldrv.c:547)
==4327== by 0xC161F4B: MMDRV_InitSingleType (lolvldrv.c:78)
==4327== by 0xC161FEE: MMDRV_GetNum (lolvldrv.c:89)
==4327== by 0xC17F7C8: midiOutGetNumDevs (winmm.c:284)
==4327== by 0x800E004: create_system_ports_list (dmusic.c:328)
==4327== by 0x800E5C7: DMUSIC_CreateDirectMusicImpl (dmusic.c:436)
==4327== by 0x800EABB: ClassFactory_CreateInstance (dmusic_main.c:100)
==4327== by 0x4D4AE26: CoCreateInstance (unknwn.h:226)
==4327== by 0x5FD5DA9: IDirectMusicPerformance8Impl_Init (performance.c:286)
==4327== by 0x5FD8498: IDirectMusicPerformance8Impl_InitAudio
(performance.c:930)
==4327== by 0x4954F82: test_simple_playing (loader.c:83)
==4327== by 0x4955CAA: func_loader (loader.c:232)
==4327== by 0x4956AB0: run_test (test.h:584)
==4327== by 0x4956E9E: main (test.h:654)
==4327==
==4366== 16 bytes in 1 blocks are definitely lost in loss record 150 of 880
==4366== at 0x7BC4C735: notify_alloc (heap.c:255)
==4366== by 0x7BC50F79: RtlAllocateHeap (heap.c:1716)
==4366== by 0x5FA2379: create_dmloader (loader.c:899)
==4366== by 0x5F9DA8F: ClassFactory_CreateInstance (dmloader_main.c:101)
==4366== by 0x4D4AE26: CoCreateInstance (unknwn.h:226)
==4366== by 0x4955605: test_COM (loader.c:152)
==4366== by 0x4955CAF: func_loader (loader.c:233)
==4366== by 0x4956AB0: run_test (test.h:584)
==4366== by 0x4956E9E: main (test.h:654)
==4366==
==4511== 44 bytes in 1 blocks are definitely lost in loss record 384 of 872
==4511== at 0x7BC4C735: notify_alloc (heap.c:255)
==4511== by 0x7BC50F79: RtlAllocateHeap (heap.c:1716)
==4511== by 0x5FA3B1E: create_dmaudiopath (audiopath.c:642)
==4511== by 0x5FB09FE: IDirectMusicPerformance8Impl_CreateStandardAudioPath
(performance.c:1033)
==4511== by 0x5FB05BF: IDirectMusicPerformance8Impl_InitAudio
(performance.c:952)
==4511== by 0x4944F82: test_simple_playing (loader.c:83)
==4511== by 0x4945CAA: func_loader (loader.c:232)
==4511== by 0x4946AB0: run_test (test.h:584)
==4511== by 0x4946E9E: main (test.h:654)
==4511==
==4877== 44 bytes in 1 blocks are definitely lost in loss record 389 of 876
==4877== at 0x7BC4C735: notify_alloc (heap.c:255)
==4877== by 0x7BC50F79: RtlAllocateHeap (heap.c:1716)
==4877== by 0x5FCBB1E: create_dmaudiopath (audiopath.c:642)
==4877== by 0x5FD89FE: IDirectMusicPerformance8Impl_CreateStandardAudioPath
(performance.c:1033)
==4877== by 0x495508B: test_simple_playing (loader.c:93)
==4877== by 0x4955CAA: func_loader (loader.c:232)
==4877== by 0x4956AB0: run_test (test.h:584)
==4877== by 0x4956E9E: main (test.h:654)
==4877==
==4985== 40 bytes in 1 blocks are definitely lost in loss record 366 of 870
==4985== at 0x7BC4C735: notify_alloc (heap.c:255)
==4985== by 0x7BC50F79: RtlAllocateHeap (heap.c:1716)
==4985== by 0x5F9CCE0: DMUSIC_CreateDirectMusicLoaderResourceStream
(loaderstream.c:553)
==4985== by 0x5F9771D: IDirectMusicLoaderImpl_GetObject (loader.c:278)
==4985== by 0x49651A7: test_simple_playing (loader.c:103)
==4985== by 0x4965CAA: func_loader (loader.c:232)
==4985== by 0x4966AB0: run_test (test.h:584)
==4985== by 0x4966E9E: main (test.h:654)
==4985==
--
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=36193
Bug ID: 36193
Summary: valgrind shows some possible leaks in
mmdevapi/tests/capture.c
Product: Wine
Version: 1.7.17
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: mmdevapi
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==11962== 28 bytes in 1 blocks are possibly lost in loss record 99 of 483
==11962== at 0x7BC4C6B7: notify_alloc (heap.c:255)
==11962== by 0x7BC50EFB: RtlAllocateHeap (heap.c:1716)
==11962== by 0x4FC483E: COMPOBJ_DllList_Add (compobj.c:526)
==11962== by 0x4FC6B7A: apartment_getclassobject (compobj.c:1335)
==11962== by 0x4FCA2C4: get_inproc_class_object (compobj.c:2894)
==11962== by 0x4FCA783: CoGetClassObject (compobj.c:3032)
==11962== by 0x4FCAD45: CoCreateInstance (compobj.c:3197)
==11962== by 0x4E5F328: func_capture (capture.c:1081)
==11962== by 0x4E74EAF: run_test (test.h:584)
==11962== by 0x4E7529E: main (test.h:654)
==11962==
==12008== 76 bytes in 1 blocks are possibly lost in loss record 225 of 481
==12008== at 0x7BC4C6B7: notify_alloc (heap.c:255)
==12008== by 0x7BC50EFB: RtlAllocateHeap (heap.c:1716)
==12008== by 0x652ED88: create_session (mmdevdrv.c:1038)
==12008== by 0x652EE82: get_audio_session (mmdevdrv.c:1068)
==12008== by 0x6530737: AudioClient_Initialize (mmdevdrv.c:1460)
==12008== by 0x4E4DBC8: test_audioclient (audioclient.h:315)
==12008== by 0x4E52477: func_capture (capture.c:1099)
==12008== by 0x4E67EAF: run_test (test.h:584)
==12008== by 0x4E6829E: main (test.h:654)
==12008==
--
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=36239
Bug ID: 36239
Summary: valgrind shows a potential leak in
cryptnet/tests/cryptnet.c
Product: Wine
Version: 1.7.18
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: crypt32
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==25097== 2,664 bytes in 74 blocks are possibly lost in loss record 295 of 312
==25097== at 0x7BC4C735: notify_alloc (heap.c:255)
==25097== by 0x7BC50F79: RtlAllocateHeap (heap.c:1716)
==25097== by 0x4D639FE: CryptMemAlloc (main.c:124)
==25097== by 0x4D769BD: init_oid_info (oid.c:1403)
==25097== by 0x4D77347: crypt_oid_init (oid.c:1613)
==25097== by 0x4D63578: DllMain (main.c:46)
==25097== by 0x4D8B522: __wine_spec_dll_entry (dll_entry.c:40)
==25097== by 0x7BC52FC0: ??? (loader.c:138)
==25097== by 0x7BC555FE: MODULE_InitDLL (loader.c:1068)
==25097== by 0x7BC5597C: process_attach (loader.c:1157)
==25097== by 0x7BC5592C: process_attach (loader.c:1149)
==25097== by 0x7BC5592C: process_attach (loader.c:1149)
==25097== by 0x7BC59F29: attach_process_dlls (loader.c:2769)
==25097== by 0x401B03C: ??? (port.c:60)
--
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=36071
Bug ID: 36071
Summary: kernel32/pipe tests fail under valgrind
Product: Wine
Version: 1.7.17
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: minor
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Depends on: 26119
The tests have several valgrind warnings (bug 26119), but also fail under
valgrind:
austin@aw25 ~/wine-valgrind/dlls/kernel32/tests $ rm *ok ; make pipe.ok
rm: cannot remove ‘*ok’: No such file or directory
../../../tools/runtest -q -P wine -T ../../.. -M kernel32.dll -p
kernel32_test.exe.so pipe && touch pipe.ok
preloader: Warning: failed to reserve range 00110000-68000000
preloader: Warning: failed to reserve range 7f000000-82000000
pipe.c:459: Test failed: ConnectNamedPipe
pipe.c:469: Test failed: ReadFile
pipe.c:470: Test failed: short read
pipe.c:473: Test failed: WriteFile
pipe.c:480: Test failed: DisconnectNamedPipe
pipe.c:459: Test failed: ConnectNamedPipe
pipe.c:469: Test failed: ReadFile
pipe.c:470: Test failed: short read
pipe.c:473: Test failed: WriteFile
pipe.c:480: Test failed: DisconnectNamedPipe
pipe.c:938: Test failed: client opening named pipe
pipe.c:943: Test failed: WriteFile to client end of pipe
pipe.c:944: Test failed: write file len
pipe.c:946: Test failed: ReadFile from client end of pipe
pipe.c:947: Test failed: read file len
pipe.c:951: Test failed: CloseHandle
pipe.c:938: Test failed: client opening named pipe
pipe.c:943: Test failed: WriteFile to client end of pipe
pipe.c:944: Test failed: write file len
pipe.c:946: Test failed: ReadFile from client end of pipe
pipe.c:947: Test failed: read file len
pipe.c:951: Test failed: CloseHandle
pipe.c:612: Test failed: overlapped ConnectNamedPipe
pipe.c:629: Test failed: GetOverlappedResult ConnectNamedPipe
pipe.c:640: Test failed: overlapped ReadFile
pipe.c:658: Test failed: overlapped ReadFile
pipe.c:664: Test failed: overlapped WriteFile
pipe.c:682: Test failed: overlapped WriteFile
pipe.c:687: Test failed: DisconnectNamedPipe
pipe.c:938: Test failed: client opening named pipe
pipe.c:943: Test failed: WriteFile to client end of pipe
pipe.c:944: Test failed: write file len
pipe.c:946: Test failed: ReadFile from client end of pipe
pipe.c:947: Test failed: read file len
pipe.c:951: Test failed: CloseHandle
pipe.c:734: Test failed: overlapped ConnectNamedPipe got 0 err 231
pipe.c:761: Test failed: overlapped ReadFile, err=233
pipe.c:938: Test failed: client opening named pipe
pipe.c:943: Test failed: WriteFile to client end of pipe
pipe.c:944: Test failed: write file len
pipe.c:946: Test failed: ReadFile from client end of pipe
pipe.c:947: Test failed: read file len
pipe.c:951: Test failed: CloseHandle
pipe.c:938: Test failed: client opening named pipe
pipe.c:943: Test failed: WriteFile to client end of pipe
pipe.c:944: Test failed: write file len
pipe.c:946: Test failed: ReadFile from client end of pipe
pipe.c:947: Test failed: read file len
pipe.c:951: Test failed: CloseHandle
pipe.c:938: Test failed: client opening named pipe
pipe.c:943: Test failed: WriteFile to client end of pipe
pipe.c:944: Test failed: write file len
pipe.c:946: Test failed: ReadFile from client end of pipe
pipe.c:947: Test failed: read file len
pipe.c:951: Test failed: CloseHandle
pipe.c:764: Test failed: ReadFile GetQueuedCompletionStatus failed, errno=258
pipe.c:776: Test failed: overlapped WriteFile failed, err=233
pipe.c:427: Test failed: alarm
Makefile:529: recipe for target 'pipe.ok' failed
make: *** [pipe.ok] Error 1
note that this is a separate issue from bug 35781.
--
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=18985
Summary: Two bugs in HTML-kit
Product: Wine
Version: 1.1.23
Platform: PC
URL: http://htmlkit.com/download/
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xerox_xerox2000(a)yahoo.co.uk
Hi, a user reported trouble with this app here:
http://ubuntuforums.org/showthread.php?t=1190483
I gave it a try and actually there seem to be two bugs:
1. All icons in toolbar are black. In the console the line appears:
err:imagelist:IMAGELIST_InternalExpandBitmaps creating new image bitmap
(x=25600 y=16)!
2. After doing from the menu: Edit->Prefernces->OK an access violation occurs
and the app is no longer usable.
Both bugs are gone using native 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=12332
Summary: driver dev kit won't install
Product: Wine
Version: 0.9.58.
Platform: PC-x86-64
URL: http://download.microsoft.com/download/9/0/f/90f019ac-
8243-48d3-91cf-81fc4093ecfd/1830_usa_ddk.iso
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: setupapi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: htl10(a)users.sourceforge.net
This seems to be a problem with setupapi rather than msi... in an case, I am
just after the documentations and the examples, so I just like it to unpack
nicely, the result doesn't need to be functional...
--
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=38182
Bug ID: 38182
Summary: King of Dragon Pass: can't change audio volume level
Product: Wine
Version: 1.3.25
Hardware: x86
URL: http://a-sharp.com/files/KoDP-Tour.exe
OS: Linux
Status: NEW
Keywords: download, regression
Severity: minor
Priority: P2
Component: winmm&mci
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
CC: aeikum(a)codeweavers.com
Regression SHA1: be158e48ad8ee556941bd3f1ff94ca7116680d00
Distribution: ---
Adjusting the volume level in the game has no effect, the game is playing audio
on the default, highest volume.
The game is originally from 1999, I tested with the GOG version. The problem
can be reproduced with the demo version too.
The same problem in Wine 1.4.1, 1.6.2 and 1.7.38.
Last working version: Wine 1.3.25.
Regression introduced by
commit be158e48ad8ee556941bd3f1ff94ca7116680d00
Author: Andrew Eikum <aeikum(a)codeweavers.com>
Date: Mon Jul 11 08:28:30 2011 -0500
winmm: Implement waveOut* on top of MMDevAPI.
Steps to reproduce the problem in the demo:
After installation start the game with tour.exe. Click on the highlighted
<Tour> button then click <Skip all> then <Play>. Click on the button right next
to <Proceed> in the lower right corner and try to change audio volume level
using the slider...you can't.
Wine 1.7.38
Fedora 21
Alsa 1.0.28 (Pulseaudio is not running)
KoDP-Tour.exe
sha1: 445443bd6365f71257abfe0809e9a1932791d1ed
--
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=27185
Summary: PC Mark 7 doesn't run under Wine
Product: Wine
Version: 1.3.20
Platform: x86
URL: http://www.gamershell.com/news_116756.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
Appears to be a .NET 4 application:
austin@aw25 ~/.wine/drive_c/Program Files/Futuremark/PCMark 7/bin $ wine
PCMark7.exe
fixme:actctx:parse_manifest_buffer root element is L"asmv1:assembly", not
<assembly>
fixme:mscoree:CLRMetaHost_GetRuntime Unrecognized version L"v4.0.20926"
though installing mono210 doesn't seem to help. Windows version was set to
Windows 7, but XP had the same 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.
https://bugs.winehq.org/show_bug.cgi?id=38423
Bug ID: 38423
Summary: Python 3.5.x exe installer fails with Access denied
error
Product: Wine
Version: 1.7.40
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: bunglehead(a)gmail.com
Distribution: ---
When you start 3.5.0a3 installer (webinstall or a full one) you get blank
dialog with no controls (I don't know if it's expected or not), clicking
anywhere shows up a progress bar but after a couple of moments if fails with
access denied error.
--
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=31350
Bug #: 31350
Summary: Cannot install T-Online
mediencenter_assistent_setup.exe (entry point method)
Product: Wine
Version: 1.5.9
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: johannesobermayr(a)gmx.de
Classification: Unclassified
wine mediencenter_assistent_setup.exe
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
The entry point method could not be loaded
--
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.