Re: [Mscore-developer] Master crashes when opening most dialogue boxes

2017-04-20 Thread Maurizio M. Gavioli
ABL wrote > I tried with "nativedialogs=true" in > ~/.config/MuseScore/MuseScoreDevelopment.ini but there wasn't any change > (i.e. still crashing). > Then I noticed that at the beginning of the command line output there was > this warning: "QApplication: invalid style override passed, ignoring it"

Re: [Mscore-developer] Master crashes when opening most dialogue boxes

2017-04-20 Thread ABL
I tried with "nativedialogs=true" in ~/.config/MuseScore/MuseScoreDevelopment.ini but there wasn't any change (i.e. still crashing). Then I noticed that at the beginning of the command line output there was this warning: "QApplication: invalid style override passed, ignoring it", which led me to th

Re: [Mscore-developer] Master crashes when opening most dialogue boxes

2017-04-20 Thread Joachim Schmitz
ashes when opening most dialogue boxes I managed to reproduce this crash under Linux Mint 18.1, with Qt 5.8. It does not crash with Qt 5.6. Attached the crash log from AddressSanitizer. By looking at the log, it appears to be this bug: https://bugreports.qt.io/browse/QTBUG-58762 So, unfortunately, I

Re: [Mscore-developer] Master crashes when opening most dialogue boxes

2017-04-20 Thread ABL
I managed to reproduce this crash under Linux Mint 18.1, with Qt 5.8. It does not crash with Qt 5.6. Attached the crash log from AddressSanitizer. By looking at the log, it appears to be this bug: https://bugreports.qt.io/browse/QTBUG-58762 So, unfortunately, I think it is a bug of Qt, or gtk, or b

Re: [Mscore-developer] Master crashes when opening most dialogue boxes

2017-04-19 Thread Joachim Schmitz
Yes, I can. Maybe it is about the native/non-native file dialog? -Original Message- From: Maurizio M. Gavioli [mailto:miwa...@miwarre.org] Sent: Wednesday, April 19, 2017 7:10 PM To: mscore-developer@lists.sourceforge.net Subject: Re: [Mscore-developer] Master crashes when opening most

Re: [Mscore-developer] Master crashes when opening most dialogue boxes

2017-04-19 Thread Maurizio M. Gavioli
Jojo-Schmitz wrote > Works just fine on Windows. Only that load/create mp3 dialog needs to be > dismissed Do you mean that you (and possibly other as well) can open an existing score via the "File | Open..." menu command? That it may be a Linux specific issue or perhaps specific to my system? Las

Re: [Mscore-developer] Master crashes when opening most dialogue boxes

2017-04-19 Thread Joachim Schmitz
Works just fine on Windows. Only that load/create mp3 dialog needs to be dismissed -Original Message- From: Maurizio M. Gavioli [mailto:miwa...@miwarre.org] Sent: Wednesday, April 19, 2017 10:11 AM To: mscore-developer@lists.sourceforge.net Subject: [Mscore-developer] Master crashes when

[Mscore-developer] Master crashes when opening most dialogue boxes

2017-04-19 Thread Maurizio M. Gavioli
*Context*: self-compiled today master under Linux Mint 17.3, Qt 5.8, Qt Creator 4.2.1 *Description*: the programme crashes with a segmentation fault when the "exec()" method is called for many of the dialogue boxes. For instance: *Steps*: 1) Start MuseScore 2) Select menu item "File | Open..." *