View Issue Details

IDProjectCategoryView StatusLast Update
0005388Spring engineGeneralpublic2016-11-13 02:14
ReporterGoogle_Frog Assigned Tohokomoko  
PrioritynormalSeverityblockReproducibilityhave not tried
Status resolvedResolutionfixed 
Product Version103.0 +git 
Summary0005388: 103-288 Desync
DescriptionDesynced game: http://zero-k.info/Battles/Detail/435696
TagsNo tags attached.
Checked infolog.txt for Errors

Activities

hokomoko

2016-11-13 00:55

developer   ~0016863

seems like something is bad with 3ds parsing.
win users get [f=0005370] Warning: could not load model "hunter_d.3ds" (reason: [AssimpParser] Model Import: Chunk is too large)
while linux users don't

hokomoko

2016-11-13 02:14

developer   ~0016864

Fix c90ca9b24fff63765f7bc64a7397b8586d2e9d3b committed to develop branch: Fix 0005388

Apparently struct packing had weird issues on win32 builds (and maybe linux 32 as well?)
http://stackoverflow.com/questions/8568432/is-gccs-attribute-packed-pragma-pack-unsafe
or
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51628
may be related.

Anyway, all supported compilers support #pragma pack which works great., repo: spring changeset id: 7586

Issue History

Date Modified Username Field Change
2016-11-12 10:44 Google_Frog New Issue
2016-11-13 00:55 hokomoko Note Added: 0016863
2016-11-13 02:14 hokomoko Changeset attached => spring develop c90ca9b2
2016-11-13 02:14 hokomoko Note Added: 0016864
2016-11-13 02:14 hokomoko Assigned To => hokomoko
2016-11-13 02:14 hokomoko Status new => resolved
2016-11-13 02:14 hokomoko Resolution open => fixed