Helper tool to automatically upload infologs
Moderator: Moderators
Re: Helper tool to automatically upload infologs
The "bad setting" kinda puzzles me - especially if it's a graphical setting or something similar. Can't that just be detected and get reverted to a lower detail setting that should work?
Re: Helper tool to automatically upload infologs
Zero K Lobby offers to set graphics settings to low if it detects a crash. Maybe other lobbies can do this as well?
Re: Helper tool to automatically upload infologs
Main complaint seems to be getting very large logs on lua error causes performance problems?MidKnight wrote:There was a minutes post or two about it.
I think http://springrts.com/phpbb/viewtopic.php?f=73&t=26893 may have been it.
Basically an issue only for engine and game devs, and game devs overwhelmingly want it back as it was.
Re: Helper tool to automatically upload infologs
error log causing performance problems are the least of my worries...
when there's "that much" error you might want to fix it
when there's "that much" error you might want to fix it
- KingRaptor
- Zero-K Developer
- Posts: 838
- Joined: 14 Mar 2007, 03:44
Re: Helper tool to automatically upload infologs
jK mentioned saving SSDs in a lobby conversation as well. Which is all well and good, but this isn't a concern for many if not most of us and an option to disable buffering would still be nice.
- Forboding Angel
- Evolution RTS Developer
- Posts: 14673
- Joined: 17 Nov 2005, 02:43
Re: Helper tool to automatically upload infologs
Yes, bring back non-buffered infologs please.
Re: Helper tool to automatically upload infologs
thanks abma!
https://github.com/spring/spring/commit ... e088b1cad8
instant infolog by adding
LogFlush = 1
in springsettings.cfg or spring.exe - edit settings.
http://springrts.com/dl/buildbot/defaul ... -gc80432d/
I tried two minutes or so and it always flushed and never clogged.
https://github.com/spring/spring/commit ... e088b1cad8
instant infolog by adding
LogFlush = 1
in springsettings.cfg or spring.exe - edit settings.
http://springrts.com/dl/buildbot/defaul ... -gc80432d/
I tried two minutes or so and it always flushed and never clogged.
Re: Helper tool to automatically upload infologs
@koshi
main reason (in my eyes) why auto upload of infolog died was, cause SL (nearly always?/for most users?) crashed while doing it.
as koshi said, the site that zydox did for browsing/managing the automatic reports existed, and in my eyes it was/is finnished and usable. it parses infolog (and a few other fiels fro mthe reports), stores lots of values per report into a DB and then allows to browse, order, filter by and create custom views of these values through a web-interface. so you could for example search for all reports that crash on adress 0x123456, and display the GFX card string.
main reason (in my eyes) why auto upload of infolog died was, cause SL (nearly always?/for most users?) crashed while doing it.
as koshi said, the site that zydox did for browsing/managing the automatic reports existed, and in my eyes it was/is finnished and usable. it parses infolog (and a few other fiels fro mthe reports), stores lots of values per report into a DB and then allows to browse, order, filter by and create custom views of these values through a web-interface. so you could for example search for all reports that crash on adress 0x123456, and display the GFX card string.