So I am trying to build and transfer my mpk on the Magic Leap but at the end of the build I get this errors:
*
CommandInvokationFailure: Error running MLDB install
C:/Users/cypri/MagicLeap/mlsdk/v0.18.0\tools\mldb\mldb.exe "install" "-u" "C:\Users\cypri\Documents\Magic Leap\testcube.mpk"
stderr[
error: Manifest for /data/local/tmp/testcube.mpk not valid
]
stdout[
[ 0%] testcube.mpk
[ 0%] testcube.mpk
...etc...
*
and this error:
*
UnityEditor.BuildPlayerWindow+BuildMethodException: 3 errors
at UnityEditor.BuildPlayerWindow+DefaultBuildMethods.BuildPlayer (BuildPlayerOptions options) [0x0021f] in C:\buildslave\unity\build\Editor\Mono\BuildPlayerWindowBuildMethods.cs:182
at UnityEditor.BuildPlayerWindow.CallBuildMethods (Boolean askForBuildLocation, BuildOptions defaultBuildOptions) [0x00065] in C:\buildslave\unity\build\Editor\Mono\BuildPlayerWindowBuildMethods.cs:89
UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr)
*
And I find nothing on this problem on the web,
-magicLeap certificate looks good,
I did change and add environement variables,
-downloaded the last lumin sdk and linked it,
-put my magic leap in creator mode and allowed MLDb acess.
the only thing that don't work too is zero Iteration so I guess the problems are linked.
but if I go in the cmd my magic Leap is well connected. This is what I get in the magic leap remote windows when I try to start ZI:
*
Failed to start Zero Iteration (ZI) server on the physical device 'G821FM101258'.
- com.magicleap.vdf.core.MLException: Command "[C:\Users\cypri\MagicLeap\mlsdk\v0.18.0\tools\mldb\mldb.exe, -s, G821FM101258, install, -u, C:\Users\cypri\MagicLeap\mlsdk\v0.18.0\VirtualDevice\device\com.magicleap.zi_server.mpk]" exited with non-zero code: 1
error: Manifest for /data/local/tmp/com.magicleap.zi_server.mpk not valid
*
Thanks for reading, hopes someone can understand those errors lines better than me :)
↧