Re: Frescobaldi crashes on startup

2023-01-30 Thread Jean Bréfort
Le lundi 30 janvier 2023 à 10:35 +0100, Jean Abou Samra a écrit :
> 
> 
> > Le 30 janv. 2023 à 09:26, Valentin Petzel  a
> > écrit :
> > 
> > 
> > Hello Jean,
> > 
> > This seems to come from PyQt5, so maybe downgrading that one will
> > solve this. Also you might want to report the problem directly to
> > Frescobaldi:
> > 
> > https://github.com/frescobaldi/frescobaldi/issues
> > 
> > so it can be fixed.
> 
> 
> It’s already
> known. https://github.com/frescobaldi/frescobaldi/issues/1453
> 
> Jean
> > 

Merci pour le renseignement, je vais suivre la chose.

Jean (l'autre, celui qui n'est pas très compétent)



Re: Frescobaldi crashes on startup

2023-01-30 Thread Jean Abou Samra


> Le 30 janv. 2023 à 09:26, Valentin Petzel  a écrit :
> 
> 
> Hello Jean,
> 
> This seems to come from PyQt5, so maybe downgrading that one will solve this. 
> Also you might want to report the problem directly to Frescobaldi:
> 
> https://github.com/frescobaldi/frescobaldi/issues
> 
> so it can be fixed.


It’s already known. https://github.com/frescobaldi/frescobaldi/issues/1453

Jean
> 


Re: Frescobaldi crashes on startup

2023-01-30 Thread Andrew Bernard

Better to give all the versions and platforms.

Andrew

On 30/01/2023 6:20 pm, Jean Bréfort wrote:

Since a python upgrade, Frescobaldi has a serious issue:





Re: Frescobaldi crashes on startup

2023-01-30 Thread Valentin Petzel
Hello Jean,

This seems to come from PyQt5, so maybe downgrading that one will solve this. 
Also you 
might want to report the problem directly to Frescobaldi:

https://github.com/frescobaldi/frescobaldi/issues[1]

so it can be fixed.

Cheers,
Valentin

Am Montag, 30. Jänner 2023, 08:20:10 CET schrieb Jean Bréfort:
> Hi,
> 
> Since a python upgrade, Frescobaldi has a serious issue:
> 
> Traceback (most recent call last):
>   File "/usr/share/frescobaldi/frescobaldi_app/view.py", line 107, in
> event
> if ev.type() == QEvent.KeyPress:
>^^^
> TypeError: a member of enum 'StandardKey' is expected not 'QEvent'
> 
> then crash. Any idea?
> 
> Best regards,
> Jean Bréfort




[1] https://github.com/frescobaldi/frescobaldi/issues


signature.asc
Description: This is a digitally signed message part.


Frescobaldi crashes on startup

2023-01-29 Thread Jean Bréfort
Hi,

Since a python upgrade, Frescobaldi has a serious issue:

Traceback (most recent call last):
  File "/usr/share/frescobaldi/frescobaldi_app/view.py", line 107, in
event
if ev.type() == QEvent.KeyPress:
   ^^^
TypeError: a member of enum 'StandardKey' is expected not 'QEvent'

then crash. Any idea?

Best regards,
Jean Bréfort



Re: Frescobaldi CRASHES

2017-12-08 Thread Robert Schmaus
There's not much information in your mail but fwiw: I had the problem of 
Frescobaldi crashing right away when I opened it (on a Mac). Solved it by 
completely trashing the preferences. 



> On 8 Dec 2017, at 19:53, Son_V <vincenzo.a...@gmail.com> wrote:
> 
> I'm no more able to open any .ly file in UbuntuStudio, Frescobaldi crashes in
> a breath, what can I do?
> Thanks.
> 
> 
> 
> --
> Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html
> 
> ___
> lilypond-user mailing list
> lilypond-user@gnu.org
> https://lists.gnu.org/mailman/listinfo/lilypond-user


___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Frescobaldi CRASHES

2017-12-08 Thread Son_V
I'm no more able to open any .ly file in UbuntuStudio, Frescobaldi crashes in
a breath, what can I do?
Thanks.



--
Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Frescobaldi crashes (was: Re: ANN: Frescobaldi 0.7.10)

2009-06-14 Thread Wilbert Berendsen
Op vrijdag 12 juni 2009, schreef Wilbert Berendsen:
 thanks. yes there still sometimes are random crashes my program uses
 very new parts of the KDE/KatePart libraries, they work well but there are
 maybe some issues in the Python/KDE layer which I'm not aware of...

Well, if possible the people plagued by Frescobaldi crashes could try SVN of 
today (rev. 1347).

The crashes occurred when the folding marker bar (left to the LilyPond text 
input view) was hovered with the mouse, (causing KatePart to redraw the 
background of foldable parts a bit darker) while LilyPond was running, the 
document has been edited, and there has been clicked a few times on objects in 
the PDF.

KatePart contains some advanced code to translated cursorpositions to an older 
state of the document (which is used by Frescobaldi to implement smart point 
and click). The crash logs showed me that KatePart also uses this functions 
(smartRange) to highlight the text when hovering the folding marker bar.

Now I changed my code to lock this smart-interface and reset the revision to 
use each time after translating a cursor position (which happens when you 
click on a note in the PDF).

Hiding the folding marker bar also could end the crashes for users of current 
releases. (You can hide this bar using F9 or via Settings-Configure-
Frescobaldi-Appearance).

best regards,
Wilbert Berendsen

-- 
Frescobaldi, LilyPond editor for KDE: http://www.frescobaldi.org/


___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user