-
-
Notifications
You must be signed in to change notification settings - Fork 404
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
Error when running examples/python/basic.py #472
Comments
Try commenting out this line. It seems the error stems from audio library, which is not very essential to the use of ViZDoom (only if you want humans to play the game with sound enabled). |
Thanks! It works now! |
I commented this line in basic.py, since it is also present on my instance of Ubuntu 20.04... I will investigate it later, lets keep this issue open for tracking purposes. Thank you @BolunDai0216 for reporting the problem. |
I am currently working on digging into this (see some relevant discussions I found with googling below). This issue does not appear if you try to launch Regarding this, I tried to compile one of the C++ examples to have one, neat binary I could debug through to dig deeper but I can not get examples to compile (I get `undefined reference to 'dladdr'). Could you take a look at this if it is bug in the repo code or in my end? Issue where 1.20 might have been the solution: kcat/openal-soft#339 |
When running examples/python/basic.py the following error message appears:
Can anyone help me figure out what the issue is? Thanks!
ViZDoom Version: 1.1.8
OS: Ubuntu 20.04.1 LTS (GNU/Linux 5.4.0-52-generic x86_64)
Python: 3.8.5
The installation is smooth, except I was not able to install Julia.
I did not see a
vizdoom-crash.log
file, should it be in the same directory where I executed the commandpython3 basic.py
?The text was updated successfully, but these errors were encountered: