David
David
Running the docker container with arguments causes a segmentation fault. ``` -v $(TORCSPATH)/torcs/configs/config:/usr/local/share/games/torcs/config:ro \ -v $(TORCSPATH)/torcs/configs/drivers/scr_server/scr_server.xml:/usr/local/share/games/torcs/drivers/scr_server/scr_server.xml:ro \ -v $(TORCSPATH)/torcs/configs/drivers/scr_server/0:/usr/local/share/games/torcs/drivers/scr_server/0:ro \ ``` ``` Saving /root/.torcs/config/raceengine.xml to /root/.torcs/config/raceengine.xml.old Saving /root/.torcs/config/style.xsl to /root/.torcs/config/style.xsl.old...
I created a fresh build and ran torcs inside a docker container, it is working fine. But when I try to copy/mount ur `config` and `driver` settings I get a...
I was able to resolve the error by copying `/usr/local/share/games/torcs` from your docker image and replacing the files in the [configs](https://github.com/gerkone/pyTORCS-docker/tree/master/torcs/configs) folder from your repository. Hope this helps you update...
Sure, i'll check it and get back to you
Still get the same error the cofigs folder provided in your directory. ``` Saving /root/.torcs/config/raceengine.xml to /root/.torcs/config/raceengine.xml.old Saving /root/.torcs/config/style.xsl to /root/.torcs/config/style.xsl.old Saving /root/.torcs/config/screen.xml to /root/.torcs/config/screen.xml.old Saving /root/.torcs/config/graph.xml to /root/.torcs/config/graph.xml.old Saving...
Yes, its working fine for me after I copied the config folder from inside the docker image and replaced the [configs folder](https://github.com/gerkone/pyTORCS-docker/tree/master/torcs/configs) present in your repository.