Pidgeot / python-lnp

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

Unable to launch DF due to get_configured_terminal call #152

Closed Pidgeot closed 4 years ago

Pidgeot commented 4 years ago

Clicking "Play Dwarf Fortress" results in the attached errors being printed. This seems that it is due to the call to get_configured_terminal.name call on line 28 of core/terminal.py missing parentheses. It should probably read get_configured_terminal().name .

This was observed running the version of PyLNP from the trunk on ArchLinux. See the comments on https://aur.archlinux.org/packages/dwarffortress-lnp-git/ for more details.

[Issue created by Former user: 2017-01-30] [Last updated on bitbucket: 2017-02-06]

[Comment created by Pidgeot: 2017-02-06] Fix missing brackets in debug statement (fixes #135)

→ <<cset 28bea10d5970>>

[Comment created by Pidgeot: 2017-02-06] Thanks - not sure how I missed that >_<