Re: Error messages

2023-03-06 Thread Andrew Parsloe
On 7/03/2023 3:12 am, Kornel Benko wrote: Am Mon, 6 Mar 2023 13:54:22 +0100 schrieb Pavel Sanda : On Mon, Mar 06, 2023 at 11:38:22AM +0100, Pavel Sanda wrote: On Wed, Feb 22, 2023 at 10:52:14AM +0100, Jean-Pierre Chrétien wrote: Dear developers When I open the original UserGuide with 2.4.0de

Re: Error messages

2023-03-06 Thread Kornel Benko
Am Mon, 6 Mar 2023 13:54:22 +0100 schrieb Pavel Sanda : > On Mon, Mar 06, 2023 at 11:38:22AM +0100, Pavel Sanda wrote: > > On Wed, Feb 22, 2023 at 10:52:14AM +0100, Jean-Pierre Chrétien wrote: > > > Dear developers > > > > > > When I open the original UserGuide with 2.4.0dev, I see this in the

Re: Error messages

2023-03-06 Thread Pavel Sanda
On Mon, Mar 06, 2023 at 11:38:22AM +0100, Pavel Sanda wrote: > On Wed, Feb 22, 2023 at 10:52:14AM +0100, Jean-Pierre Chrétien wrote: > > Dear developers > > > > When I open the original UserGuide with 2.4.0dev, I see this in the calling > > command window: > > > > Warning: dvipng failed to genera

Re: Error messages

2023-03-06 Thread Pavel Sanda
On Wed, Feb 22, 2023 at 10:52:14AM +0100, Jean-Pierre Chrétien wrote: > Dear developers > > When I open the original UserGuide with 2.4.0dev, I see this in the calling > command window: > > Warning: dvipng failed to generate images from lyxpreviewOuMJqr.dvi... > fallback to legacy method > Warnin

Re: Error messages

2023-03-03 Thread Jean-Pierre Chrétien
Le 22/02/2023 à 10:52, Jean-Pierre Chrétien a écrit : Dear developers When I open the original UserGuide with 2.4.0dev, I see this in the calling command window: Warning: dvipng failed to generate images from lyxpreviewOuMJqr.dvi... fallback to legacy method Warning: epstopdf failed on page

Error messages

2023-02-22 Thread Jean-Pierre Chrétien
Dear developers When I open the original UserGuide with 2.4.0dev, I see this in the calling command window: Warning: dvipng failed to generate images from lyxpreviewOuMJqr.dvi... fallback to legacy method Warning: epstopdf failed on page 1, file lyxpreviewOuMJqr.001 Warning: epstopdf failed

Re: Error messages with lyx2.3

2018-06-06 Thread Kornel Benko
Am Mittwoch, 6. Juni 2018 19:16:30 CEST schrieb Enrico Forestieri : > On Wed, Jun 06, 2018 at 10:02:45AM +0200, Jean-Marc Lasgouttes wrote: > > > > What about applying this preview4 patch? It looks good IMO. > > Done at 125ee9fb. > > > I wonder whether > > this will improve performance (avoid d

Re: Error messages with lyx2.3

2018-06-06 Thread Enrico Forestieri
On Wed, Jun 06, 2018 at 10:02:45AM +0200, Jean-Marc Lasgouttes wrote: > > What about applying this preview4 patch? It looks good IMO. Done at 125ee9fb. > I wonder whether > this will improve performance (avoid duplicate loading). I doubt it, because there are not so many cases in which the same

Re: Error messages with lyx2.3

2018-06-06 Thread Jean-Marc Lasgouttes
Le 18/05/2018 à 22:14, Enrico Forestieri a écrit : Unfortunately, it does not work, as already said. It would have been surprising if it had worked, though, as the added condition is already catched by "pimpl_->status_ != WaitingToLoad". Instead, the attached works for me. Anyway, all of this ap

Re: Error messages with lyx2.3

2018-05-19 Thread Enrico Forestieri
On Sat, May 19, 2018 at 10:46:59AM +0200, Jean-Marc Lasgouttes wrote: > Le 18/05/2018 à 22:14, Enrico Forestieri a écrit : > > > preview3.diff looks like the cleanest approach to me. I think it should go > > > in. > > > > Unfortunately, it does not work, as already said. It would have been > > su

Re: Error messages with lyx2.3

2018-05-19 Thread Jean-Marc Lasgouttes
Le 18/05/2018 à 22:14, Enrico Forestieri a écrit : preview3.diff looks like the cleanest approach to me. I think it should go in. Unfortunately, it does not work, as already said. It would have been surprising if it had worked, though, as the added condition is already catched by "pimpl_->statu

Re: Error messages with lyx2.3

2018-05-18 Thread Enrico Forestieri
On Fri, May 18, 2018 at 06:40:00PM +0200, Jean-Marc Lasgouttes wrote: > Le 16/05/2018 à 20:01, Enrico Forestieri a écrit : > > On Wed, May 16, 2018 at 01:43:45PM -0400, Richard Kimberly Heck wrote: > > > I think you are right that it is during metrics. Tracing some things, > > > RenderGraphic::metr

Re: Error messages with lyx2.3

2018-05-18 Thread Jean-Marc Lasgouttes
Le 16/05/2018 à 20:01, Enrico Forestieri a écrit : On Wed, May 16, 2018 at 01:43:45PM -0400, Richard Kimberly Heck wrote: I think you are right that it is during metrics. Tracing some things, RenderGraphic::metrics seems to be responsible for starting the preview, and it gets called from InsetGr

Re: Error messages with lyx2.3

2018-05-16 Thread Enrico Forestieri
On Wed, May 16, 2018 at 01:43:45PM -0400, Richard Kimberly Heck wrote: > I think you are right that it is during metrics. Tracing some things, > RenderGraphic::metrics seems to be responsible for starting the preview, > and it gets called from InsetGraphics::metrics. > > But maybe it is as easy as

Re: Error messages with lyx2.3

2018-05-16 Thread Richard Kimberly Heck
On 05/16/2018 01:29 PM, Enrico Forestieri wrote: > On Wed, May 16, 2018 at 01:09:43PM -0400, Richard Kimberly Heck wrote: >> On 05/16/2018 01:06 PM, Enrico Forestieri wrote: >>> On Wed, May 16, 2018 at 10:01:16AM +0200, Jean-Marc Lasgouttes wrote: Le 15/05/2018 à 19:51, Enrico Forestieri a écr

Re: Error messages with lyx2.3

2018-05-16 Thread Enrico Forestieri
On Wed, May 16, 2018 at 01:09:43PM -0400, Richard Kimberly Heck wrote: > On 05/16/2018 01:06 PM, Enrico Forestieri wrote: > > On Wed, May 16, 2018 at 10:01:16AM +0200, Jean-Marc Lasgouttes wrote: > >> Le 15/05/2018 à 19:51, Enrico Forestieri a écrit : > The problem seems to be in the calling c

Re: Error messages with lyx2.3

2018-05-16 Thread Richard Kimberly Heck
On 05/16/2018 01:06 PM, Enrico Forestieri wrote: > On Wed, May 16, 2018 at 10:01:16AM +0200, Jean-Marc Lasgouttes wrote: >> Le 15/05/2018 à 19:51, Enrico Forestieri a écrit : The problem seems to be in the calling code. This seems to happen for svgz files (compressed svg files). >>> Actua

Re: Error messages with lyx2.3

2018-05-16 Thread Enrico Forestieri
On Wed, May 16, 2018 at 10:01:16AM +0200, Jean-Marc Lasgouttes wrote: > Le 15/05/2018 à 19:51, Enrico Forestieri a écrit : > > > The problem seems to be in the calling code. This seems to happen for svgz > > > files (compressed svg files). > > > > Actually, it seems to happen when the same image i

Re: Error messages with lyx2.3

2018-05-16 Thread Jean-Marc Lasgouttes
Le 15/05/2018 à 19:51, Enrico Forestieri a écrit : The problem seems to be in the calling code. This seems to happen for svgz files (compressed svg files). Actually, it seems to happen when the same image is included multiple times, irrespective of the type. See attached example. Bisect leads

Re: Error messages with lyx2.3

2018-05-15 Thread Jean-Marc Lasgouttes
Le 15/05/2018 à 19:51, Enrico Forestieri a écrit : The problem seems to be in the calling code. This seems to happen for svgz files (compressed svg files). Actually, it seems to happen when the same image is included multiple times, irrespective of the type. See attached example. Bisect leads

Re: Error messages with lyx2.3

2018-05-15 Thread Enrico Forestieri
On Fri, May 11, 2018 at 06:13:31PM +0100, José Abílio Matos wrote: > On Thursday, 10 May 2018 18.32.00 WEST Scott Kostyshak wrote: > > Should I still do the above? I'm not sure if it would still be useful > > after reading the messages that came after this. > > > > Thanks for helping debug, > > >

Re: Error messages with lyx2.3

2018-05-11 Thread José Abílio Matos
On Thursday, 10 May 2018 18.32.00 WEST Scott Kostyshak wrote: > Should I still do the above? I'm not sure if it would still be useful > after reading the messages that came after this. > > Thanks for helping debug, > > Scott There is no need to. The problem seems to be in the calling code. This

Re: Error messages with lyx2.3

2018-05-10 Thread Scott Kostyshak
On Wed, May 09, 2018 at 07:43:53AM +, José Abílio Matos wrote: > On Tuesday, 8 May 2018 17.50.58 WEST Scott Kostyshak wrote: > > Thanks for trying. I'm not surprised, since my two computers have very > > simliar setups so if I can reproduce on one and not on the other, this > > is probably a tr

Re: Error messages with lyx2.3

2018-05-10 Thread Scott Kostyshak
On Wed, May 09, 2018 at 11:23:29AM +, José Abílio Matos wrote: > On Wednesday, 9 May 2018 12.10.35 WEST Kornel Benko > wrote: > > I too. But the versions may differ. 5.6.1-2 > > I use 5.10.1 Mine is 5.6.2. Scott signature.asc Description: PGP signature

Re: Error messages with lyx2.3

2018-05-09 Thread José Abílio Matos
On Wednesday, 9 May 2018 14.30.49 WEST Kornel Benko wrote: > OK, but what can be done here? Even if I define a converter > \converter "svgz" "bmp" "convert $$i $$o" "" > I still see the error messages. > > (Manually, the &qu

Re: Error messages with lyx2.3

2018-05-09 Thread Kornel Benko
oaded and it fails the specify the target. > > > OK, but what can be done here? Even if I define a converter > \converter "svgz" "bmp" "convert $$i $$o" "" > I still see the error messages. > > (Manually, the "convert"-c

Re: Error messages with lyx2.3

2018-05-09 Thread Kornel Benko
ot in the calling code. It seems to want to convert > from svgz to a > format that could be loaded and it fails the specify the target. > OK, but what can be done here? Even if I define a converter \converter "svgz" "bmp" "convert $$i $$o" "" I still see the error messages. (Manually, the "convert"-command works) Kornel signature.asc Description: This is a digitally signed message part.

Re: Error messages with lyx2.3

2018-05-09 Thread José Abílio Matos
On Wednesday, 9 May 2018 12.09.18 WEST Kornel Benko wrote: > No it was not there. > But with the other file it is. > I removed the last part following the first Traceback > > Kornel The culprit is: Format.cpp (507): will guess format from file extension: svgz -> svgz graphics/Graphi

Re: Error messages with lyx2.3

2018-05-09 Thread José Abílio Matos
On Wednesday, 9 May 2018 12.10.35 WEST Kornel Benko wrote: > I too. But the versions may differ. 5.6.1-2 I use 5.10.1 -- José Abílio

Re: Error messages with lyx2.3

2018-05-09 Thread Kornel Benko
Am Mittwoch, 9. Mai 2018 12:03:38 CEST schrieb José Abílio Matos : > On Wednesday, 9 May 2018 10.59.34 WEST Kornel Benko wrote: > > What is your setting > > Tools->Preferences->File Handling->Converters->Converter File > > Cache->Enabled? > > > > Here it is checked. Max age = 180. > > >

Re: Error messages with lyx2.3

2018-05-09 Thread Kornel Benko
Am Mittwoch, 9. Mai 2018 12:49:35 CEST schrieb Kornel Benko : > Am Mittwoch, 9. Mai 2018 11:32:21 CEST schrieb José Abílio Matos > : > > On Wednesday, 9 May 2018 11.08.06 WEST Kornel Benko wrote: > > > I get them too, but only if the cache is not enabled. > > > > > > Kornel > > > > I hav

Re: Error messages with lyx2.3

2018-05-09 Thread José Abílio Matos
On Wednesday, 9 May 2018 10.59.34 WEST Kornel Benko wrote: > What is your setting > Tools->Preferences->File Handling->Converters->Converter File > Cache->Enabled? > > Here it is checked. Max age = 180. > > Kornel BTW I am using qt5, if that matters. :-) -- José Abílio

Re: Error messages with lyx2.3

2018-05-09 Thread José Abílio Matos
On Wednesday, 9 May 2018 11.08.06 WEST Kornel Benko wrote: > I get them too, but only if the cache is not enabled. > > Kornel I have the cache enabled but it seems that I am using qt to do the conversion/drawing and not the default converter. In any case the problem seems to be the sam

Re: Error messages with lyx2.3

2018-05-09 Thread José Abílio Matos
On Wednesday, 9 May 2018 10.59.34 WEST Kornel Benko wrote: > What is your setting > Tools->Preferences->File Handling->Converters->Converter File > Cache->Enabled? > > Here it is checked. Max age = 180. > > Kornel Yes, I have it like that in all instances. I think that this is th

Re: Error messages with lyx2.3

2018-05-09 Thread Kornel Benko
Am Mittwoch, 9. Mai 2018 10:55:32 CEST schrieb José Abílio Matos : > qt.svg: QSvgHandler: Image filename is empty > I get them too, but only if the cache is not enabled. Kornel signature.asc Description: This is a digitally signed message part.

Re: Error messages with lyx2.3

2018-05-09 Thread Kornel Benko
Am Mittwoch, 9. Mai 2018 11:42:31 CEST schrieb Kornel Benko : > Am Mittwoch, 9. Mai 2018 10:30:37 CEST schrieb José Abílio Matos > : > > On Wednesday, 9 May 2018 09.09.06 WEST Kornel Benko wrote: > > > I found how to reproduce. Emptying cache is the winner > > > # rm -rf ~/.lyx2.3/cache >

Re: Error messages with lyx2.3

2018-05-09 Thread José Abílio Matos
On Wednesday, 9 May 2018 10.42.31 WEST Kornel Benko wrote: > Open eu_UserGuide.lyx > Select TOC with graphics > Select the last image > > I get _plenty_ of messages. > Apparently zillions of converts run parallel, but they are seemingly > sequentially handled, because I don't see big processing lo

Re: Error messages with lyx2.3

2018-05-09 Thread Kornel Benko
Am Mittwoch, 9. Mai 2018 10:30:37 CEST schrieb José Abílio Matos : > On Wednesday, 9 May 2018 09.09.06 WEST Kornel Benko wrote: > > I found how to reproduce. Emptying cache is the winner > > # rm -rf ~/.lyx2.3/cache > > # mkdir ~/.lyx2.3/cache > > > > Kornel > > Even afte

Re: Error messages with lyx2.3

2018-05-09 Thread José Abílio Matos
On Wednesday, 9 May 2018 09.09.06 WEST Kornel Benko wrote: > I found how to reproduce. Emptying cache is the winner > # rm -rf ~/.lyx2.3/cache > # mkdir ~/.lyx2.3/cache > > Kornel Even after emptying the cache I still do not see it. :-) -- José Abílio

Re: Error messages with lyx2.3

2018-05-09 Thread Kornel Benko
Am Mittwoch, 9. Mai 2018 08:43:53 CEST schrieb José Abílio Matos : > print(sys.argv, file=sys.stderr) I found how to reproduce. Emptying cache is the winner # rm -rf ~/.lyx2.3/cache # mkdir ~/.lyx2.3/cache Kornel signature.asc Description: This is a digitally signed mes

Re: Error messages with lyx2.3

2018-05-09 Thread José Abílio Matos
On Tuesday, 8 May 2018 17.50.58 WEST Scott Kostyshak wrote: > Thanks for trying. I'm not surprised, since my two computers have very > simliar setups so if I can reproduce on one and not on the other, this > is probably a tricky issue. > > Scott Hi Scott, since you can reproduce this issu

Re: Error messages with lyx2.3

2018-05-08 Thread Scott Kostyshak
On Tue, May 08, 2018 at 04:40:08PM +, Kornel Benko wrote: > Am Dienstag, 8. Mai 2018 17:14:55 CEST schrieb José Abílio Matos > : > > On Tuesday, 8 May 2018 15.55.33 WEST Scott Kostyshak wrote: > > > To try to reproduce, open the tutorial manual and search for > > "Footnotes > > > and Margin N

Re: Error messages with lyx2.3

2018-05-08 Thread Kornel Benko
Am Dienstag, 8. Mai 2018 17:14:55 CEST schrieb José Abílio Matos : > On Tuesday, 8 May 2018 15.55.33 WEST Scott Kostyshak wrote: > > To try to reproduce, open the tutorial manual and search for > "Footnotes > > and Margin Notes". > > > > Scott > > I tried (not hard enough, it seems :-) ) with b

Re: Error messages with lyx2.3

2018-05-08 Thread José Abílio Matos
On Tuesday, 8 May 2018 15.55.33 WEST Scott Kostyshak wrote: > To try to reproduce, open the tutorial manual and search for "Footnotes > and Margin Notes". > > Scott I tried (not hard enough, it seems :-) ) with both 2.3 and 2.4 and I was not able to reproduce it. :-( -- José Abílio

Re: Error messages with lyx2.3

2018-05-08 Thread Scott Kostyshak
On Tue, May 08, 2018 at 02:34:06PM +, José Abílio Matos wrote: > On Tuesday, 8 May 2018 12.48.50 WEST Kornel Benko wrote: > > Would be nice to see the arguments. Could we test first, if enough > arguments > > are provided? > > > > Kornel > > Sure. :-) > > The funny part is that this

