Search found 4 matches

Go to advanced search

by Eshkin_kot
03 May 2011 13:02
Forum: VLC media player for Windows Troubleshooting
Topic: win7 64-bit, 1.1.9, 1.1.8, 1.1.7 always crash with mms
Replies: 6
Views: 1049

Re: win7 64-bit, 1.1.9, 1.1.8, 1.1.7 always crash with mms

Can you test to check for nullity line 631 ? Yes, it's null: (gdb) list 633 628 629 /* media file path shouldn't start with / character */ 630 mediapath = p_url->psz_path; 631 if ( *mediapath == '/' ) 632 { 633 mediapath++; 634 } 635 var_buffer_addUTF16( &buffer, mediapath ); 636 637 mms_Comman...
by Eshkin_kot
02 May 2011 15:35
Forum: VLC media player for Windows Troubleshooting
Topic: win7 64-bit, 1.1.9, 1.1.8, 1.1.7 always crash with mms
Replies: 6
Views: 1049

Re: win7 64-bit, 1.1.9, 1.1.8, 1.1.7 always crash with mms

hmm... interesting... in my primary OS VLC also crash with mms %) so I will open bug report about it. VLC media player 1.1.7 The Luggage (revision exported) VLC version 1.1.7 The Luggage (exported) Compiled by buildd on barber.debian.org (Mar 6 2011 11:39:03) Компилятор: gcc version 4.4.5 (Debian 4....
by Eshkin_kot
02 May 2011 14:50
Forum: VLC media player for Windows Troubleshooting
Topic: win7 64-bit, 1.1.9, 1.1.8, 1.1.7 always crash with mms
Replies: 6
Views: 1049

win7 64-bit, 1.1.9, 1.1.8, 1.1.7 always crash with mms

I try to listen network stream but VLC always crash, for example Ctrl-N mms://online.carnivalfm.ru

Windows is not my primary OS and I don't know how to report bug or debug VLC with it. Need help! :)

ps: i reset config and remove %appdata%\vlc - does not help

Go to advanced search