jnnks

Results 31 comments of jnnks

Hmm seems like the build config is stuck on the configuration of the last completed build: * `rm -fr _build` * `MIX_ENV=prod mix run --no-halt` -> release * `MIX_ENV=dev mix...

Yes thanks, the `:mode` is a suitable workaround for now.

Please keep in mind that this is not a commercial product. It is neither our job nor our duty to maintain this project and we do it because we want...

Inspecting the chromium source we can find the root of the error [`[ERROR:gpu_channel_manager.cc(749)]`](https://source.chromium.org/chromium/chromium/src/+/master:gpu/ipc/service/gpu_channel_manager.cc;l=749?q=gpu_channel_manager.cc&ss=chromium%2Fchromium%2Fsrc). The entry-point in Anbox might be [`eglCreateContext`](https://github.com/anbox/anbox/blob/7f1bfaf90de1f808d4ce8f49ef050120c5c8d1ef/android/opengl/system/egl/egl.cpp#L906), but that is a shot in the dark. If that...

This project did not see a lot of love lately, resulting in the old image. When having to deploy a new one it might make sense to go with a...

OK, so my suspicion was correct. [`eglCreateContext`](https://github.com/anbox/anbox/blob/7f1bfaf90de1f808d4ce8f49ef050120c5c8d1ef/android/opengl/system/egl/egl.cpp#L906) is called (thrice ?) before the first ERROR shows up. logcat ``` I ActivityManager: Start proc 731:com.android.chrome:sandboxed_process0/u0i0 for service com.android.chrome/org.chromium.content.app.SandboxedProcessService0 D : HostConnection::get()...

just sent a PR about this: https://github.com/anbox/anbox/pull/1665

You do not need to mount binder manually when using snap. `anbox system-info` shows incorrect info on that matter. Could you execute `ANBOX_LOG_LEVEL=debug anbox session-manager` after a full reboot and...

The apt package is outdated unfortunately. You can use the snap package or build it from source.

I had similar experiences. ffmpeg for example calculates values which are a lot (x2.5) higher.