-
Notifications
You must be signed in to change notification settings - Fork 2
Description
Hey -I got excited about seeing this AppImage hoping this would give me access to run DDCut on my Linux box. I've tried versions:
DDCut-V-5.1.7.AppImage, DDCut-V-5.1.6.AppImage, and DDCut-V-5.1.5.AppImage
and all three fail. To reproduce download Appimage, chmod to be executable and execute the file and it opens up a blank white window for a moment and fails with this error:
Fontconfig warning: "/usr/share/fontconfig/conf.avail/05-reset-dirs-sample.conf", line 6: unknown element "reset-dirs"
terminate called after throwing an instance of 'std::bad_alloc'
what(): std::bad_alloc
[1] 2922172 abort (core dumped) ./DDCut-V-5.1.6.AppImage
I've seen some issue with fontconfig on other apps in the past but I wouldn't say that's the only thing here with the std::bad_alloc issue. I obviously don't know for sure but I'd love some help getting this running on my Linux box. Thanks.
*On Ubuntu 18.04 i get this error when running the AppImages:
A JavaScript error occurred in the main process
Uncaught Exception:
Error: Cannot open /tmp/.mount_DDCut-GpHuuR/resources/app/app/Backend/ddcut.node: Error: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by /tmp/.mount_DDCut-GpHuuR/resources/app/app/Backend/ddcut.node)
at Object.<anonymous> (/tmp/.mount_DDCut-GpHuuR/resources/app/app/index.js:1:1047)
at Object.14 (/tmp/.mount_DDCut-GpHuuR/resources/app/app/index.js:1:1085)
at n (/tmp/.mount_DDCut-GpHuuR/resources/app/app/index.js:1:110)
at Module.15 (/tmp/.mount_DDCut-GpHuuR/resources/app/app/index.js:1:1614)
at n (/tmp/.mount_DDCut-GpHuuR/resources/app/app/index.js:1:110)
at Module.65 (/tmp/.mount_DDCut-GpHuuR/resources/app/app/index.js:1:8604)
at n (/tmp/.mount_DDCut-GpHuuR/resources/app/app/index.js:1:110)
at /tmp/.mount_DDCut-GpHuuR/resources/app/app/index.js:1:902
at Object.<anonymous> (/tmp/.mount_DDCut-GpHuuR/resources/app/app/index.js:1:912)
at Module._compile (internal/modules/cjs/loader.js:839:30)
I've tried a few things and even with the fontconfig error gone I still get that issue of
terminate called after throwing an instance of 'std::bad_alloc'
what(): std::bad_alloc
[1] 2922172 abort (core dumped)
But honestly I have no real idea about anything without knowing what's under the hood with the source code etc.