M-J-Murray / MAMEToolkit

A Python toolkit used to train reinforcement learning algorithms against arcade games
GNU General Public License v2.0
642 stars 114 forks source link

Error while loading shared lib ? #5

Closed MoMe36 closed 5 years ago

MoMe36 commented 5 years ago

Hello,

I'm trying to get the see_games to run or the random agent, but I get the following error message:

./mame: error while loading shared libraries: libSDL2_ttf-2.0.so.0: cannot open shared object file: No such file or directory

Could I get some help ? Thanks !

kyuhyoung commented 5 years ago

Hello,

I'm trying to get the see_games to run or the random agent, but I get the following error message:

./mame: error while loading shared libraries: libSDL2_ttf-2.0.so.0: cannot open shared object file: No such file or directory

Could I get some help ? Thanks !

For me, the following worked. sudo apt install libsdl2-ttf-2.0-0

MoMe36 commented 5 years ago

It did ! Thanks ;)