Page 1 of 1

Lobby server / Unitsync version mismatch

Posted: 24 Mar 2012, 15:13
by FabriceFABS
Hi spads users,

Spads returns an error with the new version of spring 0.88 :

Code: Select all

NOTICE   - [SPADS] AutoHost restart scheduled (reason: requested by [ACE]FabriceFABS in channel #[ACE])
NOTICE   - [SPADS] Game is not running, exiting
NOTICE   - [SPADS] Initializing SPADS
WARNING  - [SPADS] Lobby server requires Spring 88.0, UnitSync is using Spring 88
NOTICE   - [SPADS] Close battle scheduled (reason: Lobby server requires Spring 88.0, UnitSync is using Spring 88)
I did a private message to bibim to inform him the update he should fix.

I could suggest you one thing, with vbs, we found that for keeping your spads autohost running without UnitSync version check, you have to disable cheking version, like this :
1. open spads.conf,
2. Search for

Code: Select all

onBadSpringVersion:closeBattle
3. Replace by

Code: Select all

# onBadSpringVersion:closeBattle
onBadSpringVersion:
Close and save (or save and close, but more actions ;) ).
By waiting bibim update, this will fully works, you'll get only a warning.

Re: Spads pb with new spring 0.88 version

Posted: 24 Mar 2012, 20:25
by bibim
FabriceFABS wrote: Spads returns an error with the new version of spring 0.88 :

Code: Select all

NOTICE   - [SPADS] AutoHost restart scheduled (reason: requested by [ACE]FabriceFABS in channel #[ACE])
NOTICE   - [SPADS] Game is not running, exiting
NOTICE   - [SPADS] Initializing SPADS
WARNING  - [SPADS] Lobby server requires Spring 88.0, UnitSync is using Spring 88
NOTICE   - [SPADS] Close battle scheduled (reason: Lobby server requires Spring 88.0, UnitSync is using Spring 88)
Actually it's not an error, just a warning about a version inconsistency. It does what the NOTICE message says: it closes the battle. But you can re-open it manually with !openBattle
FabriceFABS wrote:I did a private message to bibim to inform him the update he should fix.
Thank you!
Problem should be fixed now.
FabriceFABS wrote: I could suggest you one thing, with vbs, we found that for keeping your spads autohost running without UnitSync version check, you have to disable cheking version, like this :
1. open spads.conf,
2. Search for

Code: Select all

onBadSpringVersion:closeBattle
3. Replace by

Code: Select all

# onBadSpringVersion:closeBattle
onBadSpringVersion:
Close and save (or save and close, but more actions ;) ).
By waiting bibim update, this will fully works, you'll get only a warning.
Indeed this works, however now that problem is fixed I strongly recommend restoring the original "onBadSpringVersion:closeBattle" value, to avoid outdated autohosts staying open on next Spring release.