11-17-2018, 09:58 AM
Hi all ::)
To launch launcher and game parts i need to link libpng12 from VMWare install:
There is no package for libpng12 only libpng16 on ubuntu 18.04
It's better to be shipped with hazeron launcher.
Tryed to place this file in hazeron folder - problem is Hazeron and other parts of it seek it only in /usr/lib/x86_64-linux-gnu/
Best Regards SunnyDrake aka EL
To launch launcher and game parts i need to link libpng12 from VMWare install:
Code:
sudo ln -s /usr/lib/vmware/lib/libpng12.so.0/libpng12.so.0 /usr/lib/x86_64-linux-gnu/libpng12.so.0
There is no package for libpng12 only libpng16 on ubuntu 18.04
It's better to be shipped with hazeron launcher.
Tryed to place this file in hazeron folder - problem is Hazeron and other parts of it seek it only in /usr/lib/x86_64-linux-gnu/
Best Regards SunnyDrake aka EL