Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Failed to start LNP" without any further information #66

Open
romatthe opened this issue Jul 27, 2019 · 3 comments
Open

"Failed to start LNP" without any further information #66

romatthe opened this issue Jul 27, 2019 · 3 comments

Comments

@romatthe
Copy link

I'm trying to get LNP to work on Manjaro, but I consistently get the following error:

$ ./startlnp
[WARNING] startlnp: Failed to start PyLNP

As you can see, I don't even get the usual ultra-vague Python traceback.

When I launch PyLNP directly:

$ ./PyLNP
$ echo $?
255

So there's literally no output aside from a not very useful looking return code.

Trying to run the included df binary in df_linux results in:

Not found: data/art/curses_640x300.png

Aside from those two things, there's really not a lot I can work with here.

I actually have Dwarf Fortress installed from the Manjaro user repositories, which works just fine, so I have all the required dependencies. I would just like to use LNP to launch DF instead.

@romatthe romatthe changed the title "Failed to start LNP" without any further "Failed to start LNP" without any further information Jul 27, 2019
@lethosor
Copy link
Member

lethosor commented Jul 28, 2019

PyLNP might be writing to stderr.txt. Does that exist?
At any rate, I'm guessing this is a PyLNP issue, since I don't know of any Linux packs building a custom PyLNP.

@romatthe
Copy link
Author

romatthe commented Aug 1, 2019

Sorry, didn't have the time to check this out yet. I'll have a look at it tonight. Hopefully there's something useful in that stderr.txt.

@yunixon
Copy link

yunixon commented Oct 17, 2019

ubuntu 19.04 same issue

stderr.txt:

Running PyLNP 0.13b (OS: linux, Compiled: True)
INFO: Read installed graphics (Phoebus) from log

nohup.out:

# _g_io_module_get_default: Found default implementation gvfs (GDaemonVfs) for ‘gio-vfs’
# _g_io_module_get_default: Found default implementation dconf (DConfSettingsBackend) for ‘gsettings-backend’
# watch_fast: "/org/gnome/terminal/legacy/" (establishing: 0, active: 0)
# unwatch_fast: "/org/gnome/terminal/legacy/" (active: 0, establishing: 1)
# watch_established: "/org/gnome/terminal/legacy/" (establishing: 0)
# _g_io_module_get_default: Found default implementation gvfs (GDaemonVfs) for ‘gio-vfs’
# _g_io_module_get_default: Found default implementation dconf (DConfSettingsBackend) for ‘gsettings-backend’
# watch_fast: "/org/gnome/terminal/legacy/" (establishing: 0, active: 0)
# unwatch_fast: "/org/gnome/terminal/legacy/" (active: 0, establishing: 1)
# watch_established: "/org/gnome/terminal/legacy/" (establishing: 0)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants