Search Issue Tracker
Fixed in 2020.2.X
Fixed in 2020.3.X
Votes
1
Found in
2019.1
2019.3.9f1
2020.2
Issue ID
1237642
Regression
No
[Linux] Missing libdl.so library causes crash when entering Playmode for the second time or closing the Editor
How to reproduce:
1. Download and open the "Karting Microgame" project from the Learn>Projects section in the Unity Hub
2. Enter and leave Playmode 2 times
Reproducible with: 2019.1.14f1, 2019.3.11f1, 2020.1.0b6, 2020.2.0a7
Could not test with: 2017.4.40f1, 2018.4.22f1 (Unable to enter Playmode, because of too many broken scripts with missing functions or broken packages)
Notes:
1. Sometimes it can take more than 2 times of entering and leaving Playmode for the crash to occur and it is also possible for the Editor not to crash when closing it
2. There are two errors thrown when opening the Editor that are related to the crash:
a. "DllNotFoundException: libdl.so"
b. "Unexpected error while trying to initialize the burst JIT compiler: Unexpected exception occured while initializing burst JitCompilerService"
3. Tested on Ubuntu 18.04 and KDE Neon 5.18
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
- Render Pipeline Converter selected asset counter reports one fewer item when using manual selection
- [Android] [Adreno] [WebGL] A light cookie is not rendered with shader compile error when WebGL build is launched on a device with Adreno GPU
- Rigibody sliding over a flat surface that is made of several GameObjects detects false collisions when Collision Detection is set to "Continuous" or "Continuous Dynamic"
- UI Toolkit Label height is incorrectly calculated when using max-width with percentage value
- Visual Effect Material causes Scene view to update continuously when both Scene and Game views are open, despite "Always Refresh" being disabled
Resolution Note (fix version 2020.2):
Please install the missing libraries by running the following command in the terminal "sudo apt install libc6-dev-amd64 libc6-dev-i386 libncurses5. Also recently (starting from 1.3.3 version of burst) we restored full compatibility with centos and ubuntu distros.
Fixed in Karting Microgame - Version 3.0.0