BoomingTech / Piccolo

Piccolo (formerly Pilot) – mini game engine for games104
MIT License
5.86k stars 1.82k forks source link

run fails on ubuntu22.04 #340

Closed hastaluegoph closed 2 years ago

hastaluegoph commented 2 years ago

Describe the bug | Bug描述 A clear and concise description of what the bug is. 加载资源文件是路径貌似多了一层

Steps to reproduce | 如何复现 Steps to reproduce the behavior:

  1. 编译按照readme ./build_linux.sh debug make
  2. 运行build/engine/source/editor/Piccolo

Expected behavior | 预期行为 A clear and concise description of what you expected to happen.

Actual behavior | 实际行为 A clear and concise description of what actually happened.

Screenshots/Logs | 截图/日志 If applicable, add screenshots and/or a video to help explain your problem. 图片

Desktop | 桌面环境

Additional context | 补充信息 Add any other context about the problem here.

Ol6rin commented 2 years ago

感谢反馈!因为Ubuntu下面没有IDE,所以Ubuntu下推荐的运行方式是通过bin目录下的可执行文件,那里的配置文件是可以保证能够正确读到资产的。编译目录下的配置文件只能保证WIndows下VisualStudio开发环境使用。