Page 1 of 1

vlc1.1.0 crashed using cmd line

Posted: 29 Jun 2010 03:39
by Jeremiah
hi
when i use vlc1.1.0 compiled by myself(viewtopic.php?f=14&t=78210), i find a ploblem that it crashed using cmd line or in cygwin env.

Code: Select all

D:\cygwin_new\home\jeremiah\vlc-1.1.0-good\vlc-1.1.0>vlc d:/video/01.avi
the error is micorsoft visual c++ runtime library

Code: Select all

assertion failed problem:..... file:text/strings.c line:1124 expression: path[0] == DIR_SEP_CHAR ......
but when i use the cmd:

Code: Select all

D:\cygwin_new\home\jeremiah\vlc-1.1.0-good\vlc-1.1.0>vlc d:\video\01.avi
all is fine.

it's a bug or it's normal?
before vlc1.1.0, it doesn't get this error.

Re: vlc1.1.0 crashed using cmd line

Posted: 30 Jun 2010 01:00
by VLC_help
Does it help if you add "" around filename?

Re: vlc1.1.0 crashed using cmd line

Posted: 30 Jun 2010 05:01
by Jeremiah
vlc "d:/video/01.avi"

it get the same error.

i don't get this error using vlc1.1.0 privided by videolan. it's weired. hoho~

Re: vlc1.1.0 crashed using cmd line

Posted: 01 Jul 2010 18:21
by Jean-Baptiste Kempf
expected. Cygwin compilation isn't perfect.

Re: vlc1.1.0 crashed using cmd line

Posted: 02 Jul 2010 03:36
by Jeremiah
expected. Cygwin compilation isn't perfect.
so, can you tell me what does the videolan developers use to compile vlc?

mingw? or what ? :mrgreen:

Re: vlc1.1.0 crashed using cmd line

Posted: 02 Jul 2010 12:11
by Jean-Baptiste Kempf
Linux.

And mingw when we don't have choice.

Re: vlc1.1.0 crashed using cmd line

Posted: 07 Jul 2010 02:26
by Jeremiah
Linux.

And mingw when we don't have choice.
:D sounds good。

can videolan write a document how to compile vlc in linux?

we all appreciate that.

Re: vlc1.1.0 crashed using cmd line

Posted: 07 Jul 2010 12:02
by Jean-Baptiste Kempf
Read the wiki.