-
Notifications
You must be signed in to change notification settings - Fork 283
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
加载SeedPacketSilhouette.png时崩溃,目前仓库里的代码是否兼容最新的资源文件? #27
Comments
资源文件只支持1.2.x,也就是master分支。
…---原始邮件---
发件人: ***@***.***>
发送时间: 2024年8月5日(周一) 下午5:27
收件人: ***@***.***>;
抄送: ***@***.***>;
主题: [ErLinErYi/PlantsVsZombies] 加载SeedPacketSilhouette.png时崩溃,目前仓库里的代码是否兼容最新的资源文件? (Issue #27)
LZ你好,我正在尝试将程序移植到Linux平台,使用源码编译后,按照博客里的教程二下载到了资源文件并放到了正确的路径里了。主界面可以进入,在加载完成后按“点击开始”后会在以下位置崩溃,原因应该是找不到对应的文件:
InputDataScene.cpp:
InputDataMenu::createDialog() {
Sprite::createWithSpriteFrameName("SeedPacketSilhouette1.png")
}
仓库里代码的版本是1.2.x的,但是网站上面的已经到1.3.7.0了,是不是因为资源文件已经更新到1.3.7了导致的不兼容?是否有与仓库里的代码版本相匹配的的资源文件?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
我确定我用的是master分支 |
我在windows平台再确认一下吧,看是不是Linux平台的原因 |
WINDOWS下没问题,那可能是Linux平台的问题 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
LZ你好,我正在尝试将程序移植到Linux平台,使用源码编译后,按照博客里的教程二下载到了资源文件并放到了正确的路径里了。主界面可以进入,在加载完成后按“点击开始”后会在以下位置崩溃,原因应该是找不到对应的文件:
InputDataScene.cpp:
InputDataMenu::createDialog() {
Sprite::createWithSpriteFrameName("SeedPacketSilhouette1.png")
}
仓库里代码的版本是1.2.x的,但是网站上面的已经到1.3.7.0了,是不是因为资源文件已经更新到1.3.7了导致的不兼容?是否有与仓库里的代码版本相匹配的的资源文件?
The text was updated successfully, but these errors were encountered: