You are not logged in.

#1 2019-07-01 09:50:11

bigdavedev
Member
Registered: 2019-07-01
Posts: 2

Unity3D projects not opening from UnityHub

Hi all,

I use Unity3D for work and have been using UnityHub for project and installation management. Lately, since v2 of the Hub, I am unable to see my projects in the hub, nor am I able to add them via the UI. Opening my project with the Editor via the terminal results in the Hub being opened to select my project...

There is a thread on the Unity forums already, but Unity support is adamant that this is purely because of non-latin characters in the path... I opened an issue with the issue tracker, but they closed it and pointed me to the aforementioned forum thread. Since Arch is not officially supported, I do not foresee getting much more help from that end.

Here is a list of things that may help diagnose the issue:

uname -a
Linux thor 5.1.15-arch1-1-ARCH #1 SMP PREEMPT Tue Jun 25 04:49:39 UTC 2019 x86_64 GNU/Linux
pacman -Qi unityhub
Name            : unityhub
Version         : 2.0.2-1
Description     : The Unity Hub is a standalone application that streamlines the way you find, download, and manage your Unity Projects and installations.
Architecture    : x86_64
URL             : None
Licenses        : custom
Groups          : None
Provides        : None
Depends On      : gtk2  nss  p7zip  tar  gzip  cpio  zip  libxss  gconf
Optional Deps   : None
Required By     : None
Optional For    : None
Conflicts With  : None
Replaces        : None
Installed Size  : 153.24 MiB
Packager        : Dave Brown <d.brown@bigdavedev.com>
Build Date      : Mon 01 Jul 2019 10:08:17 CEST
Install Date    : Mon 01 Jul 2019 10:08:25 CEST
Install Reason  : Explicitly installed
Install Script  : No
Validated By    : None
pacman -Qm
blender-2.8-bin 2.80.190514.f070bdd7c9c4-1
dmenu-git 4.9.5.gdb6093f-1
dwm-git 1:6.2-3
jetbrains-toolbox 1.15.5387-1
ncurses5-compat-libs 6.1-1
radeon-profile-git 20190311.r3.g8e5ef9f-1
spotify 1:1.1.5.153-1
st-git 1:0.8.2.r13.gcaa1d8f-1
unityhub 2.0.2-1

Here is the log file from UnityHub: https://pastebin.com/naYMAC1b
The error message that pops up when following the log with is:

{"moduleName":"EditorPrefLinux","level":"warn","message":"[ { Error: EISDIR: illegal operation on a directory, read errno: -21, code: 'EISDIR', syscall: 'read' } ]","timestamp":"2019-06-12T06:59:07.059Z"}
{"moduleName":"EditorPrefLinux","level":"warn","message":"[ { Error: EISDIR: illegal operation on a directory, read errno: -21, code: 'EISDIR', syscall: 'read' } ]","timestamp":"2019-06-12T06:59:07.060Z"}

My hardware specs are as follows:

+-------------+---------------------------------------------------------------+
| CPU         | AMD Ryzen 7 2700                                              |
| GPU         | AMD Ellesmere Radeon RX580 (rev e7) with amdgpu kernel driver |
| RAM         | 2x Corsair Vengeance LPX Black 8GB CMK16GX4M2B3200C16         |
| Motherboard | MSi B450M Mortar                                              |
| Storage     | Samsung SSD 970 EVO NVMe M.2 250GB                            |
+-------------+---------------------------------------------------------------+

I have a laptop that I use for this as well, that is running Arch and I do not have this problem at all. I cannot see any differences between the two installations. I will update this post with that info when I turn on the laptop.

[EDIT]
Here is the information for the laptop:

uname -a
Linux consat-15-0404 5.1.15-arch1-1-ARCH #1 SMP PREEMPT Tue Jun 25 04:49:39 UTC 2019 x86_64 GNU/Linux
pacman -Qi unityhub
Name            : unityhub
Version         : 2.0.2-1
Description     : The Unity Hub is a standalone application that streamlines the way you find, download, and manage your Unity Projects and installations.
Architecture    : x86_64
URL             : None
Licenses        : custom
Groups          : None
Provides        : None
Depends On      : gtk2  nss  p7zip  tar  gzip  cpio  zip  libxss  gconf
Optional Deps   : None
Required By     : None
Optional For    : None
Conflicts With  : None
Replaces        : None
Installed Size  : 153.24 MiB
Packager        : Dave Brown <d.brown@bigdavedev.com>
Build Date      : Mon 01 Jul 2019 12:06:18 CEST
Install Date    : Mon 01 Jul 2019 12:07:12 CEST
Install Reason  : Explicitly installed
Install Script  : No
Validated By    : None
pacman -Qm
alsaplayer 0.99.81-9
bcompare 4.2.10.23938-2
bcompare-cinnamon 4.2.10.23938-2
bcompare-kde4 4.2.10.23938-2
bcompare-kde5 4.2.10.23938-2
bcompare-mate 4.2.10.23938-2
bcompare-nautilus 4.2.10.23938-2
bcompare-thunar 4.2.10.23938-2
blender-2.8-bin 2.80.190422.f2dc78f13fb7-1
dmenu-git 4.8.12.gbbc464d-1
dwm-git 1:6.2-3
gamin 0.1.10-9
jetbrains-toolbox 1.14.5179-1
keepassx2 2.0.3-2
msbuild-15-bin 15.6_xamarinxplat.2018.01.17.14.14_0xamarin1_ubuntu1404b1-3
ncurses5-compat-libs 6.1-1
pidgin-sipe 1.24.0-1
plymouth 0.9.4-4
purple-hangouts-hg r390.effc9b41df8c-1
qt4 4.8.7-28
slack-desktop 3.3.8-1
spotify 1.0.98.78-1
st-git 1:0.8.1.r22.g3be4cf1-2
unityhub 2.0.2-1
visual-paradigm-community 15.2-20190101
wpa_actiond 1.4-3
xinit-xsession 1-2
+---------+------------------------------------------+
| CPU     | Intel(R) Core(TM) i7-5600U               |
| GPU     | NVIDIA Corporation GM108M [GeForce 840M] |
| RAM     | 1x Samsung M471B1G73QH0-YK0 8GB          |
|         | 1x Micron 16KTF1G64HZ-1G6E1 8GB          |
| Model   | Dell Latitude E5450                      |
| Storage | SAMSUNG SSD PM851 256GB                  |
+---------+------------------------------------------+

