Page 1 of 1

Bug Or problem I don't know

Posted: 24 Jan 2007 05:48
by eagle777
Hi

If I covert an xvid back out to DVD format and select auto run with no menus in VSO ConvertXtoDVD and then try to play the movie in VLC I get this message, Assertion failed!
Program: C:\Program Files\VideoLAN\VLC\vlc.exe
File: vm.c
Line 1641

Expression: pgcit !=NULL

For information on how your program can cause an assertion failure, see the Visual C++documentation on asserts

(Press retry to debug the application - JIT must be enabled)

If I go retry VLC Crashes, But I can play the video in PowerDVD with no problems.
I have checked this problem on other computers from friends and family they all have the same problem.

Can Anyone Help Me
Thank You For Your Time.

Posted: 24 Jan 2007 08:53
by DJ
To convert MPEG 4 to MPEG 2 the command fps=<framerate> will be required.

Posted: 24 Jan 2007 09:43
by eagle777
OK so how do I do that Please.

Posted: 24 Jan 2007 09:49
by DJ
By looking at the frame rate of the source in Stream and Media info and adding the command to the command line manually, after the selection of all your options in the stream output menu. The command can be entered at the end of the video options, just add a comma between the commands.

Posted: 24 Jan 2007 10:06
by eagle777
Is the info you suggested In VSO or VLC I am still new at this.

Posted: 24 Jan 2007 19:50
by DJ
The command is for transcoding in VLC. The VSO program may not be making a compatible file and I have not experience with this program.

Re: Bug Or problem I don't know

Posted: 14 Jul 2007 04:44
by tommyruff
Hi I have the same problem as the other guys (playing from the directory of a VSO created dvd ) this has only just happened on a particular dvd. I have tried following the previous post on how to rectify this but am lost. Can you tell me an idiots guide set by set on how to do this? All help would be appreciated.

Re: Bug Or problem I don't know

Posted: 14 Jul 2007 10:09
by DJ
The other guy (eagle777) said that the source was XviD (which is a MPEG 4 format) and he wanted to convert to MPEG 2. I suggested a way to do that in VLC as I am unfamiliar with the other program.

Re: Bug Or problem I don't know

Posted: 05 Dec 2007 05:18
by Ima Freman
MPEG Conversion does not explain this. Both are MPEG2 and the same file just read in then written out. The programs that seem to be getting these results are DVD stripper types, I think. This is also only appearing, in my case, when directory playing is requested, ie DVD structure. It does not happen when a specific file is read.

FAILING: VLC message reporting:
Assertion Failed!
Program: ---\vlc.exe
File:vm.c
Line:1641
Expression: pgcit != NULL
A/R/I

STATEMENT:
The succeeding snip below is the original and plays. The failing
one is an exported DVD using DVDRemake Pro 3.6.1. Other players handle it correctly.

QUESTION: is it failing due to a "libdvdnav" return, if so what version is being used?

LOG SNIP:
[00000304] logger interface: VLC media player - version 0.8.6c Janus - (c) 1996-
2007 the VideoLAN team
[00000304] logger interface:
Warning: if you can't access the GUI anymore, open a command-line window, go to
the directory where you installed VLC and run "vlc -I wx"

[00000304] logger interface: using logger...
libdvdnav: Using dvdnav version 0.2.0cvs from http://dvd.sf.net
libdvdread: Using libdvdcss version 1.2.9 for DVD access
libdvdread: Couldn't find device name.
libdvdread: Could not open D:\ccc###2\VIDEO_TS with libdvdcss.
NAME OPEN FAILED
libdvdnav: Unable to find map for title ''
libdvdnav: DVD disk reports itself with Region mask 0x00000000. Regions: 1 2 3 4
5 6 7 8
libdvdnav: *** pgci_ut handle is NULL ***



SUCCEEDING:

STATEMENT:
No message, so this must be a true statement: pgcit = NULL

LOG SNIP:
[00000304] logger interface: VLC media player - version 0.8.6c Janus - (c) 1996-
2007 the VideoLAN team
[00000304] logger interface:
Warning: if you can't access the GUI anymore, open a command-line window, go to
the directory where you installed VLC and run "vlc -I wx"

[00000304] logger interface: using logger...
libdvdnav: Using dvdnav version 0.2.0cvs from http://dvd.sf.net
libdvdread: Using libdvdcss version 1.2.9 for DVD access
libdvdread: Couldn't find device name.
libdvdread: Could not open D:\ccc###1\VIDEO_TS
with libdvdcss.
NAME OPEN FAILED
libdvdnav: Unable to find map for title ''
libdvdnav: DVD disk reports itself with Region mask 0x00000000. Regions: 1 2 3 4
5 6 7 8
libdvdnav: *** pgci_ut handle is NULL ***
libdvdnav: *** pgci_ut handle is NULL ***
[00000317] a52 decoder: A/52 channels:2 samplerate:48000 bitrate:192000
No accelerated IMDCT transform found

Re: Bug Or problem I don't know

Posted: 06 Dec 2007 01:16
by VLC_help
There is a known bug with DVD navigation that causes these issues (also some menus cause this). Hopefully someone fixes this.