MarkDownPad2报错分析

在Win10系统上安装 markdownpad2 刚安装完打开一个文件时报错:

An error occurred with the html rendering component.This issue may be fixed by installing a missing component.Would you like to learn more?如下图所示:

这是因为缺少组件,渲染不正常造成的,Win10系统的通病。

点击 Yes 后弹出如下界面:

点击 Yes 后弹出的网址为:http://markdownpad.com/faq.html#livepreview-directx

  此问题已在 Windows 8 中得到了明确的观察。您可能会看到一条错误消息如此处所示, 当您在降价编辑器窗格中键入时, 将不呈现任何 HTML。

  要解决此问题, 请尝试安装Awesomium 1.6.6 SDK.

  如果您继续遇到问题, 请安装Microsoft 的 DirectX 最终用户运行时 (2010年6月).

解决办法就是:需要下载 一个 awesomium_v1.6.6_sdk_win 按照提示安装,安装成功后问题就解决了。

下载地址 http://markdownpad.com/download/awesomium_v1.6.6_sdk_win.exe

亲测下载安装后渲染正常。

原文地址:https://www.cnblogs.com/chenmingjun/p/8465372.html

时间: 2024-10-15 04:38:26

MarkDownPad2报错分析的相关文章

const变量赋值报错分析

const变量赋值报错分析 const变量赋值报错 从变量到常量的赋值是合法C++的语法约定的, 如从char 到const char顺畅: 但从char **到 const char **编译器就会报错: error: invalid conversion from `char**' to `const char**' 示例: int main(int argc, char *argv[]) { char a = '1'; const char b = a; char * a2 = "1234

zabbix报错分析

zabbix报错分析 报错信息如下: 3128:20150429:114455.871 history data from active proxy on "115.29.182.109" failed: proxy "jinrong" not found 查找源码 [[email protected] src]# grep "history data from active proxy" * -r|more zabbix_server/trap

学会WCF之试错法——安全配置报错分析

安全配置报错分析 服务端配置 <system.serviceModel> <bindings> <wsHttpBinding> <binding name ="WsHttpBinding_IService" maxReceivedMessageSize="370000" receiveTimeout="00:10:01" maxBufferPoolSize="100"> <

FastDFS的一次报错分析

1.故障描述: 配置好fdfs后,测试上传一个/etc/passwd的文件,发现有报错信息(之前已经重启过FastDFS相关的服务过了) [[email protected] fdfs]# fdfs_upload_file /etc/fdfs/client.conf /etc/passwd [2016-04-03 22:40:56] ERROR - file: tracker_proto.c, line: 48, server: 192.168.1.136:22122, response sta

rsyslog服务日志报错分析1

客户问题: 最近对服务器进行日志检查时,发现部分主机的rsyslog服务状态有报错,报错详情如下 排查过程: 1.从报错截图来看,报错主要发生在文件'/usr/lib64/rsyslog/omazuremds.so'上 2.经查询该文件模块是由LinuxDiagnostic 2.3的虚拟机扩张进行安装的,该扩展的安装位置见下 3.目前怀疑问题机器的LinuxDiagnostic 2.3扩展没有在机器上正确安装,或在虚拟机内部没能正常启动引起的报错 4.可以通过如下方法检查该扩展的正确性 a.在P

The SELECT would examine more than MAX_JOIN_SIZE rows 报错分析 MYSQL

用了一个联表查询一个大表,21 个字段,近四千万条记录吧.另一个表就几万的记录量. 报错误信息为: #1104 The SELECT would examine more than MAX_JOIN_SIZE rows; check your WHERE and use SET SQL_BIG_SELECTS=1 or SET MAX_JOIN_SIZE=# if the SELECT is okay. 分析的原因是: 1,临时表太小了.不能装下查询的中间集. 2,或者没有索引或设置的不好. 3

注入之mysql报错Floor报错分析

完整的payload:http://www.xishaonian.cn/sql.php?id=1+and(select 1 from(select count(*),concat((select (select (select concat(0x7e,database(),0x7e))) from information_schema.tables limit 0,1),floor(rand(0)*2))x from information_schema.tables group by x)a)

mvn打包及报错分析

普通打包命令: mvn clean install -Dmaven.test.skip=true指定配置文件打包: mvn clean package -P prod -Dmaven.test.skip=true <profiles> ... <profile> <id>prod</id> <properties> <autoconfig.properties>prod.properties</autoconfig.proper

MarkdownPad2报错: Html Rendering Error (An error occurred with the Html rendering component.)

Window 10安装Markdownpad2 软件后,打开软件提示: An error occurred with the Html rendering component. This … 如下图所示: 出现错误的原因:MarkdownPad 2 在Win10下出现HTML 渲染错误(This view has crashed) 的问题.解决方法:安装一个SDK的工具包即可. 1 点击上图提示框: ”yes”, 直接自动进入到官方的网站: http://markdownpad.com/faq.