[/EDIT]

If anything else is missing from this list that could help more, please do not hesitate to ask for it smile

Thanks in advance for your time and your help.

/Dave

Last edited by bigdavedev (2019-07-01 10:27:35)

Offline

#2 2019-07-02 09:20:03

bigdavedev
Member
Registered: 2019-07-01
Posts: 2

Re: Unity3D projects not opening from UnityHub

Seems that the error messages in the info log were pertaining to the prefs file in ~/.local/share/unity3d being a directory instead of a file. I have corrected that, but the issue of not being able to add my projects remains.

The info log does not change when I try to add a new project, so I am now at a total loss.

For reference, my path is pure ASCII and does not contain any non-latin characters: /home/dabr/test

Opening the project with ~/Unity/Hub/Editor/2019.1.8f1/Editor/Unity -projectPath /home/dabr/test results in the following:

[0702/111653:ERROR:browser_main_loop.cc(161)] Running without the SUID sandbox! See https://code.google.com/p/chromium/wiki/LinuxSUIDSandboxDevelopment for more information on developing with the sandbox on.
[0702/111653:ERROR:sandbox_linux.cc(308)] InitializeSandbox() called with multiple threads in process gpu-process
[0702/111653:ERROR:browser_main_loop.cc(207)] Gtk: gtk_window_present_with_time: assertion 'GTK_IS_WINDOW (window)' failed
$ [Unity Package Manager (Upm)]
Parent process [4796] was terminated

In the UnityHub log I can see:

{"moduleName":"UnityIPCServer","level":"info","message":"[ 'client process has connected to /tmp/Unity-hubIPCService.sock!' ]","timestamp":"2019-07-02T09:16:53.086Z"}
{"moduleName":"HubIPCService","level":"info","message":"[ 'socket has disconnected: [object Object] , false!' ]","timestamp":"2019-07-02T09:17:03.474Z"}

I hope this information can shed some light on what is happening here.

Offline

#3 2020-11-13 13:06:04

TiZeD
Member
Registered: 2020-04-03
Posts: 13

Re: Unity3D projects not opening from UnityHub

bigdavedev wrote:

Seems that the error messages in the info log were pertaining to the prefs file in ~/.local/share/unity3d being a directory instead of a file. I have corrected that, but the issue of not being able to add my projects remains.

The info log does not change when I try to add a new project, so I am now at a total loss.

For reference, my path is pure ASCII and does not contain any non-latin characters: /home/dabr/test

Opening the project with ~/Unity/Hub/Editor/2019.1.8f1/Editor/Unity -projectPath /home/dabr/test results in the following:

[0702/111653:ERROR:browser_main_loop.cc(161)] Running without the SUID sandbox! See https://code.google.com/p/chromium/wiki/LinuxSUIDSandboxDevelopment for more information on developing with the sandbox on.
[0702/111653:ERROR:sandbox_linux.cc(308)] InitializeSandbox() called with multiple threads in process gpu-process
[0702/111653:ERROR:browser_main_loop.cc(207)] Gtk: gtk_window_present_with_time: assertion 'GTK_IS_WINDOW (window)' failed
$ [Unity Package Manager (Upm)]
Parent process [4796] was terminated

In the UnityHub log I can see:

{"moduleName":"UnityIPCServer","level":"info","message":"[ 'client process has connected to /tmp/Unity-hubIPCService.sock!' ]","timestamp":"2019-07-02T09:16:53.086Z"}
{"moduleName":"HubIPCService","level":"info","message":"[ 'socket has disconnected: [object Object] , false!' ]","timestamp":"2019-07-02T09:17:03.474Z"}

I hope this information can shed some light on what is happening here.

Hi dude.
Did you manage to get unity3d installed and working with it?
I tried a lot of things, but today it seems unreal.
I can install an editor and a hub. The project even starts to come off, but falls ...
It is important for me to understand that at least one person was able to solve the problem or unity3d is not at all ready for arc ...
It is officially clear that only for ubuntu and centOs.
I found solutions ... But it was 2014

Offline

#4 2020-11-13 13:26:23

2ManyDogs
Forum Fellow
Registered: 2012-01-15
Posts: 4,645

Re: Unity3D projects not opening from UnityHub

Another old topic. TiZed, instead of bumping all the old Unity topics, please start your own.

Closing.

Offline

Board footer

Powered by FluxBB