CXB SUNRISE NETWORK ERROR #169

Closed
opened 2024-08-11 01:53:25 +00:00 by modoxy233 · 7 comments

Now I have CXB SUNRISE S2 and Omnimix, but when I try to connect to the network, I get a network error and cannot use the IC card

Now I have CXB SUNRISE S2 and Omnimix, but when I try to connect to the network, I get a network error and cannot use the IC card
Owner

Looks like the game isn't reaching out to your server. What tools are you using?

Looks like the game isn't reaching out to your server. What tools are you using?
Collaborator

My big guess is either your hostname is invalid OR you have not patched the game to use HTTP instead of HTTPS.

Some tools allows you to use a specific title URL but we will not go into that, this is something you will need to figure out.

My big guess is either your hostname is invalid OR you have not patched the game to use HTTP instead of HTTPS. Some tools allows you to use a specific title URL but we will not go into that, this is something you will need to figure out.
Author

Looks like the game isn't reaching out to your server. What tools are you using?

Dniel97 cxb segatool

> Looks like the game isn't reaching out to your server. What tools are you using? Dniel97 cxb segatool
Owner

Did you set the title field in the dns section of the ini file? I'm not sure if it's documented....
You need to set it to the hostname of your server, an IP will not work

Did you set the `title` field in the dns section of the ini file? I'm not sure if it's documented.... You need to set it to the hostname of your server, an IP will not work
Author

Did you set the title field in the dns section of the ini file? I'm not sure if it's documented....
You need to set it to the hostname of your server, an IP will not work

How do I find the server hostname? I remember that my server's core.yaml hostname field was filled with its own ipv4, but using it as the title server did not allow cxb to connect to the network properly

> Did you set the `title` field in the dns section of the ini file? I'm not sure if it's documented.... > You need to set it to the hostname of your server, an IP will not work How do I find the server hostname? I remember that my server's core.yaml hostname field was filled with its own ipv4, but using it as the title server did not allow cxb to connect to the network properly
Owner

If your server is on windows, open CMD and type hostname. That will display the hostname you need to type in. For example, if your hostname is test-name and your artemis is running on port 8080, you would set it as
title=http://test-name:8080

If you're on linux you'll have to google how to view the hostname in whatever distro you're using.

If your server is on windows, open CMD and type `hostname`. That will display the hostname you need to type in. For example, if your hostname is `test-name` and your artemis is running on port 8080, you would set it as `title=http://test-name:8080` If you're on linux you'll have to google how to view the hostname in whatever distro you're using.
Author

If your server is on windows, open CMD and type hostname. That will display the hostname you need to type in. For example, if your hostname is test-name and your artemis is running on port 8080, you would set it as
title=http://test-name:8080

If you're on linux you'll have to google how to view the hostname in whatever distro you're using.

OK,solved.

> If your server is on windows, open CMD and type `hostname`. That will display the hostname you need to type in. For example, if your hostname is `test-name` and your artemis is running on port 8080, you would set it as > `title=http://test-name:8080` > > If you're on linux you'll have to google how to view the hostname in whatever distro you're using. OK,solved.
Sign in to join this conversation.
No Milestone
No project
No Assignees
3 Participants
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: Hay1tsme/artemis#169
No description provided.