Sergei Dryganets
Sergei Dryganets
Historically we had the `codecNeedsSetOutputSurfaceWorkaround` forced on all devices and now we are trying use ExoPlayer default implementation. We are facing exactly the same issue if workaround is enabled. If...
oh, it was trace in the middle. Though I get the same trace for the trace from the beginning as well ...
Sorry, missed that. It would be awesome if the `File a bug` link would publish it automatically.
Sorry, missed that. This is the only error I had I believe. If you could point me where it saves the logs I could share mine with you. When I...
@pmuetschard [gapic.log](https://github.com/google/gapid/files/3682728/gapic.log) I think it should be enough. You could improve the `show logs` directory. Currently on Linux it points to the /tmp folder for me and it has too...
yep, that's correct ` sudo apt-get install libx11-dev` fixed the issue for me, so probably you should add it as a dependency for the ubuntu package. Sorry I though it...
I think I had x11 before running the dev build. I actually removed just this package and the problem is reproducible. And it is crashed again for me. The state...
``` java -version java version "1.8.0_221" Java(TM) SE Runtime Environment (build 1.8.0_221-b11) Java HotSpot(TM) 64-Bit Server VM (build 25.221-b11, mixed mode) ```
Thanks for heads-up! I'll give it a try tomorrow - today is the Mac day :)
Sorry for delay. The error still exist, but stack trace has a causation chain, so it is really easy to fix the problem. ``` rg.eclipse.swt.SWTException: Failed to execute runnable (java.lang.reflect.UndeclaredThrowableException)...