RunUO Community

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

HOW-TO: Connect to OSI servers with Razor

EdTheDuck

Sorceror
Hi, I've been trying for a while now to get Razor working with OSI/EA.
I've got the lastest version of Razor (i've double checked) and tried all these things on both a fully patched client and 5.9 (which I use for free shards).

I've got "Patch client encryption" unticked and "use OSI encryption" ticked.
For server i've tried both using the in-built "Electronic Arts/ Origin Servers" option and adding login.owo.com (ports 7777, 7776 and 7775).

The client starts and hangs on "verifying account".

Any ideas?
 

crova

Sorceror
EdTheDuck;736067 said:
Hi, I've been trying for a while now to get Razor working with OSI/EA.
I've got the lastest version of Razor (i've double checked) and tried all these things on both a fully patched client and 5.9 (which I use for free shards).

I've got "Patch client encryption" unticked and "use OSI encryption" ticked.
For server i've tried both using the in-built "Electronic Arts/ Origin Servers" option and adding login.owo.com (ports 7777, 7776 and 7775).

The client starts and hangs on "verifying account".

Any ideas?

To login on OSI u must use the latest client or u'll be blocked on verifing account ;)
Then check "Patch Client Encryprion" and "Use OSI encryption" and in server choose "Electronics Arts/Origin Servers"
 

EdTheDuck

Sorceror
Well I've double checked I'm fully patched. Got "Patch Client Encryprion" unchecked and "Use OSI encryption" checked. It still gets stuck on verifying account. Anyone else any ideas?
 

Tuche

Wanderer
i got it running in Europa, but for example, Scavenger does not work there . . .

Am i doing something wrong ?
 

Daltos

Wanderer
I'm permanently stuck in verifying account when I connect through login.owo.com 7776 and when I try to connect through UO Hybrid I get the invalid account credentials.
 
Connecting to OSI

Quote
4) Under Client options you MUST uncheck "Patch client encryption" When you uncheck this box, the box below it will become active.

If I do this I get a Gump that says not to, and I can't connect to OSI. However if I leave this in and check the OSI box it works, but I have problems.
 

Bdiddy11

Wanderer
The box where I put port #, I can't click in there. I've got the EA box checked to connect to OSI servers...

Dunno what's up
 

dreamzcaster

Wanderer
Lawn Gnome;272856 said:
And here is how it's supposed to look...
Code:
17:24:03.15 Client -> Server: 0xA0 (SelectShard), frequ: 1, len: 0x03
0000: A0 00 09                                        ->...

17:24:03.109 Server -> Client: 0x8C (Relay), frequ: 1, len: 0x0B
0000: 8C 9F 99 C4 1C 13 89 25 8C A0 2F                ->.......%../

17:24:03.187 Client -> Server: 0x91 (RelayAuth), frequ: 1, len: 0x41
0000: 91 25 8C A0 2F CC CC CC CC CC CC CC CC CC CC CC ->.%../-----------
0010: CC CC 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ->--..............
0020: 00 00 00 CC CC CC CC 00 00 00 00 00 00 00 00 00 ->...----.........
0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ->................
0040: 00

Which is weird, considering both Razor and non-Razor are sending the exact same packet, but only the instance without Razor running is recieving data from the server. Hmm? Broken passthrough?

edit: Ahh, I found your bug :) Razor isn't passing through packets sent when the username is over x characters. I have an 9-byte username that logs in fine with Razor, but my 13-byte username does not. It seems to be unaffected by password length. Hope this helps. Here is the packet that works, for reference:

Code:
17:31:29.796 Client -> Server: 0xA0 (SelectShard), frequ: 1, len: 0x03
0000: A0 00 09                                        ->...

17:31:29.890 Server -> Client: 0x8C (Relay), frequ: 1, len: 0x0B
0000: 8C 9F 99 C4 1F 13 8A 00 06 6F A5                ->.........o.

17:31:29.968 Client -> Server: 0x91 (RelayAuth), frequ: 1, len: 0x41
0000: 91 00 06 6F A5 CC CC CC CC CC CC CC CC CC 00 00 ->...o.---------..
0010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ->................
0020: 00 00 00 CC CC CC CC 00 00 00 00 00 00 00 00 00 ->...----.........
0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ->................
0040: 00                                              ->.

17:31:30.109 Server -> Client: 0xB9 (EnableClientFeature), frequ: 1, len: 0x03
0000: B9 80 3B                                        ->..;

17:31:30.109 Server -> Client: 0xA9 (SendCharsAndCities), frequ: 1, len: 0x4A4

So does this all mean that my account name is preventing me from getting past the connection point at login after I choose my shard on OSI servers. The length of my account name is only 4 chars long ... could this be the problem?
 

chazzooker

Wanderer
Razor has encountered a problem and needs to close. We are sorry for the inconvenience. i dont even get the chance to set a port all it wants to do is send a error report to microsoft
 

OxAO

Page
edit: Ahh, I found your bug :) Razor isn't passing through packets sent when the username is over x characters. I have an 9-byte username that logs in fine with Razor, but my 13-byte username does not. It seems to be unaffected by password length. Hope this helps. Here is the packet that works, for reference:

[/code]


I don't believe OSI will change usernames. It doesn't seem there are anymore updates to this program.
Is there another way to correct this issue?

Thank you
 

chazzooker

Wanderer
i have the latest razor client and all the updates to netframeworks 2 and still cant open razor .soon as i clik it it wants to send a error report to microsoft and i cant see whats in the report but i send em anyways )
 

chazzooker

Wanderer
Changelog: + license is all there is in the file and all the other folders but Language are empty.where would this application event log be? Razor (v1.0.12.15)
 

Zippy

Razor Creator
I have updated the original post to reflect recent changes to this process until an updated version of Razor is released.
 

Todo

Sorceror
I am able to login with razor only if both "Patch client encryption" and "Use OSI Encryption" are checked.
 

glima

Wanderer
I can't get past Verifying Account...
I tried marking both encryption, none, and only Osi Encryption, but none worked out.

My client is updated and its the latest razor's version.

Any ideas? I really dont want to level peacemaking without a macro, lol!
 
Top