Re: Error messages with lyx2.3

2018-05-08 Thread José Abílio Matos
On Tuesday, 8 May 2018 12.48.50 WEST Kornel Benko wrote: > Would be nice to see the arguments. Could we test first, if enough arguments > are provided? > > Kornel Sure. :-) The funny part is that this was not ever needed because convertDefault.py is called by lyx, so something else is

Re: Error messages with lyx2.3

2018-05-08 Thread Kornel Benko
Am Dienstag, 8. Mai 2018 12:23:56 CEST schrieb José Abílio Matos : > On Tuesday, 8 May 2018 12.08.20 WEST Kornel Benko wrote: > > I got 10 messages of the form: > > Traceback (most recent call last): > > File "/usr/local/share/lyx2.3/scripts/convertDefault.py", line 73, in > > if (im or gm) and

Re: Error messages with lyx2.3

2018-05-08 Thread José Abílio Matos
On Tuesday, 8 May 2018 12.08.20 WEST Kornel Benko wrote: > I got 10 messages of the form: > Traceback (most recent call last): > File "/usr/local/share/lyx2.3/scripts/convertDefault.py", line 73, in > if (im or gm) and os.system(r'%s %s "%s" "%s"' % (command, opts, > sys.argv[2], sys.argv[3] + '

Error messages with lyx2.3

2018-05-08 Thread Kornel Benko
I got 10 messages of the form: Traceback (most recent call last): File "/usr/local/share/lyx2.3/scripts/convertDefault.py", line 73, in if (im or gm) and os.system(r'%s %s "%s" "%s"' % (command, opts, sys.argv[2], sys.argv[3] + ':' + sys.argv[4])) != 0: IndexError: list index out of range

Re: Displaying Converter Status / Error Messages

2010-03-20 Thread Pavel Sanda
Jack Desert wrote: > It takes about two minutes for this converter I'm writing to run (it's > uploading .jpg images to the web), and I want the user to know whether > things are going well or not. Especially if errors are encountered, I > want to display a descriptive error message. What is a good

Displaying Converter Status / Error Messages

2010-03-20 Thread Jack Desert
Is there a way to have a converter automatically open a shell or something to display stdout messages? It takes about two minutes for this converter I'm writing to run (it's uploading .jpg images to the web), and I want the user to know whether things are going well or not. Especially if errors a

