Page 3 of 15
Re: SpringLobby 0.180 released!
Posted: 12 Jan 2014, 22:57
by dansan
knorke wrote:Does springlobby have a logfile (like infolog.txt etc) to upload for crashes?
Code: Select all
daniel@moja ~ $ springlobby --help
Usage: springlobby [-h] [-nc] [-fl <str>] [-cl] [-gl] [-f <str>] [-l <num>] [-n <str>]
-h, --help show this help message
-nc, --no-crash-handler don't use the crash handler (useful for debugging)
-fl, --file-logging=<str> dumps application log to a file ( enter path )
-cl, --console-logging shows application log to the console(if available)
-gl, --gui-logging enables application log window
-f, --config-file=<str> override default choice for config-file
-l, --log-verbosity=<num> overrides default logging verbosity, can be:
0: no log
1: critical errors
2: errors
3: warnings (default)
4: messages
5: function trace
-n, --name=<str> overrides default application name
Re: SpringLobby 0.180 released!
Posted: 13 Jan 2014, 18:31
by abma
smoth wrote:are we getting a fix update soon?
as always, when its "ready". :)
Re: SpringLobby 0.180 released!
Posted: 16 Jan 2014, 03:30
by 100Gbps
Game filtering on 0.180 suddenly stopped working for me. 'Only games I have' checkbox isn't working, 'Host', 'Description', 'Map', 'Game' textboxes too ...
Also did a clean install w/o success.
Re: SpringLobby 0.180 released!
Posted: 16 Jan 2014, 06:30
by AntiAllez
did you removed the Lobby "error reporting" function? cannot disable it at preference with new lobby or where to find it now?
Re: SpringLobby 0.180 released!
Posted: 20 Jan 2014, 03:52
by knorke
How excactly (parameters) must I start SL to get useful logfile in case of crash?
I tried:
springlobby.exe -fl="c:\springlobby.txt" -l=5 -nc
But the logfile only contains log about failed replay parsing like:
03:50:39: Error: Parsing torptest20121121_093100_SaltrockColonyV2_91.sdf failed
03:50:39: Error: Couldn't open replay C:\Spiele\springcontent\demos\torptest20121121_093100_SaltrockColonyV2_91.sdf
(
https://github.com/springlobby/springlobby/issues/129 )
and nothing else.
Re: SpringLobby 0.180 released!
Posted: 13 Mar 2014, 22:31
by abma
i'm trying to push out a new release. would be great if some people could test the current version on windows:
http://springlobby.info/temp/builds/abma/sl_master.zip
report bugs please at the issue tracker:
https://github.com/springlobby/springlobby/issues
changes: i don't really remember, many of them are mostly code refactoring / cleanup, so no visual / functional change. please give it a try!
when "testing" on linux, you've to compile it:
https://github.com/springlobby/springlo ... g_from_Git
Re: SpringLobby 0.181 released!
Posted: 21 Mar 2014, 16:27
by abma
released 0.181
Re: SpringLobby 0.182 released!
Posted: 21 Mar 2014, 17:43
by zoggop
hooray, 0.182 has gotten rid of the "XX flag not found" error messages for me
Re: SpringLobby 0.182 released!
Posted: 21 Mar 2014, 19:12
by 100Gbps
Game filtering is still not working.
This time the newest 'feature': Automatic opening of user-chosen tab is not working.
Do not tell me to delete the settings file:
1. Already did it. Even installed it on different partition
2. We are in 2014
Re: SpringLobby 0.182 released!
Posted: 21 Mar 2014, 19:20
by abma
100Gbps wrote:Game filtering is still not working.
This time the newest 'feature': Automatic opening of user-chosen tab is not working.
can you provide details? both work for me.
edit: i know usabilitiy is bad... but it works.
Re: SpringLobby 0.182 released!
Posted: 21 Mar 2014, 19:28
by Silentwings
Awesome :D changing font worked and it remembered my column widths <3
Game filtering works fine for me. So do the tabs.
Re: SpringLobby 0.182 released!
Posted: 21 Mar 2014, 21:22
by 100Gbps
abma wrote:can you provide details? both work for me.
edit: i know usabilitiy is bad... but it works.
1. I(the Robot)'m starting SpringLobby 0.182 for n-th time.
2. Chat tab is open, no matter that 'SinglePlayer' is chosen in 'Edit->Preferences->General' tab.
3. The robot is clicking on 'Battlelist' tab.
4. The robot clicks again, this time on the 'Filter' button and changes the contents of 'Game' textbox with 'Balanced'. All other options are by default.
5. The same robot checks 'Activated' checkbox.
6. Games disappear.
7. The robot is undoing steps 5 to 4.
8. Games are here again.
Re: SpringLobby 0.182 released!
Posted: 22 Mar 2014, 02:05
by abma
100Gbps wrote:
6. Games disappear.
load/save of filter got broken, because of this defaults weren't loaded as well.
fixed in this commit:
https://github.com/springlobby/springlo ... ecba9d3741
just select ->status -> locked, passworded, started, full, open and you should see some games.
Re: SpringLobby 0.182 released!
Posted: 22 Mar 2014, 19:56
by 100Gbps
Still broken ...
Can't remember since which version this happened, Spring 0.95+ and Lobby 0.1-seventy-something ...
Re: SpringLobby 0.183 released!
Posted: 23 Mar 2014, 19:34
by abma
0.183 released which contains the fixing commit.
Re: SpringLobby 0.183 released!
Posted: 23 Mar 2014, 19:59
by Floris
Springlobby used to show the countryname when hovering over a flag icon, this was a nice to have to get familliar with unknown country flags.
Lots of thanks for bringing back springlobby to the state we had before!
Re: SpringLobby 0.184 released!
Posted: 23 Mar 2014, 21:48
by floppy1356
My issue with the last (0.184 and previous 0.182) is the following, every time I restart Springlobby it forgets the whole path of file spring.exe in the SL preferences and replace it with simply "spring.exe". (I'm using vista)
Re: SpringLobby 0.184 released!
Posted: 23 Mar 2014, 22:36
by LordMatt
The latest pull is not compiling for me on Ubuntu 12.04:
Code: Select all
CMake Error at src/CMakeLists.txt:304 (ADD_EXECUTABLE):
Cannot find source file:
/home/matt/Desktop/springlobby/src/helper/imageviewer.cpp
Tried extensions .c .C .c++ .cc .cpp .cxx .m .M .mm .h .hh .h++ .hm .hpp
.hxx .in .txx
Re: SpringLobby 0.184 released!
Posted: 23 Mar 2014, 22:44
by abma
delete CMakeCache.txt or edit it, search for imageviewer.cpp and delete this line
Re: SpringLobby 0.184 released!
Posted: 23 Mar 2014, 22:57
by LordMatt
That worked thanks.