[1.1.50] Recursive attempted save loading?

This subforum contains all the issues which we already resolved.
Post Reply
oof2win2
Long Handed Inserter
Long Handed Inserter
Posts: 56
Joined: Wed Nov 18, 2020 8:13 am
Contact:

[1.1.50] Recursive attempted save loading?

Post by oof2win2 »

When a server is told to load the latest save (--start-server-load-latest) and the save directory (set to servers/) is blank, it attempts to load something, but instead loads the server directory recursively.

With this I found that the folders recursed for 12 levels in 21 seconds, netting a 3gb temp/ folder in the original server directory

Code: Select all

count=0

while [ -d "temp"  ]
do
        cd temp/currently-playing
        let "count++"
        echo $count
done

echo $count
The server log has produced no useful information, even in verbose mode.

Rseding91
Factorio Staff
Factorio Staff
Posts: 13209
Joined: Wed Jun 11, 2014 5:23 am
Contact:

Re: [1.1.50] Recursive attempted save loading?

Post by Rseding91 »

Thanks for the report. It's now fixed for the next release.
If you want to get ahold of me I'm almost always on Discord.

Post Reply

Return to “Resolved Problems and Bugs”