Didn't get the jvlc example startet

Microsoft Windows specific usage questions
Forum rules
Please post only Windows specific questions in this forum category. If you don't know where to post, please read the different forums' rules. Thanks.
jvlc-user

Didn't get the jvlc example startet

Postby jvlc-user » 27 Jul 2006 13:57

Hi,

I am trying to get the JVLC-Example for Windows started for several days now, but it doesn't work.
I downloaded the jvlc-win32-060612 directory and followed all the steps in README.win32 from the jvlc-trunk (also the newest version from yesterday).

I still get the error-message
param:
[00000026] main interface error: no interface module matched "hotkeys,none"
[00000026] main interface error: no suitable interface module
[00000001] main vlc error: interface "hotkeys,none" initialization failed

as described in the readme-file. But I still copied the plugins-directory in my JAVA_HOME-directory and also in my JVLC_HOME-directory!

The error-message appears and the java application opens but whether the movie ist played nor can I do anything else.

Could somebody please help me???

Thanks!

JVLC-Guest

Didn't get the jvlc example (win32) startet

Postby JVLC-Guest » 31 Jul 2006 09:48

I have the same problem, any ideas???

littlejohn
Blank Cone
Blank Cone
Posts: 73
Joined: 04 May 2006 14:59

Postby littlejohn » 31 Jul 2006 11:05

Hi,
try to copy your videolan plugins folder in jvlc tree. Jvlc searches for plugins in the folder where it is run from (use the -vvv switch to see where it is looking for plugins).

Cheers,
fc

JVLC-Guest

Postby JVLC-Guest » 31 Jul 2006 13:22

I copied the plugins directory in the jvlc tree (i.e.H:\jvlc-win32-060612\plugins\(.*).dll), same error messages as before.

This is my debug output:

H:\jvlc-win32-060612>java -cp . VLCExample -vvvv
param: -vvvv
[00000001] main vlc debug: opening config file C:\Dokumente und Einstellungen\webel\Anwendungsdaten\vlc\vlcrc
[00000001] main vlc warning: config file C:\Dokumente und Einstellungen\webel\Anwendungsdaten\vlc\vlcrc does not exist yet
[00000001] main vlc debug: checking builtin modules
[00000001] main vlc debug: checking plugin modules
[00000001] main vlc debug: loading plugins cache file C:\Dokumente und Einstellungen\webel\Anwendungsdaten/vlc/cache/plugins-04041e.dat
[00000001] main vlc debug: recursively browsing `H:\jvlc-win32-060612\modules'
[00000001] main vlc debug: recursively browsing `H:\jvlc-win32-060612\plugins'
[00000001] main vlc debug: module bank initialized, found 13 modules
[00000001] main vlc debug: opening config file C:\Dokumente und Einstellungen\webel\Anwendungsdaten\vlc\vlcrc
[00000001] main vlc warning: config file C:\Dokumente und Einstellungen\webel\Anwendungsdaten\vlc\vlcrc does not exist yet
[00000001] main vlc debug: CPU has capabilities 486 586 MMX MMXEXT SSE SSE2 FPU
[00000001] main vlc debug: looking for memcpy module: 2 candidates
[00000001] main vlc debug: using memcpy module "memcpymmxext"
[00000025] main private debug: waiting for thread completion
[00000025] main private debug: thread 688 (preparser) created at priority 0 (playlist/thread.c:87)
[00000024] main playlist debug: waiting for thread completion
[00000024] main playlist debug: thread 684 (playlist) created at priority 0 (playlist/thread.c:97)
[00000026] main interface debug: looking for interface module: 0 candidates
[00000026] main interface error: no interface module matched "hotkeys,none"
[00000026] main interface error: no suitable interface module
[00000001] main vlc error: interface "hotkeys,none" initialization failed
[00000024] main playlist debug: adding playlist item `a.mp3' ( file://H:\jvlc-win32-060612\a.mp3 )
[00000024] main playlist debug: Starting new item
[00000024] main playlist debug: creating statistics handler
[00000024] main playlist debug: processing request
[00000024] main playlist debug: finding something to play within Undefined
[00000024] main playlist debug: creating new input thread
[00000028] main input debug: waiting for thread completion
[00000028] main input debug: thread 620 (input) created at priority 1 (input/input.c:262)
[00000028] main input debug: `file://H:\jvlc-win32-060612\a.mp3' gives access `file' demux `' path `H:\jvlc-win32-060612\a.mp3'
[00000028] main input debug: creating demux: access='file' demux='' path='H:\jvlc-win32-060612\a.mp3'
[00000029] main demuxer debug: looking for access_demux module: 0 candidates
[00000029] main demuxer warning: no access_demux module matched "file"
[00000028] main input debug: creating access 'file' path='H:\jvlc-win32-060612\a.mp3'
[00000030] main access debug: looking for access2 module: 0 candidates
[00000030] main access error: no access2 module matched "file"
[00000028] main input error: no suitable access module for `file://H:\jvlc-win32-060612\a.mp3'
[00000028] main input debug: thread times: real 0m0.109375s, kernel 0m0.000000s, user 0m0.000000s
[00000028] main input debug: thread 620 joined (input/input.c:397)
[00000024] main playlist debug: Starting new item
[00000024] main playlist debug: changing item without a request
[00000024] main playlist debug: finding next of a.mp3 within Undefined
[00000024] main playlist debug: Current item is the last of the node,looking for uncle from Playlist
[00000024] main playlist debug: parent Playlist found as child 0 of grandparent Undefined
[00000024] main playlist debug: Current item is the last of the node,looking for uncle from Undefined
[00000024] main playlist debug: already at root
[00000024] main playlist debug: At end of node
[00000024] main playlist debug: did not find something to play
[00000024] main playlist debug: nothing to play

Any help would be great, thanks a lot in advance...
Greets,
cw

JVLC-Guest

Postby JVLC-Guest » 01 Aug 2006 14:06

Seems to be a problem with the module version information:

(...)
[00000204] main module warning: cannot find symbol "vlc_entry__0_8_6" in file `G:\jvlc-win32-jdk1.5-060612\jvlc-win32-060612\plugins\libtrivial_resampler_plugin.dll' (Die angegebene Prozedur wurde nicht gefunden. (error 127))
(...)

