GithubHelp home page GithubHelp logo

Comments (6)

codydg avatar codydg commented on July 17, 2024 1

Per this user's comment on another issue, if you're using Windows 10's WSL and XLaunch, Make sure to start XLaunch in the "Single large window" mode, not the default "Multiple Windows" mode. This fixed the issue for me.

EDIT:
If you go to the link above, there is another comment directly below it that gives help for those
"Using the docker container on Windows 10 (with docker in "Linux Containers" mode) and VcXsrv/XLaunch"

from roboschool.

olegklimov avatar olegklimov commented on July 17, 2024

Something similar fixed in #2, please take a look.

from roboschool.

olegklimov avatar olegklimov commented on July 17, 2024

Stalled issue, please let me know if there's something we can fix.

from roboschool.

adamjosephjensen avatar adamjosephjensen commented on July 17, 2024

I took a look at #2 but I still didn't see how to fix composeAndFlush: makeCurrent() failed.

I'm on ubuntu 16.04 (azure VM) trying to see the video over X11 forwarding. I set up my system using this script:

#!/bin/sh
sudo apt-get update;
sudo apt-get upgrade -y;
sudo apt-get install -y cmake ffmpeg pkg-config qtbase5-dev libqt5opengl5-dev libassimp-dev libpython3.5-dev libboost-python-dev libtinyxml-dev;
git clone https://github.com/openai/roboschool.git ~/roboschool;
cd ~/roboschool;
ROBOSCHOOL_PATH=$(pwd);
cd ..;
git clone https://github.com/olegklimov/bullet3 -b roboschool_self_collision;
mkdir bullet3/build;
cd bullet3/build;
cmake -DBUILD_SHARED_LIBS=ON -DUSE_DOUBLE_PRECISION=1 -DCMAKE_INSTALL_PREFIX:PATH=$ROBOSCHOOL_PATH/roboschool/cpp-household/bullet_local_install -DBUILD_CPU_DEMOS=OFF -DBUILD_BULLET2_DEMOS=OFF -DBUILD_EXTRAS=OFF  -DBUILD_UNIT_TESTS=OFF -DBUILD_CLSOCKET=OFF -DBUILD_ENET=OFF -DBUILD_OPENGL3_DEMOS=OFF ..;
make -j4;
make install;
cd ../..;
sudo apt-get install -y python3-pip;
pip3 install --upgrade pip;
sudo -H pip3 install pyopengl;
pip3 install -e $ROBOSCHOOL_PATH;

from roboschool.

PandaYue99 avatar PandaYue99 commented on July 17, 2024

I am getting the same error message of composeAndFlush:makeCurrent() failed
I am on Ubuntu 16.04 conda+ gym+tensorflow installed, during installation, no error message occurred.

from roboschool.

ramilmsh avatar ramilmsh commented on July 17, 2024

Any updates?

from roboschool.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.