Recent logs - UNO™

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
UNO™ v1.15.4 2023-06-28
UNO™ v1.16.6 2024-01-15 UNIMPLsceNetUpnpInit 14336,100
UNO™ v1.16.6 2024-01-15 NpSignin Init Params: 00000000, 00000000, 00000000, 00000000
UNO™ v1.16.6 2023-12-07 __KernelStopThread: thread 284 does not exist (ApctlThread deleted)
UNO™ v1.14.4 2023-04-05 __KernelStopThread: thread 284 does not exist (ApctlThread stopped)
UNO™ v1.16.6 2023-12-19 sceNetAdhocMatchingInit(262144) at 0887de88
UNO™ v1.12.3 2022-03-03 Unimplemented HLE function Kprintf
UNO™ v1.12.3 2022-03-03 sceKernelCreateThread(name=sceUSB_PSPComm_Driver): unsupported attributes 00001006
UNO™ v1.12.3 2022-03-03 sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=0, access=1, data=2, text=2
UNO™ v1.12.3 2022-03-03 sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=0, access=1, data=1, text=1
UNO™ v1.10.3 2021-02-06 D3D error in shader compilation: info: C:\Program Files\PPSSPP\Shader@0x000000000975F2D0(95,31-45): error X3004: undeclared identifier 'u_spline_counts' / code: #pragma warning( disable : 3571 ) float4x4 u_proj : register(c0); float4 u_matambientalpha : register(c20); float4x3 u_world : register(c11); float4x3 u_view : register(c8); float4 u_uvscaleoffset : register(c17); float4 u_cullRangeMin : register(c80); float4 u_cullRangeMax : register(c81); struct VS_IN { float2 texcoord : TEXCOORD0; float4 color0 : COLOR0; float3 normal : NORMAL; float3 position : POSITION; }; struct VS_OUT { float3 v_texcoord : TEXCOORD0; float4 v_color0 : COLOR0; float4 gl_Position : POSITION; }; float2 tess_sample(in float2 points[16], float4x4 weights) { float2 pos = float2(0.0, 0.0); pos += weights[0][0] * points[0]; pos += weights[0][1] * points[1]; pos += weights[0][2] * points[2]; pos += weights[0][3] * points[3]; pos += weights[1][0] * points[4]; pos += weights[1][1] * points[5]; pos += weights[1][2] * points[6]; pos += weights[1][3] * points[7]; pos += weights[2][0] * points[8]; pos += weights[2][1] * points[9]; pos += weights[2][2] * points[10]; pos += weights[2][3] * points[11]; pos += weights[3][0] * points[12]; pos += weights[3][1] * points[13]; pos += weights[3][2] * points[14]; pos += weights[3][3] * points[15]; return pos; } float3 tess_sample(in float3 points[16], float4x4 weights) { float3 pos = float3(0.0, 0.0, 0.0); pos += weights[0][0] * points[0]; pos += weights[0][1] * points[1]; pos += weights[0][2] * points[2]; pos += weights[0][3] * points[3]; pos += weights[1][0] * points[4]; pos += weights[1][1] * points[5]; pos += weights[1][2] * points[6]; pos += weights[1][3] * points[7]; pos += weights[2][0] * points[8]; pos += weights[2][1] * points[9]; pos += weights[2][2] * points[10]; pos += weights[2][3] * points[11]; pos += weights[3][0] * points[12]; pos += weights[3][1] * points[13]; pos += weights[3][2] * points[14]; pos += weights[3][3] * points[15]; return pos; } float4 tess_sample(in float4 points[16], float4x4 weights) { float4 pos = float4(0.0, 0.0, 0.0, 0.0); pos += weights[0][0] * points[0]; pos += weights[0][1] * points[1]; pos += weights[0][2] * points[2]; pos += weights[0][3] * points[3]; pos += weights[1][0] * points[4]; pos += weights[1][1] * points[5]; pos += weights[1][2] * points[6]; pos += weights[1][3] * points[7]; pos += weights[2][0] * points[8]; pos += weights[2][1] * points[9]; pos += weights[2][2] * points[10]; pos += weights[2][3] * points[11]; pos += weights[3][0] * points[12]; pos += weights[3][1] * points[13]; pos += weights[3][2] * points[14]; pos += weights[3][3] * points[15]; return pos; } float4x4 outerProduct(float4 u, float4 v) { return mul((float4x1)v, (float1x4)u); } struct Tess { float3 pos; float2 tex; float4 col; }; void tessellate(in VS_IN In, out Tess tess) { int2 point_pos = int2(In.position.z, In.normal.z) * 3; int2 weight_idx = int2(In.position.xy); float3 _pos[16]; float2 _tex[16]; float4 _col[16]; int index; index = (0 + point_pos.y) * u_spline_counts + (0 + point_pos.x); _pos[0] = tess_data[index].pos; _tex[0] = tess_data[index].tex; index = (0 + point_pos.y) * u_spline_counts + (1 + point_pos.x); _pos[1] = tess_data[index].pos; _tex[1] = tess_data[index].tex; index = (0 + point_pos.y) * u_spline_counts + (2 + point_pos.x); _pos[2] = tess_data[index].pos; _tex[2] = tess_data[index].tex; index = (0 + point_pos.y) * u_spline_counts + (3 + point_pos.x); _pos[3] = tess_data[index].pos; _tex[3] = tess_data[index].tex; index = (1 + point_pos.y) * u_spline_counts + (0 + point_pos.x); _pos[4] = tess_data[index].pos; _tex[4] = tess_data[index].tex; index = (1 + point_pos.y) * u_spline_counts + (1 + point_pos.x); _pos[5] = tess_data[index].pos; _tex[5] = tess_data[index].tex; index = (1 + point_pos.y) * u_spline_counts + (2 + point_pos.x); _pos[6] = tess_data[index].pos;
UNO™ v1.10.2 2021-01-19 UNIMPL sceKernelStopUnloadSelfModuleWithStatus(00000001, 00000000, 00000000, 00000000, 00000000): game has likely crashed
UNO™ v1.10.3 2020-11-20 sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=0, access=0, data=2, text=2
UNO™ v1.10.3 2020-11-20 sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=0, access=0, data=1, text=1
UNO™ v1.10.3 2020-08-21 sceKernelLoadModule: unsupported options size=00000014, flags=09fffad0, pos=0, access=1, data=2, text=2
UNO™ v1.10.3 2020-08-21 sceKernelLoadModule: unsupported options size=00000014, flags=deadbeef, pos=0, access=1, data=1, text=1
UNO™ v1.6.3 2019-05-31 Jump to invalid address: 07525c40
UNO™ v1.6.3 2019-05-31 Jump to invalid address: 07507700
UNO™ v1.6.3 2019-05-31 Jump to invalid address: 074f9800
UNO™ v1.6.3 2019-05-31 Jump to invalid address: 07522a40
UNO™ v1.6.3 2019-05-31 Jump to invalid address: 074dd480
UNO™ v1.6.3 2019-05-31 Jump to invalid address: 07509bc0
UNO™ v1.6.3 2019-05-31 Jump to invalid address: 07521400
UNO™ v1.6.3 2019-05-31 Jump to invalid address: 075060c0
UNO™ v1.6.3 2019-05-31 Jump to invalid address: 07501000
UNO™ v1.6.3 2019-05-31 Jump to invalid address: 074e3180
UNO™ v1.6.3 2019-05-31 Jump to invalid address: 074f6540
UNO™ v1.6.3 2019-05-31 Jump to invalid address: 074e0300
UNO™ v1.6.3 2019-05-31 Jump to invalid address: 074f4480
UNO™ v1.6.3 2019-05-31 Jump to invalid address: 07524100
UNO™ v1.6.3 2019-05-31 Jump to invalid address: 02459620
UNO™ v1.6.3 2019-05-31 Jump to invalid address: 074d8640
UNO™ v1.6.3 2019-05-31 Jump to invalid address: 074da600
UNO™ v1.6.3 2019-05-31 Jump to invalid address: 0750d6c0
UNO™ v1.6.3 2019-05-31 Jump to invalid address: 074ed640
UNO™ v1.6.3 2019-05-31 Jump to invalid address: 07503c80
UNO™ v1.6.3 2019-05-31 Jump to invalid address: 07527cc0
UNO™ v1.6.3 2019-05-31 Jump to invalid address: 074d6140
UNO™ v1.6.3 2019-05-31 Jump to invalid address: 074e84c0
UNO™ v1.6.3 2019-05-31 Jump to invalid address: 0752b380
UNO™ v1.6.3 2019-05-31 Jump to invalid address: 074e9b00
UNO™ v1.6.3 2019-05-31 Jump to invalid address: 074e6980
UNO™ v1.6.3 2019-05-31 Jump to invalid address: 07ebba40
UNO™ v1.6.3 2019-05-31 Jump to invalid address: 0751aa40
UNO™ v1.6.3 2019-05-31 Jump to invalid address: 0750b280
UNO™ v1.6.3 2019-05-31 Jump to invalid address: 074f7c00
UNO™ v1.6.3 2019-05-31 Jump to invalid address: 074fb8c0
UNO™ v1.6.3 2019-05-31 Jump to invalid address: 07514080
UNO™ v1.6.3 2019-05-31 Jump to invalid address: 07501cc0
UNO™ v1.6.3 2019-05-31 Jump to invalid address: 036bf180
UNO™ v1.9.4 2024-02-21 Unknown syscall in known module 'sceNpAuth': 0x5a3cb57a
UNO™ v1.9.4 2024-02-21 Unknown syscall in known module 'sceNp': 0x633b5f71
UNO™ v1.9.4 2024-02-21 Unknown syscall in known module 'sceNpAuth': 0x3f1c1f70
UNO™ v1.9.4 2024-02-21 Unknown syscall in known module 'sceNpAuth': 0xcd86a656
UNO™ v1.9.4 2024-02-21 Unknown syscall in known module 'sceNp': 0xbb069a87
UNO™ v1.9.4 2024-05-09 Unimplemented HLE function sceNetInetBind
UNO™ v1.9.4 2024-05-09 Unimplemented HLE function sceNetInetSelect
UNO™ v1.9.4 2024-05-09 Unimplemented HLE function sceNetInetInetAddr