Page 1 of 1
Linux: Error Util.cpp:49: No such...(solved)
Posted: Sun Feb 14, 2016 5:19 pm
by DeMotMan
So I downloaded factorio and unpacked it on my gentoo linux pc.
When I try to start the game it gives me the error message
Code: Select all
0.000 Error Util.cpp:49: No such node (config-path)
Looks like I need to configure something before the game can start, but I can find no info about that subject.
Any help would be appriciated
Re: Linux: Error Util.cpp:49: No such node (config-path)
Posted: Sun Feb 14, 2016 6:07 pm
by prg
You shouldn't need to configure anything, it's supposed to just work. config-path.cfg should come with reasonable defaults including a config-path line, is it empty in your installation? Was it already that way in the tarball you downloaded?
Re: Linux: Error Util.cpp:49: No such node (config-path)
Posted: Sun Feb 14, 2016 6:34 pm
by DeMotMan
config-path.cfg is an empty file on my machine. I changed nothing, just unpacked the tarball in my home directory...
Re: Linux: Error Util.cpp:49: No such node (config-path)
Posted: Sun Feb 14, 2016 6:38 pm
by prg
Try with
Code: Select all
config-path=__PATH__executable__/../../config
use-system-read-write-data-directories=false
and consider reporting a bug if the tarball offered for download results in a broken installation.
Re: Linux: Error Util.cpp:49: No such node (config-path)
Posted: Mon Feb 15, 2016 11:43 am
by DeMotMan
I feel so stupid.... probably I unpacked the tarball with a wrong switch.... Game is starting now since I unpacked it the RIGHT way.... I think this topic can be deleted