"pdxinfo file not found" error when attempting to launch game in simulator. #59
Replies: 1 comment
-
I know that that the creator of that template uses Noble Engine so I can't explain why this isn't working, but I haven't tested Noble Engine with that template and I can't offer official support for it. This is probably better addressed in the issue/discussion section of that project. The problem could be with that project's build script, or it might happen if you forgot to put the engine code in the Based only on the error message, it seems like the build script is looking for |
Beta Was this translation helpful? Give feedback.
-
Describe the bug
When building the game using the VSCode Playdate Template, the game builds successfully, but fails to load with a "pdxinfo file not found" error, even though the pdxinfo file is present in the correct directory ("source" folder).
To reproduce
Combine NobleEngine template project with https://github.com/Whitebrim/VSCode-PlaydateTemplate .
Use the Run build task... function in VSCode to build a pdx file and run it in the simulator.
Expected behavior
The pdxinfo file is present in the source folder.
The game should boot normally without any errors in the simulator.
Screenshots/Code snippets
Beta Was this translation helpful? Give feedback.
All reactions