Defold 1.13.0 BETA

Yes, sorry, the tool uses pattern matching currently to figure out what’s in the file, and that doesn’t always work well. In this case you’ll find “libscript_box2d.lib” in the x86-win32/x86_64-win32 sections.
That’s an old name. In 1.13.0 it’s now called “script_box2d.lib”.

There are two fixes:

  1. Recreate the .appmanifest file, and reselect your choices
  2. Manually rename the libscript_box2d.lib to script_box2d.lib.

I’d recommend the first option.

We are working on replacing that pattern matching feature so that we don’t end up in a similar situation soon again, but for now, it’s still a bit cumbersome.

4 Likes