roblox-bug-tracker icon indicating copy to clipboard operation
roblox-bug-tracker copied to clipboard

Crash when teleporting in Play Solo without Ribbon UI

Open The0neThe0nly opened this issue 9 years ago • 0 comments

Teleporting to a place that you own in Studio with the SystemMenu UI style causes a crash in Play Solo. The crash occurs within a call to QAction::setEnabled at QtGui4!QAction::setEnabled+0x0A. The operation performed at this location is mov ecx, dword ptr [esi+0x9C]. The esi register is null, causing a crash after studio attempts to read memory at 0x9C, which is unmapped. The offending setEnabled call appears to be within a subroutine that references the string 1updateStatusBar(). If any more information is needed, please leave a comment.

The0neThe0nly avatar May 22 '16 04:05 The0neThe0nly