When I start the Unity editor in Debian Jessie, it immediately pushes the CPU to 100% when I select the license (Personal). I can make it to the survey screen before it becomes entirely unresponsive. I can select my country and state, but, after that, I can’t scroll down to complete the form. When I start the application from the command-line, there is no output to the console, so no clues there.
Has anyone experienced this?
This issues makes the editor completely unusable on Debian Jessie.
I don’t even get the survey screen in my Unity editor (not through Wine) installation on Debian Jessie. All required libs, as listed here: Unity on Linux: Release Notes and Known Issues , were grabbed. Then there was an additional library file, libpq.so.5
, that was needed when trying to open the editor, so I added the corresponding package: libpq5. Then the editor starts but now stalls at the splash screen with an empty window titled “Recent”, and no error info is shown in the Terminal. And one of my CPU cores is running at 100%.
I guess there is something which prevents the editor to launch properly or maybe the Unity Editor relies too much on the Ubuntu packages, which would be kind of sad but understandable. I would like to investigate further on this matter but I still do not have a good knowledge of the Linux environment, coming from Windows.
I have tried the unity-editor-installer-5.4.0b16+20160503.sh version. I will now try the unity-editor-installer-5.3.4f1+20160503.sh to see if it works.
After reading some other posts, I have the same behavior as for a Fedora user: Trouble getting Unity to start in Fedora 23 - Unity Engine - Unity Discussions
Nope, does not work. Even with 5.3.3f1.
So I have tried the latest specific Ubuntu package (5.3.4f1) and it works like a charm! Upon installation, there were missing dependencies:
kwanito@kwanito:~/Software/Unity$ sudo dpkg -i unity-editor-5.3.4f1+20160503_amd64.deb
Selecting previously unselected package unity-editor.
(Reading database … 143964 files and directories currently installed.)
Preparing to unpack unity-editor-5.3.4f1+20160503_amd64.deb …
Unpacking unity-editor (5.3.4f1) …
dpkg: dependency problems prevent configuration of unity-editor:
unity-editor depends on npm; however:
Package npm is not installed.
dpkg: error processing package unity-editor (–install):
dependency problems - leaving unconfigured
Processing triggers for desktop-file-utils (0.22-1) …
Processing triggers for gnome-menus (3.13.3-6) …
Processing triggers for mime-support (3.58) …
Processing triggers for hicolor-icon-theme (0.13-1) …
Errors were encountered while processing:
unity-editor
So I ran this command to download 30MB of packages (a pack of 71 packages was downloaded with it on my PC):
kwanito@kwanito:~/Software/Unity$ sudo apt-get install -f
Reading package lists… Done
Building dependency tree
Reading state information… Done
Correcting dependencies… Done
The following extra packages will be installed:
build-essential dpkg-dev fakeroot gyp javascript-common
libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl
libc-ares-dev libc-ares2 libdpkg-perl libfakeroot libfile-fcntllock-perl
libjs-jquery libjs-node-uuid libjs-underscore libssl-dev libssl-doc
libv8-3.14-dev libv8-3.14.5 make node-abbrev node-ansi node-ansi-color-table
node-archy node-async node-block-stream node-combined-stream node-cookie-jar
node-delayed-stream node-forever-agent node-form-data node-fstream
node-fstream-ignore node-github-url-from-git node-glob node-graceful-fs
node-gyp node-inherits node-ini node-json-stringify-safe node-lockfile
node-lru-cache node-mime node-minimatch node-mkdirp node-mute-stream
node-node-uuid node-nopt node-normalize-package-data node-npmlog node-once
node-osenv node-qs node-read node-read-package-json node-request node-retry
node-rimraf node-semver node-sha node-sigmund node-slide node-tar
node-tunnel-agent node-underscore node-which nodejs nodejs-dev npm
zlib1g-dev
Suggested packages:
debian-keyring apache2 lighttpd httpd make-doc node-hawk node-aws-sign
node-oauth-sign node-http-signature
The following NEW packages will be installed:
build-essential dpkg-dev fakeroot gyp javascript-common
libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl
libc-ares-dev libc-ares2 libdpkg-perl libfakeroot libfile-fcntllock-perl
libjs-jquery libjs-node-uuid libjs-underscore libssl-dev libssl-doc
libv8-3.14-dev libv8-3.14.5 make node-abbrev node-ansi node-ansi-color-table
node-archy node-async node-block-stream node-combined-stream node-cookie-jar
node-delayed-stream node-forever-agent node-form-data node-fstream
node-fstream-ignore node-github-url-from-git node-glob node-graceful-fs
node-gyp node-inherits node-ini node-json-stringify-safe node-lockfile
node-lru-cache node-mime node-minimatch node-mkdirp node-mute-stream
node-node-uuid node-nopt node-normalize-package-data node-npmlog node-once
node-osenv node-qs node-read node-read-package-json node-request node-retry
node-rimraf node-semver node-sha node-sigmund node-slide node-tar
node-tunnel-agent node-underscore node-which nodejs nodejs-dev npm
zlib1g-dev
0 upgraded, 71 newly installed, 0 to remove and 11 not upgraded.
1 not fully installed or removed.
Need to get 9,427 kB of archives.
After this operation, 30.0 MB of additional disk space will be used.
Do you want to continue? [Y/n]
To make sure the install is properly configured, I ran again the dpkg command:
And here, I was able to enter my credentials and create a project, closing Unity and reopen it without any problem.
I still have a CPU core running at 100% though, but at least, it works.
As a side note, the Ubuntu specific editor and the “other distributions” editor work now.