exokitxr / exokit

Native VR/AR/XR engine for JavaScript 🦖
MIT License
997 stars 117 forks source link

Failed to start com.webmr.exokit .fullscreen #1410

Closed RealBBakGosu closed 5 years ago

RealBBakGosu commented 5 years ago

Hello.

I installed exokit.mpk using mabu --re-sign and chang the certification to my own cuz the Existing cert is not available and the mpk is installed successfully but when I launch the app with [mldb launch com.webmr.exokit -v "ARGS=node . file:///package/examples/hello_ml.html" ] command The app does not behave normally. When I used it without the -v option, I checked that the app works. What is the problem?

sdfsdfsdfsdfsdf

avaer commented 5 years ago

We don’t support re-signing mpks — the app should be rebuilt instead. But most likely the problem is the debuggable flag was not set on the re-sign.

avaer commented 5 years ago

Closing this one as resolved — please re-open if that’s not the case!