Arx Libertatis Bug Tracker
star_faded.png
Please log in to bookmark issues
bug_report_small.png
OPEN  Crash report #933  -  [2E61C9F1] arx.exe!ARX_SCENE_Update() [scene.cpp:1449]
Posted Dec 01, 2016 - updated Jun 29, 2018   Shortlink: http://arx.vg/933
action_vote_minus_faded.png
0
Votes
action_vote_plus_faded.png
Issue details
  • Type of issue
    Crash report
  • Status
     
    New
  • 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
    Not determined
  • 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
Assertion Failed at Scene.cpp:1449: portals

Unhandled exception

Exception code: BREAKPOINT

 Instruction address: 0x1401f0e0a
 Stack pointer: 0x12f840


Callstack:
 arx.exe!0x1401f0e0a
 arx.exe!0x1400b10f9
 arx.exe!0x1400b1f35
 arx.exe!0x1400af343
 arx.exe!0x1400aeede
 arx.exe!0x1400b7250
 arx.exe!0x1400be9e9
 arx.exe!0x1401bb292
 arx.exe!0x1402ab6d5
 kernel32.dll!BaseThreadInitThunk()
 ntdll.dll!RtlUserThreadStart()
Symbols:
 0  arx.exe!ARX_SCENE_Update() [scene.cpp : 1449 + 0x2e]
 1  arx.exe!ArxGame::updateLevel() [arxgame.cpp : 1905 + 0x0]
 2  arx.exe!ArxGame::render() [arxgame.cpp : 2222 + 0x0]
 3  arx.exe!ArxGame::doFrame() [arxgame.cpp : 1332 + 0x0]
 4  arx.exe!ArxGame::run() [arxgame.cpp : 1255 + 0x0]
 5  arx.exe!runGame() [core.cpp : 290 + 0x0]
 6  arx.exe!utf8_main(int,char * * const) [startup.cpp : 207 + 0x0]
 7  arx.exe!WinMain [windowsmaingui.cpp : 48 + 0xe]
 8  arx.exe!__tmainCRTStartup [crtexe.c : 618 + 0x15]
Steps to reproduce this issue
Appartements of Ponsellius. Night vision and traps revelation - on. I tried to switch the trigger with fire trap.

#1
icon_reply.pngReply
Comment posted by
 CrashBot
Dec 01, 21:27
A file was uploaded. arx.logicon_open_new.png This comment was attached:

arxcrash-11956-1557790296
#3
icon_reply.pngReply
Comment posted by
 CrashBot
Dec 01, 21:27
A file was uploaded. cfg.iniicon_open_new.png This comment was attached:

arxcrash-11956-1557790296
#4
icon_reply.pngReply
Comment posted by
 CrashBot
Dec 01, 21:27
A file was uploaded. crash.dmpicon_open_new.png This comment was attached:

arxcrash-11956-1557790296
#5
icon_reply.pngReply
Comment posted by
 CrashBot
Dec 01, 21:27
A file was uploaded. crash.txticon_open_new.png This comment was attached:

arxcrash-11956-1557790296
#7
icon_reply.pngReply
Comment posted by
 Daniel Scharrer
Dec 02, 20:27
Crash after failing to copy save file
#9
icon_reply.pngReply
Comment posted by
 Daniel Scharrer
Jun 25, 12:55
Crash is because there was no scene loaded - we should handle that more gracefully.

Root cause is an error with loading a save file.
#10
icon_reply.pngReply
Comment posted by
 Daniel Scharrer
Jun 29, 22:54
This should no longer crash but the CopyFile issue was not yet fixed afaik.