View Issue Details

IDProjectCategoryView StatusLast Update
0005872Spring engineGeneralpublic2018-01-22 02:10
ReporterGoogle_Frog Assigned Tohokomoko  
PrioritynormalSeveritymajorReproducibilityhave not tried
Status resolvedResolutionfixed 
Product Version104.0 +git 
Summary0005872: 104.0.1-141-gae5ba3c maintenance Desync
Description[f=0021176] Sync error for ratmix in frame 21160 (got efba2491, correct is 84506497)

Infologs
https://github.com/ZeroK-RTS/CrashReports/issues/3207
https://github.com/ZeroK-RTS/CrashReports/issues/3208

Battle link: https://zero-k.info/Battles/Detail/483826

I have been unable to get an infolog from ratmix but they are on linux. Would having another linux person run the replay be helpful?
TagsNo tags attached.
Attached Files
20180121_130223_Living Lands 3_104.0.1-141-gae5ba3c maintenance.sdfz (Attachment missing)
Checked infolog.txt for Errors

Activities

Google_Frog

2018-01-21 11:56

reporter   ~0018741

Here is an infolog from a linux player https://pastebin.com/BsQZNLUV.

hokomoko

2018-01-21 13:04

developer   ~0018742

There are model loading errors... Seems to be faulty download.

Google_Frog

2018-01-21 13:14

reporter   ~0018743

Another http://zero-k.info/Battles/Detail/483874.

hokomoko

2018-01-22 02:10

developer   ~0018744

Fix 47cef9993adaaa67fbc89358817d90427d31ed95 committed to develop branch: Fix 0005872

LUA_INTEGER was ptrdiff_t which had different sizes on 32/64 bit.
Then when a big floating point number was cast float => LUA_INTEGER => int, you'd get different results on different architectures.

Seems to have been around since forever pretty much. Exposed by e352893eb45ec99fd20935f5befd5afa5f56d9ee, repo: spring changeset id: 9476

Issue History

Date Modified Username Field Change
2018-01-21 05:41 Google_Frog New Issue
2018-01-21 05:41 Google_Frog File Added: 20180121_130223_Living Lands 3_104.0.1-141-gae5ba3c maintenance.sdfz
2018-01-21 11:56 Google_Frog Note Added: 0018741
2018-01-21 13:04 hokomoko Note Added: 0018742
2018-01-21 13:14 Google_Frog Note Added: 0018743
2018-01-21 15:51 hokomoko Assigned To => hokomoko
2018-01-21 15:51 hokomoko Status new => assigned
2018-01-22 02:10 hokomoko Changeset attached => spring develop 47cef999
2018-01-22 02:10 hokomoko Note Added: 0018744
2018-01-22 02:10 hokomoko Status assigned => resolved
2018-01-22 02:10 hokomoko Resolution open => fixed