On 6/5/09, Christian Ohm <chr....@gmx.net> wrote:
> As we often get too little information in bugreports, I added the OpenGl
>  vendor, renderer and version strings to the crashdump output. That should at
>  least tell us something about people's graphics hardware. The attached patch 
> is
>  for proof-of-concept mainly, I just put the stuff where it worked. Someone 
> more
>  familiar with the exception handler could perhaps point to a more adequate 
> way
>  of handling this. It'll also probably work only on Linux, as I can't test on
>  other systems.
>
>  Thinking about other things we might want to include, and how to handle the
>  messages better than my ssprintf into a static, hopefully large enough 
> buffer,
>  led to the idea of a general message buffer for crashdumps: add a crashlog()
>  function similar to debug() that adds text to the crashdump info, and e.g. 
> put
>  all LOG_ERROR messages automatically into it. Does that sound useful?
>

It does, I would also add the openAL vendor/version reporting , like
when we do PrintOpenALVersion(LOG_SOUND);

It would also be nice if we could record the last X things the user
did...but, that can get a bit complex.

_______________________________________________
Warzone-dev mailing list
Warzone-dev@gna.org
https://mail.gna.org/listinfo/warzone-dev

Reply via email to