Re: [HELP] Weird crash involving spellcheck and error messages

2009-12-07 Thread rgheck
On 12/07/2009 11:25 AM, Vincent van Ravesteijn wrote: rgheck schreef: On 12/04/2009 03:26 PM, Vincent van Ravesteijn wrote: Can someone else have a look at this? You can get the crash by (a) failing to set the hunspell path in Preferences, and then uncommenting the Frontend::Alert line in Hun

Re: [HELP] Weird crash involving spellcheck and error messages

2009-12-07 Thread Vincent van Ravesteijn
rgheck schreef: On 12/04/2009 03:26 PM, Vincent van Ravesteijn wrote: Can someone else have a look at this? You can get the crash by (a) failing to set the hunspell path in Preferences, and then uncommenting the Frontend::Alert line in HunspellChecker::Private::addSpeller(). I don't get a c

Re: [HELP] Weird crash involving spellcheck and error messages

2009-12-07 Thread rgheck
On 12/04/2009 03:26 PM, Vincent van Ravesteijn wrote: Can someone else have a look at this? You can get the crash by (a) failing to set the hunspell path in Preferences, and then uncommenting the Frontend::Alert line in HunspellChecker::Private::addSpeller(). I don't get a crash. Just a warn

Re: [HELP] Weird crash involving spellcheck and error messages

2009-12-04 Thread Vincent van Ravesteijn
Can someone else have a look at this? You can get the crash by (a) failing to set the hunspell path in Preferences, and then uncommenting the Frontend::Alert line below. I don't get a crash. Just a warning that my path is empty and that's it. Oh.. and a message that all my words are checked al

[HELP] Weird crash involving spellcheck and error messages

2009-12-04 Thread rgheck
On 12/04/2009 12:38 PM, rgh...@lyx.org wrote: Author: rgheck Date: Fri Dec 4 18:38:30 2009 New Revision: 32339 URL: http://www.lyx.org/trac/changeset/32339 Log: Fix strange problem reported by Stefano Franchi. Can someone else have a look at this? You can get the crash by (a) failing to s

Re: LyX and QPainter error messages...

2006-12-21 Thread Abdelrazak Younes
Georg Baum wrote: Am Mittwoch, 20. Dezember 2006 21:17 schrieb Nick Hopton: QPainter::begin: Paint device returned engine == 0, type: 2 QPainter::end: Painter not active, aborted Can anyone tell me what is happening here, LxY appears to be looking for QPainter but not finding it even though I

Re: LyX and QPainter error messages...

2006-12-21 Thread Georg Baum
Am Mittwoch, 20. Dezember 2006 21:17 schrieb Nick Hopton: > QPainter::begin: Paint device returned engine == 0, type: 2 > QPainter::end: Painter not active, aborted > > Can anyone tell me what is happening here, LxY appears to be looking for > QPainter but not finding it even though I have insta

lyx140cvn: longer error messages

2006-03-02 Thread Hartmut Haase
If in src/converter.C:442 src/format.C:265 src/format.C:310 50 would be replaced by e.g. 80 or more longer text strings could be displayed. E.g. "latex2html -no_subdir -split 0 -show_section_numbers $$i" has already 55 characters without the file. -- Viele Grüße, Hartmut Haase Hungerhilfe: http

Re: Two new error messages

1999-10-21 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | OK, I made some progress with the handling of streams, but now I am | blocked by | | cxx: Error: ../../../lyx-devel/src/mathed/../support/lyxstring.h, line 155: | function "lyxstring::lyxstring()" was referenced but not defined |

Two new error messages

1999-10-20 Thread Jean-Marc Lasgouttes
OK, I made some progress with the handling of streams, but now I am blocked by cxx: Error: ../../../lyx-devel/src/mathed/../support/lyxstring.h, line 155: function "lyxstring::lyxstring()" was referenced but not defined inline lyxstring(); ---^ cxx: Error: ../../..