http://bugs.winehq.org/show_bug.cgi?id=21957
Summary: Missing GUID check in
IAMMultiMediaStreamImpl_QueryInterface?
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: amstream
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rainy6144(a)gmail.com
This is necessary to make some games work (without actually showing the media,
though).
--- amstream.c.bak 2010-03-06 16:55:24.000000000 +0800
+++ amstream.c 2010-03-06 16:55:36.000000000 +0800
@@ -79,6 +79,7 @@
TRACE("(%p/%p)->(%s,%p)\n", iface, This, debugstr_guid(riid), ppvObject);
if (IsEqualGUID(riid, &IID_IUnknown) ||
+ IsEqualGUID(riid, &IID_IMultiMediaStream) ||
IsEqualGUID(riid, &IID_IAMMultiMediaStream))
{
IClassFactory_AddRef(iface);
--
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=18611
Summary: After effects 6.5 crashes when import a mp3 file
Product: Wine
Version: 1.1.22
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cemelmaci(a)hotmail.com
Created an attachment (id=21294)
--> (http://bugs.winehq.org/attachment.cgi?id=21294)
terminal output
After effects 6.5 crashes when import a mp3 file
--snip--
fixme:amstream:IAMMultiMediaStreamImpl_GetFilter
(0x72f0468/0x72f0468)->(0x82e480) stub!
wine: Unhandled page fault on read access to 0x00000001 at address 0xb13967
(thread 0009), starting debugger...
--snip--
--
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=26306
Summary: age of empires ll error
Product: Wine
Version: 1.3.14
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tbone6669(a)gmail.com
every thing installed fine the game just wont run and i get this error message
--
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=27629
Summary: Pride of Nations Demo:
Product: Wine
Version: 1.3.23
Platform: x86
URL: http://www.gamershell.com/download_74618.shtml
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Potentially workaround 27628 (winetricks -q d3dx9_36, or don't remove the
native dll).
Start the app, choose new game, choose the only campaign option. Choose any
country (tried UK and Russia).
The game will either immediately exit, or maybe pop up a map and an error
dialog. Nothing shows in the terminal. Looking at the game's log, I see:
7:08:56 PM [Critical ] TParticlesDef.Fetch Data container
for particles definitions has some discrepancies, for UID 1
7:08:56 PM [Critical ] TParticlesDef.Fetch Data container
for particles definitions has some discrepancies, for UID 1
--
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=20082
Summary: Driver Create and Close displatch routines should be
called
Product: Wine
Version: 1.1.29
Platform: PC
URL: http://rh-software.com/
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: ntoskrnl
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ray(a)pobox.co.uk
Currently when a CreateFile() is done the IRP_MJ_CREATE dispatch routine is not
called ! This is a major oversight and caused the v4.00 SIVDRIVER to crash.
For 4.01 I worked around this, but failing to call the driver when the
CreateFile() is done is a major failing and needs to be corrected. The
IRP_MJ_CLOSE routine also needs to get called for the CloseHandle().
--
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=32086
Bug #: 32086
Summary: LBA2 black screen above diagonal from bottom left to
upper right
Product: Wine
Version: 1.5.15
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hoehle(a)users.sourceforge.net
Classification: Unclassified
Created attachment 42299
--> http://bugs.winehq.org/attachment.cgi?id=42299
wine-1.5.15 terminal output in full screen mode
DirectDrawRenderer=opengl became the default some time ago.
As of 1.5.15, Little Big Adventure 2 aka. LBA2 displays a black screen above a
diagonal from bottom left to upper right across its 640x480 virtual desktop.
fixme:x11drv:X11DRV_desktop_SetCurrentMode Cannot change screen BPP from 32 to
8
err:d3d_surface:d3dfmt_p8_init_palette This code should never get entered for
DirectDraw!, expect problems
-- indeed
The black diagonal persists across all menus, intro videos and game play.
Moving the virtual desktop around you momentarily unhides the missing half
screen.
Reopened bug #23921 is about using DirectDrawRenderer=gdi
The black triangle also affects full screen mode. Terminal output is attached.
Does OpenGL decompose the rectangular window into two triangles?
--
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=24429
Summary: fifaconfig.exe: save function don`t work when Wine
uses Mono 2.6 instead of dotnet20
Product: Wine
Version: 1.3.2
Platform: x86
URL: http://static.itmages.ru/i/10/0916/h_1284660639_8d8add
adee.png
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pzinin(a)gmail.com
fifaconfig.exe - FIFA 11 config app written in .net (see link for get demo).
When Wine uses Mono 2.6, I can`t save any settings using this app: it crashes.
But a bug http://bugs.winehq.org/show_bug.cgi?id=24428 is not present on Mono.
--
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=14415
Summary: Monkey Island 3 demo slow
Product: Wine
Version: 1.1.0
Platform: PC
URL: ftp://ftp.lucasarts.com/demos/pc/cursedemo.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tsalacinski(a)gmail.com
Monkey Island 3 works pretty slow with Wine 1.1.0.
It happens only in complex locations, where there is a waterfall etc.
COMI works very slow, even on my Core2Duo 2.53 GHZ (which is pretty good for
that game I think).
The strange thing is, when the screen is scrolling (eg. the character moves to
the other part of the scene and the scene is scrolling) it work properly. When
the scene is static (eg. no scrolling, only animated parts like waterfall or
rain etc) it works very bad.
In this demo you can see this when you are shooting with the cannon. A part of
walkthrough (on how to get to the cannon):
After the intro you'll find yourself captive in LeChuck's ship. Start talking
to the small pirate and you'll realize that it's your old friend Wally. Make
him see that he is no good as a pirate and he will soon drop his hook and
start crying. Pick up the plastic hook from the floor and pick up the ramrod
from the wall. Use the cannon and sink the four boats full of skeletons.
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=11056
Summary: TAB key counted twice
Product: Wine
Version: 0.9.44.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: choppy(a)free.fr
In various dialg boxes, the <TAB> key is counted twice, i.e. you're not put on
the next field but on the next-after-next one.
This bug appears in the application NoteWorthy, which is a music score editor.
--
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=33463
Bug #: 33463
Summary: Alan Wake : No sound in cinematics
Product: Wine
Version: 1.5.28
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xvachon(a)gmail.com
Classification: Unclassified
GOG.com version of the game
Wine 1.5.28
Nvidia hardware
Arch Linux x64
d3dx9_36 override to get around http://bugs.winehq.org/show_bug.cgi?id=31701
There is sound during gameplay, but none in the cinematics. Sound should be
expected at all times.
The log does not show anything related to sound. There is a loop of these two
lines.
fixme:xinput:XInputSetState (0 0x32cd00) Stub!
err:d3d_shader:shader_glsl_select >>>>>>>>>>>>>>>>> GL_INVALID_OPERATION
(0x502) from glUseProgramObjectARB @ ../../../wine/dlls/wined3d/glsl_shader.c /
5829
Which channels should I be looking for to help you debug this?
--
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.