Opened 10 years ago

Closed 10 years ago

#2707 closed defect (fixed)

Atlas unable to load maps

Reported by: Itms Owned by: Yves
Priority: Release Blocker Milestone: Alpha 17
Component: Core engine Keywords: exact stack rooting
Cc: Patch:

Description

Related to recent exact stack rooting changes.

Access violation while reading 0x00000008 location, at ScriptInterface.cpp, line 848. (in ScriptInterface::GetContext() )

This happens whenever I try to load a map in Atlas, with r15609.

Change History (2)

comment:1 by sanderd17, 10 years ago

#2708 is a duplicate report of this, but it has a full stack trace if anyone is interested.

comment:2 by Yves, 10 years ago

Resolution: fixed
Status: newclosed

In 15611:

Fixes crash when loading maps in Atlas.

The ScriptInterface pointer can be NULL there, so using it without checking is not safe.
This fixes the problem by continuing with the exact stack rooting changes, which makes the temporary solution unnecessary.

Fixes #2707
Refs #2415

Note: See TracTickets for help on using tickets.