No error messages, just an unhelpful "Illegal instruction".
Unitsync also fails when trying to run springlobby.
What's going on, folks?
The 64-bit spring version in ubuntu repos fails to run.
Moderator: Moderators
Re: The 64-bit spring version in ubuntu repos fails to run.
The error message springlobby gives when trying to run it.
Code: Select all
09:52:59: LoadUnitSyncLib ( )
09:52:59: Loading from: /usr/lib/spring/unitsync.so
09:52:59: Couldn't load lpSubTableIntPtr from unitsync library
09:52:59: Couldn't load lpSubTableStrPtr from unitsync library
09:52:59: Couldn't load lpSubTableExprPtr from unitsync library
09:52:59: Couldn't load lpPopTablePtr from unitsync library
09:52:59: Couldn't load lpGetKeyExistsIntPtr from unitsync library
09:52:59: Couldn't load lpGetKeyExistsStrPtr from unitsync library
09:52:59: Couldn't load lpGetIntKeyTypePtr from unitsync library
09:52:59: Couldn't load lpGetStrKeyTypePtr from unitsync library
09:52:59: Couldn't load lpGetIntKeyListCountPtr from unitsync library
09:52:59: Couldn't load lpGetIntKeyListEntryPtr from unitsync library
09:52:59: Couldn't load lpGetStrKeyListCountPtr from unitsync library
09:52:59: Couldn't load lpGetStrKeyListEntryPtr from unitsync library
09:52:59: Couldn't load lpGetIntKeyIntValPtr from unitsync library
09:52:59: Couldn't load lpGetStrKeyIntValPtr from unitsync library
09:52:59: Couldn't load lpGetIntKeyBoolValPtr from unitsync library
09:52:59: Couldn't load lpGetStrKeyBoolValPtr from unitsync library
09:52:59: Couldn't load lpGetIntKeyFloatValPtr from unitsync library
09:52:59: Couldn't load lpGetStrKeyFloatValPtr from unitsync library
09:52:59: Couldn't load lpGetIntKeyStrValPtr from unitsync library
09:52:59: Couldn't load lpGetStrKeyStrValPtr from unitsync library
Illegal instruction
Re: The 64-bit spring version in ubuntu repos fails to run.
Fixed in Ubuntu repo by compiling without -march, if anyone else has this problem, make sure to upgrade.