Oh well now cannot build - Box2D issues

Hi!

I now cannot build my app… I get a bunch of box2d errors… Unsure what this is all about.

EDIT: a new empty project builds. The error here is for a project I made a while back, I don’t recall which version of Defold I was on.

Any help would be appreciated!

Read the note about appmanifest in the latest release of the engine:

1 Like

Thanks @aglitchman that was super helpful!

However, I ran into an issue when running: permission denied (error 13). I found the problem: configuring the app manifest in “game.project | native extension” results in the runtime error. If I remove, I can run my game without any issues. Is this normal or a bug? Perhaps this is not a setting available on Linux? I rebuilt the manifest from scratch.

Thanks!