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
Code: Select all
assertion failed
problem:.....
file:text/strings.c
line:1124
expression: path[0] == DIR_SEP_CHAR
......
Code: Select all
D:\cygwin_new\home\jeremiah\vlc-1.1.0-good\vlc-1.1.0>vlc d:\video\01.avi
it's a bug or it's normal?
before vlc1.1.0, it doesn't get this error.