http://bugs.winehq.org/show_bug.cgi?id=14131
Summary: No sound in Morrowind using software mixing
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: leffeman(a)gmail.com
Created an attachment (id=14374)
--> (http://bugs.winehq.org/attachment.cgi?id=14374)
Wine output with software mixing
When running Morrowind on my integrated sound card (00:1b.0 Audio device: Intel
Corporation 82801I (ICH9 Family) HD Audio Controller (rev 02) and dmix for
software mixing) I do not get any sound or music in Morrowind (except for the
opening logo movie). When using a proper programmable sound card with hardware
mixing (05:02.0 Multimedia audio controller: Creative Labs SB Live! EMU10k1
(rev 07)) I do get sound and music.
Comparing the logs one can see that the one using software mixing crashes or
hangs;
err:ntdll:RtlpWaitForCriticalSection section 0x2986348 "transform.c:
TransformFilterImpl.csFilter" wait timed out in thread 0009, blocked by 001d,
retrying (60 sec)
.
--
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=14024
Summary: Photoshop CS2 installer crashes immediately
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: download, regression
Severity: normal
Priority: P2
Component: winmm&mci
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thestig(a)google.com
Created an attachment (id=14214)
--> (http://bugs.winehq.org/attachment.cgi?id=14214)
backtrace
The Photoshop CS2 trial installer crashes immediately with the current git. The
bad commit is:
commit efcdb202b2c37f1696f196955c6bbf4a523da4c3
Author: Dmitry Timoshkov <dmitry(a)codeweavers.com>
Date: Wed Jun 18 18:53:05 2008 +0900
winmm: Clear the fccType in mmioDescend for a not RIFF/LIST case.
one day after the release and we're back to breaking things. ;-)
--
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=14019
Summary: systray icon not displayed in dual screen
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jeisom(a)gmail.com
I have found that utorrent doesn't display its systray icon unless
I switch from dual screen to single screen. When I login to twinview the
systray icon is missing but if I use nvidia-settings I can switch to a single
screen.
Then restart the utorrent and have a systray icon. Turning back on the screen
doesn't remove then icon and it works. However if I restart utorrent
it will be as before and no systray icon.
--
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=13855
Summary: CVS head dlls/msxml3/domdoc.c doesn't compile
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: msxml3
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: david.ronis(a)mcgill.ca
Build has been failing for several weeks (I'm following the cvs head using
gcc-4.2.4). The error is:
/usr/bin/gcc -c -I. -I. -I../../include -I../../include
-I/opt/garnome-svn-2.23.3/include/libxml2 -I/opt/garnome-svn-2.23.3/include
-I/opt/garnome-svn-2.23.3/include/libxml2 -D__WINESRC__ -DCOM_NO_WINDOWS_H
-D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing
-Wdeclaration-after-statement -Wwrite-strings -Wpointer-arith -O3
-march=pentium4 -ffast-math -funroll-loops -fomit-frame-pointer -o domdoc.o
domdoc.c
domdoc.c: In function 'domdoc_createCDATASection':
domdoc.c:1051: error: 'comment' undeclared (first use in this function)
domdoc.c:1051: error: (Each undeclared identifier is reported only once
domdoc.c:1051: error: for each function it appears in.)
make[2]: *** [domdoc.o] Error 1
make[2]: Leaving directory `/home/ronis/Project/notar/wine/dlls/msxml3'
I've tried purging the msxml3 directory and reloading, but I get the same
error.
--
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=13723
Summary: Sound buffer freed by both winealsa.drv and dsound
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: directx-dsound
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
So, who owns the buffer? Looks like dsound and winealsa.drv
are having a little argument here. This doesn't happen on every
run, but it seems kinda bad:
$ cd dlls/dsound/tests
$ RUNTEST_USE_VALGRIND=1 ../../../tools/runtest -P wine -M dsound.dll -T
../../.. -p dsound_test.exe.so ds3d.c
...
Invalid free() / delete / delete[]
at notify_free (heap.c:199)
by RtlFreeHeap (heap.c:1284)
by DirectSoundDevice_Release (dsound.c:1285)
by IDirectSoundImpl_Release (dsound.c:304)
by IDirectSound_IDirectSound_Release (dsound.c:442)
by test_for_driver (ds3d.c:1004)
by dsenum_callback (ds3d.c:1281)
by DirectSoundEnumerateA (dsound_main.c:315)
by ds3d_tests (ds3d.c:1324)
by func_ds3d (ds3d.c:1344)
by run_test (test.h:421)
by main (test.h:470)
Address 0x466ef78 is 0 bytes inside a block of size 65,536 free'd
at free (vg_replace_malloc.c:323)
by snd_pcm_munmap (in /usr/lib/libasound.so.2.0.0)
by snd_pcm_hw_free (in /usr/lib/libasound.so.2.0.0)
by snd_pcm_generic_hw_free (in /usr/lib/libasound.so.2.0.0)
by snd_pcm_hw_free (in /usr/lib/libasound.so.2.0.0)
by (within /usr/lib/libasound.so.2.0.0)
by snd_pcm_hw_free (in /usr/lib/libasound.so.2.0.0)
by snd_pcm_close (in /usr/lib/libasound.so.2.0.0)
by IDsDriverBufferImpl_Release (dsoutput.c:274)
by DSOUND_PrimaryClose (primary.c:299)
by DSOUND_PrimaryDestroy (primary.c:331)
by DirectSoundDevice_Release (dsound.c:1268)
by IDirectSoundImpl_Release (dsound.c:304)
by IDirectSound_IDirectSound_Release (dsound.c:442)
by test_for_driver (ds3d.c:1004)
by dsenum_callback (ds3d.c:1281)
by DirectSoundEnumerateA (dsound_main.c:315)
by ds3d_tests (ds3d.c:1324)
by func_ds3d (ds3d.c:1344)
by run_test (test.h:421)
--
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=13672
Summary: mIRC 6.32 script editor crashes with assertion failure
in riched20
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://www.mirc.com/get.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: richedit
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nodisgod(a)yahoo.com
Created an attachment (id=13666)
--> (http://bugs.winehq.org/attachment.cgi?id=13666)
mIRC 6.32 backtrace
With Wine version wine-1.0-rc3-54-gb483b68, opening the script editor (Tools ->
Script Editor) causes an assertion failure in riched20. Installing native
riched20 through winetricks fixes the crash.
--
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=13552
Summary: eDrawings CAD Viewer crashes into shell32 while opening
a file
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: shell32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xerox_xerox2000(a)yahoo.co.uk
Hi, a user submitted garbage test result for this app. It crashes into shell32
while trying to open a file (a *dwg file in my case) I' ll attach a log
--
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=13425
Summary: The Punisher demo sound effect from launcher gets stuck
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://www.gamershell.com/download_7780.shtml
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ode5002(a)blueyonder.co.uk
Created an attachment (id=13335)
--> (http://bugs.winehq.org/attachment.cgi?id=13335)
punisher demo hangs on loading with debug on and sound problem happening
The 'racking' sound effect that plays when you press play button in the
launcher game. It stays stuck all through the game.
You can workaround the sound by turning off 'Enable Launcher Sounds' check box
in the audio tab of the launcher setup.
I tried running the demo with the WINEDEBUG=+relay but the demo hangs on the
loading screen. The tail of that is in report_file.
I ran it normally from the console and the output of that is in the
--
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=13403
Summary: fcc hangs , unless using native dbghelp
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://www3.firstclass.com/ClientDownloads/FC90ClientDow
nloadFiles/FC9106US.exe
OS/Version: Linux
Status: UNCONFIRMED
Keywords: download
Severity: normal
Priority: P2
Component: dbghelp
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xerox_xerox2000(a)yahoo.co.uk
A user sumitted garbage test results into appdb, so i gave it a try as well.
The only output is:
fixme:dbghelp:SymGetModuleInfo64 Wrong size
That's it basically, nothing further happens. With native dbghelp (the app
comes with it's own dbghelp, so no need to copy it) it gets a lot further, the
tray icon comes up fine; not sure if a main window is also to pop up, i'm not
familiar with this program, but that might be subject of another bug report
--
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.