POL 097 Linux Srv - Local Client not connecting

Here you can post threads requesting help on the official POL Ultima Online Emulator Core 097.
Note: Core 097 is no longer officially supported.

Moderator: POL Developer

Post Reply
ErgoProxy
New User
Posts: 6
Joined: Tue Jan 13, 2009 9:13 am

POL 097 Linux Srv - Local Client not connecting

Post by ErgoProxy »

I really regret posting this post because I searched the forums for this topic now over n hour(yeah the search abuse counter is a pain in the ass if your hard core searching ;) ) but I cant get it to work. There you have it. Following problem:

I am running a local POL server. I am trying to connect my UO client. It passes the Account name/pw screen and I am able to choose POL-LocalHost. Then it hangs while displaying "Connecting...". Yeah, thats shitty!

login.cfg:
LoginServer=127.0.0.1,5002
Servers.cfg:

Code: Select all

GameServer POL-LOCAL
{
        Name    POL-LocalHost
        IP      192.168.0.4
        Port    5002
        IPMatch 127.0.0.1
}
POL Console Output:
Client connected from 127.0.0.1 (1 connections)
scpt: 21228 task: 60 scin: 85023 scsl: 9748624 MOB: 223 TLI: 2020
Client disconnected from 127.0.0.1 (0 connections)
Client connected from 192.168.0.4 (1 connections)
Undefined message type 17
Unexpected message type 17, 65 bytes (IP:192.168.0.4, Account:None)
UO Client:

Code: Select all

4.0.0.p
..Therefore I am have set
uoclient.cfg:

Code: Select all

#   EnableFlowControlPackets    0
Routor ports are TCP/UDP open to 5003 and 5002. Although I can only connect via port 5002.


ANY ideas? I am using custom mul files. Dont know if the client hangs because of that... Just need a hint.
Statics where created on a sphere server. But the scripting language is a bitch thats why I want to keep the map and move on to POL.

-Ergo
Nando
POL Developer
Posts: 282
Joined: Wed Sep 17, 2008 6:53 pm
Contact:

Re: POL 097 Linux Srv - Local Client not connecting

Post by Nando »

Just to be sure: is your client encryption riced (UO Rice) or are you using razor/ignition/etc to connect? If not, that's possibly the problem.
ErgoProxy
New User
Posts: 6
Joined: Tue Jan 13, 2009 9:13 am

Re: POL 097 Linux Srv - Local Client not connecting

Post by ErgoProxy »

Razor and Ignition wont properly run on this debian pc. So I used Rice.

I just downloaded a newer UORice executable and let it generate me a new client and now it won't output a console error. just tells me that:
Client connected from 127.0.0.1 (1 connections)
But still only "Connecting..."
ErgoProxy
New User
Posts: 6
Joined: Tue Jan 13, 2009 9:13 am

Re: POL 097 Linux Srv - Local Client not connecting

Post by ErgoProxy »

Alright, seemed to be my custom muls and idx files. They are still from the Sphere server. Is there any difference? Or can I somehow convert them?
Post Reply