RPCS3 Forums
Everyday Together [NPJA00001] - Printable Version

+- RPCS3 Forums (https://forums.rpcs3.net)
+-- Forum: PS3 Commercial Games (https://forums.rpcs3.net/forumdisplay.php?fid=4)
+--- Forum: Loadable (https://forums.rpcs3.net/forumdisplay.php?fid=8)
+--- Thread: Everyday Together [NPJA00001] (/showthread.php?tid=188805)



RE: Everyday Together [NPJA00001] - Etokapa - 06-10-2017

Game: Everyday Together | Mainichi Issho (????????) [NPJA00001]
RPCS3 Version: v0.0.2-5269-9c6b134 Alpha | 08 June, 2017 | FW 4.81
Specs: i7-4770 | GTX 1080 | 24GB DDR3 | Windows 10 x64
Status: Loadable (Started Game)
Core: Automatically load required libraries | Bind SPU threads to secondary cores | Lower SPU thread priority
Graphics: 1280x720 | 16:9 | Frame limit Auto | Use GPU texture scaling
Audio: XAudio2
Input/Output: XInput (Using an official PS3 controller with SCPToolkit drivers)

Tested on 1 combination of the Renderer, PPU, and SPU configurations. Changing to any of the Network settings doesn't fool the game because RPCS3 doesn't have network support and the game's server was shutdown years ago. Spams E {PPU[0x1000003] Thread (console) [0x000a9088]} cellGcmSys: cellGcmSetTileInfo: bad compression mode! (8)/(12).

OPENGL
OGL+Int(p)+Int(p): Loadable. Black screen at 60FPS. Brings up error window that says that it can not connect to PSN.




RE: Everyday Together [NPJA00001] - Deminating - 04-08-2018

RPCS3 v0.0.5-6647-64992f758 Alpha | HEAD

Intel® Core™ i5-6600K CPU @ 3.50GHz | 4 Threads | 15.92 GiB RAM | AVX+ | TSX

Not really much to say here.
Just wanted to add using both precise interpreters in OpenGL with the internet setting set to "IP Obtained" gets you the farthest into it. (See screenshot)

Error 80710101 is the PS3's DNS error code. Nothing can be done. Even if RPCS3 had online PSN capabilities, the servers are down.

It feels weird just leaving it in loadable when it's not the Emu's fault.


Log added for completeness.


RE: Everyday Together [NPJA00001] - Ani - 10-18-2020

RPCS3 v0.0.12-11042-a90801e2 Alpha | HEAD | Firmware version: 4.86
AMD Ryzen 7 2700X Eight-Core Processor | 16 Threads | 15.62 GiB RAM | TSC: 3.693GHz | AVX+ | FMA3
Operating system: POSIX, Name: Linux, Release: 5.9.0-3-MANJARO, Version: #1 SMP PREEMPT Fri Oct 16 12:18:34 UTC 2020
·! 0:00:00.704562 RSX: Found vulkan-compatible GPU: 'AMD RADV TAHITI (ACO)' running on driver 20.2.99

Status: Loadable

As mentioned before, the servers for this game (everyday.scej-online.jp) are already shut down.
Confirming that the game still behaves the same today.

       

.7z   NPJA00001.7z (Size: 50.61 KB / Downloads: 1)


RE: Everyday Together [NPJA00001] - Ani - 05-07-2022

I debugged the game a bit

DNS redirecting the game to a local server with a self-signed SSL certificate that doesn't match makes the check progress a little bit, but fails on SSL handshake

ssl_callback:verifyErr=00000408 host=[everyday.scej-online.jp] cert#=1:
0:valid through:[Sat, 07 May 2022 11:04:04 +0000]-[Sun, 07 May 2023 11:04:04 +0000]
0:certName: entry_count=4
0:oid=[countryName] v=[JP]
1:oid=[stateOrProvinceName] v=[Tokyo]
2:oid=[localityName] v=[Tokyo]
3:oid=[organizationName] v=[WORKGROUP]
cellHttpSendRequest:failure.(80710a06)

Needs the update.txt fetch functionality to be defused on clientside to see if it can be skipped without the game crashing afterwards

The update.txt file already comes with the game, so we know the structure, the problem is the game wants an HTTPS server with a custom certificate, can't just fix this by making a custom server since the SSL handshake will always fail