Hello,
I have an old compiled version, let’s call it v1. It uses liveupdate to progress through levels.
I have a new version, v2.
When I open v2 from a clean phone (no previous app installed), it works.
When I open v2 on a phone that already has v1 installed (and liveupdate used), I get a crash at opening, with the following:
10-15 16:23:12.791 25391 25477 I defold : INFO:ENGINE: Loading data from: dmanif:game.dmanifest
10-15 16:23:15.659 25391 25477 I defold : INFO:LIVEUPDATE: Found /data/user/0/com.mygame/files/liveupdate.ref
10-15 16:23:15.660 25391 25477 I defold : INFO:LIVEUPDATE: Found zip archive reference to /data/user/0/com.mygame/files/archive.zip
10-15 16:23:15.685 25391 25477 E defold : ERROR:RESOURCE: Failed to parse Manifest data (2)
archive.zip
is the name of the file I use to download my live update, with the resource.store_archive
function
v1 was build with defold version 1.2.185
v2 is built with defold version 1.2.186
edit: I tried building v2 using 1.2.185, the problem persists.
The error code 2
seems to mean RESULT_WIRE_FORMAT_ERROR
What does it mean?