按照这页面的说明,我安装了Ubuntu并下载了教程源代码。
Opencli部件作用域构建正确,但我有一个运行时错误:
$ unity-scope-tool src/openclipart-scope.ini
scoperegistry: no remote registry configured, only local scopes will be available
RegistryObject::ScopeProcess::exec(): Process for scope: "openclipart-scope" started
file:///usr/share/un
在安装统一游戏引擎之后,我尝试通过它的启动程序运行它,但是没有出现任何窗口。然后,我尝试在终端中运行它,并得到以下错误消息。
$ ./Unity
./Unity: /opt/Unity/Editor/Data/Tools/libgpg-error.so.0: no version information available (required by /lib/x86_64-linux-gnu/libgcrypt.so.20)
./Unity: relocation error: /lib/x86_64-linux-gnu/libgcrypt.so.20: symbol gpgrt_lock_l
根据维基,我需要安装的唯一东西是统一编辑。运行unity-editor之后,我得到:
📷
当我跟踪链接时,我到达了https://store.unity.com/download,官方网站上写着Unity is available for Windows or Mac OS X。没有基于Linux的软件包。
我启动了一个Unity项目,我安装了github插件- ,我有一个奇怪的bug,我需要删除我的本地项目,然后我重新安装了Unity。我在Windows10上有Linux子系统,现在我用它来git clone url我的存储库/项目,当我试图用unity打开项目时,我得到了以下错误:FATAL ERROR! The Project is on case sensitive file system.
但是,当我在同一目录R:/Unity_Projects/中创建一个新项目时,它可以正常工作。如何解决此问题?是不是因为Linux子系统,我从git克隆的文件夹是区分大小写的?如果是这样,我如何才
我选择Ubuntu登录,它总是加载Unity2D。
我跑了
/usr/lib/nux/unity_support_test -p
得到了这个错误
X Error of failed request: BadWindow (invalid Window parameter)
Major opcode of failed request: 137 (NV-GLX)
Minor opcode of failed request: 4 ()
Resource id in failed request: 0x21f
Serial number of failed request:
我试图安装安卓工作室,我需要oracle java 8,但我的是openjdk。在使用sudo apt-get install oracle-java8-set-default时,我收到以下信息:
The following packages were automatically installed and are no longer required:
checkbox-ng icu-devtools iproute kde-l10n-engb kde-l10n-fa
libatk-wrapper-java libatk-wrapper-java-jni libbind9-90 libcam
我尝试使用gnome-control center -l命令,它给了我一个错误,它说一些共享对象丢失了。其结果是:
gnome-control-center -l
libwayland-egl.so.1: cannot open shared object file: No such file or directory
Failed to load module: /usr/lib/i386-linux-gnu/unity-control-center-1/panels/libuser-accounts.so
Unknown option -l
运行/usr/bin/unity-control
我正试图在我的计算机上运行molflow (ubuntu16.04.5 unity ),并且我已经安装了所需的所有依赖项。尽管如此,在尝试启动程序时,我仍然会得到以下错误:
user@computer:~/molflow_linux_debian_2.7.3$ ./molflow
./molflow: error while loading shared libraries: libgsl.so.23: cannot open shared object file: No such file or directory
我已经查找了可用的软件包使用apt,我尝试在网上寻找它,但我似乎找不到从哪
我已经用我的GitHub存储库设置了Travis CI,它保存了我的Unity项目,它目前自动尝试构建我的项目,但到目前为止还没有成功一次。经过大量的摆弄、研究和故障排除,它现在达到了Travis成功下载和安装所需文件的地步(耶!进度),但是它在构建过程中被卡住了。这是输出
Attempting to build GodGame for Windows
No output has been received in the last 10m0s, this potentially indicates a stalled build or something wrong with the bui