http://bugs.winehq.org/show_bug.cgi?id=7385
--- Comment #18 from Jörg Höhle <hoehle(a)users.sourceforge.net> 2009-02-03 07:27:24 ---
Created an attachment (id=19222)
--> (http://bugs.winehq.org/attachment.cgi?id=19222)
structure dump from within windbg
>I'd like to know the format of the source chunk, the format of the
>destination chunk and the size of the source and destination chunks
I added
TRACE("sl=%ld, dL=%ld; sft=%04x
dft=%04x\n",(long)nsrc,(long)ndst,(int)adsi->pwfxSrc->wFormatTag,(int)adsi->pwfxDst->wFormatTag);
producing
trace:adpcm:ADPCM_StreamConvert sl=16384, dL=65152; sft=0002 dft=0001
Attached is a little more data from the debugger.
>the src and dst variables passed to cvtSSms16K are both set to ""
C's lack of 8-bit binary type causes garbage output. Looking closely, the
memory content 04 10 00 is printed as "^D^P" and in some terminals prints ""
while copy&paste reveals the ^D^P.
Compiling with -O0 eventually reveals *src data > 6, explaining the assertion
violation.
--
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=6971
Michael Mc Donnell <michael(a)mcdonnell.dk> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |michael(a)mcdonnell.dk
--
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=7698
Kai Mast <kai.mast(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |kai.mast(a)gmail.com
--- Comment #153 from Kai Mast <kai.mast(a)gmail.com> 2009-02-03 06:07:11 ---
I tried the client-side fix and now the game crashes at "sending player
data..." already.
I am on wine 1.1.14
--
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=17223
Summary: Missing wrapper layer for eax effects in efx/openal
Product: Wine
Version: 1.1.13
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sergio.tarsiero(a)email.it
Games like Colin Mcrae 2005 can't activate EAX effects on wine. Despite the
lack of a creative driver for linux (it should make possible enabling hardware
eax on audigy/x-fi cards) a wine wrapper from EAX to EFX could let Openal
reproduce spatial effects on all linux machines despite audio cards.
--
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=13596
Summary: utorrent cannot associate with .torrent files
Product: Wine
Version: 1.0-rc3
Platform: Other
URL: http://download.utorrent.com/1.7.7/utorrent.exe
OS/Version: other
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: shell32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: madewokherd(a)gmail.com
uTorrent's installer (and the program itself if asked) can associate uTorrent
with .torrent files. However, running wine start on a .torrent file with
uTorrent installed reports "Application could not be started, or no application
associated with the specified file." and does not open the file in uTorrent. On
Windows, start.exe does open .torrent files in uTorrent.
--
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=8030
Robert Bartle <poofyyoda(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |poofyyoda(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=17237
Summary: Permission denied when installing Big Fish Games
Product: Wine
Version: 1.1.9
Platform: Other
URL: http://www.bigfishgames.com/download-games/726/
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tethys(a)gmail.com
Created an attachment (id=19218)
--> (http://bugs.winehq.org/attachment.cgi?id=19218)
Dialog screenshot
When trying to install games from Big Fish, I get a warning dialog (see
attached screenshot) telling me I don't have permission to install the
game. Wine says:
fixme:advapi:CheckTokenMembership ((nil) 0x197b70 0x33ee14) stub!
which I'm guessing is the cause of this. It does this with a range of
Big Fish games, which all seem to share the same installer. The specific
one referenced in the URL is Mystery Case Files: Huntsville.
This is using Fedora 9 on x86_64.
--
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=17190
Summary: [PATCH] detect Chromium OpenGL
Product: Wine
Version: unspecified
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rmh(a)aybabtu.com
This patch adds support for detection of Chromium
(http://chromium.sourceforge.net/), the OpenGL stub implementation.
It's been tested with Chromium 1.9 as used in VirtualBox 2.1, on native
Windows, and with this patch it correctly identifies the OpenGL vendor and
version number.
--
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=6828
--- Comment #10 from Marc Dequènes (Duck) <duck(a)duckcorp.org> 2009-02-02 18:15:15 ---
(In reply to comment #9)
> Is this still an issue in current (1.1.14 or newer) wine?
1.1.4 is just released and not yet in Debian, but i'll try as soon as possible.
1.1.3 still has this 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.
http://bugs.winehq.org/show_bug.cgi?id=8522
Vitaliy Margolen <vitaliy(a)kievinfo.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #12 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2009-02-02 17:40:53 ---
Patch committed - fixed. Will be closed in wine-1.1.15
--
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.