C:\Users\user\DefoldProjects\Trip to ElPaco Side Scroller>java -jar C:\Users\us
r\DefoldProjects\bob.jar -email foo@bar.com --auth 1 --archive --platform x86-w
n32 resolve build bundle
99%Exception in thread "main" com.dynamo.bob.MultipleCompileException: Build er
or
at com.dynamo.bob.bundle.BundleHelper.buildEngineRemote(BundleHelper.ja
a:407)
at com.dynamo.bob.Project.buildEngine(Project.java:659)
at com.dynamo.bob.Project.doBuild(Project.java:762)
at com.dynamo.bob.Project.build(Project.java:339)
at com.dynamo.bob.Bob.main(Bob.java:339)
Caused by: com.defold.extender.client.ExtenderClientException: Failed to build
ource.
at com.defold.extender.client.ExtenderClient.build(ExtenderClient.java:
8)
at com.dynamo.bob.bundle.BundleHelper.buildEngineRemote(BundleHelper.ja
a:399)
... 4 more
Exception in thread "Thread-1" java.lang.RuntimeException: Failed to delete tem
directory: C:\Users\user\AppData\Local\Temp\6230635050928529940
at com.dynamo.bob.Bob$1.run(Bob.java:57)
at java.lang.Thread.run(Unknown Source)
Caused by: java.io.IOException: Unable to delete file: C:\Users\user\AppData\Lo
al\Temp\6230635050928529940\x86_64-win32\texc_shared.dll
at org.apache.commons.io.FileUtils.forceDelete(FileUtils.java:2279)
at org.apache.commons.io.FileUtils.cleanDirectory(FileUtils.java:1653)
at org.apache.commons.io.FileUtils.deleteDirectory(FileUtils.java:1535)
at org.apache.commons.io.FileUtils.forceDelete(FileUtils.java:2270)
at org.apache.commons.io.FileUtils.cleanDirectory(FileUtils.java:1653)
at org.apache.commons.io.FileUtils.deleteDirectory(FileUtils.java:1535)
at com.dynamo.bob.Bob$1.run(Bob.java:55)
... 1 more
C:\Users\user\DefoldProjects\Trip to ElPaco Side Scroller>pause
Are you using the latest version of bob? What if you try the beta (http://d.defold.com/beta/info.json)? Which extensions are you using? Are you using an app manifest?
Just FYI, this app manifest doesn’t do anything. It removes the engine lib, then readds it. this ending up with the usual engine libraries. You can either skip this app manifest entirely, or clear it, to avoid future confusion.