Closed georgewsinger closed 6 years ago
@sn0w75 is getting a libpng12 error:
Unable to load 'libpangoft2-1.0.so' (error info '/usr/lib/x86_64-linux-gnu/libpng12.so.0: version `PNG12_0' not found (required by /home/bb2045/.local/share/Steam/steamapps/common/SteamVR/bin/linux64/libpangoft2-1.0.so)'), your game install may be corrupted or you may have a system conflict
~But AFAIK libpng12
isn't available on Ubuntu 17.10 (but libpng16
should be available). In the past, I received a similar error after building on Ubuntu on 16.*, upgrading to Ubuntu 17.10, and then trying to run the simulavr binary.~
@sn0w75 Did you do something similar here?
@georgewsinger I'm running Debian testing branch, not Ubuntu 17.10. (Both debian-based systems with fairly up-to-date packages so close enough I suppose.)
libpng12 isn't available on Debian testing branch either, only libpng16, and I was getting an error about a missing shared library even with libpng16 installed since the program was looking specifically for libpng12.so.0. That's when I tried symlinking the libpng16 library file to libpng12.so.0, but it seems libpng is strict about what version gets used with a particular application (thus the error related to libpng12 you see in the log).
I'll try to install the libpng12 deb package from debian's stable branch when I next have time to fiddle around with Simula some, and that ought to easily fix that particular error unless I run into trouble installing the libpng12 package due to missing dependencies or something (probably shouldn't).
Issue made obsolete after move to Godot.
Context. @sn0w75 built Simula on ~Ubuntu 17.10~ Debian Testing Branch with an RX 580 GPU and mesa open-source drivers. I collected his run-time error report here so that we can solve it.
Compilation. @sn0w75:
Run-Time Errors. Here are the highlights from zerobin:
and
Other Relevant Info. From @sn0w75: