Autorplay not working

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.
Viper5
Blank Cone
Blank Cone
Posts: 24
Joined: 03 Nov 2009 03:48

Autorplay not working

Postby Viper5 » 04 Jun 2010 20:09

Whenever I pop in a DVD, the autoplay box that says "What do you want Windows to do" followed by numerous audio/video playing software that you can select doesn't ever work when I select VLC. However, if I exit out of that screen and then right click the DVD icon and select "play using VLC..." it does work. How do I make it so that VLC will play using autoplay and not give me an error? I have Windows XP Pro if that matters.

The error:

File reading failed:
VLC could not open the file "dvd:H:\".
Your input can't be opened:
VLC is unable to open the MRL 'dvd:H:\'. Check the log for details.

Johnly

Re: Autorplay not working

Postby Johnly » 05 Jun 2010 19:15

what version of vlc are you using?

Viper5
Blank Cone
Blank Cone
Posts: 24
Joined: 03 Nov 2009 03:48

Re: Autorplay not working

Postby Viper5 » 05 Jun 2010 22:51

1.0.5

VLC_help
Mega Cone Master
Mega Cone Master
Posts: 25661
Joined: 13 Sep 2006 14:16

Re: Autorplay not working

Postby VLC_help » 05 Jun 2010 23:35

The MRL should be dvd://H:\

Viper5
Blank Cone
Blank Cone
Posts: 24
Joined: 03 Nov 2009 03:48

Re: Autorplay not working

Postby Viper5 » 06 Jun 2010 04:20

So what do I need to do to make it work.

VLC_help
Mega Cone Master
Mega Cone Master
Posts: 25661
Joined: 13 Sep 2006 14:16

Re: Autorplay not working

Postby VLC_help » 06 Jun 2010 18:21

You have to edit the registry value. start -> run -> regedit and then search for dvd: and edit those VLC entries to have dvd://

Viper5
Blank Cone
Blank Cone
Posts: 24
Joined: 03 Nov 2009 03:48

Re: Autorplay not working

Postby Viper5 » 06 Jun 2010 20:25

What is the pathway in regedit to get to that?

VLC_help
Mega Cone Master
Mega Cone Master
Posts: 25661
Joined: 13 Sep 2006 14:16

Re: Autorplay not working

Postby VLC_help » 07 Jun 2010 17:06

Something like HKCR\DVD\shell\PlayWithVLC\command

Viper5
Blank Cone
Blank Cone
Posts: 24
Joined: 03 Nov 2009 03:48

Re: Autorplay not working

Postby Viper5 » 08 Jun 2010 06:40

It looks like it's already there. It says: " "C:\Program Files\VideoLAN\VLC\vlc.exe" --started-from-file dvd://%1 "

VLC_help
Mega Cone Master
Mega Cone Master
Posts: 25661
Joined: 13 Sep 2006 14:16

Re: Autorplay not working

Postby VLC_help » 08 Jun 2010 17:11

And it looks same in HKCR\VLC.DVDMovie\shell\Open\command ?

Viper5
Blank Cone
Blank Cone
Posts: 24
Joined: 03 Nov 2009 03:48

Re: Autorplay not working

Postby Viper5 » 08 Jun 2010 23:33

Yes it is the same

VLC_help
Mega Cone Master
Mega Cone Master
Posts: 25661
Joined: 13 Sep 2006 14:16

Re: Autorplay not working

Postby VLC_help » 09 Jun 2010 16:47

Strange. If you open Tools -> Messages... (set Verbosity to 2) with failed autoplay VLC and then press play, what does the messages complain?

Viper5
Blank Cone
Blank Cone
Posts: 24
Joined: 03 Nov 2009 03:48

Re: Autorplay not working

Postby Viper5 » 10 Jun 2010 22:43

