Search Issue Tracker
Fixed in 2019.3.X
Votes
0
Found in
2.0.0
2019.3.0a12
Issue ID
1173907
Regression
No
[Linux] UnitySetup crashes starting on ComponentManager::Initialize() with error "Error loading settings, aborting" on CentOS 7
[Linux] Download assistant crashes starting on ComponentManager::Initialize()
As of the latest trunk (2019.3.a12), running the download assistant/UnitySetup with specifying the INI file, will produce an error and crash:
Error loading settings, aborting
==18613== Invalid read of size 8
==18613== at 0x120F87: ComponentManager::Initialize() (in /home/teddy.kardos/Downloads/UnitySetup)
==18613== by 0x125A3A: OnMainWindowShown (in /home/teddy.kardos/Downloads/UnitySetup)
==18613== by 0x4F7CBDB: ??? (in /usr/lib64/libgtk-x11-2.0.so.0.2400.31)
==18613== by 0x710F987: g_closure_invoke (in /usr/lib64/libgobject-2.0.so.0.5600.1)
==18613== by 0x712205C: ??? (in /usr/lib64/libgobject-2.0.so.0.5600.1)
==18613== by 0x7129CDB: g_signal_emit_valist (in /usr/lib64/libgobject-2.0.so.0.5600.1)
==18613== by 0x712A2DE: g_signal_emit (in /usr/lib64/libgobject-2.0.so.0.5600.1)
==18613== by 0x50ACDC3: ??? (in /usr/lib64/libgtk-x11-2.0.so.0.2400.31)
==18613== by 0x4F7B39A: gtk_main_do_event (in /usr/lib64/libgtk-x11-2.0.so.0.2400.31)
==18613== by 0x5518A0B: ??? (in /usr/lib64/libgdk-x11-2.0.so.0.2400.31)
==18613== by 0x739C048: g_main_context_dispatch (in /usr/lib64/libglib-2.0.so.0.5600.1)
==18613== by 0x739C3A7: ??? (in /usr/lib64/libglib-2.0.so.0.5600.1)
==18613== Address 0x0 is not stack'd, malloc'd or (recently) free'd
Steps to reproduce-
- On a machine running CentOS 7, obtain the installer for Unity 2019.3.0a12 (or greater)
- In a terminal, change directory to where the installer is located
- Run the installer with the following command: ./UnitySetup -v --inifile=unity-2019.3.0a12-linux.ini
- Observe the installer will crash on start up
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Active quality level set on a new Universal 2D project is not the default quality level when creating a new project
- Inspector Open button does nothing when navigating to a different folder with a locked asset
- Pre-generated XML serializers fail to deserialize types that use polymorphism when the Player is built with the IL2CPP scripting backend
- Editor crashes with error "Failed to present D3D11 swapchain due to device reset/removed" and Player freezes when rendering a particle system while using modified URP package on DX11
- Crash on Scripting::LogException when async HTTP callback executes after scripting domain teardown
Resolution Note (fix version 2019.3):
An error is printed and the process now exits cleanly if an invalid ini file is passed to the command line.