ServerSync

ServerSync

48.5k Downloads

MC 1.10.2 - Failed to Sync Files?

P3rf3ctXZer0 opened this issue ยท 5 comments

commented

Hmm, doubtful that it's an issue with brandons stuff.

Looks more like I need some extra sanity checks in there, I'm going to add this as a bug to try reproducing as I am cautious of the underlying issue that it may be exposing.

Thank you for the report.

commented

Should also note that the * in your configs ignore list is probably not doing what would be expected.

Will at the moment just be parsing it as a literal char and looking for a file called 'DimensionRules*'.

e.g. if 'MyFile.jar' == 'DimensionRules*' { ignore file }

commented

this is with forge loaded btw.

ServerSync Server Configuration
https://gist.github.com/P3rf3ctXZer0/88cfdbdc8dcb2f48518b317d3858ce33

commented

It Seems Brandons Core was the cause; please make sure you close this after you read it. Maybe Draconic Evolution requires a fix or maybe Brandon needs to make a fix.

commented

Log seems to suggest that the file in question was deleted/moved/altered in some way between the server finding it and the attempted sync process.

This would happen if the file was deleted while serversync was running, can probably be solved with watchers however current serversync does not support changing files while running.

Presumably this did not actually break anything as the contributors list should not be needed for the mod to function.

Feel free to re-open if this is not the case.