I tried to make a build from git: the compilation happens without errors (see cin5.log), but when I start CinGG I get a crash. No dumps are formed. At the terminal I have only these lines: build ladspa plugin index for: /home/paz/cinelerra5/cinelerra-5.1/bin/ladspa MWindow::init_ladspa_plugins: can't create ladspa plugin index: /home/paz/.bcast6/ladspa_plugins._home_paz_cinelerra5_cinelerra-5.1_bin_ladspa MWindow::init_theme: prefered theme Cakewalk not found. MWindow::init_theme: theme_plugin not found. unjoined tids / owner 1 00007feefd7fa640 / 00007fef46622fc0 12BC_Clipboard I had no problems with the November 1 version.
I guess one patch broke plugin compilation, so plugin install now failing... i hope we will resolve this in https://www.cinelerra-gg.org/bugtracker/view.php?id=597 sorry! and thanks for catching this error twice (i think) On Wednesday, November 10, 2021, Andrea paz via Cin < [email protected]> wrote:
I tried to make a build from git: the compilation happens without errors (see cin5.log), but when I start CinGG I get a crash. No dumps are formed. At the terminal I have only these lines:
build ladspa plugin index for: /home/paz/cinelerra5/ cinelerra-5.1/bin/ladspa MWindow::init_ladspa_plugins: can't create ladspa plugin index: /home/paz/.bcast6/ladspa_plugins._home_paz_cinelerra5_ cinelerra-5.1_bin_ladspa MWindow::init_theme: prefered theme Cakewalk not found. MWindow::init_theme: theme_plugin not found. unjoined tids / owner 1 00007feefd7fa640 / 00007fef46622fc0 12BC_Clipboard
I had no problems with the November 1 version.
I cannot even build it currently, let alone test the crash. I created a separated Fedora 35 partition to test builds there, pulled source down from the git, did blds/bld.prepare.sh (which installed a LOT of stuff), then did ./bld.sh. It fails on a missing definition of dv_t in file plugins/livevideo/livevideo.C line 156. That is enabled if HAVE_DV is set, which is the default, but I never had compile problems with that before. MatN On Wed, 10 Nov 2021 10:07:54 +0100 Andrea paz via Cin <[email protected]> wrote:
I tried to make a build from git: the compilation happens without errors (see cin5.log), but when I start CinGG I get a crash. No dumps are formed. At the terminal I have only these lines:
build ladspa plugin index for: /home/paz/cinelerra5/cinelerra-5.1/bin/ladspa MWindow::init_ladspa_plugins: can't create ladspa plugin index: /home/paz/.bcast6/ladspa_plugins._home_paz_cinelerra5_cinelerra-5.1_bin_ladspa MWindow::init_theme: prefered theme Cakewalk not found. MWindow::init_theme: theme_plugin not found. unjoined tids / owner 1 00007feefd7fa640 / 00007fef46622fc0 12BC_Clipboard
I had no problems with the November 1 version.
However, if I modify bld.sh to use --without_dv, it builds fine, and no crash on starting, and this is on a newly installed OS. I do see a (new for me) problem when playing a 1280x720p25 video, the sound takes some seconds to start, and the play line (vertical bar) jitters a bit. After that, sound is OK. Happens every time after a stop. But this is a new build platform for me, must retry on my usual Mint 20.2 . MatN On Wed, 10 Nov 2021 13:42:23 +0100 <[email protected]> wrote:
I cannot even build it currently, let alone test the crash. I created a separated Fedora 35 partition to test builds there, pulled source down from the git, did blds/bld.prepare.sh (which installed a LOT of stuff), then did ./bld.sh. It fails on a missing definition of dv_t in file plugins/livevideo/livevideo.C line 156. That is enabled if HAVE_DV is set, which is the default, but I never had compile problems with that before.
MatN
On Wed, 10 Nov 2021 10:07:54 +0100 Andrea paz via Cin <[email protected]> wrote:
I tried to make a build from git: the compilation happens without errors (see cin5.log), but when I start CinGG I get a crash. No dumps are formed. At the terminal I have only these lines:
build ladspa plugin index for: /home/paz/cinelerra5/cinelerra-5.1/bin/ladspa MWindow::init_ladspa_plugins: can't create ladspa plugin index: /home/paz/.bcast6/ladspa_plugins._home_paz_cinelerra5_cinelerra-5.1_bin_ladspa MWindow::init_theme: prefered theme Cakewalk not found. MWindow::init_theme: theme_plugin not found. unjoined tids / owner 1 00007feefd7fa640 / 00007fef46622fc0 12BC_Clipboard
I had no problems with the November 1 version.
it even fails with attached patch? jittering playhead may indicate problems in sound output (pulseaudio/alsa setup)? On Wednesday, November 10, 2021, mnieuw--- via Cin < [email protected]> wrote:
However, if I modify bld.sh to use --without_dv, it builds fine, and no crash on starting, and this is on a newly installed OS.
I do see a (new for me) problem when playing a 1280x720p25 video, the sound takes some seconds to start, and the play line (vertical bar) jitters a bit. After that, sound is OK. Happens every time after a stop. But this is a new build platform for me, must retry on my usual Mint 20.2 .
MatN
On Wed, 10 Nov 2021 13:42:23 +0100 <[email protected]> wrote:
I cannot even build it currently, let alone test the crash. I created a separated Fedora 35 partition to test builds there, pulled source down from the git, did blds/bld.prepare.sh (which installed a LOT of stuff), then did ./bld.sh. It fails on a missing definition of dv_t in file plugins/livevideo/livevideo.C line 156. That is enabled if HAVE_DV is set, which is the default, but I never had compile problems with that before.
MatN
On Wed, 10 Nov 2021 10:07:54 +0100 Andrea paz via Cin <[email protected]> wrote:
I tried to make a build from git: the compilation happens without errors (see cin5.log), but when I start CinGG I get a crash. No dumps are formed. At the terminal I have only these lines:
build ladspa plugin index for: /home/paz/cinelerra5/cinelerra-5.1/bin/ladspa MWindow::init_ladspa_plugins: can't create ladspa plugin index: /home/paz/.bcast6/ladspa_plugins._home_paz_cinelerra5_ cinelerra-5.1_bin_ladspa MWindow::init_theme: prefered theme Cakewalk not found. MWindow::init_theme: theme_plugin not found. unjoined tids / owner 1 00007feefd7fa640 / 00007fef46622fc0 12BC_Clipboard
I had no problems with the November 1 version.
-- Cin mailing list [email protected] https://lists.cinelerra-gg.org/mailman/listinfo/cin
I tried to compile with 051-fux-typos-in-libdv-ifdefs-in-livevideo.patch and 0001-fix-compilation-problems.patch. The first one I was able to apply, the second one not. I still have crashes when starting CinGG: MWindow::init_plugins: can't create plugin index: /home/paz/.bcast6/Cinelerra_plugins MWindow::init_theme: prefered theme Cakewalk not found. MWindow::init_theme: theme_plugin not found. unjoined tids / owner 1 00007f7a1f7fe640 / 00007f7a78b81fc0 12BC_Clipboard
On Wednesday, November 10, 2021, Andrea paz <[email protected]> wrote:
I tried to compile with 051-fux-typos-in-libdv-ifdefs-in-livevideo.patch and 0001-fix-compilation-problems.patch. The first one I was able to apply, the second one not. I still have crashes when starting CinGG:
um, maybe you need to step back in git, like 'git reset --hard previous_commit' .. (prev_commit you can find from git log) Phyllis reverted those in a hurry... may be there was additional patch, will re-check...
MWindow::init_plugins: can't create plugin index: /home/paz/.bcast6/Cinelerra_plugins MWindow::init_theme: prefered theme Cakewalk not found. MWindow::init_theme: theme_plugin not found. unjoined tids / owner 1 00007f7a1f7fe640 / 00007f7a78b81fc0 12BC_Clipboard
participants (3)
-
Andrea paz -
Andrew Randrianasulu -
mnieuw@zap.a2000.nl