chromeos-apk icon indicating copy to clipboard operation
chromeos-apk copied to clipboard

WebGL is not supported.

Open egordorichev opened this issue 9 years ago • 6 comments

Good morning! Im trying to install app, but i have some errors:

Failed to load extension from: ~/com.and.games505.TerrariaPaid.android
WebGL is not supported

{
  "app": {
    "background": {
      "page": "app_main.html"
    }
  },
  "arc_metadata": {
    "apkList": [
      "custom-android-release-1400197.apk"
    ],
    "enableExternalDirectory": false,
    "formFactor": "phone",
    "name": "com.and.games505.TerrariaPaid",
    "orientation": "portrait",
    "packageName": "com.and.games505.TerrariaPaid",
    "useGoogleContactsSyncAdapter": false,
    "usePlayServices": [
      "gcm"
    ]
  },
  "default_locale": "en",
  "icons": {
    "16": "icon.png",
    "128": "icon.png"
  },
  "import": [
    {
      "id": "mfaihdlpglflfgpfjcifdjdjcckigekc"
    }
  ],
  "manifest_version": 2,
  "name": "__MSG_extName__",
  "oauth2": {
    "client_id": "133701689125-jj0hr4gb0ff4ulsbrn0uk2i4th946d4c.apps.googleusercontent.com",
    "scopes": []
  },
  "offline_enabled": true,
  "permissions": [
    "gcm",
    {
      "socket": [
        "tcp-connect",
        "tcp-listen",
        "udp-bind",
        "udp-send-to",
        "resolve-host"
      ]
    },
    "unlimitedStorage",
    "notifications",
    "clipboardRead",
    {
      "fileSystem": [
        "write"
      ]
    },
    "https://clients2.google.com/",
    "videoCapture",
    "clipboardWrite",
    "identity.email",
    "alarms",
    "storage",
    "identity",
    "audioCapture"
  ],
  "requirements": {
    "3D": {
      "features": [
        "webgl"
      ]
    }
  },
  "update_url": "https://localhost",
  "version": "1337"
}
Retry

Help me please!

egordorichev avatar Mar 25 '15 14:03 egordorichev

Ok, solved, it was my system error.

egordorichev avatar Mar 30 '15 06:03 egordorichev

I get the same error. How did you fix it?

trappedinspacetime avatar Apr 27 '15 19:04 trappedinspacetime

I found how to do that. I enabled gpu hardware acceleration in my browser and webgl runs well now.

trappedinspacetime avatar Apr 28 '15 10:04 trappedinspacetime

Enable hardware acceleration in settings....!

johnothwolo avatar Jun 12 '16 13:06 johnothwolo

I got same error and enabling hardware acceleration does not help

an969567 avatar Mar 21 '18 23:03 an969567

Doesn't it work without hardware acceleration? I would like to run this on a remote server not supporting hardware acceleration...

lddd avatar Mar 22 '18 21:03 lddd