Crashes When Encode Button is Pressed
Status: Alpha
Brought to you by:
coto
Re-ran under gdb. Got:
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 16384 (LWP 32525)]
0x08070a67 in SacaOpcionesVideo
(OpcionesVideo=0xbfffd038 "") at ordenes.c:55
55 for (i = 0;
opts_sws[i].Text[0]; i ++)
The opts_sws variable is NUL (opts_sws is zero).
(gdb) print opts_sws
$2 = (OPTS_SWS *) 0x0
This appears to be the result of not having a
gmencoder_opts file
in either home, or /etc.