Help Please error FFXI-3101

Kudrel
Posts: 9
Joined: Wed Jan 23, 2013 7:52 pm

Help Please error FFXI-3101

Post by Kudrel » Tue Apr 02, 2013 1:48 pm

New to the forums, but i've dabbled a bit with wow and pso servers in the past. Xi is probably one of my favorite games and it makes me happy to see a project like this. anyways on to my problem.

I fixed my lobby connection problem but now when i select character I gets about half way through the connection and gives a FFXI-3101 error I have some screenshots i can post. I'm assuming there is an issue between the connect server and game server. Any advice or a link in the right direction would be much appreciated.

Edit: I've checked the servers i don't get any errors it connects and disconnects. the ffxiboot gets to "Sending key..." then nothing follwed by the FFXI-3101 error.
as far as i know i've opened the right ports it worked fine on localhost. anyone else having these problems?

Mercdragon
Posts: 27
Joined: Mon Feb 25, 2013 12:13 am

Re: Help Please error FFXI-3101

Post by Mercdragon » Wed Apr 03, 2013 12:40 am

I had the same problem I fixed it the hard way deleted all char type DBs im sure an easy way to do it but this worked for me.

Kudrel
Posts: 9
Joined: Wed Jan 23, 2013 7:52 pm

Re: Help Please error FFXI-3101

Post by Kudrel » Thu Apr 04, 2013 2:55 pm

so what if i dropped all my tables and re-imported fresh? cause i did build on one system and just move it. I also noted if you dump the whole database and use it on anything else all the mobs and most ??? become an orc nm. anyone know what Causes this?

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

Re: Help Please error FFXI-3101

Post by kjLotus » Thu Apr 04, 2013 3:14 pm

Kudrel wrote:I also noted if you dump the whole database and use it on anything else all the mobs and most ??? become an orc nm. anyone know what Causes this?
depending on your export settings, the blobs won't export right (look data for mobs/npc are in blobs)

you probably shouldn't have to dump those tables (unless you modify them yourself), but if you need to, the command i use to dump them properly is (on command line with mysqldump) is with option --hex-blob

something like..

mysqldump --hex-blob --user <user> --password <password> --extended-insert=FALSE dspdb tablename > tablename.sql


i think that's what i use, anyways

Kudrel
Posts: 9
Joined: Wed Jan 23, 2013 7:52 pm

Re: Help Please error FFXI-3101

Post by Kudrel » Thu Apr 04, 2013 3:57 pm

Nice thanks for all the help guys!

Edit: I tried to rebuilding the tables in mysql. I can connect via my own pc or any on my network, but when i try an outside connection I'm still getting "FFXI-3101".
I'm guessing this is a firewall/port issue. Just wondering if these are the only ports i need to enable.

TCP Ports:
54230
54231
54001
54002

UDP Port:
54230

I set them on my internal pc. 192.168.2.5. I can log in, select a character but when it tries to notify lobby server I get the error.

any help is appreciated.

joshr45
Posts: 96
Joined: Tue Mar 12, 2013 3:03 pm

Re: Help Please error FFXI-3101

Post by joshr45 » Mon Apr 08, 2013 12:35 am

did you redo your zoneip Query for your outside IP ?, this happened to my friends that were trying to connect to my server they could hit the connect server but not the map server until i fixed the zoneip to the correct number for my ip
http://kile.dyndns.info:8765/index.php? ... Map_Server

Kudrel
Posts: 9
Joined: Wed Jan 23, 2013 7:52 pm

Re: Help Please error FFXI-3101

Post by Kudrel » Mon Apr 08, 2013 7:50 pm

Yes I did that got 285 fixed. The only thing left would be my router even if i enabled the ports maybe there is something wrong with it?

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

Re: Help Please error FFXI-3101

Post by kjLotus » Mon Apr 08, 2013 10:18 pm

Kudrel wrote:Yes I did that got 285 fixed. The only thing left would be my router even if i enabled the ports maybe there is something wrong with it?
compmike had the same problem and that worked for him

Kudrel
Posts: 9
Joined: Wed Jan 23, 2013 7:52 pm

Re: Help Please error FFXI-3101

Post by Kudrel » Mon Apr 08, 2013 10:24 pm

ip or router?

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

Re: Help Please error FFXI-3101

Post by kjLotus » Tue Apr 09, 2013 12:06 am

Kudrel wrote:ip or router?
port forwarding router, sorry

Post Reply