Arx Libertatis Bug Tracker
star_faded.png
Please log in to bookmark issues
bug_report_small.png
CLOSED  Crash report #297  -  [88E86A92] arx.exe!0x54591c
Posted Jun 24, 2012 - updated Jun 24, 2012   Shortlink: http://arx.vg/297
action_vote_minus_faded.png
0
Votes
action_vote_plus_faded.png
icon_info.png This issue is a duplicate of issue #290 - "[2893985C] arx.exe!0x14016b725 "
icon_info.png This issue has been closed with status "Not a bug" and resolution "DUPLICATE".
Issue details
  • Type of issue
    Crash report
  • Status
     
    Not a bug
  • Assigned to
    Not assigned to anyone
  • 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
    DUPLICATE
  • 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 x86
  • Fixed in
    icon_customdatatype.png Not determined
Issue description
Illegal storage access

Callstack:
  arx.exe!0x54591c 
  arx.exe!0x4f01c5 
  arx.exe!0x61cffa 
  arx.exe!0x61a83e 
  arx.exe!0x4dd611 
  kernel32.dll!BaseThreadInitThunk() 
  ntdll.dll!RtlInitializeExceptionChain() 
  ntdll.dll!RtlInitializeExceptionChain() 


Registers:
  EAX:00000000  EBX:67B12D1E  ECX:00000000  EDX:0149FAA4  ESI:00000320  EDI:023292C8
  CS:EIP:001B:7761374E
  SS:ESP:0023:0149FFDC  EBP:0149FFEC
  DS:0023  ES:0023  FS:003B  GS:0000
  Flags:00010246


Steps to reproduce this issue
Nothing. It just doesn't work at all.

#2
icon_reply.pngReply
Comment posted by
 CrashBot
Jun 24, 10:03
A file was uploaded. arx.logicon_open_new.png This comment was attached:

arxcrash-4168-3411390207
#3
icon_reply.pngReply
Comment posted by
 CrashBot
Jun 24, 10:03
A file was uploaded. cfg.iniicon_open_new.png This comment was attached:

arxcrash-4168-3411390207
#4
icon_reply.pngReply
Comment posted by
 CrashBot
Jun 24, 10:03
A file was uploaded. crash.dmpicon_open_new.png This comment was attached:

arxcrash-4168-3411390207
#5
icon_reply.pngReply
Comment posted by
 CrashBot
Jun 24, 10:03
A file was uploaded. crash.xmlicon_open_new.png This comment was attached:

arxcrash-4168-3411390207
#6
icon_reply.pngReply
Comment posted by
 Daniel Scharrer
Jun 24, 19:03
This is almost definitely a duplicate of Crash report 290 - [2893985C] arx.exe!0x14016b725 and will be fixed in the next release.

For now you can work around this bug by either switching to native D3D9 windowing or by switching to SDL input to go with the SDL windowig you have selected:

In cfg.ini set either
  1. [window]
  2. framework="auto"
or
  1. [window]
  2. framework="D3D9"
or
  1. [input]
  2. backend="SDL"


The issue was updated with the following change(s):
  • The status has been updated, from New to Not a bug.
  • This issue has been closed
  • The resolution has been updated, from Not determined to DUPLICATE.