ngld / old-knossos

A mod launcher/installer for FSO
https://fsnebula.org/knossos/
Apache License 2.0
58 stars 23 forks source link

crash with I don't know how to handle "\override_dh_link"! I only know fso:// #143

Open badpenguin opened 5 years ago

badpenguin commented 5 years ago

I've installed via PPA: ii knossos 0.13.3-1~bionic1 all Simple mod

when it start it crashes with a dialog:

 I don't know how to handle "\override_dh_link"! I only know fso://

console output is:

INFO:MainThread:launcher.main: Running Knossos 0.13.3 on PyQt5 and Python 3.6.6 (default, Sep 12 2018, 18:26:19) 
[GCC 8.0.1 20180414 (experimental) [trunk revision 259383]].
INFO:MainThread:launcher.main: OpenSSL version: OpenSSL 1.1.0g  2 Nov 2017
qt5ct: using qt5ct plugin
ngld commented 5 years ago

Sorry, this is a bug in the current Ubuntu package. This will hopefully be solved by the next release. In the meantime you can solve the issue by replacing "\override_dh_link" with "$@" in /usr/bin/knossos.

badpenguin commented 5 years ago

Worked, i suggest to put this workaround on the homepage and close the issue :)