DMEngine don't launch game from editor on Xiaomi tabs/phones

We have an issue with dmengine.
On our devices (Xiaomi MiPad, Redmi 2, Redmi 4) dmengine do not launch our game.

We have a similar message log:

INFO:ENGINE: Defold Engine 1.2.100 (1afccdb)
INFO:ENGINE: Loading data from: http://192.168.1.180:8080/build/default
INFO:ENGINE: Initialised sound device ‘default’

WARNING:RESOURCE: Resource not found: /modules/gamelogic/Craft/CraftProcessFunctions.luac
WARNING:RESOURCE: Unable to create resource: /build/default/modules/scripts/map.scriptc
WARNING:RESOURCE: Unable to create resource: /build/default/main/map_generated_7.goc
ERROR:GAMEOBJECT: Could not instantiate game object from prototype /main/map_generated_7.goc.
WARNING:RESOURCE: Unable to create resource: /build/default/main/map.collectionc
INFO:DLIB: Flushing http cache to disk
INFO:DLIB: SSDP: Done on address 192.168.1.148

Bug reproduce only on dmengine 1.2.99 and 1.2.100.
APK for release game works correctly.

1 Like

hmm, strange, just checking on my Xiaomi Redmi Note 4 using wifi and by cable - all fine.
Did you try to resolve your warnings?

Ok, we found this cause - “CraftProcessFunctions.lua” in file system have different name “CraftProcessfunctions.lua” :slight_smile:
But this is very interesting question - why this problem is relevant only on Xiaomi only in dmengine? O_o