http://bugs.winehq.org/show_bug.cgi?id=36230
Bug ID: 36230
Summary: qcap: Silverlight requires Audio Capture Filter
Product: Wine
Version: 1.7.18
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: michael(a)fds-team.de
Silverlight requires the "Audio Capture Filter" for recording from the
microphone.
Steps to reproduce (Download Silverlight + start configuration dialog):
wget
http://silverlight.dlservice.microsoft.com/download/B/A/9/BA94BEC9-5DBC-4B5…
wine Silverlight.exe
wine "C:\Program Files\Microsoft
Silverlight\5.1.30214.0\Silverlight.Configuration.exe"
Change to the Webcam and Microphone Tab. The list of devices is empty and you
should see the following debug messages:
-------
err:ole:CoGetClassObject no class object {e30629d2-27e5-11ce-875d-00608cb78066}
could be created for context 0x17
fixme:strmbase:STRMBASE_DllGetClassObject
{e30629d2-27e5-11ce-875d-00608cb78066}: class not implemented yet.
-------
The CLSID belongs to CLSID_AudioRecord and is not implemented in
dlls/qcap/qcap_main.c (/* FIXME: Implement QCAP_createAudioCaptureFilter */)
--
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=32893
Bug #: 32893
Summary: SNES9x DirectDraw display not refreshed correctly when
menus shown
Product: Wine
Version: 1.5.23
Platform: x86-64
URL: http://files.ipherswipsite.com/snes9x/snes9x-1.53-win3
2.zip
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: markk(a)clara.co.uk
Classification: Unclassified
Created attachment 43440
--> http://bugs.winehq.org/attachment.cgi?id=43440
Showing refresh problem #1
I'm testing with Wine 1.5.23, SNES9x 1.53, Lubuntu 11.10 x86-64, Nvidia driver
304.64.
There is a small issue with the way the SNES9x DirectDraw display is refreshed.
When you browse the menus, as you move from menu to menu the previous menu area
is cleared to black, instead of showing the emulated game.
There was a change at some point between Wine 1.5.18 and 1.5.23. With 1.5.18
all "old" menus remained onscreen (see
http://bugs.winehq.org/attachment.cgi?id=42660), so the current behaviour is
better but not perfect.
To reproduce
- Download and unzip SNES9x.
- Download a SNES ROM, e.g. from
http://pdroms.de/files/supernintendoentertainmentsystem/skipp-and-friends-p…
- Run SNES9x. Select File->Load Game... and select SAF.smc
- Currently the default Direct3D output gives an empty/black window (bug
32319). So change to DirectDraw output: select Video->Display Configuration...,
change Output Method to DirectDraw and click OK.
- Click on the menu bar to browse the menus. As you move from menu to menu,
notice that the region which was occupied by the previously-shown menu is
black.
--
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=34188
Bug #: 34188
Summary: crash when creating a new wineprefix with winemac.drv
Product: Wine
Version: 1.6
Platform: x86
OS/Version: Mac OS X
Status: NEW
Severity: normal
Priority: P2
Component: winemac.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Classification: Unclassified
Created attachment 45475
--> http://bugs.winehq.org/attachment.cgi?id=45475
backtrace
May only be in 10.7+.
--
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=36272
Bug ID: 36272
Summary: valgrind shows several leaks in
dmime/tests/performance.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
==6437== 28 bytes in 1 blocks are definitely lost in loss record 301 of 951
==6437== at 0x7BC4C735: notify_alloc (heap.c:255)
==6437== by 0x7BC50F79: RtlAllocateHeap (heap.c:1716)
==6437== by 0x7FBF4B1: DMUSIC_CreateDirectMusicImpl (dmusic.c:414)
==6437== by 0x7FBFABB: ClassFactory_CreateInstance (dmusic_main.c:100)
==6437== by 0x4D3AE26: CoCreateInstance (unknwn.h:226)
==6437== by 0x5F9ADA9: IDirectMusicPerformance8Impl_Init (performance.c:286)
==6437== by 0x4956EA6: test_createport (performance.c:104)
==6437== by 0x4957D93: func_performance (performance.c:263)
==6437== by 0x4958B90: run_test (test.h:584)
==6437== by 0x4958F7F: main (test.h:654)
==6437==
==6437== 44 bytes in 1 blocks are definitely lost in loss record 432 of 951
==6437== at 0x7BC4C735: notify_alloc (heap.c:255)
==6437== by 0x7BC50F79: RtlAllocateHeap (heap.c:1716)
==6437== by 0x5F90B1E: create_dmaudiopath (audiopath.c:642)
==6437== by 0x5F9D9FE: IDirectMusicPerformance8Impl_CreateStandardAudioPath
(performance.c:1033)
==6437== by 0x5F9D5BF: IDirectMusicPerformance8Impl_InitAudio
(performance.c:952)
==6437== by 0x4956AD4: test_InitAudio (performance.c:51)
==6437== by 0x4957D53: func_performance (performance.c:256)
==6437== by 0x4958B90: run_test (test.h:584)
==6437== by 0x4958F7F: main (test.h:654)
==6437==
==6437== 56 bytes in 1 blocks are possibly lost in loss record 480 of 951
==6437== at 0x7BC4C735: notify_alloc (heap.c:255)
==6437== by 0x7BC50F79: RtlAllocateHeap (heap.c:1716)
==6437== by 0xC0632EC: MMDRV_InitPerType (lolvldrv.c:384)
==6437== by 0xC063C27: MMDRV_Install (lolvldrv.c:475)
==6437== by 0xC06416F: MMDRV_Init (lolvldrv.c:547)
==6437== by 0xC061F4B: MMDRV_InitSingleType (lolvldrv.c:78)
==6437== by 0xC061FEE: MMDRV_GetNum (lolvldrv.c:89)
==6437== by 0xC07F7C8: midiOutGetNumDevs (winmm.c:284)
==6437== by 0x7FBF004: create_system_ports_list (dmusic.c:328)
==6437== by 0x7FBF5C7: DMUSIC_CreateDirectMusicImpl (dmusic.c:436)
==6437== by 0x7FBFABB: ClassFactory_CreateInstance (dmusic_main.c:100)
==6437== by 0x4D3AE26: CoCreateInstance (unknwn.h:226)
==6437== by 0x5F9ADA9: IDirectMusicPerformance8Impl_Init (performance.c:286)
==6437== by 0x5F9D498: IDirectMusicPerformance8Impl_InitAudio
(performance.c:930)
==6437== by 0x4956AD4: test_InitAudio (performance.c:51)
==6437== by 0x4957D53: func_performance (performance.c:256)
==6437== by 0x4958B90: run_test (test.h:584)
==6437== by 0x4958F7F: main (test.h:654)
==6437==
==6437== 56 bytes in 1 blocks are possibly lost in loss record 481 of 951
==6437== at 0x7BC4C735: notify_alloc (heap.c:255)
==6437== by 0x7BC50F79: RtlAllocateHeap (heap.c:1716)
==6437== by 0xC0632EC: MMDRV_InitPerType (lolvldrv.c:384)
==6437== by 0xC063C4D: MMDRV_Install (lolvldrv.c:476)
==6437== by 0xC06416F: MMDRV_Init (lolvldrv.c:547)
==6437== by 0xC061F4B: MMDRV_InitSingleType (lolvldrv.c:78)
==6437== by 0xC061FEE: MMDRV_GetNum (lolvldrv.c:89)
==6437== by 0xC07F7C8: midiOutGetNumDevs (winmm.c:284)
==6437== by 0x7FBF004: create_system_ports_list (dmusic.c:328)
==6437== by 0x7FBF5C7: DMUSIC_CreateDirectMusicImpl (dmusic.c:436)
==6437== by 0x7FBFABB: ClassFactory_CreateInstance (dmusic_main.c:100)
==6437== by 0x4D3AE26: CoCreateInstance (unknwn.h:226)
==6437== by 0x5F9ADA9: IDirectMusicPerformance8Impl_Init (performance.c:286)
==6437== by 0x5F9D498: IDirectMusicPerformance8Impl_InitAudio
(performance.c:930)
==6437== by 0x4956AD4: test_InitAudio (performance.c:51)
==6437== by 0x4957D53: func_performance (performance.c:256)
==6437== by 0x4958B90: run_test (test.h:584)
==6437== by 0x4958F7F: main (test.h:654)
==6437==
==6437== 552 bytes in 1 blocks are possibly lost in loss record 789 of 951
==6437== at 0x7BC4C735: notify_alloc (heap.c:255)
==6437== by 0x7BC50F79: RtlAllocateHeap (heap.c:1716)
==6437== by 0x5F9E05B: create_dmperformance (performance.c:1218)
==6437== by 0x5F91088: ClassFactory_CreateInstance (dmime_main.c:100)
==6437== by 0x4D3AE26: CoCreateInstance (unknwn.h:226)
==6437== by 0x4957997: test_COM (performance.c:218)
==6437== by 0x4957D8E: func_performance (performance.c:262)
==6437== by 0x4958B90: run_test (test.h:584)
==6437== by 0x4958F7F: main (test.h:654)
==6437==
--
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=32983
Bug #: 32983
Summary: Artifacts demo crashes on start up
Product: Wine
Version: 1.5.23
Platform: x86
URL: http://illogictree.com/app/artifacts/files/Artifacts.z
ip
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: t.artem(a)mailcity.com
Classification: Unclassified
Created attachment 43572
--> http://bugs.winehq.org/attachment.cgi?id=43572
backtrace
Backtrace:
=>0 0xc8ae8ebd (0x00000000)
0xc8ae8ebd: -- no code accessible --
--
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=33945
Bug #: 33945
Summary: gcc warnings
Product: Wine
Version: 1.6-rc4
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: irwin(a)beluga.phys.uvic.ca
Classification: Unclassified
Created attachment 45085
--> http://bugs.winehq.org/attachment.cgi?id=45085
Wine-1.6-rc4 build warnings excluding missing glyph warnings
I have added an attachment consisting of the warning messages generated by
configure, make, and make install for my recent build of Wine-1.6-rc4 using gcc
(Debian 4.7.2-5) 4.7.2. This list of warnings was created as follows:
./configure .... >& configure.out
make >& make.out
make install >& make_install.out
grep -i warn *.out |grep -v "missing glyph" > wine_build_warnings
I have excluded the 1665 (!) glyph related warnings from
this list, e.g.,
make.out:warning: Courier 13: missing glyph for char f8925
because I assume those have something to do with missing system fonts on my own
system and nothing to do with Wine. The remaining 110 warnings consist of
76 "may be used uninitialized" warnings which should probably be looked at but
are likely not too serious and 25 "array subscript is above array bounds"
warning which sound more serious. There are also 9 miscellaneous warnings.
--
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=20054
Summary: Wine should include the Microsoft Sans Serif font
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: fonts
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: madewokherd(a)gmail.com
The GdipGetGenericFontFamilySansSerif function should return the "Microsoft
Sans Serif" font family, but this font does not exist in Wine. Wine should
include a truetype font with this name so gdiplus can be fixed.
http://source.winehq.org/git/wine.git/?a=blob;f=dlls/gdiplus/tests/font.c;h…
--
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=11273
Summary: Civilization I for Windows (16-bt) does not install
through setup
Product: Wine
Version: 0.9.53.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: setupapi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: neptunia(a)mail.ru
Civilization I for Windows (16-bt) does not install through setup.
Already existing installation works, though, with some bugs I've reported
separately.
--
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=19607
Summary: FIFA '97 does not start
Product: Wine
Version: 1.1.26
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: johan.palmqvist(a)home.se
Created an attachment (id=22862)
--> (http://bugs.winehq.org/attachment.cgi?id=22862)
FIFA '97 output
FIFA '97 does not start. See attached files for output.
System is a fully updated Kubuntu 9.04 with Wine 1.1.26 (default settings) on a
Dell D610 with Intel 915 graphics.
--
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=37551
Bug ID: 37551
Summary: FIFA Manager 13: Doesn't start - Black screen
Product: Wine
Version: 1.7.30
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: rundhund101(a)gmx.de
Distribution: ---
Created attachment 49972
--> https://bugs.winehq.org/attachment.cgi?id=49972
Log file with error message
After starting the Game the Screen goes black and nothing happens.
This message is created endlessly in the log file:
fixme:d3d_shader:shader_sm4_read_instruction Unrecognized opcode 0xff,
opcode_token 0x0000ffff.
The log got very big after that. ~2,6GB
Had to kill it.
--
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.