ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Latest beta: bug with 'convert()'?
@ 2014-12-12  9:32 Procházka Lukáš Ing. - Pontex s. r. o.
  2014-12-12 11:37 ` Hans Hagen
  0 siblings, 1 reply; 4+ messages in thread
From: Procházka Lukáš Ing. - Pontex s. r. o. @ 2014-12-12  9:32 UTC (permalink / raw)
  To: ConTeXt

Hello,

I'm getting the following failure:

----
c:/Ctx-Beta/tex/texmf-context/tex/context/base/lpdf-xmp.lua:109: attempt to call field 'convert' (a nil value)
stack traceback:
         c:/Ctx-Beta/tex/texmf-context/tex/context/base/lpdf-xmp.lua:109: in function 'valid_xmp'
         c:/Ctx-Beta/tex/texmf-context/tex/context/base/lpdf-xmp.lua:117: in function 'pdfaddxmpinfo'
         c:/Ctx-Beta/tex/texmf-context/tex/context/base/lpdf-xmp.lua:132: in function 'addtoinfo'
         [\directlua]:1: in main chunk

1     \environment ../../../../_e-TZ.mkiv
2
3     \starttext
4       \completecontent
5       \page
6 >>  \stoptext
7


backend         > xmp > using file 'c:/Ctx-Beta/tex/texmf-context/tex/context/base/lpdf-pdx.xml'
----

I guess it has to do something with latest XML/Lua extension;
I don't have MnWE at the moment - but it might be fixed anyway...

Best regards,

Lukas


-- 
Ing. Lukáš Procházka | mailto:LPr@pontex.cz
Pontex s. r. o.      | mailto:pontex@pontex.cz | http://www.pontex.cz
Bezová 1658
147 14 Praha 4

Tel: +420 241 096 751
Fax: +420 244 461 038

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Latest beta: bug with 'convert()'?
  2014-12-12  9:32 Latest beta: bug with 'convert()'? Procházka Lukáš Ing. - Pontex s. r. o.
@ 2014-12-12 11:37 ` Hans Hagen
  2014-12-12 12:16   ` Procházka Lukáš Ing. - Pontex s. r. o.
  0 siblings, 1 reply; 4+ messages in thread
From: Hans Hagen @ 2014-12-12 11:37 UTC (permalink / raw)
  To: ntg-context

On 12/12/2014 10:32 AM, Procházka Lukáš Ing. - Pontex s. r. o. wrote:
> Hello,
>
> I'm getting the following failure:
>
> ----
> c:/Ctx-Beta/tex/texmf-context/tex/context/base/lpdf-xmp.lua:109: attempt
> to call field 'convert' (a nil value)
> stack traceback:
>
> c:/Ctx-Beta/tex/texmf-context/tex/context/base/lpdf-xmp.lua:109: in
> function 'valid_xmp'
>
> c:/Ctx-Beta/tex/texmf-context/tex/context/base/lpdf-xmp.lua:117: in
> function 'pdfaddxmpinfo'
>
> c:/Ctx-Beta/tex/texmf-context/tex/context/base/lpdf-xmp.lua:132: in
> function 'addtoinfo'
>          [\directlua]:1: in main chunk
>
> 1     \environment ../../../../_e-TZ.mkiv
> 2
> 3     \starttext
> 4       \completecontent
> 5       \page
> 6 >>  \stoptext
> 7
>
>
> backend         > xmp > using file
> 'c:/Ctx-Beta/tex/texmf-context/tex/context/base/lpdf-pdx.xml'
> ----
>
> I guess it has to do something with latest XML/Lua extension;
> I don't have MnWE at the moment - but it might be fixed anyway...

hard to imagine ... did you patch one of the lxml-*.lua files?

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
     tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
                                              | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Latest beta: bug with 'convert()'?
  2014-12-12 11:37 ` Hans Hagen
@ 2014-12-12 12:16   ` Procházka Lukáš Ing. - Pontex s. r. o.
  2014-12-12 13:16     ` Hans Hagen
  0 siblings, 1 reply; 4+ messages in thread
From: Procházka Lukáš Ing. - Pontex s. r. o. @ 2014-12-12 12:16 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hello Hans,

> hard to imagine ... did you patch one of the lxml-*.lua files?

I renewed Ctx now and it seems to work (the reported problem related to the yesterday's beta)...

Best regards,

Lukas


-- 
Ing. Lukáš Procházka | mailto:LPr@pontex.cz
Pontex s. r. o.      | mailto:pontex@pontex.cz | http://www.pontex.cz
Bezová 1658
147 14 Praha 4

Tel: +420 241 096 751
Fax: +420 244 461 038

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Latest beta: bug with 'convert()'?
  2014-12-12 12:16   ` Procházka Lukáš Ing. - Pontex s. r. o.
@ 2014-12-12 13:16     ` Hans Hagen
  0 siblings, 0 replies; 4+ messages in thread
From: Hans Hagen @ 2014-12-12 13:16 UTC (permalink / raw)
  To: ntg-context

On 12/12/2014 1:16 PM, Procházka Lukáš Ing. - Pontex s. r. o. wrote:
> Hello Hans,
>
>> hard to imagine ... did you patch one of the lxml-*.lua files?
>
> I renewed Ctx now and it seems to work (the reported problem related to
> the yesterday's beta)...

still weird, as i cannot generate betas without the xml working (as some 
docs are generated in the process)

Hans

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
     tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
                                              | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-12-12 13:16 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-12-12  9:32 Latest beta: bug with 'convert()'? Procházka Lukáš Ing. - Pontex s. r. o.
2014-12-12 11:37 ` Hans Hagen
2014-12-12 12:16   ` Procházka Lukáš Ing. - Pontex s. r. o.
2014-12-12 13:16     ` Hans Hagen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).