JavaShuo
栏目
标签
quick-cocos2dx-community 使用babelua调试 出现fullPathForFilename: No file found at src/main.lua的解决方法
时间 2021-01-16
栏目
Cocos2d-x
繁體版
原文
原文链接
1.查看自己的c++游戏入口 的这个函数 :bool AppDelegate::applicationDidFinishLaunching() 找到lua的入口在 engine->executeScriptFile("src/main.lua"); 这里绝对路径找不到,那就改成绝对路径: engine->executeScriptFile("E:/Study/mygame/src/main.lu
>>阅读原文<<
相关文章
1.
cocos2d: fullPathForFilename: No file found at Hero.png. Possible missing file.问题解决方法
2.
使用idea断点调试时出现no executable code found at line问题
3.
出现file not found的解决方案
4.
scons: *** No SConstruct file found解决
5.
解决eclipse调试c++程序出现“No source file named” error
6.
eclipse 中出现No persistence.xml file found in project
7.
安装MySQL时出现no compatible servers were found的解决方法
8.
make fontconfig 时出现No package ‘libxml-2.0′ found的解决方法
9.
No input file specified的解决方法
10.
Spark No FileSystem for scheme file 解决方法
更多相关文章...
•
Lua 调试(Debug)
-
Lua 教程
•
Eclipse Debug 调试
-
Eclipse 教程
•
常用的分布式事务解决方案
•
SpringBoot中properties文件不能自动提示解决方法
相关标签/搜索
调试使用
解决方法
使用方法
babelua
解决方案
解决方式
调优方法
解决办法
使用方便
file
Lua
Cocos2d-x
Spring教程
PHP教程
NoSQL教程
面试
调度
应用
0
分享到微博
分享到微信
分享到QQ
每日一句
每一个你不满意的现在,都有一个你没有努力的曾经。
最新文章
1.
【Java8新特性_尚硅谷】P1_P5
2.
SpringSecurity 基础应用
3.
SlowFast Networks for Video Recognition
4.
074-enable-right-click
5.
WindowFocusListener窗体焦点监听器
6.
DNS部署(二)DNS的解析(正向、反向、双向、邮件解析及域名转换)
7.
Java基础(十九)集合(1)集合中主要接口和实现类
8.
浏览器工作原理学习笔记
9.
chrome浏览器构架学习笔记
10.
eclipse引用sun.misc开头的类
本站公众号
欢迎关注本站公众号,获取更多信息
相关文章
1.
cocos2d: fullPathForFilename: No file found at Hero.png. Possible missing file.问题解决方法
2.
使用idea断点调试时出现no executable code found at line问题
3.
出现file not found的解决方案
4.
scons: *** No SConstruct file found解决
5.
解决eclipse调试c++程序出现“No source file named” error
6.
eclipse 中出现No persistence.xml file found in project
7.
安装MySQL时出现no compatible servers were found的解决方法
8.
make fontconfig 时出现No package ‘libxml-2.0′ found的解决方法
9.
No input file specified的解决方法
10.
Spark No FileSystem for scheme file 解决方法
>>更多相关文章<<