Recent logs - スーパーダンガンロンパ2 さよなら絶望学園

To see your stuff show here, enable Compatibility Server Reports in PPSSPP.

Click on a version, game, or report message to show similar entries. Hover over version to see platform info, and hover over a game title to see region and version info.

Game title Version Latest Report Message
スーパーダンガンロンパ2 さよなら絶望学園 v1.16.6 2024-03-08 scePsmfPlayerSetPsmf*: incorrect PSMF magic (74726576), bad data
スーパーダンガンロンパ2 さよなら絶望学園 v1.17 2024-02-17 sceKernelLoadModule: unsupported options size=00000014, flags=7f800001, pos=0, access=1, data=2, text=2
スーパーダンガンロンパ2 さよなら絶望学園 v1.17 2024-02-17 sceKernelLoadModule: unsupported options size=00000014, flags=7f800001, pos=0, access=1, data=1, text=1
スーパーダンガンロンパ2 さよなら絶望学園 v1.11.3 2024-03-29 sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=0, access=0, data=0, text=0
スーパーダンガンロンパ2 さよなら絶望学園 v1.11.3 2024-01-27 Rendering from framebuf with offset 040d43c0 -> 040d4000+480x0
スーパーダンガンロンパ2 さよなら絶望学園 v1.15.4 2024-01-19 WriteToHardware: Invalid address 000000fc near PC 089ece54 LR 089ece54
スーパーダンガンロンパ2 さよなら絶望学園 v1.15.4 2024-01-19 ReadFromHardware: Invalid address 01010103 near PC 088cb950 LR 088cc600
スーパーダンガンロンパ2 さよなら絶望学園 v1.15.4 2024-01-19 ReadFromHardware: Invalid address 000000fc near PC 089ece54 LR 089ece54
スーパーダンガンロンパ2 さよなら絶望学園 v1.15.4 2024-01-19 ReadFromHardware: Invalid address 00000102 near PC 088b3f70 LR 088cdda0
スーパーダンガンロンパ2 さよなら絶望学園 v1.11.3 2024-01-13 sceKernelCreateSema(KSAP_ThLockSema) unsupported attr parameter: 00000011
スーパーダンガンロンパ2 さよなら絶望学園 v1.16.6 2023-12-28 Unknown GE command : 39095d0b
スーパーダンガンロンパ2 さよなら絶望学園 v1.11.3 2023-11-18 ARGH IT'S AN UNKNOWN RELOCATION!!!!!!!! 0883518c, type=8 : lwc1 f0, -0x7F60(gp)
スーパーダンガンロンパ2 さよなら絶望学園 v1.11.3 2023-11-18 80630011=sceAtracSetDataAndGetID(00000000, 00000000): buffer too small
スーパーダンガンロンパ2 さよなら絶望学園 v1.16.6 2024-03-10 sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=0, access=1, data=1, text=1
スーパーダンガンロンパ2 さよなら絶望学園 v1.16.6 2023-11-14 ReadFromHardware: Invalid address 336ab64e near PC 088d73b4 LR 088d73b4
スーパーダンガンロンパ2 さよなら絶望学園 v1.16.6 2023-11-14 ReadFromHardware: Invalid address 336ab652 near PC 088d4974 LR 088d4958
スーパーダンガンロンパ2 さよなら絶望学園 v1.15.4 2023-10-14 Unimplemented HLE function sceNetResolverTerm
スーパーダンガンロンパ2 さよなら絶望学園 v1.15.4 2023-10-14 sceKernelCreateThread(name=god_m001_Title): unsupported attributes 00000006
スーパーダンガンロンパ2 さよなら絶望学園 v1.11.3-1233-g9de942087 2023-12-24 Failed to read valid video stream data from header
スーパーダンガンロンパ2 さよなら絶望学園 v1.4.2-425-g7a7ccee5e 2023-10-01 Error in shader compilation: info: Vertex shader failed to compile with the following errors: ERROR: 0:16: error(#143) Undeclared identifier: u_proj ERROR: error(#273) 1 compilation errors. No code generated / code: #version 330 #define lowp #define mediump #define highp in vec3 position; in mediump vec3 normal; uniform mat4 u_proj_through; uniform mat4 u_world; uniform mat4 u_view; uniform lowp vec4 u_matambientalpha; out lowp vec4 v_color0; void main() { vec3 worldpos = (u_world * vec4(position.xyz, 1.0)).xyz; mediump vec3 worldnormal = normalize((u_world * vec4(normal, 0.0)).xyz); vec4 viewPos = u_view * vec4(worldpos, 1.0); gl_Position = u_proj * viewPos; v_color0 = u_matambientalpha; }
スーパーダンガンロンパ2 さよなら絶望学園 v1.4.2-425-g7a7ccee5e 2023-06-01 Error in shader program link: info: The fragment shader uses varying v_color1, but previous shader does not write to it. / fs: #version 330 #define lowp #define mediump #define highp in vec4 v_color0; in vec3 v_color1; out vec4 fragColor0; void main() { vec4 s = vec4(v_color1, 0.0); vec4 v = v_color0 + s; fragColor0 = v; } / vs: #version 330 #define lowp #define mediump #define highp in vec4 position; in lowp vec4 color0; uniform mat4 u_proj_through; out lowp vec4 v_color0; void main() { v_color0 = color0; gl_Position = u_proj_through * vec4(position.xyz, 1.0); }
スーパーダンガンロンパ2 さよなら絶望学園 v1.4.2-425-g7a7ccee5e 2023-06-01 Error in shader program link: info: The fragment shader uses varying v_color1, but previous shader does not write to it. / fs: #version 330 #define lowp #define mediump #define highp in vec4 v_color0; in vec3 v_color1; out vec4 fragColor0; void main() { vec4 s = vec4(v_color1, 0.0); vec4 v = v_color0 + s; fragColor0 = v; } / vs: #version 330 #define lowp #define mediump #define highp in vec4 position; in lowp vec4 color0; uniform mat4 u_proj; out lowp vec4 v_color0; void main() { v_color0 = color0; gl_Position = u_proj * vec4(position.xyz, 1.0); }
スーパーダンガンロンパ2 さよなら絶望学園 v1.4.2-425-g7a7ccee5e 2023-05-24 Error in shader program link: info: The  shader uses varying v_color1, but previous shader does not write to it. Out of resource error. / fs: #version 330 #define lowp #define mediump #define highp in vec4 v_color0; in vec3 v_color1; out vec4 fragColor0; void main() { vec4 s = vec4(v_color1, 0.0); vec4 v = v_color0 + s; fragColor0 = v; } / vs: #version 330 #define lowp #define mediump #define highp in vec4 position; in lowp vec4 color0; uniform mat4 u_proj_through; out lowp vec4 v_color0; void main() { v_color0 = color0; gl_Position = u_proj_through * vec4(position.xyz, 1.0); }
スーパーダンガンロンパ2 さよなら絶望学園 v1.4.2-425-g7a7ccee5e 2023-05-24 Error in shader program link: info: The  shader uses varying v_color1, but previous shader does not write to it. Out of resource error. / fs: #version 330 #define lowp #define mediump #define highp in vec4 v_color0; in vec3 v_color1; out vec4 fragColor0; void main() { vec4 s = vec4(v_color1, 0.0); vec4 v = v_color0 + s; fragColor0 = v; } / vs: #version 330 #define lowp #define mediump #define highp in vec4 position; in lowp vec4 color0; uniform mat4 u_proj; out lowp vec4 v_color0; void main() { v_color0 = color0; gl_Position = u_proj * vec4(position.xyz, 1.0); }
スーパーダンガンロンパ2 さよなら絶望学園 v1.4.2-425-g7a7ccee5e 2023-04-28 Error in shader compilation: info: 0(16) : error C1008: undefined variable "u_proj" / code: #version 330 #define lowp #define mediump #define highp in vec3 position; in mediump vec3 normal; uniform mat4 u_proj_through; uniform mat4 u_world; uniform mat4 u_view; uniform lowp vec4 u_matambientalpha; out lowp vec4 v_color0; void main() { vec3 worldpos = (u_world * vec4(position.xyz, 1.0)).xyz; mediump vec3 worldnormal = normalize((u_world * vec4(normal, 0.0)).xyz); vec4 viewPos = u_view * vec4(worldpos, 1.0); gl_Position = u_proj * viewPos; v_color0 = u_matambientalpha; }
スーパーダンガンロンパ2 さよなら絶望学園 v1.9.0 2023-03-27 A game install request is already running, not starting a new one
スーパーダンガンロンパ2 さよなら絶望学園 v1.14.4 2023-03-25 sceKernelLoadModule: unsupported options size=00000014, flags=ffffffff, pos=0, access=1, data=1, text=1
スーパーダンガンロンパ2 さよなら絶望学園 v1.14.4 2023-03-24 WriteToHardware: Invalid address 00000228 near PC 089ece54 LR 089ece54
スーパーダンガンロンパ2 さよなら絶望学園 v1.14.4 2023-03-22 sceIoIoctl(disc0:/PSP_GAME/USRDIR/SHORTANIMEPACK.DAT, 01010009, 089f44d8, 8, 00000000, 0)
スーパーダンガンロンパ2 さよなら絶望学園 v1.10.3-1335-ged9c54b93 2023-01-26 sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=0, access=0, data=2, text=2
スーパーダンガンロンパ2 さよなら絶望学園 v1.4.2-425-g7a7ccee5e 2023-01-18 Error in shader compilation: info: ERROR: 0:19: 'u_proj' : undeclared identifier / code: #version 330 #define lowp #define mediump #define highp in vec3 position; in mediump vec3 normal; in lowp vec4 color0; uniform mat4 u_proj_through; uniform mat4 u_world; uniform mat4 u_view; uniform lowp vec4 u_matambientalpha; uniform highp vec2 u_fogcoef; out lowp vec4 v_color0; out mediump float v_fogdepth; void main() { vec3 worldpos = (u_world * vec4(position.xyz, 1.0)).xyz; mediump vec3 worldnormal = normalize((u_world * vec4(normal, 0.0)).xyz); vec4 viewPos = u_view * vec4(worldpos, 1.0); gl_Position = u_proj * viewPos; v_color0 = color0; v_fogdepth = (viewPos.z + u_fogcoef.x) * u_fogcoef.y; }
スーパーダンガンロンパ2 さよなら絶望学園 v1.14.1 2023-01-10 UI scissor out of bounds in GamePauseScreen: 469,23-234,1457 / 1480,720
スーパーダンガンロンパ2 さよなら絶望学園 v1.14.1 2023-01-10 UI scissor out of bounds in GamePauseScreen: 0,23-458,1457 / 1480,720
スーパーダンガンロンパ2 さよなら絶望学園 v1.14.1 2023-01-10 UI scissor out of bounds in GamePauseScreen: 1112,23-351,697 / 720,1480
スーパーダンガンロンパ2 さよなら絶望学園 v1.14.1 2023-01-10 UI scissor out of bounds in GamePauseScreen: 0,23-1101,697 / 720,1480
スーパーダンガンロンパ2 さよなら絶望学園 v1.4.2-425-g7a7ccee5e 2023-05-30 Error in shader compilation: info: ERROR: 0:16: 'u_proj' : undeclared identifier / code: #version 330 #define lowp #define mediump #define highp in vec3 position; in mediump vec3 normal; uniform mat4 u_proj_through; uniform mat4 u_world; uniform mat4 u_view; uniform lowp vec4 u_matambientalpha; out lowp vec4 v_color0; void main() { vec3 worldpos = (u_world * vec4(position.xyz, 1.0)).xyz; mediump vec3 worldnormal = normalize((u_world * vec4(normal, 0.0)).xyz); vec4 viewPos = u_view * vec4(worldpos, 1.0); gl_Position = u_proj * viewPos; v_color0 = u_matambientalpha; }
スーパーダンガンロンパ2 さよなら絶望学園 v1.13.2 2022-12-29 800200d2=scePsmfPlayerSetPsmfCB(09340aa0, disc0:/PSP_GAME/USRDIR/movie_17.pmf): too many streams in PSMF video, bogus data
スーパーダンガンロンパ2 さよなら絶望学園 v1.13.2 2022-12-29 scePsmfPlayerSetPsmf*: incorrect PSMF magic (40aab0c8), bad data
スーパーダンガンロンパ2 さよなら絶望学園 v1.13.2 2022-12-29 800200d2=scePsmfPlayerSetPsmfCB(0921ba60, disc0:/PSP_GAME/USRDIR/movie_10.pmf): too many streams in PSMF video, bogus data
スーパーダンガンロンパ2 さよなら絶望学園 v1.13.2 2022-12-28 800200d2=scePsmfPlayerSetPsmfCB(0921ba60, disc0:/PSP_GAME/USRDIR/movie_05.pmf): too many streams in PSMF video, bogus data
スーパーダンガンロンパ2 さよなら絶望学園 v1.13.2 2022-12-28 scePsmfPlayerSetPsmf*: incorrect PSMF magic (c1924afe), bad data
スーパーダンガンロンパ2 さよなら絶望学園 v1.13.2 2022-12-28 800200d2=scePsmfPlayerSetPsmfCB(093072e0, disc0:/PSP_GAME/USRDIR/movie_04.pmf): too many streams in PSMF video, bogus data
スーパーダンガンロンパ2 さよなら絶望学園 v1.13.2 2022-12-28 scePsmfPlayerSetPsmf*: incorrect PSMF magic (420889aa), bad data
スーパーダンガンロンパ2 さよなら絶望学園 v1.13.2 2022-12-28 800200d2=scePsmfPlayerSetPsmfCB(08dfeda0, disc0:/PSP_GAME/USRDIR/movie_29.pmf): too many streams in PSMF video, bogus data
スーパーダンガンロンパ2 さよなら絶望学園 v1.13.2 2022-12-28 scePsmfPlayerSetPsmf*: incorrect PSMF magic (c444a50e), bad data
スーパーダンガンロンパ2 さよなら絶望学園 v1.14 2022-12-17 sceKernelLoadModule: unsupported options size=00000014, flags=0882ce3c, pos=0, access=1, data=2, text=2
スーパーダンガンロンパ2 さよなら絶望学園 v1.14 2022-12-17 sceKernelLoadModule: unsupported options size=00000014, flags=09510110, pos=0, access=1, data=2, text=2
スーパーダンガンロンパ2 さよなら絶望学園 v1.14 2022-12-17 sceKernelReleaseWaitThread(): Refusing to wake HLE-delayed thread, right thing to do?
スーパーダンガンロンパ2 さよなら絶望学園 v1.13.2 2022-12-04 sceKernelCreateSema(RealSignal) unsupported options parameter, size = 612
スーパーダンガンロンパ2 さよなら絶望学園 v1.13.2 2022-12-04 sceKernelCreateSema(SNDMUTEX) unsupported options parameter, size = 142748256
スーパーダンガンロンパ2 さよなら絶望学園 v1.13.2 2022-12-04 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 146059588
スーパーダンガンロンパ2 さよなら絶望学園 v1.13.2 2022-12-04 sceKernelLoadModuleByID: unsupported options size=00000014, flags=089a51d8, pos=0, access=1, data=2, text=2
スーパーダンガンロンパ2 さよなら絶望学園 v1.13.2 2022-12-04 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 145851792
スーパーダンガンロンパ2 さよなら絶望学園 v1.13.2 2022-12-04 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 142644872
スーパーダンガンロンパ2 さよなら絶望学園 v1.13.2 2022-12-04 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 142637024
スーパーダンガンロンパ2 さよなら絶望学園 v1.13.1 2022-11-24 80630006=sceAtracSetData(2, 08d13140, 00038000): invalid RIFF header
スーパーダンガンロンパ2 さよなら絶望学園 v1.13.1 2022-11-04 sceSasSetADSRMode(089e0cc0, 30, 15, 00000000, 00000000, 00000000, 00000000): invalid modes
スーパーダンガンロンパ2 さよなら絶望学園 v1.13.1 2022-11-04 sceSasSetADSRMode(089e0cc0, 29, 15, 00000000, 00000000, 00000000, 00000000): invalid modes
スーパーダンガンロンパ2 さよなら絶望学園 v1.13.1 2022-11-04 sceSasSetADSRMode(089e0cc0, 28, 15, 00000000, 00000000, 00000000, 00000000): invalid modes
スーパーダンガンロンパ2 さよなら絶望学園 v1.13.1 2022-11-04 sceSasSetADSRMode(089e0cc0, 27, 15, 00000000, 00000000, 00000000, 00000000): invalid modes
スーパーダンガンロンパ2 さよなら絶望学園 v1.13.1 2022-11-04 sceSasSetADSRMode(089e0cc0, 26, 15, 00000000, 00000000, 00000000, 00000000): invalid modes
スーパーダンガンロンパ2 さよなら絶望学園 v1.13.1 2022-11-04 sceSasSetADSRMode(089e0cc0, 25, 15, 00000000, 00000000, 00000000, 00000000): invalid modes
スーパーダンガンロンパ2 さよなら絶望学園 v1.13.1 2022-11-04 sceSasSetADSRMode(089e0cc0, 24, 15, 00000000, 00000000, 00000000, 00000000): invalid modes
スーパーダンガンロンパ2 さよなら絶望学園 v1.13.1 2022-11-04 sceSasSetADSRMode(089e0cc0, 23, 15, 00000000, 00000000, 00000000, 00000000): invalid modes
スーパーダンガンロンパ2 さよなら絶望学園 v1.13.1 2022-10-30 WriteToHardware: Invalid address 00000000 near PC 0890ff2c LR 0890ff2c
スーパーダンガンロンパ2 さよなら絶望学園 v1.13.2-1556-g51c359c0c 2022-10-18 UNIMPL sceIoChstat(ms0:/PSP/SAVEDATA/ULUS10512-INST00/MEMST.CPK, 09fff000, 00000002)
スーパーダンガンロンパ2 さよなら絶望学園 v1.13.2-1556-g51c359c0c 2022-10-18 sceIoChstat: change attr to 0000 requested
スーパーダンガンロンパ2 さよなら絶望学園 v1.12.3 2024-03-29 sceKernelLoadModuleByID: unsupported options size=00000014, flags=089d5550, pos=0, access=1, data=2, text=2
スーパーダンガンロンパ2 さよなら絶望学園 v1.12.3 2024-03-29 sceKernelLoadModuleByID: unsupported options size=00000014, flags=08aa3328, pos=0, access=1, data=1, text=1
スーパーダンガンロンパ2 さよなら絶望学園 v1.11.3 2022-06-11 scePsmfPlayerSetPsmf*: incorrect PSMF magic (ff7c9573), bad data
スーパーダンガンロンパ2 さよなら絶望学園 v1.11.3 2022-06-11 scePsmfPlayerSetPsmf*: incorrect PSMF magic (ff6cab85), bad data
スーパーダンガンロンパ2 さよなら絶望学園 v1.12.3 2022-05-18 sceKernelLoadModule: unsupported options size=00000014, flags=00000021, pos=0, access=1, data=2, text=2
スーパーダンガンロンパ2 さよなら絶望学園 v1.10.3 2022-03-12 Unknown GetPointer 00000000 PC 08988684 LR 08988684
スーパーダンガンロンパ2 さよなら絶望学園 v1.12.3 2022-01-16 sceKernelLoadModule: unsupported options size=00000014, flags=0880bfb0, pos=0, access=1, data=2, text=2
スーパーダンガンロンパ2 さよなら絶望学園 v1.12.2 2022-09-16 ReadFromHardware: Invalid address 0cf7be54 near PC 08991a70 LR 08991a70
スーパーダンガンロンパ2 さよなら絶望学園 v1.12.3 2021-12-26 800200d2=scePsmfPlayerSetPsmfCB(094f1260, disc0:/PSP_GAME/USRDIR/movie_02.pmf): too many streams in PSMF video, bogus data
スーパーダンガンロンパ2 さよなら絶望学園 v1.12.3 2021-12-26 scePsmfPlayerSetPsmf*: incorrect PSMF magic (408ee913), bad data
スーパーダンガンロンパ2 さよなら絶望学園 v1.12.3 2021-12-26 scePsmfPlayerSetPsmf*: incorrect PSMF magic (c38105b6), bad data
スーパーダンガンロンパ2 さよなら絶望学園 v1.12.3 2021-12-26 scePsmfPlayerSetPsmf*: incorrect PSMF magic (43aaaba3), bad data
スーパーダンガンロンパ2 さよなら絶望学園 v1.12.3 2021-12-26 scePsmfPlayerSetPsmf*: incorrect PSMF magic (bf6c80c3), bad data
スーパーダンガンロンパ2 さよなら絶望学園 v1.12.3 2021-12-26 800200d2=scePsmfPlayerSetPsmfCB(08dfec30, disc0:/PSP_GAME/USRDIR/movie_02.pmf): too many streams in PSMF video, bogus data
スーパーダンガンロンパ2 さよなら絶望学園 v1.12.3 2021-12-26 scePsmfPlayerSetPsmf*: incorrect PSMF magic (c243086d), bad data
スーパーダンガンロンパ2 さよなら絶望学園 v1.12.3 2021-12-26 800200d2=scePsmfPlayerSetPsmfCB(0946e9a0, disc0:/PSP_GAME/USRDIR/movie_02.pmf): too many streams in PSMF video, bogus data
スーパーダンガンロンパ2 さよなら絶望学園 v1.12.3 2021-12-26 scePsmfPlayerSetPsmf*: incorrect PSMF magic (3f5a4e2a), bad data
スーパーダンガンロンパ2 さよなら絶望学園 v1.12.3 2021-12-26 800200d2=scePsmfPlayerSetPsmfCB(093b1760, disc0:/PSP_GAME/USRDIR/movie_02.pmf): too many streams in PSMF video, bogus data
スーパーダンガンロンパ2 さよなら絶望学園 v1.12.3 2021-12-26 scePsmfPlayerSetPsmf*: incorrect PSMF magic (c18296a7), bad data
スーパーダンガンロンパ2 さよなら絶望学園 v1.12.3 2021-12-26 scePsmfPlayerSetPsmf*: incorrect PSMF magic (42ea93c6), bad data
スーパーダンガンロンパ2 さよなら絶望学園 v1.12.3 2021-12-26 800200d2=scePsmfPlayerSetPsmfCB(093ed160, disc0:/PSP_GAME/USRDIR/movie_02.pmf): too many streams in PSMF video, bogus data
スーパーダンガンロンパ2 さよなら絶望学園 v1.12.3 2021-12-26 scePsmfPlayerSetPsmf*: incorrect PSMF magic (c0559165), bad data
スーパーダンガンロンパ2 さよなら絶望学園 v1.11.2 2021-12-24 scePsmfPlayerSetPsmf*: incorrect PSMF magic (fffffffc), bad data
スーパーダンガンロンパ2 さよなら絶望学園 v1.12.3 2021-11-27 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 1431655765
スーパーダンガンロンパ2 さよなら絶望学園 v1.12.3 2021-11-27 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 146805524
スーパーダンガンロンパ2 さよなら絶望学園 v1.12.3 2021-11-27 sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=0, access=1, data=0, text=2
スーパーダンガンロンパ2 さよなら絶望学園 v1.12.3 2021-11-27 sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=0, access=1, data=0, text=1
スーパーダンガンロンパ2 さよなら絶望学園 v1.12.3 2021-11-27 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 147649040
スーパーダンガンロンパ2 さよなら絶望学園 v1.12.3 2021-11-27 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 146303584
スーパーダンガンロンパ2 さよなら絶望学園 v1.12.2 2021-10-23 sceKernelRegisterSubIntrHandler(30, 0, 08841210, 00000000): duplicate handler
スーパーダンガンロンパ2 さよなら絶望学園 v1.11.3 2021-09-06 Unknown GetPointer 00000000 PC 08991a70 LR 08991a70
スーパーダンガンロンパ2 さよなら絶望学園 v1.11.3 2021-08-24 sceKernelLoadModuleByID: unsupported options size=00000014, flags=08aa3278, pos=0, access=1, data=1, text=1
スーパーダンガンロンパ2 さよなら絶望学園 v1.9.3 2021-10-10 ReadFromHardware: Invalid address 1210add9 near PC 08899028 LR 0889904c