Hello there, Matthew!
I am a staff member of the Tri Force Heroes Discord server and wanted some help from you with getting an instance of the Tri Force Heroes server implementation to run.
You probably know that the official Pretendo Tri Force Heroes servers are unavailable right now, and we wanted to set up our own server instance so our members can play even if the official servers are down, which has been the case for quite a while now.
We were able to get all of the necessary servers to run, and configured everything so that the TFH server receives requests from consoles.
However, it seems that a method is not implemented, and i assume that this is making the connection to a mesh fail with a generic error.
Here are the docker compose logs for the TFH server:
tri-force-heroes-1 |
tri-force-heroes-1 | [2025-03-12T18:05:58] [SUCCESS] [func ConnectPostgres() github.com/PretendoNetwork/tri-force-heroes/database/connect_postgres.go:22] : Connected to Postgres!
tri-force-heroes-1 |
tri-force-heroes-1 | [2025-03-12T18:05:58] [SUCCESS] [func initPostgres() github.com/PretendoNetwork/tri-force-heroes/database/init_postgres.go:25] : Postgres tables created
tri-force-heroes-1 |
tri-force-heroes-1 | [2025-03-12T18:05:58] [INFO] [func NewCommonMatchmakeExtensionProtocol() github.com/PretendoNetwork/nex-protocols-common-go/matchmake-extension/protocol.go:85] : Using default MatchmakeExtension protocol
tri-force-heroes-1 |
tri-force-heroes-1 | [2025-03-12T18:05:58] [SUCCESS] [func (*Server).Listen() github.com/PretendoNetwork/nex-go/server.go:82] : PRUDP server listening on address - :6011
tri-force-heroes-1 |
tri-force-heroes-1 | [2025-03-12T18:05:58] [SUCCESS] [func (*Server).Listen() github.com/PretendoNetwork/nex-go/server.go:82] : PRUDP server listening on address - :6010
tri-force-heroes-1 |
tri-force-heroes-1 | ==Tri-Force Heroes - Auth==
tri-force-heroes-1 | Protocol ID: 0xa
tri-force-heroes-1 | Method ID: 0x2
tri-force-heroes-1 | ===============
tri-force-heroes-1 | ==Tri-Force Heroes - Auth==
tri-force-heroes-1 | Protocol ID: 0xa
tri-force-heroes-1 | Method ID: 0x3
tri-force-heroes-1 | ===============
tri-force-heroes-1 | ==Tri-Force Heroes - Secure==
tri-force-heroes-1 | Protocol ID: 0xb
tri-force-heroes-1 | Method ID: 0x1
tri-force-heroes-1 | ===============
tri-force-heroes-1 | ==Tri-Force Heroes - Secure==
tri-force-heroes-1 | Protocol ID: 0x6d
tri-force-heroes-1 | Method ID: 0x10
tri-force-heroes-1 | ===============
tri-force-heroes-1 | 00000000
tri-force-heroes-1 | ==Tri-Force Heroes - Secure==
tri-force-heroes-1 | Protocol ID: 0x6d
tri-force-heroes-1 | Method ID: 0x28
tri-force-heroes-1 | ===============
tri-force-heroes-1 | [2025-03-12T18:07:16] [WARNING] [func (*Protocol).handleAutoMatchmakeWithParamPostpone() github.com/PretendoNetwork/nex-protocols-go/matchmake-extension/auto_matchmake_with_param_postpone.go:21] : MatchmakeExtension::AutoMatchmakeWithParamPostpone not implemented
I can also provide logs of the account and friends servers as well as the request originating from the console, in case this is not enough.
I am looking forward to your answer, and thank you for helping!
Hello there, Matthew!
I am a staff member of the Tri Force Heroes Discord server and wanted some help from you with getting an instance of the Tri Force Heroes server implementation to run.
You probably know that the official Pretendo Tri Force Heroes servers are unavailable right now, and we wanted to set up our own server instance so our members can play even if the official servers are down, which has been the case for quite a while now.
We were able to get all of the necessary servers to run, and configured everything so that the TFH server receives requests from consoles.
However, it seems that a method is not implemented, and i assume that this is making the connection to a mesh fail with a generic error.
Here are the docker compose logs for the TFH server:
I can also provide logs of the account and friends servers as well as the request originating from the console, in case this is not enough.
I am looking forward to your answer, and thank you for helping!