Page 1 of 1

Sync Error: invalid headingToVectorTable checksum

Posted: 28 Dec 2008, 04:43
by HAARP
I'm being greeted by a dialog box containing this error when I launch my recently-compiled Spring (Gentoo, Kernel 2.6.28 on AMD64, GCC 4.3.2, Spring 0.77b5)
Any ideas? Console log is empty and it doesn't even get to start its infolog.

Re: Sync Error: invalid headingToVectorTable checksum

Posted: 28 Dec 2008, 04:46
by lurker
Your FPU is on very wrong settings; something must be interfering. That or you hit very bad luck somewhere.

Re: Sync Error: invalid headingToVectorTable checksum

Posted: 28 Dec 2008, 05:08
by jK
try to compile spring with a different -march, i.e. scons configure arch=i686

Re: Sync Error: invalid headingToVectorTable checksum

Posted: 28 Dec 2008, 06:31
by HAARP
jK wrote:try to compile spring with a different -march, i.e. scons configure arch=i686
Yup, that was indeed the problem. Spring does not seem to like -march=amdfam10 (K10 or AMD's Phenom series)
Thanks for the help. Any way to fix the issue?

Re: Sync Error: invalid headingToVectorTable checksum

Posted: 28 Dec 2008, 18:56
by imbaczek
arch=i686 is the fix. there's no hope of getting sync if it fails at this stage.

Re: Sync Error: invalid headingToVectorTable checksum

Posted: 28 Dec 2008, 19:32
by Auswaschbar
imbaczek wrote:arch=i686 is the fix. there's no hope of getting sync if it fails at this stage.
no fix because it won't compile, leave out the march instead

Re: Sync Error: invalid headingToVectorTable checksum

Posted: 29 Dec 2008, 01:05
by imbaczek
ah 64bits. didn't notice.