For reference, this project: defold-examples/alien-world at master · defold/defold-examples · GitHub
Are you sure it doesn’t complete the build? I’m testing (on macOS) and bundle for win32 and I get the following output:
(master) [√] ~/projects/defold-examples/alien-world > java -jar bob.jar --platform=x86_64-win32 bundle
Working...Reading classes... 1% ...done!
Bundling...Error - 8 icon(s) not replaced in /Users/bjornritzl/projects/defold-examples/alien-world/build/default/Alien World/AlienWorld.exe using /Users/bjornritzl/projects/defold-examples/alien-world
2% ...done!
100% ...done!
And in build/default/Alien World
I have:
-rw-r--r-- 1 bjornritzl staff 6723584 Mar 18 10:45 AlienWorld.exe
-rw-r--r-- 1 bjornritzl staff 122904 Mar 18 10:45 OpenAL32.dll
-rw-r--r-- 1 bjornritzl staff 273260 Mar 18 10:44 game.arcd
-rw-r--r-- 1 bjornritzl staff 5008 Mar 18 10:44 game.arci
-rw-r--r-- 1 bjornritzl staff 5187 Mar 18 10:44 game.dmanifest
-rw-r--r-- 1 bjornritzl staff 3641 Mar 18 10:44 game.projectc
-rw-r--r-- 1 bjornritzl staff 162 Mar 18 10:44 game.public.der
-rw-r--r-- 1 bjornritzl staff 466456 Mar 18 10:45 wrap_oal.dll
If you look at the source code for Windows icons it only outputs the text but doesn’t stop the build:
We should change this message to not confuse anyone looking at the build.