-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Emulator Manager + Device Manager not loading #18
Comments
What's interesting is I can run the emulator manager directly (outside of the Docker environment) and it boots up. It then freaks out because paths are mismatched between the Docker environment and the host - but that's irrelevant. So maybe something up with the way X11 is passed through to the container? |
Hello, If the main IDE window starts up when you use I have installed Ubuntu 20.04 inside VirtualBox, hoping that I will be able to reproduce the issue. I am not really sure what might be causing the issue, but I think that I have found something interesting. It seems like Nvidia drivers require some additional libraries to be shared with the docker container. It might be worth checking. You might try to configure something similar in |
Thanks for the fast reply! I tried some stuff similar to what you suggested already but didn't have much luck. I gave up and just installed Ubuntu 16.04 natively to finally get a working Tizen Studio. Thanks anyway! :) |
Trying to launch either Emulator or Device Managers from Tizen Studio does nothing.
I then tried attaching a shell to the running container (
docker exec -it <container id> bash
) and running the emulator manager directly (~/tizen-studio/tools/emulator/bin/emulator-manager
), which yielded the following output:I'm guessing maybe something is up with my host X11 config? I'm running stock Ubuntu 20.04 LTS with the Nvidia proprietary drivers on a RTX 2060.
The text was updated successfully, but these errors were encountered: