I got stuck in a desync loop this evening while joining a game. I'd been in the game before, but had been away for a while.
We have some mods:
Bottleneck 0.7.1
Enhanced Map Colors 1.4.1
Even Distribution 0.1.0
FARL 1.0.1
GDIW 0.15.2
High Voltage 0.3.0
Nixie Tubes 0.15.14
Progressive Running 1.0.14
Pushbutton 0.15.6
YARM 0.7.201
[15.10] Desync loop upon joining game
Re: desync loop while joining the game
Server log
- Attachments
-
- factorio-previous.log
- server log - desync
- (599.1 KiB) Downloaded 137 times
Re: desync loop while joining the game
Does it always happen? Even after restarting the server?
Can you upload the mods as well?
Can you upload the mods as well?
If you want to get ahold of me I'm almost always on Discord.
Re: desync loop while joining the game
we restarted the server, didn't have any problems after that.
- Attachments
-
- Factorio mods.zip
- (1.01 MiB) Downloaded 138 times
Re: [15.10] Desync loop upon joining game
We fixed couple of desyncs in the meantime, so for the sake of saving our time, I'm assuming it is fixed. You can report new desync reports (0.15.14+) if they happen in those versions again.
Re: [15.10] Desync loop upon joining game
I'm having this issue, posted viewtopic.php?f=7&t=48953 Restarting the server does fix it, but it is relatively reproducible (must log off for a few hours, then attempt to log back in).
I've tried removing mods, and my current modlist
I've tried removing mods, and my current modlist
Code: Select all
{
"mods": [
{
"name": "base",
"enabled": true
},
{
"name": "AutoDeconstruct",
"enabled": true
},
{
"name": "axial-tilt",
"enabled": true
},
{
"name": "BeltImmunity",
"enabled": true
},
{
"name": "DeathNotice",
"enabled": false
},
{
"name": "even-distribution",
"enabled": true
},
{
"name": "VehicleSnap",
"enabled": true
}
]
}
Re: [15.10] Desync loop upon joining game
Do the desyncs go away if you remove the Axial Tilt mod?
local day_length, day_end, night_start, night_end, day_start, night_length
I Didn't follow them through to see if they are being used correctly but doing stuff like that can sometimes be a no-no
local day_length, day_end, night_start, night_end, day_start, night_length
I Didn't follow them through to see if they are being used correctly but doing stuff like that can sometimes be a no-no
Re: [15.10] Desync loop upon joining game
If you made a new bug report already then please keep the discussion about it there, it gets chaotic otherwise.19wolf wrote:I'm having this issue, posted viewtopic.php?f=7&t=48953 Restarting the server does fix it, but it is relatively reproducible (must log off for a few hours, then attempt to log back in).
Re: [15.10] Desync loop upon joining game
Though he didn't answer, I'm pretty sure it would. I had the same issue, which fixed itself when I removed Axial Tilt.Nexela wrote:Do the desyncs go away if you remove the Axial Tilt mod?
local day_length, day_end, night_start, night_end, day_start, night_length
I Didn't follow them through to see if they are being used correctly but doing stuff like that can sometimes be a no-no
-
- Fast Inserter
- Posts: 104
- Joined: Tue Jun 27, 2017 1:12 am
- Contact:
Re: [15.10] Desync loop upon joining game
I concur, as removing Axial Tilt from our modlist fixed this issue as well. Which sucks, because this mod was a high-priority for us when we curated our modlist.Baughn wrote:Though he didn't answer, I'm pretty sure it would. I had the same issue, which fixed itself when I removed Axial Tilt.Nexela wrote:Do the desyncs go away if you remove the Axial Tilt mod?
local day_length, day_end, night_start, night_end, day_start, night_length
I Didn't follow them through to see if they are being used correctly but doing stuff like that can sometimes be a no-no
Is there anything to indicate that the Axial Tilt mod is actively developed? The discussion thread on the mods site doesn't indicate either way.