OK, I think I have an idea now what might be causing that.

If you can change the line in src/interface.c from:
        if ((overflowx > 0 || overflowy > 0) && myheight > 0) {

to:
        if ((overflowx > 0 || overflowy > 0) && myheight > 0* && mywidth >
0*) {

and then run "sudo make install" again, I have a feeling it may solve it.

Regards,
Gabriel.



http://lives-video.com
https://www.openhub.net/accounts/salsaman


On Fri, Jul 19, 2019 at 7:01 AM Michel-Patrick Lutz <
cont...@miniprogslane.com> wrote:

> Good morning Gabriel,
>
> When I start Lives modified, it completely blocks and GDB does not keep
> the stack. Here's what I get in the console:
>
> mpl@crocus:/usr/local/src/LiVES$ lives
> DEBUGGING IS ON !!
>
> LiVES 3.0.0-pre
> Copyright 2002 - 2019 Gabriel Finch (salsaman+li...@gmail.com) and others.
> LiVES comes with ABSOLUTELY NO WARRANTY
> This is free software, and you are welcome to redistribute it
> under certain conditions; see the file COPYING for details.
>
> Warning, frei0r plugin skipping blacklisted plugin Timeout indicator
> LiVES info: No usable filters found in plugin
> /usr/lib/lives/plugins/effects/realtime/weed/libvisual/libvis.so
>
> LiVES debug: lives_system failed with code 256: smogrify list_plugins 1 0
> "/home/mpl/.lives-dir/plugins/effects/compound/" "" >
> "/home/mpl/lives/livesprojects//.smogplugin.12725" (not an error)
> LiVES debug: lives_system failed with code 256: smogrify list_plugins 0 0
> "/home/mpl/.lives-dir/plugins/effects/rendered/custom/" "" >
> "/home/mpl/lives/livesprojects//.smogplugin.12725" (not an error)
> LiVES debug: lives_system failed with code 256: smogrify list_plugins 0 0
> "/home/mpl/.lives-dir/plugins/effects/rendered/test/" "" >
> "/home/mpl/lives/livesprojects//.smogplugin.12725" (not an error)
> GdkPixbuf Erreur fatale : gdk_pixbuf_from_pixdata() called on:
> GdkPixbuf Erreur fatale :       Encoding raw
> GdkPixbuf Erreur fatale :       Dimensions: 14 x 14
> GdkPixbuf Erreur fatale :       Rowstride: 56, Length: 808
> GdkPixbuf Erreur fatale :       Copy pixels == false
> Gtk Erreur critique : gtk_widget_set_size_request: assertion 'width >= -1'
> failed
> Gtk Erreur critique : gtk_widget_set_size_request: assertion 'width >= -1'
> failed
> Gtk Erreur critique : gtk_widget_set_size_request: assertion 'width >= -1'
> failed
>
> Cordially
>
> Michel-Patrick
>
> Le Thu, 18 Jul 2019 14:49:59 -0300, salsaman salsaman à écrit:
>
> > Hi Michel-Patrick !
> >
> > Thanks for testing again. The following are normal, just for information:
> >
> > LiVES info: No usable filters found in plugin
> > /usr/lib/lives/plugins/effects/realtime/weed/libvisual/libvis.so
> > Warning, frei0r plugin skipping blacklisted plugin Timeout indicator.
> >
> > The others seem to be unique to your setup though:
> >
> > (lives:8116): Gtk-WARNING **: drawing failure for widget 'GtkBox':
> invalid
> > value (too big) for the size input
> >
> >
> > I've just now made some improvements to debugging in LiVES, so it may be
> > possible to detect what is causing this. You will need to do the
> following:
> >
> > - make sure you have "gdb" installed
> > - checkout the latest version of LiVES from git.
> > - cd to the lives directory
> > - edit src/main.h, comment out one line as follows:
> >
> > // #define LIVES_NO_DEBUG
> >
> > - edit src/main.c
> >
> > change the line:
> >   //#define TRAP_ERRMSG ""
> > to:
> >   #define TRAP_ERRMSG "drawing failure"
> >
> > - rebuild LiVES:
> >
> > ./autogen.sh && ./configure && make clean
> > sudo make install
> >
> > Then run LiVES as normal from a console window. LiVES should run until it
> > hits the warning message and then stop. If you switch back to the
> console,
> > you can then press "s" to get a stack trace. Please copy the whole stack
> > trace (you might need to press enter a few times to see it all) and then
> > post it here.
> >
> > Afterwards you can undo your edits in src/main.h and src/main.c and then
> > just run:
> >
> > sudo make install
> >
> > to switch off debugging mode.
> >
> > Regards,
> > Gabriel.
> >
> >
> >
> >
> >
> > - ./autogen.sh && ./configure &&
> >
> >
> >
> > http://lives-video.com
> > https://www.openhub.net/accounts/salsaman
> >
> >
> > On Thu, Jul 18, 2019 at 3:07 AM Michel-Patrick Lutz <
> > cont...@miniprogslane.com> wrote:
> >
> > > Good morning Gabriel,
> > >
> > > I don't have much time right now so I just did a few tests: audio
> > > addition, encoding and decoding.
> > > The two problems that I reported disappeared. I feel like it's faster
> and
> > > this version is stable.
> > > It's much better than the latest version 2.8.10 which crashed too
> often.
> > >
> > > I have a few warning signs that are not disturbing:
> > >
> > > At the launch of books in a console:
> > > (lives:8116): Gtk-WARNING **: drawing failure for widget 'GtkBox':
> invalid
> > > value (too big) for the size input
> > > (lives:8116): Gtk-WARNING **: drawing failure for widget
> 'GtkDrawingArea':
> > > invalid value (too big) for the size input
> > > (lives:8116): Gtk-WARNING **: drawing failure for widget 'GtkEventBox':
> > > invalid value (too big) for the size input
> > > (lives:8116): Gtk-WARNING **: drawing failure for widget 'GtkWindow':
> > > invalid value (too big) for the size input
> > >
> > > In the Lives Messages box
> > > LiVES info: No usable filters found in plugin
> > > /usr/lib/lives/plugins/effects/realtime/weed/libvisual/libvis.so
> > > Warning, frei0r plugin skipping blacklisted plugin Timeout indicator.
> Can
> > > you tell me if this comes from my installation?
> > >
> > >
> > > Thank you for those improvements.
> > >
> > > Michel-Patrick
> > >
> > > Le Thu, 18 Jul 2019 01:17:30 -0300, salsaman salsaman à écrit:
> > >
> > > > Hi Michel-Patrick,
> > > > I believe I have fixed both the issues - the comments box not
> closing was
> > > > caused by a recent change to the OK button response code in some
> dialog
> > > > windows; there were a couple more instances which I also took care
> of.
> > > The
> > > > error message was due to a bug where the audio was always symlinked,
> and
> > > in
> > > > fact the symlink location was wrong - this should only be done when
> > > > encoding a selection. so I fixed that and corrected the path name,
> I
> > > fixed
> > > > a couiple of other things I noticed when encoding, it should be
> quite a
> > > bit
> > > > faster now, and errors should be handled correctly.
> > > >
> > > > Please retest and let me know if you find anything else not working.
> > > >
> > > > Regards,
> > > > Gabriel.
> > > >
> > > >
> > > > http://lives-video.com
> > > > https://www.openhub.net/accounts/salsaman
> > > >
> > > >
> > > > On Sat, Jul 13, 2019 at 3:30 AM Michel-Patrick Lutz <
> > > > cont...@miniprogslane.com> wrote:
> > > >
> > > > > Good morning Gabriel,
> > > > >
> > > > > I tested the version on git. For compilation and installation,
> > > everything
> > > > > went well.
> > > > > I had a problem encoding (error.jpg). I guess it's because I have
> > > several
> > > > > partitions. I modified the directories in lives and updated the
> rights
> > > and
> > > > > encoding succeeded after I restart lives.
> > > > > However, the dialog does not close when you click OK even when the
> > > > > encoding is finished (dialog.jpg)
> > > > > I don't have much time to test but I didn't crash when I had a lot
> of
> > > it
> > > > > with the old version.
> > > > >
> > > > > Cordially
> > > > >
> > > > > --
> > > > > Michel-Patrick Lutz
> > > > > <a href="http://www.april.org/adherer";>Promouvoir et soutenir le
> > > logiciel
> > > > > libre</a>
> > > > > +336 72 17 44 74
> > > > >
> > >
> > >
> > > --
> > > Michel-Patrick Lutz
> > > <a href="http://www.april.org/adherer";>Promouvoir et soutenir le
> logiciel
> > > libre</a>
> > > +336 72 17 44 74
> > >
>
>
> --
> Michel-Patrick Lutz
> <a href="http://www.april.org/adherer";>Promouvoir et soutenir le logiciel
> libre</a>
> +336 72 17 44 74
>
_______________________________________________
Lives-users mailing list
Lives-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/lives-users

Reply via email to