CXB SUNRISE NETWORK ERROR #169
Labels
No Label
aimedb
bug
chuni
chusan
cxb
database
diva
doc
duplicate
enhancement
frontend
help wanted
idac
idz
invalid
maidx
ongeki
pokken
question
seen
system
testing
wacca
waiting
wip
wontfix
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: Hay1tsme/artemis#169
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
Looks like the game isn't reaching out to your server. What tools are you using?
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.
Dniel97 cxb segatool
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
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 istest-name
and your artemis is running on port 8080, you would set it astitle=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.