We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I created a folder
mkdir -p $HOME/terraria_mobile/world
and run
sudo docker run -it -p 7777:7777 --rm -v $HOME/terraria_mobile/world:/root/.local/share/Terraria/Worlds ryshe/terraria:mobile-1.4.0.5-2 -world /root/.local/share/Terraria/Worlds/legowo.wld -autocreate 2
it runs fine but, if the container stops, the world doesn't back up on the path $HOME/terraria_mobile/world and recreate a fresh world
in the log I get an error
gpath.c:115: assertion 'filename != NULL' failed
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I created a folder
and run
it runs fine but, if the container stops, the world doesn't back up on the path $HOME/terraria_mobile/world
and recreate a fresh world
in the log I get an error
The text was updated successfully, but these errors were encountered: