ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Context crashes using Iosevka v16.3.6 typeface
@ 2022-11-12 11:02 Werner Schmidt via ntg-context
  2022-11-14 10:27 ` Hans Hagen via ntg-context
  0 siblings, 1 reply; 3+ messages in thread
From: Werner Schmidt via ntg-context @ 2022-11-12 11:02 UTC (permalink / raw)
  To: ntg-context; +Cc: Werner Schmidt

Dear list, 

I like to use the Iosevka as mono typeface. It worked in the past, but sadly context crashes now with the following error. 

    fatal error: /font-dsp-macro.lua:2336: attempt to index a nil value (local 'sequence')

Plese see MWE below. 

Any ideas how debug / solve this issue? 

Thanks in advance. 
Werner 



------- test_iosevka. tex --------

% Win 10 Enterprise, x64, 10.0.19042 Build 19042
% ConTeXt  ver: 2022.10.22 11:23 LMTX  fmt: 2022.11.12  int: english/english

% fatal error: /font-dsp-macro.lua:2336: attempt to index a nil value (local 'sequence')

\starttypescriptcollection[myfonts]
  % Mono - iosevka (Iosevka SS09 — Terminal, Hinted)
  % Source: https://github.com/be5invis/Iosevka/blob/v16.3.6/doc/PACKAGE-LIST.md
  \starttypescript [mono] [iosevka] [name]
      \setups[font:fallback:mono]
      \definefontsynonym [Mono]            [file:iosevka-term-ss09-light]
      \definefontsynonym [MonoItalic]      [file:iosevka-term-ss09-lightitalic]
      \definefontsynonym [MonoSlanted]     [file:iosevka-term-ss09-lightoblique]
      \definefontsynonym [MonoBold]        [file:iosevka-term-ss09-semibold]
      \definefontsynonym [MonoBoldItalic]  [file:iosevka-term-ss09-semibolditalic]
      \definefontsynonym [MonoBoldSlanted] [file:iosevka-term-ss09-semiboldoblique]
  \stoptypescript

  \starttypescript[iosevka]
  \definetypeface [\typescriptone] [tt] [mono] [iosevka] [default] [rscale=0.84,features={default,ss09=yes}]
  \stoptypescript
\stoptypescriptcollection

%\setupbodyfont [mono] % Latin Modern Mono works!
\setupbodyfont [iosevka] % iosevka v16.3.6 crashes! :-(

\starttext
\input{zapf}
\stoptext
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : https://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : https://contextgarden.net
___________________________________________________________________________________

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

* Re: Context crashes using Iosevka v16.3.6 typeface
  2022-11-12 11:02 Context crashes using Iosevka v16.3.6 typeface Werner Schmidt via ntg-context
@ 2022-11-14 10:27 ` Hans Hagen via ntg-context
  2022-11-17 11:45   ` Werner Schmidt via ntg-context
  0 siblings, 1 reply; 3+ messages in thread
From: Hans Hagen via ntg-context @ 2022-11-14 10:27 UTC (permalink / raw)
  To: Werner Schmidt via ntg-context; +Cc: Hans Hagen

On 11/12/2022 12:02 PM, Werner Schmidt via ntg-context wrote:
> Dear list,
> 
> I like to use the Iosevka as mono typeface. It worked in the past, but sadly context crashes now with the following error.
> 
>      fatal error: /font-dsp-macro.lua:2336: attempt to index a nil value (local 'sequence')
> 
> Plese see MWE below.
> 
> Any ideas how debug / solve this issue?

i'll intercept it

Hans


-- 

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
        tel: 038 477 53 69 | www.pragma-ade.nl | 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 / https://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : https://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : https://contextgarden.net
___________________________________________________________________________________

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

* Re: Context crashes using Iosevka v16.3.6 typeface
  2022-11-14 10:27 ` Hans Hagen via ntg-context
@ 2022-11-17 11:45   ` Werner Schmidt via ntg-context
  0 siblings, 0 replies; 3+ messages in thread
From: Werner Schmidt via ntg-context @ 2022-11-17 11:45 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Werner Schmidt

Dear list,

issue is solved with the latest update of ConTeXt. 

Thanks to everyone for the release. 

ConTeXt is just awesome :) 

Best Werner



On November 14, 2022 10:27:38 AM UTC, Hans Hagen via ntg-context <ntg-context@ntg.nl> wrote:
>On 11/12/2022 12:02 PM, Werner Schmidt via ntg-context wrote:
>> Dear list,
>> 
>> I like to use the Iosevka as mono typeface. It worked in the past, but sadly context crashes now with the following error.
>> 
>>      fatal error: /font-dsp-macro.lua:2336: attempt to index a nil value (local 'sequence')
>> 
>> Plese see MWE below.
>> 
>> Any ideas how debug / solve this issue?
>
>i'll intercept it
>
>Hans
>
>
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : https://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : https://contextgarden.net
___________________________________________________________________________________

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

end of thread, other threads:[~2022-11-17 11:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-12 11:02 Context crashes using Iosevka v16.3.6 typeface Werner Schmidt via ntg-context
2022-11-14 10:27 ` Hans Hagen via ntg-context
2022-11-17 11:45   ` Werner Schmidt via ntg-context

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).