Why do I get a crash creating a HTMLRenderer object?

The Dyalog "Knowledgebase". This forum is read-only
Forum rules
The FAQ is a read-only forum which is in general updated only by employees of Dyalog Ltd. It replaces the FAQ page which existed under http://www.dyalog.com. Rather than rejecting other posts to this forum, such posts will be put in a moderation queue, and moved to a more appropriate forum.
Post Reply
Vince|Dyalog
Posts: 439
Joined: Wed Oct 01, 2008 9:39 am

Why do I get a crash creating a HTMLRenderer object?

Post by Vince|Dyalog »

You can get a crash creating a HTMLRenderer object if your directory is missing a CEF file. This can happen if you are creating your own directory to create a runtime or standalone application.

For Dyalog 18.2, here is the list of files and directories that must be in the same directory as your executable:

Files:
chrome_100_percent.pak
chrome_200_percent.pak
chrome_elf.dll
d3dcompiler_47.dll
htmlrenderer.dll
icudtl.dat
libcef.dll
libEGL.dll
libGLESv2.dll
resources.pak
snapshot_blob.bin
v8_context_snapshot.bin

Folders:
locales
swiftshader

Taken from our HTMLRenderer docs: http://docs.dyalog.com/18.2/HTMLRendere ... 0Guide.htm
Post Reply