non7top / coreavc-for-linux

Automatically exported from code.google.com/p/coreavc-for-linux
GNU General Public License v2.0
0 stars 0 forks source link

coreavc version 1.8.5 segmentation fault during dshowserver test #62

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1. compiled/installed dshowserver from v73 coreavc-for-linux
2. installed coreavcdecoder.ax from version 1.8.5
3. ran dshowserver test

What is the expected output? What do you see instead?

expected successful initialisation as shown in install instructions, got
the following:

dshowserver -c CoreAVCDecoder.ax -s 1280x720 -g
09571a4b-f1fe-4c60-9760de6d310c7c31 -b 12 -f 0x34363248 -o 0x30323449
No id specified, assuming test mode
Opening device
Called unk_IsDebuggerPresent
len: 992
ProductVersion: 1.8.5
Called unk_LoadImageA
Segmentation fault

What version of the product are you using? On what operating system?

as stated above, 32 bit Gentoo install

Please provide any additional information below.

version 1.8 coreavcdecoder tests successfully

Original issue reported on code.google.com by allan.mi...@zetnet.co.uk on 21 Oct 2008 at 12:41

GoogleCodeExporter commented 9 years ago
I'm getting the same. Read here for more details: 
http://blog.mymediasystem.net/?p=148

Original comment by acmela...@gmail.com on 21 Oct 2008 at 3:52

GoogleCodeExporter commented 9 years ago
Looks a bit harder than I initially thought.
The codec now tries to build a Dialog box during initialization, which means
implementing (or faking) a bunch of windowing functions.  It'll likely take 
some time
to resolve.

Original comment by alannis...@gmail.com on 21 Oct 2008 at 5:35

GoogleCodeExporter commented 9 years ago
Try R74.  I just hacked out the dialog stuff, and it seems to work ok.  
Hopefully the
hacks won't cause any issues.

Reopen the ticket if you still see issues

Original comment by alannis...@gmail.com on 21 Oct 2008 at 7:00

GoogleCodeExporter commented 9 years ago
Hello Alan,

thanks a lot for being up to it. Now there is hope again :) !
Please let me know, if I can help you somehow.
I'm one of the active members of the MyMediaSystem Project (Open Source Media 
Center
for Linux http://forum.mymediasystem.org ), and I'm pretty much interested in 
having
a working solution for playing back AVCHD footage. I've reported at CoreCodecs 
forum,
that there are problems playing back this AVCHD footage, like many other did, 
and
version 1.8.5.0 should reflect/correct (some of) these issues now. As you can
imagine, my disappointment was very big, when I ran into this Segmentation 
Fault.
Since I'm tracking this issue at my http://blog.mymediasystem.net , I can say, 
that
quite a few are looking also into this, so the interest is quite high!

Thank you very much!

Regards,
Andreas

Original comment by acmela...@gmail.com on 21 Oct 2008 at 7:17

GoogleCodeExporter commented 9 years ago
Hi Alan,

coreavc-for-linux svn #74 compiled fine agains mplayer svn #27809. Playback of
Matroska works great, as it did in prior versions.
So your part of the work looks pretty much successful to me! Really great job. 
Thanks!
Unfortunately AVCHD content is being played back, but almost as bad as before. 
But
that's another story. See my Blog, if anybody is interested.

Thanks again. 

Regards,
Andreas

Original comment by acmela...@gmail.com on 21 Oct 2008 at 7:58

GoogleCodeExporter commented 9 years ago
THanks for the quick fix.  Can someone post a 64-bit compatible binary?

Original comment by erik.low...@gmail.com on 22 Oct 2008 at 2:00

GoogleCodeExporter commented 9 years ago
Here'a howto for x86_64 systems, with binary I've compiled myself. I've tested 
it on
a Ubuntu 8.10 and it's working for me.

http://blog.mymediasystem.net/?p=252

Regards,
Andreas

Original comment by acmela...@gmail.com on 23 Oct 2008 at 9:40