main debug: processing request item H node Playlist skip 0
main debug: resyncing on H
main debug: H is at 0
main debug: starting new item
main debug: creating new input thread
main debug: Creating an input for 'H'
main debug: thread started
main debug: using timeshift granularity of 50 MBytes
main debug: using timeshift path 'C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp'
main debug: thread (input) created at priority 1 (../.././src/input/input.c:230)
main debug: `H:"' gives access `' demux `' path `H:"'
main debug: creating demux: access='' demux='' path='H:"'
main debug: looking for access_demux module: 3 candidates
qt4 debug: IM: Setting an input
qt4 debug: Updating the geometry
qt4 debug: Updating the geometry
dvdnav warning: cannot open dvdnav
main debug: TIMER module_need() : 28.777 ms - Total 28.777 ms / 1 intvls (Avg 28.777 ms)
main debug: creating access '' path='H:"'
main debug: looking for access module: 5 candidates
vcd debug: trying .cue file: H:".cue
vcd debug: could not find .cue file
access_file debug: opening file `H:"'
access_file error: cannot open file H:" (Invalid argument)
cdda debug: trying .cue file: H:".cue
cdda debug: could not find .cue file
cdda warning: could not open H:"
main debug: TIMER module_need() : 1.508 ms - Total 1.508 ms / 1 intvls (Avg 1.508 ms)
main error: open of `H:"' failed: no suitable access module
main debug: thread ended
qt4 debug: IM: Deleting the input
qt4 debug: Updating the geometry
qt4 debug: Updating the geometry
main debug: dead input
main debug: thread times: real 0m0.031250s, kernel 0m0.000000s, user 0m0.000000s
main debug: TIMER input launching for 'H' : 74.418 ms - Total 74.418 ms / 1 intvls (Avg 74.418 ms)
main debug: changing item without a request (current 0/1)
main debug: nothing to play

VLC_help
Mega Cone Master
Mega Cone Master
Posts: 25661
Joined: 13 Sep 2006 14:16

Re: Autorplay not working

Postby VLC_help » 11 Jun 2010 23:46

In that case it is also missing dvd://
If it would be correct, it should look like

Code: Select all

main debug: `dvd://H:\"' gives access `dvd' demux `' path `H:\"'
so for some reason there are parameter parts missing.

Viper5
Blank Cone
Blank Cone
Posts: 24
Joined: 03 Nov 2009 03:48

Re: Autorplay not working

Postby Viper5 » 12 Jun 2010 00:47

So how do I fix this? It still works if I right click and do "play with vlc..." but I shouldn't have to exit out of the autorun to do that.

VLC_help
Mega Cone Master
Mega Cone Master
Posts: 25661
Joined: 13 Sep 2006 14:16

Re: Autorplay not working

Postby VLC_help » 13 Jun 2010 16:23


Viper5
Blank Cone
Blank Cone
Posts: 24
Joined: 03 Nov 2009 03:48

Re: Autorplay not working

Postby Viper5 » 13 Jun 2010 19:08

I changed play to open and it still does not work right.

Viper5
Blank Cone
Blank Cone
Posts: 24
Joined: 03 Nov 2009 03:48

Re: Autorplay not working

Postby Viper5 » 18 Jun 2010 20:09

So is this unsolvable or what?

VLC_help
Mega Cone Master
Mega Cone Master
Posts: 25661
Joined: 13 Sep 2006 14:16

Re: Autorplay not working

Postby VLC_help » 19 Jun 2010 18:12

I don't know what is causing the issue, there might be a some solution for it.

massacre88
Blank Cone
Blank Cone
Posts: 15
Joined: 20 Jun 2010 16:52

Re: Autorplay not working

Postby massacre88 » 20 Jun 2010 16:59

i have the same problem with the same version.

I'll probably fix my problems by downloading an older version.

massacre88
Blank Cone
Blank Cone
Posts: 15
Joined: 20 Jun 2010 16:52

Re: Autorplay not working

Postby massacre88 » 20 Jun 2010 17:47

I gave version 0.8.6i a try and that solved the problem.

So what is the most stable and reliable version before 1.05?

massacre88
Blank Cone
Blank Cone
Posts: 15
Joined: 20 Jun 2010 16:52

Re: Autorplay not working

Postby massacre88 » 21 Jun 2010 07:25

The solution to your problem is here

http://www.oldapps.com/VLC_Player.php

download version 1.0.3

Everything works fine and so does opening through autoplay.

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37519
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Re: Autorplay not working

Postby Jean-Baptiste Kempf » 21 Jun 2010 10:57

The solution to your problem is here

http://www.oldapps.com/VLC_Player.php

download version 1.0.3

Everything works fine and so does opening through autoplay.
No, no, no, no and NO.
Advertising for old and broken versions of VLC is not ok.
Especially from an external website that noone can trust
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.

massacre88
Blank Cone
Blank Cone
Posts: 15
Joined: 20 Jun 2010 16:52

Re: Autorplay not working

Postby massacre88 » 21 Jun 2010 15:06

Just wanted to tell viper that a slightly older version of vlc made that problem go away for me.

Go ahead and delete my account mr moderator. Sorry for revealing to everyone that the vlc team
caused a problem by trying to fix another. They will probably have all of this worked out in version 1.1 which was supposed
to be out already.

I'm really sorry for trying to help someone.

Viper5
Blank Cone
Blank Cone
Posts: 24
Joined: 03 Nov 2009 03:48

Re: Autorplay not working

Postby Viper5 » 11 Jul 2010 01:33

I haven't watched this thread in a while since I pretty much accepted that I had to deal with what I got. I got a message for the new 1.1 and it seems to work now.


Return to “VLC media player for Windows Troubleshooting”

Who is online

Users browsing this forum: No registered users and 50 guests