roblox-bug-tracker
roblox-bug-tracker copied to clipboard
Crash when teleporting in Play Solo without Ribbon UI
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.