[vlc-devel] CLI Bindings : AccessViolationException on player

Rafaël Carré rafael.carre at gmail.com
Tue Dec 8 16:27:42 CET 2009


On Tue, 8 Dec 2009 16:19:55 +0100
Damien <maitredede at gmail.com> wrote:

> [0x1d385c] main libvlc error: no memcpy module matched "any"
> [0x3c343ac] main access error: no access module matched "file"

If no memcpy module are found, it means no plugins at all are found so
vlc can't work

> string pluginPath; // var set to my vlc plugin directory

Are you sure it's well set ?

> string[] vlcargs = new string[] { "--ignore-config", "--plugin-path",
> pluginPath };

"--ignore-config" isn't needed, it should be the default today (but
doesn't harm anyway).

Add "-vv" to your arguments list to see why plugins loading fails.

-- 
Rafaël Carré
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 197 bytes
Desc: not available
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20091208/5b4bae94/attachment.sig>


More information about the vlc-devel mailing list