http://bugs.winehq.org/show_bug.cgi?id=6971
zil <zilforever(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |zilforever(a)gmail.com
--- Comment #451 from zil <zilforever(a)gmail.com> 2011-03-26 06:01:19 CDT ---
In crysis 2 i cant turn 360 degrees with mouse.
winetricks mwo=force help but mouse in all menu stops work and need to use
keybord.
--
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=5159
--- Comment #59 from Raymond <superquad.vortex2(a)gmail.com> 2011-03-25 23:00:43 CDT ---
(In reply to comment #58)
> My sound card was the on-board Intel HDA for my motherboard, Asus M4A78 Plus.
> Since my audio jack headset (Sennheiser PC150) that used the Intel HDA broke (I
> broke it on accident :P), I disabled that sound card in the BIOS and I am using
> my new USB Logitech G930 headset with Pulseaudio.
>
The point is your USB G930 headset is wireless
PA server often rewind the audio stream by snd_pcm_rewind() when another
application start playing audio but some of the audio signal has already sent
to your headset
dsound mainly rely on the sound card driver can provide accurate position in
GetCurrentPostion() to mix the audio streams (e.g. "open door" and "gun fire"
sound effect in game ) and write the mixed audio to the sound card
Can you detect any delay when you speak to the mic and hear back your voice in
the headphone ?
using alsa-utils/alsaloop
--
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=3467
Mike Kienenberger <mkienenb(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |mkienenb(a)gmail.com
--
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=5159
--- Comment #58 from Brandon Howard <FinalCrisisSX(a)Hotmail.com> 2011-03-25 11:03:37 CDT ---
My sound card was the on-board Intel HDA for my motherboard, Asus M4A78 Plus.
Since my audio jack headset (Sennheiser PC150) that used the Intel HDA broke (I
broke it on accident :P), I disabled that sound card in the BIOS and I am using
my new USB Logitech G930 headset with Pulseaudio.
Pulseaudio and wine are configured to use 48000 sample rate, but I also tried
using the regular 44100 rate before with the same results. I've tried pretty
much every combination imaginable of vanilla-alsa/3rd-party-pulseaudio drivers
in wine and with-or-without pulseaudio itself installed, with identical
results.
I don't know what the default device was for the Intel HDA or know how to find
out even if my headset was still working, but I would guess it was plughw
because I had to use that for TeamSpeak3 to function before.
.. The rest of your post I can't make sense of past winealsa.drv, and I'm
assuming you're not speaking to me. If that is incorrect, let me know.
--
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=9026
Jörg Höhle <hoehle(a)users.sourceforge.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |hoehle(a)users.sourceforge.ne
| |t
--- Comment #21 from Jörg Höhle <hoehle(a)users.sourceforge.net> 2011-03-25 07:46:29 CDT ---
A closer look at the line numbers in the backtrace shows that it's not the call
to waveOutReset after PlaySound_WaitDone in proc_PlaySound that is causing the
crash, rather than the other call following SetEvent(psStopEvent).
SetEvent(psStopEvent);
waveOutReset(PlaySoundList->hWave);
The explanation is a race condition. The player (P) reacts upon psStopEvent
and calls waveOutClose, while the app (A) calls waveOutReset.
ALSA's omr->ring_buffer_size can only be 0 after the ALSA ring buffer gets
deallocated, that is when the handle is closed.
Obviously A:waveOutReset is invoked early enough that the hWave handle is not
rejected as already closed. The app's thread is then pre-empted,
P:waveOutClose gets in between and when the app's thread resumes execution of
waveOutReset, it operates on a stale handle and state.
As a work-around, you may comment out the above waveOutReset. The drawback is
that a playing sound can keep playing for upto 0.667s before making room for
the next sound.
Now I'd really like to know whether it's winmm's job to prevent concurrent
execution of waveOut* and waveOutClose() -- or any other 2 winmm functions for
that matter -- or whether the apps must avoid such race conditions.
--
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=21617
Summary: Consider moving from libhal to libudev
Product: Wine
Version: unspecified
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: galtgendo(a)o2.pl
While libudev has only recently been marked API stable,
already many distros have been moving away from hal,
which has been put in maintenance mode by its upstream.
As hald is (most probably) not running on such distros,
mountmgr.sys won't work there.
Looking at what's been recently done
in xorg-server git master, it does look very complicated.
Of course, libudev is not cross-platform, but (according
to the upstream) hal barely was.
--
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=26539
Summary: Irfanview 4.28 crashes upon pressing F1 to display
help
Product: Wine
Version: 1.3.16
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: christianuceda(a)yahoo.com
Running: wine-1.3.16 on Debian 6 (32bit) using Gnome desktop + compiz
It gives the following error message:
Program error
The program i_view32.exe has encountered a serious problem and needs to close.
To reproduce:
get Irfanview from:
wget -c http://irfanview.tuwien.ac.at/iview428_setup.exe
use winetricks to install the mfc42
winetricks mfc42
install irfanview using wine
wine iview428_setup.exe
launch irfanview:
wine "C:\Program Files\Irfanview\i_view32.exe"
Press F1 Bang!
See attached debug 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=26441
Summary: crash by unimplemented function
msvcrt.dll._snwprintf_s called after mfc42 installed
Product: Wine
Version: 1.3.15
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fracting(a)gmail.com
Created an attachment (id=33664)
--> (http://bugs.winehq.org/attachment.cgi?id=33664)
log: unimplemented function msvcrt.dll._snwprintf_s called
What steps will reproduce the problem?
1. install mfc42 using winetricks
$ winetricks -q mfc42
2. download and resgist the ActiveX control
$ wget https://mybank.icbc.com.cn/icbc/newperbank/AxSafeControls.cab
$ cabextract AxSafeControls.cab
$ regsvr32 InputControl.dll
3. write an html page like below, put it on a http server,
<object
id="safeEdit1" classid="CLSID:73E4740C-08EB-4133-896B-8D0A7C9EE3CD"
codebase="/icbc/newperbank/AxSafeControls.cab#version=1,0,0,13"
width="145" height="21"
onkeyup="getfocus1("KeyPart")">
</object>
4. open the html page with wine buitin IE, then crash
Please see attachment for log.
What version of the product are you using? On what operating system?
wine1.3.15
wine-gecko-1.2.0rc1
several versions of winetricks, include 20110310-alpha
Please provide any additional information below.
I'm not sure whether this a wine bug or a winetricks bug, I have file the same
bug to winetricks as well.
There is no crash with wine1.3.9, so maybe it is a regression of wine itself?
Thanks!
--
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=26529
Summary: June 2010 directx sdk: can't exit installer
Product: Wine
Version: 1.3.16
Platform: x86
URL: http://www.microsoft.com/downloads/en/details.aspx?dis
playlang=en&FamilyID=3021d52b-514e-41d3-ad02-438a3ba73
0ba
OS/Version: Linux
Status: NEW
Keywords: download, Installer
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Depends on: 26528
Once the install finishes on windows, the only available button is 'Finish'. On
wine, it says 'next', but clicking it never dismisses the dialog, you must
manually kill it with wineserver -k or killing the appropriate process.
--
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.