Pidgeot / python-lnp

Cross-platform re-implementation of the Lazy Newb Pack launcher.
ISC License
64 stars 10 forks source link

PyLNP's LD_LIBRARY_PATH can prevent DF from starting (Ubuntu 17.04) #157

Closed Pidgeot closed 4 years ago

Pidgeot commented 4 years ago

Reported here on the forums. This pack uses PyLNP 0.12a.

I'm assuming the problematic LD_LIBRARY_PATH here is something set up by PyInstaller, not PyLNP, but I'm hoping it's possible to fix in PyLNP (by clearing that environment variable or removing just that path from it).

Worth noting that I don't have an Ubuntu 17.04 installation to test on, so this report is based mostly on that forum thread.

[Issue created by lethosor: 2017-05-15] [Last updated on bitbucket: 2017-06-10]

[Comment created by Pidgeot: 2017-05-15] It is definitely possible to clear that value, at least.

I set up a 17.04 VM the other day; I will run a test when I can find the time to do so.

[Comment created by Pidgeot: 2017-06-10] Remove LD_LIBRARY_PATH and PYTHONPATH from environment before launching DF (fixes #138) (fixes #140)

→ <>