获取错误加载模板,请运行' flixel download'。?

时间:2017-11-30 16:36:31

标签: haxe openfl haxeflixel lime

我在Windows PC上全新安装后得到Error loading templates, please run 'flixel download'.

一切都是新安装的。

我试过了:

enter image description here

enter image description here

enter image description here

enter image description here

enter image description here

我很困惑接下来要做什么?

1 个答案:

答案 0 :(得分:1)

运行haxelib path flixel-templates时出现的错误提供了相关线索:

  

错误:未安装Library lime版本2.9.1

Flixel依赖于早期版本的OpenFL和Lime-Lime 2.9.1,因此错误。你可以通过运行以下两个命令来解决这个问题(回答"安装它?"提示是的):

haxelib set lime 2.9.1
haxelib set openfl 3.6.1

请注意,如果您运行haxelib install flixel,它应自动安装正确版本的Lime和OpenFL。也许您使用了不同的设置?

更新:我刚刚发布了flixel-templates 2.4.5和flixel-demos 2.4.3,这将在未来完全避免这个问题。