chenyunecjtu / coreavc-for-linux

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

Can't verify that dshowserver works #49

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Correctly installed coreavc_professional_edition.exe Ver. 1.7 via wine
2. /usr/lib/win32/CoreAVCDecoder.ax exists
3. installed dshowserver-ia32-r63-gentoo.tar.bz2
4. registered my license code with 'registercodec' per website instructions

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

When I try to verify that dshowserver is working per the website
instructions, the following is my output .....

No id specified, assuming test mode
Opening device
Called unk_IsDebuggerPresent
MSGBOX 'Serial Number Missing!' 'CoreAVC Professional Edition' (327680)
Win32 LoadLibrary failed to load: CoreAVCDecoder.ax
Warning: DS_Filter() could not open DirectShow DLL.  (DLL=CoreAVCDecoder.ax)
Failed to create DirectShow filter
Failed to open win32 codec CoreAVCDecoder.ax

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

Version 1.7 CoreAVC Professional Edition Purchase. This was successfully 
installed on a dual core AMD x86_64 machine running Fedora 9, kernel
version is 2.6.25.11-97.fc9.x86_64.

Please provide any additional information below.

The hexedit output of my $HOME/.mplayer/registry file is ....

00000000   04 00 00 00  E7 FF FF FF  04 00 00 00  48 4B 4C 4D  00 00 00 00
 E7 FF FF FF  ............HKLM........
00000018   04 00 00 00  48 4B 43 55  00 00 00 00  E7 FF FF FF  23 00 00 00
 48 4B 4C 4D  ....HKCU........#...HKLM
00000030   5C 53 6F 66  74 77 61 72  65 5C 43 6F  72 65 43 6F  64 65 63 5C
 43 6F 72 65  \Software\CoreCodec\Core
00000048   41 56 43 20  50 72 6F 04  00 00 00 8C  B2 00 00 01  00 00 00 2A
 00 00 00 48  AVC Pro............*...H
00000060   4B 4C 4D 5C  53 6F 66 74  77 61 72 65  5C 43 6F 72  65 43 6F 64
 65 63 5C 43  KLM\Software\CoreCodec\C
00000078   6F 72 65 41  56 43 20 50  72 6F 5C 53  65 72 69 61  6C 1D 00 00
 00 31 4F 53  oreAVC Pro\Serial....XXX
00000090   54 4E 2D 47  52 37 32 4E  2D 43 4F 52  45 2D 38 50  4C 36 33 2D
 39 4B 54 55  XX-XXXXX-CORE-XXXXX-XXXXX
000000A8   57 00                                                          
              W.

and the related CoreAVC entries in my $HOME/.wine/system.reg file are ...

"FriendlyName"="CoreAVC Video Decoder" ...

[Software\\Classes\\CLSID\\{09571A4B-F1FE-4C60-9760-DE6D310C7C31}] 1218306771
@="CoreAVC Video Decoder" ...

[Software\\Classes\\CLSID\\{09571A4B-F1FE-4C60-9760-DE6D310C7C31}\\InprocServer3
2]
1218306771
@="C:\\Program Files\\CoreCodec\\CoreAVC Professional
Edition\\CoreAVCDecoder.ax"
"ThreadingModel"="Both" ...

[Software\\Classes\\CLSID\\{F23B1F18-CB1A-47ED-A1FE-B60494A626D0}] 1218306771
@="CoreAVC Video Decoder Property Page" ...

[Software\\Classes\\CLSID\\{F23B1F18-CB1A-47ED-A1FE-B60494A626D0}\\InprocServer3
2]
1218306771
@="C:\\Program Files\\CoreCodec\\CoreAVC Professional
Edition\\CoreAVCDecoder.ax"
"ThreadingModel"="Both" ...

[Software\\CoreCodec\\CoreAVC Pro] 1218306771
"Serial"="XXXXX-XXXXX-CORE-XXXXX-XXXXX"
"User"="Registered User" ...

Original issue reported on code.google.com by b...@wlca.com on 14 Aug 2008 at 5:45

GoogleCodeExporter commented 8 years ago
I also have this problem, using CoreAVC 1.8

Original comment by nathanfi...@gmail.com on 29 Sep 2008 at 10:20

GoogleCodeExporter commented 8 years ago
you should be using ~/.mplayer/registry32 with dshowserver

Original comment by alannis...@gmail.com on 9 Oct 2008 at 4:36