Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Error 10035 in Macross triangle frontier
10-23-2021, 05:51 PM (This post was last modified: 10-23-2021 05:59 PM by AdamN.)
Post: #2
RE: Error 10035 in Macross triangle frontier
Socket error 10035 (EWOULDBLOCK/EAGAIN) is not really an error, it tells the game to try again because it can't be processed right now.
For example when the game is trying to receive a data but there is no data to be received, so this kind of error code is normal to be seen many times on games that use non-blocking socket, since they're repeatedly trying to receive data in a loop until a data is found.

The main issue is, "why there isn't any data coming?", one of the reason is because your port was blocked thus unable to receive any data from other player.

Please make sure all players to follow this guide on the part "How To Find Out If A Player Have Blocked Ports Or Not" near the bottom of the page https://github.com/hrydgard/ppsspp/wiki/...ith-PPSSPP

Edit: based on your screenshot it's clearly seen that you're not connected to proAdhocServer, thus won't be able to see/meet other players, and the reason is because whoever hosted the AdhocServer have a blocked port or forgot to enable built-in AdhocServer, thus you can't connect to it.

My Modified PPSSPP :
==============
Win32&64: https://www.dropbox.com/s/2t3mtdhb0f045cn/PPSSPP_1.11-testbuild_Win32x64.zip?dl=0
Android(ARMv7): https://www.dropbox.com/s/b41bm43mtn1gpnn/PPSSPP_1.11-testbuild_ARMv7.apk?dl=0
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Error 10035 in Macross triangle frontier - AdamN - 10-23-2021 05:51 PM

Forum Jump: