Iris2.de
http://iris2.de/forum/

how to connect to defiance
http://iris2.de/forum/viewtopic.php?f=19&t=1067
Page 1 of 1

Author:  Morpheon [ Mon Jun 11, 2007 5:39 pm ]
Post subject:  how to connect to defiance

i am somewhere stuck in there

Author:  hagish [ Mon Jun 11, 2007 7:04 pm ]
Post subject: 

you should describe your problem in a more detailed way

Author:  Morpheon [ Mon Jun 11, 2007 7:19 pm ]
Post subject: 

with this config.lua i am working:
Quote:
gShardList["defiance"] = {
gLoginname = "", -- username
gPassword = "", -- password
gLoginServerIP = "213.228.232.22",
gLoginServerPort = 2593,
gGameServerSlot = 0,
gCharacterSlotAdd = 0,
gServerSeed = 1,
gPolServer = false
}


i am loging in, and on the console it says: "Connecting to defiance"
The sscreen remains black.
Could the problem be that the shard uses some auto-downloading packages?

Author:  ghoulsblade [ Mon Jun 11, 2007 7:24 pm ]
Post subject: 

Morpheon wrote:
Could the problem be that the shard uses some auto-downloading packages?


i don't quite know what you mean, but that is probably the problem, can you download them manually somehow ?

Author:  Morpheon [ Mon Jun 11, 2007 7:33 pm ]
Post subject: 

I think i can request them. What to do when i have them?

Author:  ghoulsblade [ Mon Jun 11, 2007 8:48 pm ]
Post subject: 

depends on what is in them, usually you put the contents in your uo directory.
I don't know how the auto-downloading normally works, sorry.

Author:  SiENcE [ Mon Jun 11, 2007 11:54 pm ]
Post subject: 

Ok. First always turn on the Network Packet logger.

There you see, that "dfi.defianceuo.com" sends a relay packet.

Code:
01:48:40.671 Server -> Client: 0x8C (Relay), frequ: 1, len: 0x0B
0000: 8C 57 75 C8 7B 0A 22 80 EF 00 8D                ->.Wu.{."....


Maybe our function gPacketHandler.kPacket_Server_Redirect () in net-login.lua doesn't work correct.

Iris2 hangs after sending packet 0x91 (PostLogin).

I don't know why defiance doesn't response.

greets

SiENcE

Author:  Morpheon [ Tue Jun 12, 2007 11:11 am ]
Post subject: 

I try to isolate them with uo gateway. I think some of them go into an external folder which isn't in my main uo directory. I report then....

Author:  SiENcE [ Tue Jun 12, 2007 3:27 pm ]
Post subject: 

External contents is not the problem!
It's an authentication problem like i discribed.
Just turn on packetdump in config.lua.

add:
Code:
gLogPackets = true


This dumps all network traffic in the bin\packets.txt file.

Currently i don't know why the server doesn't response.

Author:  Morpheon [ Tue Jun 12, 2007 5:31 pm ]
Post subject: 

I found the packets in my uo directory.
they are saved under
Quote:
uo/uog/f9

three files called
Quote:
"l" "si0" sm0"

Author:  SiENcE [ Tue Jun 12, 2007 11:49 pm ]
Post subject: 

Hey,

i finally found the bug that prevents Iris2 to login to Definance. I fixed the Bug in Iris2 "unstable".

So run your Updater and select "unstable". You also have to have the newest DirectX runtime, if you use DirectX.

Code:
gShardList["defiance"] = {
      gLoginname = "xxxx", -- username
      gPassword = "xx", -- password
      gLoginServerIP = "dfi.defianceuo.com",
      gLoginServerPort = 2593,
      gPolServer = true
}


You have to set gPolServer = true otherwise it wont work.


regards
SiENcE

Author:  Morpheon [ Wed Jun 13, 2007 4:06 pm ]
Post subject:  *thumbs up*

it works, now!
Dankschey :wink:

Author:  SiENcE [ Wed Jun 13, 2007 5:00 pm ]
Post subject: 

:-).

thx also for your bugreport. if you find anything new, feel free to post or submit it in our bugtracker.

Page 1 of 1 All times are UTC
Powered by phpBB® Forum Software © phpBB Group
http://www.phpbb.com/