Arx Libertatis Bug Tracker
star_faded.png
Please log in to bookmark issues
bug_report_small.png
CLOSED  Crash report #1378  -  [F918CD43] arx.exe!OpenGLRenderer::initialize() [OpenGLRenderer.cpp:95]
Posted Aug 07, 2019 - updated Aug 23, 2020   Shortlink: http://arx.vg/1378
action_vote_minus_faded.png
0
Votes
action_vote_plus_faded.png
icon_info.png This issue has been closed with status "Fixed" and resolution "RESOLVED".
Issue details
  • Type of issue
    Crash report
  • Status
     
    Fixed
  • Assigned to
    Not assigned to anyone
  • Progress
       
  • Type of bug
    Not triaged
  • Likelihood
    Not triaged
  • Effect
    Not triaged
  • Posted by
     CrashBot
  • Owned by
    Not owned by anyone
  • Estimated time
    Not estimated
  • Category
    Not determined
  • Resolution
    RESOLVED
  • Priority
    Not determined
  • Reproducability
    Not determined
  • Severity
    Not determined
  • Targetted for
    icon_milestones.png Not determined
  • OS
    icon_customdatatype.png Windows
  • Architecture
    icon_customdatatype.png amd64
  • Fixed in
    icon_customdatatype.png Not determined
Issue description
Illegal storage access

Exception code: ACCESS_VIOLATION

 Instruction address: 0x13f633be1
 Memory accessed: 0x8
 Stack pointer: 0x1deb10


Callstack:
 arx.exe!FT_GlyphSlot_Own_Bitmap()
 arx.exe!FT_GlyphSlot_Own_Bitmap()
 arx.exe!0x13f43ec9d
 arx.exe!0x13f5697f0
 arx.exe!0x13f569b1e
 arx.exe!0x13f3b0ff6
 arx.exe!0x13f3af642
 arx.exe!0x13f3bf074
 arx.exe!0x13f3c74bd
 arx.exe!0x13f4bf0ca
 arx.exe!FT_GlyphSlot_Own_Bitmap()
 kernel32.dll!BaseThreadInitThunk()
 ntdll.dll!RtlUserThreadStart()
Symbols:
 0  arx.exe!gl_init_dispatch_table + 0x31
 1  arx.exe!epoxy_handle_external_wglMakeCurrent + 0x38
 2  arx.exe!OpenGLRenderer::initialize() [OpenGLRenderer.cpp : 95 + 0x5]
Steps to reproduce this issue
Nothing entered.

#1
icon_reply.pngReply
Comment posted by
 CrashBot
Aug 07, 19:40
A file was uploaded. arx.logicon_open_new.png This comment was attached:

arxcrash-4720-535793361
#3
icon_reply.pngReply
Comment posted by
 CrashBot
Aug 07, 19:40
A file was uploaded. cfg.iniicon_open_new.png This comment was attached:

arxcrash-4720-535793361
#4
icon_reply.pngReply
Comment posted by
 CrashBot
Aug 07, 19:40
A file was uploaded. crash.dmpicon_open_new.png This comment was attached:

arxcrash-4720-535793361
#5
icon_reply.pngReply
Comment posted by
 CrashBot
Aug 07, 19:40
A file was uploaded. crash.txticon_open_new.png This comment was attached:

arxcrash-4720-535793361
#6
icon_reply.pngReply
Comment posted by
 CrashBot
Aug 08, 11:43
A file was uploaded. arx.logicon_open_new.png This comment was attached:

arxcrash-864-929558098
#7
icon_reply.pngReply
Comment posted by
 CrashBot
Aug 08, 11:43
A file was uploaded. cfg.iniicon_open_new.png This comment was attached:

arxcrash-864-929558098
#8
icon_reply.pngReply
Comment posted by
 CrashBot
Aug 08, 11:44
A file was uploaded. crash.dmpicon_open_new.png This comment was attached:

arxcrash-864-929558098
#9
icon_reply.pngReply
Comment posted by
 CrashBot
Aug 08, 11:44
A file was uploaded. crash.txticon_open_new.png This comment was attached:

arxcrash-864-929558098
#11
icon_reply.pngReply
Comment posted by
 Daniel Scharrer
Aug 13, 21:09
We should probably exit cleanly in this case instead of trying to create a context.
#14
icon_reply.pngReply
Comment posted by
 Daniel Scharrer
Jul 09, 19:48
We create a context to log the device information - that should work and does for the first time it's called. But we then try another context and that crashes in epoxy_handle_external_wglMakeCurrent.
#16
icon_reply.pngReply
Comment posted by
 Daniel Scharrer
Aug 23, 21:59
Crash should be fixed in the latest development snapshot.

The issue was updated with the following change(s):
  • This issue has been closed
  • The status has been updated, from New to Fixed.
  • The resolution has been updated, from Not determined to RESOLVED.
  • This issue's progression has been updated to 100 percent completed.