-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Patapon 2 - Failed to Bind Port 1 #19842
Comments
Try running PPSSPP as admin/sudo, because ports below 1024 are restricted, so only admin can access them. PS: Unfortunately on Android it's not possible for java app to use ports below 1024, even with root/su (may be a background service can bind it) |
Wouldn't that stop the other games from working too? No luck here:
|
i'm not sure about flatpak, never used them before, but this issue is OS restriction, it's not something PPSSPP can do about (which is why we use port offset to avoid this restriction on most platforms, but unfortunately real PSP doesn't have port offsetting feature) |
Btw, are you playing this on LAN or online? If it's through public IP, there is "UPnP UseOriginalPort" setting where you can use port offset to bind ports higher than 1023 on your internal IP, while it will be mapped and opening the original ports used by the game (ie. port 1) on the public IP, this will allows real PSP to communicate with it's original port as long it went through public IP, and as long your ISP allowed you to open ports below 1024. So, with port offset 10000 and UseOriginalPort enabled, the UPnP port mapping will be: I think it might also be possible do this when playing on LAN, by forwarding packets from one port to another port on the same network adapter/interface using iptables or the like on linux. PS: i'm not familiar with iptables since i'm not a linux user. |
We've tried in in our local LAN network. Guess the best solution would be to have port offsets implemented on PSP end |
Game or games this happens in
UCES01177 v1.00 - PATAPON 2
What area of the game / PPSSPP
When trying to host a local multiplayer session with the other player on the actual PSP I get the "Failed to Bind Port" error spam. From what I understand when connecting to a PSP we can not use port offsets.
What is especially interesting this error doesn't appear in other games when hosting or trying to join local multiplayer games - works fine for Monster hunter Freedom unite and Fat Princess
What should happen
I should be able to host my local multiplayer game
Logs
Unable to find the log file on Linux Fedora Flatpak
Platform
Linux / BSD
Mobile device model or graphics card (GPU)
NVIDIA GeForce RTX™ 3080
PPSSPP version affected
1.18.1
Last working version
No response
Graphics backend (3D API)
Vulkan
Checklist
The text was updated successfully, but these errors were encountered: