Page 1 of 1

CentOS 7.9 system error

Posted: Sun Feb 27, 2022 3:30 am
by Summer_Sakura
I set up multiplayer server in CentOS 7.9 system, I operate according to wiki.
Decompress the installation package in the /opt/factorio directory.
run

Code: Select all

 # /opt/factorio/bin/x64/factorio --start-server /opt/factorio/saves/sek2mod.zip
The sek2mod.zip archive file has been placed in the Saves folder

But it shows an error

Code: Select all

0.000 Error Util.cpp:83: Error configuring paths: There is no package core in /usr/share/factorio. Deduced executable directory: /opt/factorio/bin/x64, read data: __PATH__system-read-data__, write data: __PATH__system-write-data__
I am a rookie and hope to get help

Re: CentOS 7.9 system error

Posted: Sun Feb 27, 2022 4:37 am
by lyvgbfh
Looks like you config might be pointing the data to the wrong place. Try changing it to the default:

Code: Select all

[path]
read-data=__PATH__executable__\..\..\data
write-data=__PATH__executable__\..\..
in Factorio/config/config.ini