Search Issue Tracker
Fixed in 2017.3.0f3
Votes
0
Found in
2017.1.0f3
Issue ID
946638
Regression
No
[Linux Editor] libpng12 isn't linked to bug reporter artefacts
Steps to reproduce:
1. Install Unity for Linux on a fresh Ubuntu 17.04
2. Go to Help->Troubleshoot issue...
3. Click "Report a new issue"
Expected results: bug reporter is opened
Actual results: bug reporter doesn't open. Editor log contains error "unity.bugreporter: error while loading shared libraries: libpng12.so.0: cannot open shared object file: No such file or directory"
$ ldd /opt/Unity/Editor/BugReporter/unity.bugreporter
<...>
libpng12.so.0 => not found
<...>
Reproduced on: 2017.1.1f1, 2017.2.0b11, 2017.3.0b1
Workaround: Install libpng12 from https://packages.ubuntu.com/xenial/libpng12-0
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
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
Traveler3326
Jan 01, 2018 16:57
I have tried this solution and it doesn't work. I have Ubuntu 17.10 fresh install.