Quiterss unable to start

ill get right to the point, after the happenings of No mobile broadband internet connection

quiterss is unable to start, core dumped.

when downgrading qt5 it does start the loading process but when reaching 100% it closes, starting it via terminal only reveals some gtk warning and “aborted” core dumped.

Is your issue something like this ?

quiterss
terminate called after throwing an instance of 'std::bad_alloc'
  what():  std::bad_alloc
Aborted (core dumped)

If yes then,

add
CONFIG+=debug

to qmake-qt5 line.

Source : https://bbs.archlinux.org/viewtopic.php?id=223069

i did come across that post, mine is not that, its


(quiterss:1136570): Gtk-WARNING **: 19:18:09.444: Unable to locate theme engine in module_path: "murrine",

(quiterss:1136570): Gtk-WARNING **: 19:18:09.445: Unable to locate theme engine in module_path: "murrine",

(quiterss:1136570): Gtk-WARNING **: 19:18:09.445: Unable to locate theme engine in module_path: "murrine",

(quiterss:1136570): Gtk-WARNING **: 19:18:09.445: Unable to locate theme engine in module_path: "murrine",
Aborted (core dumped)

after downgrading qt5-base

up to date qt5-base only says core dumped, nothing else

Edit: the ONLY thing i can think off right now, qt5 styleplugins is flagged as out of date, that this may or may not interfere somehow

Edit: tried vlc, had the same problem, after downgrading all qt5 packages to the previous version worked, does that mean any recent update was not arrived at each program yet?

According to the output, it is clear that your system is lacking murrine theme.

Will installation of gtk-engine-murrine will do any help ?
Let’s see what happens by this step.

Also, this engine is available in repository.

the theme error message never really posed a problem before.
i did try to install it tho, now the error message just says core dumped without the theme error

Since there was a new release of qt5-base, have you tried rebuilding qt5-styleplugins?

yay -S qt5-styleplugins --answerclean=Y --rebuildall --cleanmenu

Sir, according to original author, " after downgrading all qt5 packages to the previous version worked " .

Does this means that the latest release of qt5-base is not supported by the target package ? This is doubt from my side, which I felt by reading that statement.

Can you once again provide the output which you got after installing theme ? I need to see what type error is now visible.
Sorry for inconvenience.

Edit : First try @Stagger_Lee suggestion.

qt5-styleplugins has qt5-base as a dependency.

qt5-base was upgraded from 5.15.2 to 5.15.3 on March 4.

This is likely why the qt5-styleplugins is flagged as out of date. A rebuild by the user may be all that is needed.

Yes Sir, according your explanation, I also expect the same. Thank you for providing clarification.

1 Like

the rebuild was exactly what was needed, thank you

Thank you both.

P.S.

there was no output, it always was just “aborted” which is why i was always so vague here.

1 Like

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.