Error 3001 - Solved

Alexandre24
Posts: 175
Joined: Thu Mar 13, 2014 10:15 pm
Location: Hawkesbury, Ontario, CANADA

Re: Error 3001 - Solved

Post by Alexandre24 » Sat Mar 15, 2014 6:36 pm

I'll check it all over and get back to you right away.

Alexandre24
Posts: 175
Joined: Thu Mar 13, 2014 10:15 pm
Location: Hawkesbury, Ontario, CANADA

Re: Error 3001 - Solved

Post by Alexandre24 » Sat Mar 15, 2014 6:43 pm

Image on the server
Attachments
server.jpg

User avatar
atom0s
Developer
Posts: 537
Joined: Thu Oct 25, 2012 9:52 am

Re: Error 3001 - Solved

Post by atom0s » Sat Mar 15, 2014 7:28 pm

Nothing on the game server means your zone ip is not configured correctly when you are trying to connect.

Alexandre24
Posts: 175
Joined: Thu Mar 13, 2014 10:15 pm
Location: Hawkesbury, Ontario, CANADA

Re: Error 3001 - Solved

Post by Alexandre24 » Sat Mar 15, 2014 7:39 pm

Well I understand not. I followed the tutorial perfectly yet, unless ...

User avatar
atom0s
Developer
Posts: 537
Joined: Thu Oct 25, 2012 9:52 am

Re: Error 3001 - Solved

Post by atom0s » Sat Mar 15, 2014 7:46 pm

If you are hosting the server for yourself on your own machine, when you first create the SQL databases you do not need to change the zone IPs. Unless you plan to host your server for others outside your network to join.

Be sure that you read the IP tutorial part clearly. You may have missed a step in the calculation of your IP.

User avatar
kjLotus
Special Guest
Posts: 1813
Joined: Sun Jul 22, 2012 2:16 pm

Re: Error 3001 - Solved

Post by kjLotus » Sat Mar 15, 2014 7:48 pm

i don't see ashita in the taskbar of the server screenshot, which implies you're connecting on a PC that isn't the same as the one the server is on. that means you have to calculate and change the zoneip column for each zone from the default

Alexandre24
Posts: 175
Joined: Thu Mar 13, 2014 10:15 pm
Location: Hawkesbury, Ontario, CANADA

Re: Error 3001 - Solved

Post by Alexandre24 » Sun Mar 16, 2014 10:36 am

atom0s, kjLotus, thank you very much for your answers. It is true, my server (darkstar) is executed on my server HP MediaSmart Server, which 192.168.xxx.xxx address. When creating the ZoneIP, I have not forgotten to switch the address. Ashita and I use 192.168.xxx.xxx IP address to connect to the server. Which seems to function as everything goes well until you error 3001.

User avatar
tagban
Posts: 352
Joined: Fri Dec 28, 2012 11:31 am
Location: Pennsylvania, USA

Re: Error 3001 - Solved

Post by tagban » Sun Mar 16, 2014 11:43 am

Did you flip it when you 'generated' the zoneip? For instance, if your server is 192.168.1.125, then you should in the zoneip generator put in 125.1.168.192 Which will then output the correct zoneip that you'd put into the SQL Database settings using the zoneip command.

http://www.allredroster.com/iptodec.htm

Following my estimate, for an IP address of 192.168.1.125 which when flipped backwards is 125.1.168.192 you'd then get the output: HTTP://2097260736 Which means the zoneip is: 2097260736 (which is the number you'd put in SQL using the script:

Code: Select all

UPDATE zone_settings SET zoneip = '2097260736';
----------
The two other common issues I've seen that can cause weird errors:
- Data folder from Square Enix\PlayOnline needs Copied to Square Enix\Final Fantasy XI
So you'd have "Square Enix\Final Fantasy XI\data"

- Not running as Administrator on Launcher. (and all 3 servers Search, Connect, and Game)
Attachments
zoneip_2.png
Second File
zoneip_2.png (7.95 KiB) Viewed 6019 times
zoneip_1.png
First file

Alexandre24
Posts: 175
Joined: Thu Mar 13, 2014 10:15 pm
Location: Hawkesbury, Ontario, CANADA

Re: Error 3001 - Solved

Post by Alexandre24 » Sun Mar 16, 2014 12:07 pm

Wow, really thank you, thank you. This is the first time you take the time to explain to me how it works. You are the best, thank you all the team and others. I'm super happy, I would-have done tests with other people. Want to test me? I will create a dynamic address for testing.

My adress dynamic is alexandreca.dlinkddns.com

User avatar
atom0s
Developer
Posts: 537
Joined: Thu Oct 25, 2012 9:52 am

Re: Error 3001 - Solved

Post by atom0s » Sun Mar 16, 2014 6:38 pm

I wrote a small tool you can use here to calculate the server address for the database:
viewtopic.php?f=16&t=1869

Post Reply