http://bugs.winehq.org/show_bug.cgi?id=32297
Bug #: 32297
Summary: dwChannelMask, nAvgBytesPerSec and nBlockAlign handled
incorrectly by mmdevapi drivers in IsFormatSupported.
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: mmdevapi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: m.b.…
[View More]lankhorst(a)gmail.com
Classification: Unclassified
Created attachment 42628
--> http://bugs.winehq.org/attachment.cgi?id=42628
mmdevapi render test patch, passes on a win7 machine
Each driver currently handles IsFormatSupported in an inconsistent manner, so I
did some tests against win7 to see what happens.
Attached testcase is the result, and currently fails on all drivers.
nAvgBytesPerSec and nAvgBytesPerSec seem to be ignored for WAVE_FORMAT_PCM,
as I sort of expected, and gets an E_INVALIDARG for WAVE_FORMAT_EXTENSIBLE.
dwChannelMask seems to be ignored for shared mode, and strictly validated on
exclusive mode.
--
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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=30261
Bug #: 30261
Summary: Imperial Glory - Creating multi-player game causes
crash
Product: Wine
Version: 1.5.0
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: maquis196(a)yahoo.co.uk
Classification: …
[View More]Unclassified
Created attachment 39534
--> http://bugs.winehq.org/attachment.cgi?id=39534
Console output of crash
When launching a multiplayer game on either LAN or internet. The game crashes.
I'll attach console output.
Also, +all causes game not to load but will gladly retest with any request
debug channels.
--
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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=30344
Bug #: 30344
Summary: Windows 8 consumer preview setup crashes due to
unimplemented function msi.dll.MsiEnumClientsExW
Product: Wine
Version: 1.5.1
Platform: x86-64
URL: http://windows.microsoft.com/en-US/windows-8/download
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
…
[View More] AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
Classification: Unclassified
Windows 8 Consumer Preview Setup (which doesn't install Windows directly, but
downloads the installation files and can create an ISO/DVD from them) aborts
after a program called wicainventory.exe crashes while checking for
compatibility issues. The terminal shows:
wine: Call from 0x7b83bec2 to unimplemented function msi.dll.MsiEnumClientsExW,
aborting
wine: Unimplemented function msi.dll.MsiEnumClientsExW called at address
0x7b83bec2 (thread 000d), starting debugger...
Prerequisite: winetricks vcrun6
--
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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=24331
Summary: [NI Circuit Design Suite] fails to install, keeps
repeating "fixme:volume:GetVolumePathNameW (....),
stub!"
Product: Wine
Version: 1.3.2
Platform: x86
URL: http://appdb.winehq.org/objectManager.php?sClass=versi
on&iId=11033
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
…
[View More]Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: saturn_systems(a)yahoo.com
When installing NI Circuit Design Suite it fails to install, and keeps
repeating "fixme:volume:GetVolumePathNameW (....), stub!" in the terminal
output. (see attached)
--
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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=30432
Bug #: 30432
Summary: UpdateResource doesn't update PE checksum neither
Resource Table virtual address
Product: Wine
Version: 1.3.26
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kervala(a)gmail.com
…
[View More]Classification: Unclassified
Hi,
I'm implementing a mt.exe clone which only can add a manifest to an EXE or DLL
file.
When I call BeginUpdateResource, UpdateResource and EndUpdateResource under
Windows to add a .manifest to a .exe the modified .exe has a valid checksum and
its Resource Table virtual address in PE header is defined.
Later if I call LoadLibrary and FindResourceEx with the resulting, it returns a
correct pointer on the manifest resource.
But if I call the same functions under Linux with WINE, the manifest seems to
be added to the EXE but the EXE checksum is set to 0 and Resource Table virtual
address too, so if I check the Manifest with FindResourceEx it returns NULL
because it can't find it.
I have some .exe with and without manifest and the corresponding .manifest if
you're interested to compare PE header.
I also have a test case to check if manifest is found.
Please could you fix that ?
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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=32524
Bug #: 32524
Summary: mmdevdrv assertion failure on FarCry3 loading screen
Product: Wine
Version: 1.5.18
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kug3lblitz(a)gmail.com
Classification: Unclassified
When playing …
[View More]FarCry 3, my wine crashes with the following assertion failure:
xe: mmdevdrv.c:534: pulse_wr_callback: Assertion `oldpad >= This->pad' failed.
wine: Assertion failed at address 0xf7753425 (thread 0039), starting
debugger...
So far, this has happened every time at the same loading screen (3/3) but not
on other loading screens. The loading screen in question is the first one in
the middle of the mission to pirate cove.
--
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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=18357
Summary: MyHeritage Family tree builder crashes in the begining
of the installtion (NSIS installer)
Product: Wine
Version: 1.1.19
Platform: PC
URL: http://www.myheritage.com/family-tree-builder
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
…
[View More] ReportedBy: kohen.d(a)gmail.com
Created an attachment (id=20913)
--> (http://bugs.winehq.org/attachment.cgi?id=20913)
Terminal output
The splash screen appears, but afterwards the installation crashes with an X
related error (X_ChangeProperty).
Tested on Ubuntu Jaunty AMD64.
--
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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=30016
Bug #: 30016
Summary: OleSavePictureFile not implemented - iWin Games
Manager installer crashes
Product: Wine
Version: 1.4-rc5
Platform: x86
URL: http://www.iwin.com/
OS/Version: Linux
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: oleaut32
AssignedTo: wine-…
[View More]bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
Classification: Unclassified
Created attachment 39083
--> http://bugs.winehq.org/attachment.cgi?id=39083
backtrace
The installer for iWin Games Manager crashes right after starting.
>wine: Call from 0x7b839342 to unimplemented function oleaut32.dll.OleSavePictureFile, aborting
For some reason the crash is not fatal when using Wine versions>1.3.37: after
closing the error reporting dialog, the installer resumes the installation.
With previous Wine versions the installer hangs after the crash.
Can be reproduced by downloading and installing the trial version of any game
from iWin.
--
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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=11117
Summary: youtubedownloader hits "unimplemented
shdocvw.DoFileDownload"
Product: Wine
Version: CVS/GIT
Platform: PC
URL: ftp://ftp1.volftp.tiscali.it/pub/pc/windows/win98/utilit
y/graphic/video/youtubedownloader.exe
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
…
[View More]Component: shdocvw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xerox_xerox2000(a)yahoo.co.uk
Guess the title says it all. The application is pretty useless because of this
:(
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=32943
Bug #: 32943
Summary: GOG.com Uru Complete Chronicles
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: b.ortmayr(a)gmx.at
Classification: Unclassified
Hi at all
I´m a noob with wine but i …
[View More]have a problem with Uru!
When i start the game everything is normal - the two intro videos from ubisoft
and cyanworld plays and than the game chrashes with this message:
Exception type: Access violation
Call stack (14 levels):
0x7BC4C6BE
0x7BC7185E
0x7BC71ADD
0x7BC71880
0x7B85EA2B
0x7B85B4FC
0x00869D54
0x00484338
0x004753F3
0x0050FA53
0x00854191
0x00994750
0x0099471A
Can anyone help me please
--
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.
[View Less]