I tried different 0.8.6 Windows builds, always the same error.

Can anybody send a "working" libvlc.dll and the according plugin directory to tybalt78@gmx.net

Thanks,
cw

Guest

Postby Guest » 03 Aug 2006 10:44

Hello,

Same error with "cannot find symbol". Did anyone got this working?

Thanks!

-- Pavel P.

raguenets
New Cone
New Cone
Posts: 3
Joined: 14 Mar 2006 20:19

Problem with JVLC under win32.

Postby raguenets » 04 Aug 2006 11:09

Hi,

It seems there is a problem with plugins of VLC 0.8.5 and jvlc-win32-060612.zip's JVLC version.

They are not working well together.
You are right.

You can find a temporary solution here :

http://phmorin.free.fr/jvlc-win32-060612.zip

It should work better :+)

phmo95@videolan.org

JVLC-GUEST

Postby JVLC-GUEST » 04 Aug 2006 12:48

Thanks a lot :-)

It works better...

Greets,
cw

spiridonas
Blank Cone
Blank Cone
Posts: 22
Joined: 05 May 2006 12:32

Postby spiridonas » 25 Aug 2006 10:15

Hi all

I came accross with another problem...

The win32 jvlc seems to work (some times) but I get the following error

"Java.exe - Unable to locate Component"

"This application has failed to start because libvlc.dll was not found. Reinstalling the application may fix the problem"

Any usefull ideas

Regards (to all)

Spiros

spiridonas
Blank Cone
Blank Cone
Posts: 22
Joined: 05 May 2006 12:32

Postby spiridonas » 27 Sep 2006 10:23

Hi

any ideas

[00000297] main private debug: thread 5196 joined (direct3d.c:256)
[00000295] main video output debug: removing module "direct3d"
[00000295] main video output debug: thread times: real 0m0.046875s, kernel 0m0.0
15625s, user 0m0.015625s
[00000295] main video output debug: thread 5204 joined (video_output/video_outpu
t.c:479)
[00000295] main video output error: cannot delete object (295, (null)) with chil
dren
[00000293] main decoder error: failed to create video output

Regards
Spirus

spiridonas
Blank Cone
Blank Cone
Posts: 22
Joined: 05 May 2006 12:32

Postby spiridonas » 29 Sep 2006 12:54

Ok solved.....


Return to “VLC media player for Windows Troubleshooting”

Who is online

Users browsing this forum: No registered users and 36 guests