question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Error: Read ttf table data error at `2.11.0`

See original GitHub issue
$ npx decktape remark index.html slide.pdf --chrome-arg=--disable-web-security
Loading page file:///Users/myid/slide/index.html ...
800 600
{ skip... }
0
[ 'page-10' ]
Loading page finished with status: 0
Remark JS plugin activated
Printing slide #1       ( 1/33) ...{ skip... }
...skip...
Printing slide #7       ( 7/33) ...
Error: Read ttf table data error
Time: 0h:00m:10s

Above example, decktape latest version 2.11.0 is used. But When I fix the decktape version to 2.10.0, it works well.

$ yarn add decktape@2.10.0
$ npx decktape remark index.html slide.pdf --chrome-arg=--disable-web-security

Issue Analytics

  • State:open
  • Created 4 years ago
  • Reactions:5
  • Comments:15 (5 by maintainers)

github_iconTop GitHub Comments

2reactions
astefanutticommented, Aug 6, 2020

@peterj ok, thanks. I’ll work on it ASAP.

2reactions
astefanutticommented, Jan 21, 2020

Thanks for the report. It’s likely related to the fonteditor-core upgrade done in 2.11.0.

Would you be able to share a presentation so that we can reproduce?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Developers - Error: Read ttf table data error at `2.11.0` -
Above example, decktape latest version 2.11.0 is used. But When I fix the decktape version to 2.10.0 , it works well. $ yarn...
Read more >
The FreeType Project
FreeType is a freely available software library to render fonts. It is written in C, designed to be small, efficient, highly customizable, and...
Read more >
Changelog for FreeType 2.11.0 - ABI laboratory
2021-07-18 Werner Lemberg <wl@gnu.org> * Version 2.11.0 released. ... src/truetype/ttgload.c:1925:22: error: cast from provenance-free integer type to ...
Read more >
docs/CHANGES - chromium/src/third_party/freetype2
the data in the `CVAR' table wasn't correctly applied. II. MISCELLANEOUS ... twice in a row, the function returned an incorrect error code...
Read more >
homebrew-core - Homebrew Formulae
a2ps 4.14 Any‑to‑PostScript filter aacgain 1.8 AAC‑supporting version of mp3gain aalib 1.4rc5 Portable ASCII art graphics library aamath 0.3 Renders mathematical expressions as ASCII art
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found