https://bugs.winehq.org/show_bug.cgi?id=36235
Bug ID: 36235
Summary: valgrind shows 3 leaks in amstream/tests/amstream.c
Product: Wine
Version: 1.7.18
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: amstream
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==20443== 8 bytes in 1 blocks are definitely lost in loss record 73 of 1,019
==20443== at 0x7BC4C735: notify_alloc (heap.c:255)
==20443== by 0x7BC50F79: RtlAllocateHeap (heap.c:1716)
==20443== by 0x5C9189C: IMalloc_fnRealloc (ifs.c:233)
==20443== by 0x5C92003: CoTaskMemRealloc (objidl.h:1239)
==20443== by 0x65B52C7: ???
==20443== by 0x4955D79: test_media_streams (amstream.h:590)
==20443== by 0x4957664: func_amstream (amstream.c:436)
==20443== by 0x49584C4: run_test (test.h:584)
==20443== by 0x49588B2: main (test.h:654)
==20443== 8 bytes in 1 blocks are definitely lost in loss record 74 of 1,019
==20443== at 0x7BC4C735: notify_alloc (heap.c:255)
==20443== by 0x7BC50F79: RtlAllocateHeap (heap.c:1716)
==20443== by 0x5C9189C: IMalloc_fnRealloc (ifs.c:233)
==20443== by 0x5C92003: CoTaskMemRealloc (objidl.h:1239)
==20443== by 0x65BB457: ???
==20443== by 0x65B535B: ???
==20443== by 0x4955D79: test_media_streams (amstream.h:590)
==20443== by 0x4957664: func_amstream (amstream.c:436)
==20443== by 0x49584C4: run_test (test.h:584)
==20443== by 0x49588B2: main (test.h:654)
==20443== 8 bytes in 1 blocks are definitely lost in loss record 75 of 1,019
==20443== at 0x7BC4C735: notify_alloc (heap.c:255)
==20443== by 0x7BC50F79: RtlAllocateHeap (heap.c:1716)
==20443== by 0x5C9189C: IMalloc_fnRealloc (ifs.c:233)
==20443== by 0x5C92003: CoTaskMemRealloc (objidl.h:1239)
==20443== by 0x65BB4A1: ???
==20443== by 0x65B535B: ???
==20443== by 0x4955D79: test_media_streams (amstream.h:590)
==20443== by 0x4957664: func_amstream (amstream.c:436)
==20443== by 0x49584C4: run_test (test.h:584)
==20443== by 0x49588B2: main (test.h:654)
==20443==
--
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=13272
Summary: Scrapland: ACCESS VIOLATION when starting
Product: Wine
Version: 1.0-rc1
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nmatra(a)citromail.hu
Black screen hangs and I have to kill the process to get my Desktop back. I
only see the error message about access violation when I switch Wine to Emulate
Desktop.
I get it with a PC-GURU magazine, without protection. (On Win it starts without
the disc) Maybe the original doesn't have this issue.
Log 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.
https://bugs.winehq.org/show_bug.cgi?id=37090
Bug ID: 37090
Summary: Medieval total war demo crashes with builtin amstream
Product: Wine
Version: unspecified
Hardware: x86
URL: http://download.cnet.com/Medieval-Total-War-demo/3000-
7483_4-10246017.html
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: amstream
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Created attachment 49304
--> https://bugs.winehq.org/attachment.cgi?id=49304
terminal output
Split off from bug 1908 which has been recycled a few times.
Download the demo, install, try to run. It crashes very quickly after a couple
amstream fixme's:
fixme:amstream:IAMMultiMediaStreamImpl_AddMediaStream Specifying a stream
object in params is not yet supported
err:quartz:GetClassMediaFile Media class not found
fixme:amstream:DirectDrawMediaStreamImpl_IDirectDrawMediaStream_GetFormat
(0x2221e8c)->(0x32d0f8,(nil),(nil),(nil)) stub!
fixme:amstream:DirectDrawMediaStreamImpl_IDirectDrawMediaStream_GetMultiMediaStream
(0x2221e88/0x2221e8c)->(0x176dec4) stub!
wine: Unhandled page fault on read access to 0x00000000 at address 0x41aef1
(thread 0009), starting debugger...
winetricks -q amstream gets past the crash.
[austin@localhost ~]$ sha1sum mtwdemo.zip
3b52b9168e672731180e96b4ce2a9222eb55a23b mtwdemo.zip
[austin@localhost ~]$ du -h mtwdemo.zip
236M mtwdemo.zip
[austin@localhost ~]$ wine --version
wine-1.7.24
--
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=32185
Bug #: 32185
Summary: Bug in BasePinImp_GetMediaType()
Product: Wine
Version: 1.5.17
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: amstream
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fgouget(a)codeweavers.com
Classification: Unclassified
A bisect shows that the patch below causes a regression in the amstream
conformance tests. See for instance the Winetest results for fg-deb64-t32.
http://test.winehq.org/data/3e264ced0f2502093940ddda21ecbd024b7dd815/linux_…
commit 7e82db784a448c6802001345d6230f72a711d237
Author: Christian Costa <titan.costa(a)gmail.com>
Date: Fri Oct 12 23:07:31 2012 +0200
amstream: Implement BasePinImp_GetMediaType in media stream filter.
:040000 040000 ca189e47205be4d08dd271ba14dc12f6d1c2fced
5fd0731b35d83671c7fb0ecfa622e7834344238b M dlls
However it's also possible that the bug is in the previous patch as both
functions are used in the test and it's possible that implementing
BasePinImp_GetMediaType() caused BasePinImpl_CheckMediaType() to be called, or
that the bug is in fact in EnumMediaTypes_Construct() (from strmbase).
I tried to figure out the source for the bug but did not get anywhere. What I
gathered is that:
* It looks like a stack corruption issue. Adding traces in the test executable
can make the crash go away and I seem to have more luck reproducing the issue
using the PE test executable.
* A backtrace shows the crash happening in CopyMediaType() (called by
EnumMediaTypes_Construct() from strmbase) due to an insane size for
pSrc->cbFormat.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=39200
Bug ID: 39200
Summary: Shogun: Total War crashes at startup
Product: Wine
Version: 1.7.50
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: amstream
Assignee: wine-bugs(a)winehq.org
Reporter: zombie_ryushu(a)yahoo.com
Distribution: ---
This bug was never fixed and should be re-opened. This bug is related to the
amstream DirectShow Filter. Using the Demo Version is not a sufficient test as
the Demo version does not use the amstream codec filter. This bug is extremely
severe, and needs to be re-opened.
Any and all tests for this bug must be done with the retail versions of this
game, the Demo version does not use amstream in such a way to cause this bug.
--
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=12851
Summary: LEGO Rock Raiders amstream crash
Product: Wine
Version: 0.9.60
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: echidnaman(a)gmail.com
Created an attachment (id=12540)
--> (http://bugs.winehq.org/attachment.cgi?id=12540)
+amstream log with crash
LEGO Rock Raiders crashes when trying to play the "LEGO Media" splash video.
+amstream log included. I don't think that this game has a demo. One needs a
nocd crack to bypass safedisc and a native d3drm.dll to avoid a crash if they
want to run the game.
--
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=15508
Summary: Risk II crash while loading the game
Product: Wine
Version: 1.1.5
Platform: Other
URL: http://www.reflexive.com/RiskII.html
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jaimerave(a)gmail.com
Tested in Ubuntu 8.10 and wine 1.1.5
--
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=10581
Summary: swat 3 v2.1 needs some amstream stuff to work
Product: Wine
Version: 0.9.49.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx-dshow
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mizvekov(a)gmail.com
Created an attachment (id=9373)
--> (http://bugs.winehq.org/attachment.cgi?id=9373)
everything builtin
with builtin amstream.dll, sierra's SWAT 3 version 2.1 shows a messagebox
saying it needs directx at least version 6.1 to run and then it quits.
with windows xp native amstream, it dies further down the road
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=42986
Bug ID: 42986
Summary: wine can't be compiled by gcc-2.95.4
Product: Wine
Version: 2.7
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: amstream
Assignee: wine-bugs(a)winehq.org
Reporter: wylda(a)volny.cz
Distribution: ---
Created attachment 58123
--> https://bugs.winehq.org/attachment.cgi?id=58123
gcc-2.95.4 fails to build amstream
In effort to find out lowest kernel version supported by wine, I will need old
distro with old compiler. So preliminary test reveals:
wine-2.7 @ gcc-4.1.1: winecfg=OK & notepad=OK
wine-2.7 @ gcc-3.4.6: winecfg=OK & notepad=OK
wine-2.7 @ gcc-3.3.6: winecfg=OK & notepad=OK
wine-2.7 @ gcc-2.95.4: compilation fails:
amstream/mediastream.c: In function `ddrawstreamsample_create':
amstream/mediastream.c:1024: structure has no member named `dwRGBBitCount'
amstream/mediastream.c:1025: structure has no member named `dwRBitMask'
amstream/mediastream.c:1026: structure has no member named `dwGBitMask'
amstream/mediastream.c:1027: structure has no member named `dwBBitMask'
amstream/mediastream.c:1028: structure has no member named `dwRGBAlphaBitMask'
make[1]: *** [mediastream.o] Error 1
--
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.
https://bugs.winehq.org/show_bug.cgi?id=36555
Bug ID: 36555
Summary: valgrind shows a definite leak in
amstream/tests/amstream.c
Product: Wine
Version: 1.7.19
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: amstream
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
../../../tools/runtest -q -P wine -T ../../.. -M amstream.dll -p
amstream_test.exe.so amstream && touch amstream.ok
preloader: Warning: failed to reserve range 00110000-68000000
preloader: Warning: failed to reserve range 7f000000-82000000
fixme:win:EnumDisplayDevicesW ((null),0,0x4daf010,0x00000000), stub!
fixme:amstream:IAMMultiMediaStreamImpl_AddMediaStream Specifying a stream
object in params is not yet supported
err:amstream:DirectDrawMediaStreamImpl_IAMMediaStream_QueryInterface
(0x49f9338)->({f7537560-a3be-11d0-8212-00c04fc32c45},0x4dafa2c),not found
fixme:amstream:DirectDrawMediaStreamImpl_IDirectDrawMediaStream_GetFormat
(0x49f933c)->(0x4daf83c,0x4dafa20,0x4daf8a8,0x4dafa1c) stub!
err:ole:CoInitializeEx Attempt to change threading model of this apartment from
multi-threaded to apartment threaded
err:ole:CoInitializeEx Attempt to change threading model of this apartment from
multi-threaded to apartment threaded
err:amstream:AudioMediaStreamImpl_IAMMediaStream_QueryInterface
(0x49858f0)->({f4104fce-9a70-11d0-8fde-00c04fd9189d},0x4daf9f0),not found
fixme:amstream:AudioMediaStreamImpl_IAudioMediaStream_GetFormat
(0x49858f4/0x49858f0)->((nil)) stub!
fixme:amstream:AudioMediaStreamImpl_IAudioMediaStream_GetFormat
(0x49858f4/0x49858f0)->(0x4daf9d2) stub!
==25590== 120 bytes in 3 blocks are definitely lost in loss record 578 of 920
==25590== at 0x7BC4C6DF: notify_alloc (heap.c:255)
==25590== by 0x7BC50F23: RtlAllocateHeap (heap.c:1716)
==25590== by 0x5CD47AF: IMalloc_fnAlloc (ifs.c:186)
==25590== by 0x5CD50CA: CoTaskMemAlloc (objidl.h:1236)
==25590== by 0xF46F689: AudioClient_GetMixFormat (mmdevdrv.c:1749)
==25590== by 0xF431860: set_format (audioclient.h:330)
==25590== by 0xF4319DF: load_driver_devices (devenum.c:464)
==25590== by 0xF433231: MMDevEnum_Create (devenum.c:852)
==25590== by 0xF436445: MMCF_CreateInstance (main.c:252)
==25590== by 0x5CB5F06: CoCreateInstance (unknwn.h:226)
==25590== by 0xE18103C: get_mmdevenum (dsound_main.c:178)
==25590== by 0xE18136D: GetDeviceID (dsound_main.c:261)
==25590== by 0xE17E65D: DirectSoundDevice_Initialize (dsound.c:760)
==25590== by 0xE17D45F: IDirectSound8Impl_Initialize (dsound.c:398)
==25590== by 0xE17DAA1: DirectSoundCreate8 (dsound.c:573)
==25590== by 0xE8F3C38: ???
==25590== by 0xE91614B: ???
==25590== by 0x5CB5F06: CoCreateInstance (unknwn.h:226)
==25590== by 0x67A5187: ???
==25590== by 0x4CA33D2: test_media_streams (amstream.h:590)
==25590==
--
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.