Arx Libertatis Bug Tracker
star_faded.png
Please log in to bookmark issues
bug_report_small.png
CLOSED  Crash report #291  -  [104FB79A] arx.exe!0x14016b725
Posted Jun 19, 2012 - updated Jun 20, 2012   Shortlink: http://arx.vg/291
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
     Rocker
  • 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 amd64
  • Fixed in
    icon_customdatatype.png Not determined
Issue description
Illegal storage access

Callstack:
  arx.exe!0x14016b725 
  arx.exe!0x14010a910 
  arx.exe!0x1402534ff 
  arx.exe!0x14024fe1e 
  arx.exe!0x14024fff3 
  arx.exe!0x1400f55ff 
  kernel32.dll!BaseThreadInitThunk() 
  ntdll.dll!RtlUserThreadStart() 


Registers:
  RAX:000000004016B711  RBX:0000000000000000  RCX:0000000000000000  RDX:00000000009BF920  RSI:0000000000000000  RDI:0000000000000000
  CS:RIP:0033:76D7C521
  SS:RSP:002B:00000000009BFF90  RBP:0000000000000000
  DS:002B  ES:002B  FS:0053  GS:002B
  Flags:00010246


Steps to reproduce this issue
I did nothing! just updated the patch

#2
icon_reply.pngReply
Comment posted by
 Rocker
Jun 19, 10:44
A file was uploaded. arx.logicon_open_new.png This comment was attached:

arxcrash-4360-201777759
#3
icon_reply.pngReply
Comment posted by
 Rocker
Jun 19, 10:44
A file was uploaded. cfg.iniicon_open_new.png This comment was attached:

arxcrash-4360-201777759
#4
icon_reply.pngReply
Comment posted by
 Rocker
Jun 19, 10:44
A file was uploaded. crash.dmpicon_open_new.png This comment was attached:

arxcrash-4360-201777759
#5
icon_reply.pngReply
Comment posted by
 Rocker
Jun 19, 10:44
A file was uploaded. crash.xmlicon_open_new.png This comment was attached:

arxcrash-4360-201777759
#6
icon_reply.pngReply
Comment posted by
 Daniel Scharrer
Jun 19, 14:01
Hey, thanks for reporting the bug. While don't have MSVC and can't decode the crash dump (BobJelly will get to that when he has time) this is most likely a duplicate of Crash report 290 - [2893985C] arx.exe!0x14016b725 .

Du you have renderer in cfg.ini set to OpenGL:
  1. [window]
  2. framework="SDL"
and input set to auto or DirectInput8:
  1. [input]
  2. backend="auto"
? If so than this is already fixed in the source code repository and the fix will be part of the next release.

For now you can work around this bug by either setting
  1. [window]
  2. framework="auto"
or
  1. [window]
  2. framework="D3D9"
or
  1. [input]
  2. backend="SDL"


Let me know if this works so I can close this report. Thanks.
#7
icon_reply.pngReply
Comment posted by
 Guest user
Jun 19, 14:20
window framework="D3D9" 'This one fixed my game! =)