Iris2.de

Iris2-Forum
It is currently Thu Apr 18, 2024 1:09 am

All times are UTC




Post new topic Reply to topic  [ 13 posts ] 
Author Message
PostPosted: Mon Jun 11, 2007 5:39 pm 
Offline

Joined: Wed Dec 28, 2005 3:07 pm
Posts: 6
i am somewhere stuck in there


Top
 Profile  
 
 Post subject:
PostPosted: Mon Jun 11, 2007 7:04 pm 
Offline
iris2-developer
User avatar

Joined: Tue Aug 22, 2006 1:21 pm
Posts: 173
Location: Munich, Germany
you should describe your problem in a more detailed way

_________________
O-->---


Top
 Profile  
 
 Post subject:
PostPosted: Mon Jun 11, 2007 7:19 pm 
Offline

Joined: Wed Dec 28, 2005 3:07 pm
Posts: 6
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?


Top
 Profile  
 
 Post subject:
PostPosted: Mon Jun 11, 2007 7:24 pm 
Offline
iris2-developer
User avatar

Joined: Tue Apr 18, 2006 10:28 pm
Posts: 823
Location: Munich, Bavaria, Germany
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 ?


Top
 Profile  
 
 Post subject:
PostPosted: Mon Jun 11, 2007 7:33 pm 
Offline

Joined: Wed Dec 28, 2005 3:07 pm
Posts: 6
I think i can request them. What to do when i have them?


Top
 Profile  
 
 Post subject:
PostPosted: Mon Jun 11, 2007 8:48 pm 
Offline
iris2-developer
User avatar

Joined: Tue Apr 18, 2006 10:28 pm
Posts: 823
Location: Munich, Bavaria, Germany
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.


Top
 Profile  
 
 Post subject:
PostPosted: Mon Jun 11, 2007 11:54 pm 
Offline
iris2-developer
User avatar

Joined: Mon Aug 09, 2004 12:20 pm
Posts: 1431
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


Top
 Profile  
 
 Post subject:
PostPosted: Tue Jun 12, 2007 11:11 am 
Offline

Joined: Wed Dec 28, 2005 3:07 pm
Posts: 6
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....


Top
 Profile  
 
 Post subject:
PostPosted: Tue Jun 12, 2007 3:27 pm 
Offline
iris2-developer
User avatar

Joined: Mon Aug 09, 2004 12:20 pm
Posts: 1431
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.


Top
 Profile  
 
 Post subject:
PostPosted: Tue Jun 12, 2007 5:31 pm 
Offline

Joined: Wed Dec 28, 2005 3:07 pm
Posts: 6
I found the packets in my uo directory.
they are saved under
Quote:
uo/uog/f9

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


Top
 Profile  
 
 Post subject:
PostPosted: Tue Jun 12, 2007 11:49 pm 
Offline
iris2-developer
User avatar

Joined: Mon Aug 09, 2004 12:20 pm
Posts: 1431
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


Top
 Profile  
 
 Post subject: *thumbs up*
PostPosted: Wed Jun 13, 2007 4:06 pm 
Offline

Joined: Wed Dec 28, 2005 3:07 pm
Posts: 6
it works, now!
Dankschey :wink:


Top
 Profile  
 
 Post subject:
PostPosted: Wed Jun 13, 2007 5:00 pm 
Offline
iris2-developer
User avatar

Joined: Mon Aug 09, 2004 12:20 pm
Posts: 1431
:-).

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


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 13 posts ] 

All times are UTC


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Group