[vlc-devel] Debug messages

Francesco, Cuzzocrea francesco at bltitalia.com
Wed May 31 18:18:40 CEST 2017


Sorry for the trivial question (as You have figured out I'm new in 
programming under Linux).

Where I can find the log file ? /var/log/messages and /var/log/syslog  
?  I opened them with

sudo tail -n 100 /var/log/messages  and the only reference is :

May 31 18:13:55 LinuxDebianDevelop gnome-session[1075]: ** 
(zeitgeist-datahub:1256): WARNING **: recent-manager-provider.vala:132: 
Desktop file for "file:///home/alfredo/Videos/clip2A_1s.blt" was not 
found, exec: vlc, mime_type: application/octet-stream
May 31 18:13:58 LinuxDebianDevelop gnome-session[1075]: 
(gnome-shell:1229): mutter-WARNING **: STACK_OP_RAISE_ABOVE: window 
0x6901200016 not in stack
May 31 18:13:58 LinuxDebianDevelop gnome-session[1075]: 
(gnome-shell:1229): mutter-WARNING **: STACK_OP_RAISE_ABOVE: window 
0x6901200016 not in stack
May 31 18:13:58 LinuxDebianDevelop gnome-session[1075]: 
(gnome-shell:1229): mutter-WARNING **: STACK_OP_RAISE_ABOVE: window 
0x6901200016 not in stack
May 31 18:13:58 LinuxDebianDevelop gnome-session[1075]: 
(gnome-shell:1229): mutter-WARNING **: STACK_OP_RAISE_ABOVE: window 
0x6901200016 not in stack
May 31 18:13:59 LinuxDebianDevelop gnome-session[1075]: 
(gnome-shell:1229): mutter-WARNING **: STACK_OP_RAISE_ABOVE: window 
0x6901200016 not in stack
May 31 18:13:59 LinuxDebianDevelop gnome-session[1075]: 
(gnome-shell:1229): mutter-WARNING **: STACK_OP_RAISE_ABOVE: window 
0x6901200016 not in stack
May 31 18:13:59 LinuxDebianDevelop gnome-session[1075]: 
(gnome-shell:1229): mutter-WARNING **: STACK_OP_RAISE_ABOVE: window 
0x6901200016 not in stack
May 31 18:13:59 LinuxDebianDevelop gnome-session[1075]: 
(gnome-shell:1229): mutter-WARNING **: STACK_OP_RAISE_ABOVE: window 
0x6901200016 not in stack
May 31 18:13:59 LinuxDebianDevelop gnome-session[1075]: 
(gnome-shell:1229): mutter-WARNING **: STACK_OP_RAISE_ABOVE: window 
0x6901200016 not in stack
May 31 18:13:59 LinuxDebianDevelop gnome-session[1075]: 
(gnome-shell:1229): mutter-WARNING **: STACK_OP_RAISE_ABOVE: window 
0x6901200016 not in stack


where is the log file ?

Regards





On 31/05/2017 17.39, Francois Cartegnie wrote:
> Le 31/05/2017 à 17:11, Francesco, Cuzzocrea a écrit :
>> Hi Francois,
>>
>> thanks for the fast answer.  I didn't figure out why the submodule is
>> empty: I've attempt to modify sequence in
>>
>> vlc_module_begin()
>>      set_shortname(N_("BLT Import"))
>>      set_description(N_("BLT Files demuxer"))
>>      set_category(CAT_INPUT)
>>      set_subcategory(SUBCAT_INPUT_DEMUX)
>>      set_capability("access_demux", 100)
> I didn't make notice of the first module capability.
>
>>       set_callbacks(DemuxOpen, DemuxClose)
>>
>>      add_submodule()
>>       set_capability("access", 100)
>>      set_callbacks(AccessOpen, AccessClose)
>>      add_shortcut("blt")
>> vlc_module_end ()
> You need first to force with commandline demux=
>
> We won't try to figure if another module is opened,
> especially without logs.
>
> Francois
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> https://mailman.videolan.org/listinfo/vlc-devel

-- 
/*******************************************************************\
*    Ing. Francesco  Cuzzocrea
*    company:    BLT Italia srl        web:  http://www.blt.it
*    address:    via Rosselli, 91     city:  Lido di CAMAIORE
*    country:    ITALY                 zip:  55043-i
*      Tel. :    +39 0584 904788       Fax:  +39 0584 904789
*     e-mail:   francesco at bltitalia.com
\*******************************************************************/



More information about the vlc-devel mailing list