[GH-ISSUE #2926] [GAME BUG]: LittleBigPlanet 3 (CUSA00063 1.00) stuck on "Connecting to LittleBigPlanet 3 Online" screen #931

Open
opened 2026-02-27 21:08:58 +03:00 by kerem · 8 comments
Owner

Originally created by @TorutheRedFox on GitHub (May 13, 2025).
Original GitHub issue: https://github.com/shadps4-emu/shadPS4/issues/2926

Checklist (we expect you to perform these steps before opening the issue)

  • I have searched for a similar issue in this repository and did not find one.
  • I am using an official build obtained from releases or updated one of those builds using its in-app updater.
  • I have re-dumped the game and performed a clean install without mods and the issue is still present.
  • I have disabled all patches and cheats and the issue is still present.
  • I have all the required system modules installed.

Describe the Bug

The networking function stubs don't return valid error codes causing the game to get stuck in a loop trying to connect to the online server over and over again, never passing the connecting screen on the latest GitHub Actions build (at the time of writing, which is #6892, with the latest nightly currently not yet being able to get past the gamma screen).

Quick and dirty fix would likely be to tell the game that you're not connected to PSN.

Log excerpt (it spams this over and over again):

[Lib.Net] <Error> p2p_sockets.cpp:41 ReceivePacket: (STUBBED) called
[Lib.Net] <Error> sys_net.cpp:221 sys_recvfrom: error code returned : 0xffffffff
[Lib.Net] <Error> p2p_sockets.cpp:41 ReceivePacket: (STUBBED) called
[Lib.Net] <Error> sys_net.cpp:221 sys_recvfrom: error code returned : 0xffffffff
[Lib.Camera] <Error> camera.cpp:213 sceCameraIsAttached: (STUBBED) called
[Lib.Net] <Error> net.cpp:673 sceNetEpollCreate: (STUBBED) called
[Lib.Net] <Error> net.cpp:668 sceNetEpollControl: (STUBBED) called
[Lib.Net] <Error> net.cpp:678 sceNetEpollDestroy: (STUBBED) called
[Lib.Net] <Error> p2p_sockets.cpp:41 ReceivePacket: (STUBBED) called

Reproduction Steps

Start the game and dismiss the gamma calibration screen. Game should get stuck trying to connect to the game server.

Specify OS Version

Windows 10 22H2

CPU

Intel Core i5-10300H

GPU

NVIDIA RTX 3060 (mobile)

Amount of RAM in GB

16GB

Amount of VRAM in GB

6GB

Log File

(log type is set to async due to game crashing 2 seconds after boot with log type set to sync)

shad_log.txt

Originally created by @TorutheRedFox on GitHub (May 13, 2025). Original GitHub issue: https://github.com/shadps4-emu/shadPS4/issues/2926 ### Checklist (we expect you to perform these steps before opening the issue) - [x] I have searched for a similar issue in this repository and did not find one. - [x] I am using an official build obtained from [releases](https://github.com/shadps4-emu/shadPS4/releases) or updated one of those builds using its in-app updater. - [x] I have re-dumped the game and performed a clean install without mods and the issue is still present. - [x] I have disabled all patches and cheats and the issue is still present. - [x] I have all the required [system modules](https://github.com/shadps4-emu/shadps4-game-compatibility?tab=readme-ov-file#informations) installed. ### Describe the Bug The networking function stubs don't return valid error codes causing the game to get stuck in a loop trying to connect to the online server over and over again, never passing the connecting screen on the latest GitHub Actions build (at the time of writing, which is [#6892](https://github.com/shadps4-emu/shadPS4/actions/runs/15005418472), with the latest nightly currently not yet being able to get past the gamma screen). Quick and dirty fix would likely be to tell the game that you're not connected to PSN. Log excerpt (it spams this over and over again): ``` [Lib.Net] <Error> p2p_sockets.cpp:41 ReceivePacket: (STUBBED) called [Lib.Net] <Error> sys_net.cpp:221 sys_recvfrom: error code returned : 0xffffffff [Lib.Net] <Error> p2p_sockets.cpp:41 ReceivePacket: (STUBBED) called [Lib.Net] <Error> sys_net.cpp:221 sys_recvfrom: error code returned : 0xffffffff [Lib.Camera] <Error> camera.cpp:213 sceCameraIsAttached: (STUBBED) called [Lib.Net] <Error> net.cpp:673 sceNetEpollCreate: (STUBBED) called [Lib.Net] <Error> net.cpp:668 sceNetEpollControl: (STUBBED) called [Lib.Net] <Error> net.cpp:678 sceNetEpollDestroy: (STUBBED) called [Lib.Net] <Error> p2p_sockets.cpp:41 ReceivePacket: (STUBBED) called ``` ### Reproduction Steps Start the game and dismiss the gamma calibration screen. Game should get stuck trying to connect to the game server. ### Specify OS Version Windows 10 22H2 ### CPU Intel Core i5-10300H ### GPU NVIDIA RTX 3060 (mobile) ### Amount of RAM in GB 16GB ### Amount of VRAM in GB 6GB ### Log File (log type is set to async due to game crashing 2 seconds after boot with log type set to sync) [shad_log.txt](https://github.com/user-attachments/files/20195083/shad_log.txt)
Author
Owner

@Hermiten commented on GitHub (Sep 23, 2025):

Can you please try again on the last version ?

<!-- gh-comment-id:3323147566 --> @Hermiten commented on GitHub (Sep 23, 2025): Can you please try again on the last version ?
Author
Owner

@TorutheRedFox commented on GitHub (Sep 23, 2025):

Can you please try again on the last version ?

will do when i get home

<!-- gh-comment-id:3324566604 --> @TorutheRedFox commented on GitHub (Sep 23, 2025): > Can you please try again on the last version ? > will do when i get home
Author
Owner

@TorutheRedFox commented on GitHub (Sep 23, 2025):

it's hard to try it because it keeps crashing the emulator at random points

<!-- gh-comment-id:3325157601 --> @TorutheRedFox commented on GitHub (Sep 23, 2025): it's hard to try it because it keeps crashing the emulator at random points
Author
Owner

@TorutheRedFox commented on GitHub (Sep 23, 2025):

now the game won't run at all

log.zip

<!-- gh-comment-id:3325175266 --> @TorutheRedFox commented on GitHub (Sep 23, 2025): now the game won't run at all [log.zip](https://github.com/user-attachments/files/22500443/log.zip)
Author
Owner

@Randomuser8219 commented on GitHub (Sep 23, 2025):

It still runs for me, this is the US version with networking enabled.
My log file: https://files.catbox.moe/ok7r8y.txt

<!-- gh-comment-id:3325193051 --> @Randomuser8219 commented on GitHub (Sep 23, 2025): It still runs for me, this is the US version with networking enabled. My log file: https://files.catbox.moe/ok7r8y.txt
Author
Owner

@StevenMiller123 commented on GitHub (Sep 23, 2025):

@TorutheRedFox There might be an issue with your setup, the log cuts off very early.

<!-- gh-comment-id:3325201138 --> @StevenMiller123 commented on GitHub (Sep 23, 2025): @TorutheRedFox There might be an issue with your setup, the log cuts off very early.
Author
Owner

@TorutheRedFox commented on GitHub (Sep 23, 2025):

shad_log.txt

got it to get to the gamma calibration screen, crashing as soon as i press X

<!-- gh-comment-id:3325303439 --> @TorutheRedFox commented on GitHub (Sep 23, 2025): [shad_log.txt](https://github.com/user-attachments/files/22501104/shad_log.txt) got it to get to the gamma calibration screen, crashing as soon as i press X
Author
Owner

@StevenMiller123 commented on GitHub (Sep 23, 2025):

That's the current expected behavior, thanks for the test.

<!-- gh-comment-id:3325304684 --> @StevenMiller123 commented on GitHub (Sep 23, 2025): That's the current expected behavior, thanks for the test.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/shadPS4#931
No description provided.