游戏开发大亨:加载 libXrandr 时出错

Fyk*_*sen 3 games 13.04

我是从那个网站买的。我全新安装了 Ubuntu 13.04。当我尝试从终端运行 Game Dev Tycoon 时,出现以下错误:

gamedevtycoon: error while loading shared libraries: libXrandr.so.2: cannot open shared object file: No such file or directory
Run Code Online (Sandbox Code Playgroud)

Chr*_*ith 9

尝试运行:

sudo apt-get install libxrandr2:i386
Run Code Online (Sandbox Code Playgroud)

我在运行这个游戏时也遇到了一些错误 ( error while loading shared libraries: libudev.so.0)。我已经libudev1安装了,它只是不会运行。可能需要一些手动链接。

编辑:

我需要一些链接: 如何解决“无法打开共享对象文件 libudev.so.0”错误?