Re: Segmentation fault in QT apps Reply #15 – 10 July 2024, 17:08:44 I have that error after building it.Just after building auralquiz that error.
Re: Segmentation fault in QT apps Reply #16 – 11 July 2024, 18:14:57 I searched qt5 apps in ARMtix repos.I found etherwallet that does not start cause of missing libprotobuf.so.25.Any suggestion to how fix qt5/6 apps?
Re: Segmentation fault in QT apps Reply #17 – 11 July 2024, 20:38:20 As i already said, it is firstly required to find actually broken packages, which are qt5-* packages built against wrong qt5-base. Not etherwallet, just qt5-*. They are root of the problem, others are just a consequence.
Re: Segmentation fault in QT apps Reply #18 – 11 July 2024, 21:30:34 Do I need to rebuild qt6-base for qt6 apps?If it is just me having these problems I wonder why.
Re: Segmentation fault in QT apps Reply #19 – 12 July 2024, 07:56:42 qt6 should be unaffected but you still can check qt6-* packages. It is not base which should be rebuilt, some other qt5-* packages are.
Re: Segmentation fault in QT apps Reply #20 – 15 July 2024, 18:26:06 I find out about this problem because of qt6 apps.After I checked qt5 just to see if that works.I think that something is wrong normally you do not have segmentation fault in all qt6 apps and mismatching library for qt5 just after building the app.