Bug 453789 - Melt crash due to undefined symbol
Summary: Melt crash due to undefined symbol
Status: RESOLVED FIXED
Alias: None
Product: kdenlive
Classification: Applications
Component: Rendering & Export (other bugs)
Version First Reported In: 22.04.0
Platform: Mint (Ubuntu based) Linux
: NOR critical
Target Milestone: ---
Assignee: Jean-Baptiste Mardelle
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-05-14 15:14 UTC by Etay Meiri
Modified: 2022-05-23 12:24 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Etay Meiri 2022-05-14 15:14:14 UTC
SUMMARY
Rendering to a MP4 file cannot be started due to undefined symbol: libintl_bindtextdomain

STEPS TO REPRODUCE
1. 'Project'->'Render'.
2. Select MP4-H264/AAC
3. click 'Render To File'

OBSERVED RESULT
Rendering of /home/emeiri/test.mp4 crashed

/tmp/.mount_kdenli16Qiln/usr/bin/melt: symbol lookup error: /tmp/.mount_kdenli16Qiln/usr/lib/ladspa/alias_1407.so: undefined symbol: libintl_bindtextdomain

EXPECTED RESULT
The project will be exported to test.mp4.

SOFTWARE/OS VERSIONS
Kdenlive: kdenlive-22.04.0-1-x86_x64.AppImage
Linux/KDE Plasma: Linux Mint 5.4.0-109-generic #123-Ubuntu SMP Fri Apr 8 09:10:54 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
KDE Frameworks Version: Version 5.93.0
Qt Version: Version 5.15.2 (built against 5.15.2)
MLT: Version 7.7.0 

ADDITIONAL INFORMATION
I tried to install any *ladspa* and *libintl* packages that I could find but it didn't help:
ii  libintl-perl                        1.26-2build4                        all          Uniforum message translations system compatible i18n library
ii  libintl-xs-perl                            1.26-2build4                        amd64        Uniforum message translations system compatible i18n library
ii  ladspa-sdk                                 1.15-2build1                        amd64        sample tools for linux-audio-dev plugin architecture
ii  lsp-plugins-ladspa                         1.1.13-0ubuntu2                     amd64        LSP (Linux Studio Plugins) audio-plugins (ladspa plugins)

Fortunately, I was able to render the project just fine using the previous version: 21.12.3 (also AppImage).
Comment 1 Jean-Baptiste Mardelle 2022-05-14 17:55:49 UTC
This was an issue affecting the first 22.04.0 Appimage. We have opdated it since tuesday. Please try downloading again the 22.04.0 Appimage. You shpuld have a 22.04.0-2 version where rendering works correctly
Comment 2 Etay Meiri 2022-05-23 12:24:14 UTC
The bug is fixed in the version suggested below. Thanks.