Serghei Moret

Results 18 comments of Serghei Moret

Hi @Kurisutian the problem looks very familiar (it happens when calling x86 emulator binary) but I cannot reproduce this issue running for example this command: `docker run --privileged -d -p...

Does it mean that it works for ` butomo1989/docker-android-x86-8.1:1.1` ?

can you please try to start the container from a line that I dropped above, it would be interesting if the issue persists in both cases

this is very weird.. I'm out of ideas tbh. The problem is definitely in this line: https://github.com/butomo1989/docker-android/blob/master/src/app.py#L211 I was getting the same error message while using wrong version of `emulator`...

I tried to fix this issue and gave up in the end.. the whole skin/profile relationship is more than weird. To get correct screen resolution I use Nexus 5X

The problem must be on the emulator side, the same happens for me on another project for emulators > 8.1 Does somebody has a possibility to try running this on...

@DieterRogiest interesting info. The thing is that it is pure Linux: https://github.com/butomo1989/docker-android/blob/master/docker/Emulator_x86 maybe we just miss a library or smth..

having the same issue, running it headless `docker run -it --device /dev/kvm -p 50922:10022 sickcodes/docker-osx:big-sur` did not work too (our linux servers do not have a monitor and GPU, can...

for me the problem was unavailable display I believe, everything works perfect with VNC (explained in the readme)

Are there any workarounds to get feature name inside the scenario? We really want to update to new Cucumber version but feature name is essential for our tracking and flakiness...