http://bugs.winehq.org/show_bug.cgi?id=5439
Rafael Bedia <dcat+wine(a)trillinux.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dcat+wine(a)trillinux.org
--- Comment #3 from Rafael Bedia <dcat+wine(a)trillinux.org> 2007-10-28 23:07:07 ---
There is a patch for Shareaza that fixes this bug.
(http://sourceforge.net/tracker/index.php?func=detail&aid=1821020&group_id=1…)
But in case it doesn't get committed or other programs have this same problem
I'll try to explain my understanding of the bug.
In some cases when Shareaza asks for the menu to be closed it uses PostMessage(
WM_CANCELMODE, 0, 0 ) and things work as they are supposed to. But in 3 places
Shareaza uses SendMessage( WM_CANCELMODE, 0, 0 ) instead to close the menu.
Windows has no trouble with this second method but wine does. I did some
debugging (but I'm pretty new to wine) and found that wine doesn't seem to be
"seeing" the WM_CANCELMODE message when SendMessage is used. wine's
implementation of EndMenu() uses PostMessage( WM_CANCELMODE, 0, 0 ) and
changing Shareaza to send that message, as the patch above does, fixes things
in wine.
Hope that helps.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=8515
--- Comment #7 from Austin English <austinenglish(a)gmail.com> 2007-10-28 21:47:02 ---
Using:
http://r2demos.focus-home.com/Runaway-TDOTT-DEMO.exe
Runs fine here. Strange thing was that if not run in a virtual desktop, the
game was in grayscale and had static. In virtual desktop, it's fine.
What graphics cards/drivers are y'all using? I've got Nvidia Geforce FX 5200,
binary drivers.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=4359
Alexander Nicolaysen Sørnes <alex(a)thehandofagony.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #6 from Alexander Nicolaysen Sørnes <alex(a)thehandofagony.com> 2007-10-28 21:19:56 ---
This does not happen in Wine 0.9.48, however it then crashes if using builtin
shlwapi. I'll file a new bug for that.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10218
Summary: Winecfg does not find sound device(s)
Product: Wine
Version: 0.9.47.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: der.kosak(a)gmail.com
Created an attachment (id=8839)
--> (http://bugs.winehq.org/attachment.cgi?id=8839)
Messages from winecfg
I'm using wine with a Ubuntu Gutsy amd64 system, where I compiled alsa from
source (-libs, -utils, -driver, -firmware and -oss). All works well, playback
and recording.
I made a new .wine folder (moving the old one to other place) and tried to
configure sound. In winecfg's Audio tab are listed only 2 devices under ALSA,
and none under OSS. I think this ocurred because after I compiled alsa-oss,
because I tested the configuration a little while before, and even the Test
Sound worked.
Now winecfg doesn't recognize any sound devices.
I tried running a game with the "Driver Emulation" checked, and the sound
played briefly, before crashing (STALKER, in a local installation).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
Will do this, getting a bit late here, so tomorrow.
Thanks for the very fast response.
Joel Barnett
wine-bugs(a)winehq.org wrote:
> http://bugs.winehq.org/show_bug.cgi?id=10213
>
>
>
>
>
> --- Comment #1 from Austin English <austinenglish(a)gmail.com> 2007-10-28 15:52:59 ---
> Can you please run a regression test to find the patch that broke it:
>
> http://wiki.winehq.org/RegressionTesting
>
>
http://bugs.winehq.org/show_bug.cgi?id=10215
Summary: Wine can't find sound devices
Product: Wine
Version: 0.9.47.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: der.kosak(a)gmail.com
Created an attachment (id=8832)
--> (http://bugs.winehq.org/attachment.cgi?id=8832)
Output from wine running S.T.A.L.K.E.R. ver. 1.003
In winecfg, I selected only the OSS driver, selected Emulation, and clicked on
the "Test Sound" button. I heard a sound, and assumed it was OK. Ran STALKER
with wine (which I managed to get working some time ago), and it crashed with
the output in the attachment.
But, when I ran winecfg again, it didn't have any of the audio drivers
selected. Again, I selected ALSA, tested, OSS, tested, both, tested, and they
worked. When I closed winecfg, it failed with the output:
ALSA lib ../../src/conf.c:3949:(snd_config_expand) Unknown parameters 0
ALSA lib ../../../src/control/control.c:909:(snd_ctl_open_noupdate) Invalid CTL
default:0
ALSA lib ../../../src/seq/seq_hw.c:457:(snd_seq_hw_open) open /dev/snd/seq
failed: Arquivo ou diretório inexistente
ALSA lib ../../src/conf.c:3949:(snd_config_expand) Unknown parameters 0
ALSA lib ../../../src/control/control.c:909:(snd_ctl_open_noupdate) Invalid CTL
default:0
ALSA lib ../../../src/seq/seq_hw.c:457:(snd_seq_hw_open) open /dev/snd/seq
failed: Arquivo ou diretório inexistente
where "Arquivo ou diretório inexistente" means "No such file or directory".
And the audio test now stopped working.
I'm using Gutsy x86_64 with wine from the Winehq Ubuntu repository, and Alsa
compiled from source (alsa-driver, alsa-utils, alsa-lib, alsa-firmware and
alsa-oss). Sound recording won't work in my system with the official ubuntu
drivers.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=4355
--- Comment #13 from Alexander Nicolaysen Sørnes <alex(a)thehandofagony.com> 2007-10-28 17:59:59 ---
Using Wine 0.9.48, the installer installs WMP10 even in a fresh .wine, provided
the Windows version is set to XP. WMP10 runs but crashes after a short time.
I would be really surprised if the installer _really_ worked, though; ie. does
it install the files/keys necessary to play WMA/WMV files? WMP9 installer does
not do that.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=1886
Alexander Nicolaysen Sørnes <alex(a)thehandofagony.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|alex(a)thehandofagony.com |wine-bugs(a)winehq.org
--- Comment #28 from Alexander Nicolaysen Sørnes <alex(a)thehandofagony.com> 2007-10-28 17:37:41 ---
OK, I think fixing this may be bit of the top for me at the moment. :) I'll
keep looking at it, but ASSIGNED status may not be appropriate.
Anyway the stub CryptCATAdminAddCatalog is definitely a problem, as WMP9 uses
this to install key files. I have a patch to copy the cat files, but that
won't do any good.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=5601
EA Durbin <ead1234(a)hotmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ead1234(a)hotmail.com
--- Comment #4 from EA Durbin <ead1234(a)hotmail.com> 2007-10-28 16:16:30 ---
What version of fraps are we trying?, it works for me in wine 0.9.48 with fraps
2.9.2
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.