Project

General

Profile

Actions

Emulator Issues #10223

closed

SSX On Tour has assertion error at line 86 in CodeBlock.h

Added by ligfx about 7 years ago. Updated about 3 years ago.

Status:
Duplicate
Priority:
Normal
Assignee:
-
% Done:

0%

Operating system:
N/A
Issue type:
Bug
Milestone:
Regression:
No
Relates to usability:
No
Relates to performance:
No
Easy:
No
Relates to maintainability:
No
Regression start:
Fixed in:

Description

SSX On Tour (GXOE69) pops up a warning about an assertion error at line 86 in CodeBlock.h, i.e. this one:

size_t GetSpaceLeft() const
{
  _assert_(static_cast<size_t>(T::GetCodePtr() - region) < region_size);
  return region_size - (T::GetCodePtr() - region);
}

It seems to happen pretty regularly after about 10–15 minutes of playing, while in the middle of gameplay.

I'm on macOS 10.12.4 with Intel Iris, Dolphin 5.0-3395.


Related issues 1 (0 open1 closed)

Is duplicate of Emulator - Emulator Issues #11570: SSX on Tour CrashFixed

Actions
Actions #2

Updated by JosJuice about 3 years ago

5.0-11428 did no such thing as far as I can tell from reading the code.

Actions #3

Updated by Miksel12 about 3 years ago

I'm pretty sure this is the same issue as https://bugs.dolphin-emu.org/issues/11570. The line with the assert has just changed position by 6 lines. So this issue is probably fixed.

Actions #4

Updated by JosJuice about 3 years ago

Actions #5

Updated by JosJuice about 3 years ago

  • Status changed from New to Duplicate
Actions

Also available in: Atom PDF