Re: [Rosegarden-user] rosegarden and libfluidsynth.so.1

2022-06-26 Thread Mario Moles
Thanks! Rosegarden with gdb dont start: "[mario@mario-pcbuild]$gdb ./rosegarden GNU gdb (GDB) 12.1 Copyright (C) 2022 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it.

Re: [Rosegarden-user] rosegarden and libfluidsynth.so.1

2022-06-26 Thread Ted Felix
First, I usually remove the build directory to be safe. So from the main directory: rm -rf build Then go through the usual process, but specify a debug build when you run cmake: mkdir build cd build cmake .. -DCMAKE_BUILD_TYPE=Debug make Now you've got a debug build. It has the

Re: [Rosegarden-user] rosegarden and libfluidsynth.so.1

2022-06-26 Thread Mario Moles
How do you make a Debug Build? Il 26/06/22 17:51, Ted Felix ha scritto: Ok.  Are you doing a debug build?  If so, you can get a backtrace using gdb.  That will tell us exactly what's going on. ___ Rosegarden-user mailing list

Re: [Rosegarden-user] rosegarden and libfluidsynth.so.1

2022-06-26 Thread Ted Felix
Ok. Are you doing a debug build? If so, you can get a backtrace using gdb. That will tell us exactly what's going on. Ted. On 6/26/22 11:44 AM, Mario Moles wrote: I use rosegarden-git. I use Manjaro. Rosegarden continues to crash Il 26/06/22 13:53, Ted Felix ha scritto: Have you built

Re: [Rosegarden-user] rosegarden and libfluidsynth.so.1

2022-06-26 Thread Mario Moles
I use rosegarden-git. I use Manjaro. Rosegarden continues to crash Il 26/06/22 13:53, Ted Felix ha scritto: Have you built from source before?  That would be the next step for tracking this down.  There are also improvements in the latest version related to troubleshooting plugin issues

Re: [Rosegarden-user] rosegarden and libfluidsynth.so.1

2022-06-26 Thread Ted Felix
Have you built from source before? That would be the next step for tracking this down. There are also improvements in the latest version related to troubleshooting plugin issues which would help with the libfluidsynth warning. It's possible that there is a library issue with your