Arx Libertatis Bug Tracker
star_faded.png
Please log in to bookmark issues
enhancement_small.png
CLOSED  Enhancement #199  -  Crash Reporter: Include versions of used libraries.
Posted Mar 07, 2012 - updated Mar 17, 2012   Shortlink: http://arx.vg/199
action_vote_minus_faded.png
0
Votes
action_vote_plus_faded.png
icon_info.png This issue has been closed with status "Done" and resolution "RESOLVED".
Issue details
  • Type of issue
    Enhancement
  • Status
     
    Done
  • Assigned to
  • Progress
       
  • Type of bug
    Not triaged
  • Likelihood
    Not triaged
  • Effect
    Not triaged
  • Posted by
     Daniel Scharrer
  • Owned by
    Not owned by anyone
  • Estimated time
    Not estimated
  • Category
    Not determined
  • Resolution
    RESOLVED
  • Priority
    Not determined
  • Targetted for
    icon_milestones.png Not determined
  • OS
    icon_customdatatype.png Not determined
  • Architecture
    icon_customdatatype.png Not determined
  • Fixed in
    icon_customdatatype.png Not determined
Issue description
  • D3D version
or
  • SDL version
  • OpenGL version
  • GLEW version
  • OpenAL version


and

  • Freetype version
  • DevIL version
  • Boost version (compile-time)



#3
icon_reply.pngReply
Comment posted by
 SebastienLussier
Mar 17, 05:04
I added those:

    <!--Variables attached by the crashed process-->
    <Variables>
        <Variable Name="Command line" Value=""/>
        <Variable Name="Compiler name" Value="VC10"/>
        <Variable Name="Compiler version" Value="1600"/>
        <Variable Name="Boost version" Value="1_47"/>
        <Variable Name="SDL version" Value="1215"/>
        <Variable Name="DevIL version (header)" Value="178"/>
        <Variable Name="DevIL version (lib)" Value="178"/>
        <Variable Name="GLEW version" Value="1.7.0"/>
        <Variable Name="OGL version" Value="4.2.0"/>
        <Variable Name="OGL vendor" Value="NVIDIA Corporation"/>
        <Variable Name="OGL device" Value="GeForce GTX 560 Ti/PCIe/SSE2"/>
        <Variable Name="OpenAL version" Value="1.1"/>
        <Variable Name="FreeType version" Value="20404"/>
        <Variable Name="Data files" Value="full"/>
    </Variables>


Anything else you're thinking of ?
#4
icon_reply.pngReply
Comment posted by
 Daniel Scharrer
Mar 17, 06:05
I changed it a bit:
    <!--Variables attached by the crashed process-->
    <Variables>
        <Variable Name="Command line" Value="--no-data-dir --user-dir=. "/>
        <Variable Name="Compiler" Value="GCC 4.6.2"/>
        <Variable Name="Boost version" Value="1_48"/>
        <Variable Name="DevIL version (header)" Value="178"/>
        <Variable Name="DevIL version" Value="Developer's Image Library (DevIL) 1.7.8"/>
        <Variable Name="SDL version (headers)" Value="1.2.15"/>
        <Variable Name="SDL version" Value="1.2.15"/>
        <Variable Name="GLEW version" Value="1.7.0"/>
        <Variable Name="OpenGL version" Value="3.3.11554 Compatibility Profile Context"/>
        <Variable Name="OpenGL vendor" Value="ATI Technologies Inc."/>
        <Variable Name="OpenGL device" Value="ATI Radeon HD 4800 Series        "/>
        <Variable Name="OpenAL renderer" Value="OpenAL Soft"/>
        <Variable Name="OpenAL version" Value="1.1 ALSOFT 1.13"/>
        <Variable Name="FreeType version" Value="2.4.9"/>
        <Variable Name="Data files" Value="full"/>
    </Variables>
I think that's enough now.