FFXI-3001

Post Reply
cadetskippy
Posts: 2
Joined: Sun May 01, 2016 10:24 am

FFXI-3001

Post by cadetskippy » Sun May 01, 2016 10:27 am

I am receiving this error as the client is downloading data to load the world from my server. I have let the client sit for several minutes and have reboot the server/PC. This is all on my lan with all configuration pointing to localhost.

Connection to the server looks good. Is there something else I am missing?

Thank you

User avatar
demolish
Developer
Posts: 262
Joined: Thu Jul 26, 2012 7:12 am

Re: FFXI-3001

Post by demolish » Sun May 01, 2016 11:10 am

if your server has 127.0.0.1 set as the ip in zone_settings then you'll only be able to connect from that pc
if you wanna allow others to connect then you'll need to set your server to a static ip, forward your ports on your router to that ip, and have zone_settings point to your external ip (the one that shows on http://ipchicken.com or whatever)
<Giblet[NewBrain]> kj with this first step would be fine on my shit
Click here for a guide on scripting missions.

viion
Posts: 14
Joined: Sat Mar 22, 2014 2:33 pm

Re: FFXI-3001

Post by viion » Sat May 14, 2016 6:19 am

I am getting this a lot right now, I think it is because the client is out of sync to the private server, the server will be fine for a while but as people play we all get R0 and then the game server has crashed and I have to manually reboot it to get us back on, otherwise we will just keep getting 3001 (for hours)

User avatar
demolish
Developer
Posts: 262
Joined: Thu Jul 26, 2012 7:12 am

Re: FFXI-3001

Post by demolish » Sat May 14, 2016 11:10 am

3001 is cause the client cant connect to the server (which it wont be able to if it crashes)
best thing to do is run the server in debug mode and send us a dump
https://wiki.dspt.info/index.php/How_to_Dump (windows)
https://github.com/DarkstarProject/dark ... t-97140992 (linux)
<Giblet[NewBrain]> kj with this first step would be fine on my shit
Click here for a guide on scripting missions.

viion
Posts: 14
Joined: Sat Mar 22, 2014 2:33 pm

Re: FFXI-3001

Post by viion » Sun May 15, 2016 6:18 am

I've enabled it with logging (i think, the instructions are a bit diff on Ubuntu).

Does it still work when run under screen, or do I have to use "run" and keep my terminal up?

And where are the log files? (Sorry, Wiki is hugely out of date so hard to find information)

cadetskippy
Posts: 2
Joined: Sun May 01, 2016 10:24 am

Re: FFXI-3001

Post by cadetskippy » Thu Sep 01, 2016 9:45 pm

I did manage to get everything to work properly on my lan only. I now get this error with the server set to my WAN IP. I changed zone_settings to match my WAN IP. I have the firewall off on the server itself and the proper ports forwarded to the server from my firewall. Everything else works like normal until I get to the 'Downloading Data' screen. Thats when I get the time out.

I do see a recv_parse: Invalid Login Attempt from "WAN IP" error from viewing my dsgame terminal. Others who have had this issue mentioned a possible issue with the database itself but not really a fix for it.

fnx
Posts: 51
Joined: Tue Feb 10, 2015 11:26 pm

Re: FFXI-3001

Post by fnx » Sat Sep 03, 2016 7:02 am

This was the fix I came up with some time back

viewtopic.php?f=14&t=2700&start=11

Post Reply