Defold 1.2.165 has been released

Huh, the only thing I can guess here is that we’ve moved from building the manifest merge tool as part of bob.jar, to build it as a separate tool (since we now do the merging on the cloud server).
Probably some dependency that’s changed (“yay!”).

I think it’s more curious that the difference in tag endings actually matter. I think that’s a bug imho, but I’m not sure how that really affects things?

(btw, I’ve found the issue with the tamplate naming, and there’s a fix coming to the BETA build in about an hour)

EDIT: Could you perhaps share an example of how I need to edit the template to get your result? (Or perhaps share the template with me?)

3 Likes

Quick googling says, that “self-closing” div is not a valid tag in HTML specs (and self-closing tags are valid only for some “void-type” tags…) TIL :face_with_monocle:

As for repro - I’ve PMed you with the project to repro. Let me know if I forgot to include something there.

1 Like

I downloaded for linux and encountered such a problem, the shortcut opens as a text document and I can’t launch the app, how do I fix it?

Hi! I’m also encountering errors while doing a bundle for MacOS since I updated.

I’m using defos (https://github.com/subsoap/defos/archive/master.zip) as a dependency, and it looks like it can’t build it anymore.

/defos/ext.manifest
	clang++ -c -arch x86_64 -target x86_64-apple-darwin14 -isysroot /opt/platformsdk/MacOSX10.15.sdk/ -m64 -O2 -g -stdlib=libc++ -mmacosx-version-min=10.7 -DDLIB_LOG_DOMAIN="DEFOS" -DDM_PLATFORM_OSX -DLUA_BYTECODE_ENABLE_64  -fno-exceptions -fvisibility=hidden -fclang-abi-compat=6  -Iupload/defos/include/ -Iupload/   -I/var/extender/sdk/6fac6e80f09ab297093e3ff65a7f45ad56e06e33/defoldsdk//include -I/var/extender/sdk/6fac6e80f09ab297093e3ff65a7f45ad56e06e33/defoldsdk//sdk/include  upload/defos/src/defos.cpp -obuild/defos.cpp_0.o
	
	clang++ -c -arch x86_64 -target x86_64-apple-darwin14 -isysroot /opt/platformsdk/MacOSX10.15.sdk/ -m64 -O2 -g -stdlib=libc++ -mmacosx-version-min=10.7 -DDLIB_LOG_DOMAIN="DEFOS" -DDM_PLATFORM_OSX -DLUA_BYTECODE_ENABLE_64  -fno-exceptions -fvisibility=hidden -fclang-abi-compat=6  -Iupload/defos/include/ -Iupload/   -I/var/extender/sdk/6fac6e80f09ab297093e3ff65a7f45ad56e06e33/defoldsdk//include -I/var/extender/sdk/6fac6e80f09ab297093e3ff65a7f45ad56e06e33/defoldsdk//sdk/include  upload/defos/src/defos_html5.cpp -obuild/defos_html5.cpp_1.o
	clang++ -c -arch x86_64 -target x86_64-apple-darwin14 -isysroot /opt/platformsdk/MacOSX10.15.sdk/ -m64 -O2 -g -stdlib=libc++ -mmacosx-version-min=10.7 -DDLIB_LOG_DOMAIN="DEFOS" -DDM_PLATFORM_OSX -DLUA_BYTECODE_ENABLE_64  -fno-exceptions -fvisibility=hidden -fclang-abi-compat=6  -Iupload/defos/include/ -Iupload/   -I/var/extender/sdk/6fac6e80f09ab297093e3ff65a7f45ad56e06e33/defoldsdk//include -I/var/extender/sdk/6fac6e80f09ab297093e3ff65a7f45ad56e06e33/defoldsdk//sdk/include  upload/defos/src/defos_linux.cpp -obuild/defos_linux.cpp_2.o
	clang++ -c -arch x86_64 -target x86_64-apple-darwin14 -isysroot /opt/platformsdk/MacOSX10.15.sdk/ -m64 -O2 -g -stdlib=libc++ -mmacosx-version-min=10.7 -DDLIB_LOG_DOMAIN="DEFOS" -DDM_PLATFORM_OSX -DLUA_BYTECODE_ENABLE_64  -fno-exceptions -fvisibility=hidden -fclang-abi-compat=6  -Iupload/defos/include/ -Iupload/   -I/var/extender/sdk/6fac6e80f09ab297093e3ff65a7f45ad56e06e33/defoldsdk//include -I/var/extender/sdk/6fac6e80f09ab297093e3ff65a7f45ad56e06e33/defoldsdk//sdk/include  upload/defos/src/defos_mac.mm -obuild/defos_mac.mm_3.o
	clang++ -c -arch x86_64 -target x86_64-apple-darwin14 -isysroot /opt/platformsdk/MacOSX10.15.sdk/ -m64 -O2 -g -stdlib=libc++ -mmacosx-version-min=10.7 -DDLIB_LOG_DOMAIN="DEFOS" -DDM_PLATFORM_OSX -DLUA_BYTECODE_ENABLE_64  -fno-exceptions -fvisibility=hidden -fclang-abi-compat=6  -Iupload/defos/include/ -Iupload/   -I/var/extender/sdk/6fac6e80f09ab297093e3ff65a7f45ad56e06e33/defoldsdk//include -I/var/extender/sdk/6fac6e80f09ab297093e3ff65a7f45ad56e06e33/defoldsdk//sdk/include  upload/defos/src/defos_win.cpp -obuild/defos_win.cpp_4.o
	ar rcs /tmp/job10027819950722124071/build/lib0.a build/defos.cpp_0.o build/defos_html5.cpp_1.o build/defos_linux.cpp_2.o build/defos_mac.mm_3.o build/defos_win.cpp_4.o 
	clang++ -c -arch x86_64 -target x86_64-apple-darwin14 -isysroot /opt/platformsdk/MacOSX10.15.sdk/ -m64 -O2 -g -stdlib=libc++ -mmacosx-version-min=10.7 -DDLIB_LOG_DOMAIN="ENGINE_MAIN" -DDM_PLATFORM_OSX -DLUA_BYTECODE_ENABLE_64  -fno-exceptions -fvisibility=hidden -fclang-abi-compat=6    -I/var/extender/sdk/6fac6e80f09ab297093e3ff65a7f45ad56e06e33/defoldsdk//include -I/var/extender/sdk/6fac6e80f09ab297093e3ff65a7f45ad56e06e33/defoldsdk//sdk/include  build/main.cpp -obuild/main_tmp1.o
	clang++ -arch x86_64 -target x86_64-apple-darwin14 -isysroot /opt/platformsdk/MacOSX10.15.sdk/ -m64 -O2 -g -stdlib=libc++ -mmacosx-version-min=10.7 -o build/dmengine -Wl,-rpath,@loader_path/. -Wl,-U,_objc_loadClassref  -L/tmp/job10027819950722124071/build  -L/var/extender/sdk/6fac6e80f09ab297093e3ff65a7f45ad56e06e33/defoldsdk//lib/x86_64-darwin -L/var/extender/sdk/6fac6e80f09ab297093e3ff65a7f45ad56e06e33/defoldsdk//ext/lib/x86_64-darwin -L/opt/platformsdk/XcodeDefault11.0.xctoolchain/usr/lib/clang/11.0.0/lib/darwin  -lclang_rt.osx -lengine_release -lengine_service_null -lprofilerext_null -lengine_release -lengine_service_null -lprofilerext_null  -l0  -lmbedtls -lwebviewext -lfacebookext -liapext -lpushext -liacext -lrecord -lgameobject -lddf -lresource -lgamesys -lgraphics -lphysics -lBulletDynamics -lBulletCollision -lLinearMath -lBox2D -lrender -lscript -lluajit-5.1 -lextension -lhid -linput -lparticle -lrig -ldlib -ldmglfw -lgui -lcrashext -lsound -ltremolo -lvpx -lliveupdate -lunwind -lcares    -F/tmp/job10027819950722124071/build   -framework Foundation -framework AppKit -framework Cocoa -framework OpenGL -framework OpenAL -framework AGL -framework IOKit -framework Carbon -framework CoreVideo -framework AppKit  build/main_tmp1.o ```

Probably due to the certificate error. Until it can be fixed after Monday, set your computer’s date back a week and try again.

2 Likes

Thanks for the tip!

Fixed!

1 Like

oh, got the same on 1.2.166 after update depencies and I missed info for “no longer any need for the base extensions”.

Defolders, please, update the depencies section in docs for native extensions like https://defold.com/extension-facebook/ or https://defold.com/extension-gpgs/

1 Like

Thanks for pointing this out. I’ve updated the extension documentation.