Linux Mint 19: freeciv and neverball don't work

Questions about applications and software
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
stemars

Linux Mint 19: freeciv and neverball don't work

Post by stemars »

Linux Mint 19 Tara - 64 bit

freeciv:
when starting a new game error
"1: Failed to connect to spawned server!"
is reported and nothing happens

neverball:
the configuration is not written to disk and after each
restart all the settings and the played levels are lost
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
kukamuumuka

Re: Linux Mint 19: freeciv and neverball don't work

Post by kukamuumuka »

stemars wrote: Sun Aug 19, 2018 11:15 am neverball:
the configuration is not written to disk and after each
restart all the settings and the played levels are lost
What are the result for the next terminal-commands?

Code: Select all

ls -lR $HOME/.neverball

Code: Select all

find $HOME ! -user $USER -type f
stemars

Re: Linux Mint 19: freeciv and neverball don't work

Post by stemars »

ls -lR $HOME/.neverball

Code: Select all

-rw------- 1 me me 0 Aug 19 17:12 /home/me/.neverball
(apparently it is written)

find $HOME ! -user $USER -type f

Code: Select all

find: ‘/home/me/.dbus’: Permission denied
find: ‘/home/me/.cache/dconf’: Permission denied
Thanks!
kukamuumuka

Re: Linux Mint 19: freeciv and neverball don't work

Post by kukamuumuka »

stemars wrote: Sun Aug 19, 2018 4:23 pm ls -lR $HOME/.neverball

Code: Select all

-rw------- 1 me me 0 Aug 19 17:12 /home/me/.neverball
(apparently it is written)

find $HOME ! -user $USER -type f

Code: Select all

find: ‘/home/me/.dbus’: Permission denied
find: ‘/home/me/.cache/dconf’: Permission denied
Thanks!
Run

Code: Select all

touch $HOME/.neverball/neverballrc
stemars

Re: Linux Mint 19: freeciv and neverball don't work

Post by stemars »

Run
touch $HOME/.neverball/neverballrc
The result is

Code: Select all

touch: cannot touch '/home/smarsili/.neverball/neverballrc': Not a directory
The neverballrc file is in the /home/me directory, instead, along with the neverball.log file.
And .neverball is not a directory but an empty file.
kukamuumuka

Re: Linux Mint 19: freeciv and neverball don't work

Post by kukamuumuka »

stemars wrote: Tue Aug 21, 2018 12:30 pm
Run
touch $HOME/.neverball/neverballrc
The result is

Code: Select all

touch: cannot touch '/home/smarsili/.neverball/neverballrc': Not a directory
The neverballrc file is in the /home/me directory, instead, along with the neverball.log file.
And .neverball is not a directory but an empty file.
Run

Code: Select all

rm -rf .neverball
mkdir .neverball
cd .neverball
mkdir Replays Scores Screenshots
And copy and extract the next
neverballrc.tar.gz
neverballrc into .neverball folder
stemars

Re: Linux Mint 19: freeciv and neverball don't work

Post by stemars »

administrollaattori wrote: Tue Aug 21, 2018 2:30 pm Run

Code: Select all

rm -rf .neverball
mkdir .neverball
cd .neverball
mkdir Replays Scores Screenshots
And copy and extract the next neverballrc.tar.gz neverballrc into .neverball folder
This SOLVES the neverball problem.
Thank you very much!
Locked

Return to “Software & Applications”