Code: Select all
clientstatus failure
<type 'instance'>
('invalid literal for int(): Present',)
invalid literal for int(): Present
clientstatus failure
<type 'instance'>
('invalid literal for int(): AFK',)
invalid literal for int(): AFK
Moderator: Moderators
Code: Select all
clientstatus failure
<type 'instance'>
('invalid literal for int(): Present',)
invalid literal for int(): Present
clientstatus failure
<type 'instance'>
('invalid literal for int(): AFK',)
invalid literal for int(): AFK
Code: Select all
Switch to ->
(sub menu)
Player
Spectator
It just got worse, I just checked out svn again and recompiled the latest spring and its broken with a unity lobby mention.hollowsoul wrote:Another quick commitDont have time to test it more about to go out, but since previous commit broke adding AI's. It cant be worse.
- Support for Displaying user sync status, also in debug tab displaying Map & Mod Sync Status. So easier to tell for user, whether its map or mod causing them problems
Warning may be broken, no time to test. But cant be more broken than
previous commit
Code: Select all
scons unitsync
Code: Select all
find /path/to/trunk/rts -name \*.os | xargs rm
That worked and now its compiled, thanks.Tobi wrote:own3d: It's caused by some modifications to the build files: scons somehow chokes on files generated by the old versions of the build files.
Do:and it should compiled fine.Code: Select all
find /path/to/trunk/rts -name \*.os | xargs rm