|
||
|
|||||||
| Server Support on Windows Get (and give) support on general questions related to the RunUO server itself. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 (permalink) |
|
Forum Novice
|
I am a new shard owner... I had RC1 up and running and have gotten some scripts to work and even with a lot of help make one. However I wanted to upgrade and so I chose to use SVN 238 (The newest as of now?)... However, after compiling the server's .exe file it will not let me use my client (5.0.5b) saying there was a "Lenient Kick" and something about a limit of version 5.0.5a, it deletes my account, and then I lose connection. What is wrong? Can someone help me please?
GreyWolf. |
|
|
|
|
|
#3 (permalink) |
|
Newbie
Join Date: Sep 2006
Age: 23
Posts: 19
|
well there's a reason to have the client versions correct. If some one isn't updated enough then they wont be able to see things in the game and lose some other functionality. I don't know how to set the file to require a specific version but here is a temporary fix until some one that knows how to do that can get back to you.
find clientverification.cs and change this line to false. it's right up top. Code:
private static bool m_DetectClientRequirement = true; |
|
|
|
|
|
#4 (permalink) | |
|
Forum Expert
Join Date: Nov 2003
Location: The Internet
Age: 28
Posts: 3,510
|
Quote:
The issue here is as twizfire suggested. It seems like the client verification looks for the version installed on the server and compares it to the version being used by the end user. It also appears that there is a line commented out where you can pick a specific version. in clientverification.cs //ClientVersion.Required = null; //Required = new ClientVersion( "6.0.0.0" ); Greywolf, since you mentioned in another topic it is just you and a few friends I would just turn it off as twizfire said and tell your players which version to use. Last edited by stormwolff; 09-11-2007 at 12:55 PM. |
|
|
|
|
|
|
#6 (permalink) |
|
Forum Novice
|
I tried running it after making that statement false so it would not make it be a certain version client... It tells me lost connection on the client and then when I pull up the command console window for the shard it has rebooted and is loading all the scripts again, and then asks me if I want to make an administrator account because there is none. (I made one the first time before the lost connection).
GreyWolf. |
|
|
|
|
|
#7 (permalink) | |
|
Forum Expert
Join Date: Nov 2003
Location: The Internet
Age: 28
Posts: 3,510
|
Quote:
|
|
|
|
|
|
|
#8 (permalink) |
|
Forum Novice
|
This is what the latest crash log states:
Code:
Server Crash Report =================== RunUO Version 2.0, Build 2809.41385 Operating System: Microsoft Windows NT 5.1.2600 Service Pack 2 .NET Framework: 2.0.50727.832 Time: 9/11/2007 12:23:36 PM Mobiles: 1 Items: 17 Exception: System.DllNotFoundException: Unable to load DLL 'zlib32': The specified module could not be found. (Exception from HRESULT: 0x8007007E) at Server.Network.Compressor32.compress2(Byte[] dest, Int32& destLength, Byte[] source, Int32 sourceLength, ZLibQuality quality) at Server.Network.Compressor32.Compress(Byte[] dest, Int32& destLength, Byte[] source, Int32 sourceLength, ZLibQuality quality) at Server.Network.DisplayGumpPacked.WritePacked(PacketWriter src) at Server.Network.DisplayGumpPacked.Flush() at Server.Gumps.Gump.Compile(NetState ns) at Server.Mobile.SendGump(Gump g, Boolean throwOnOffline) at Server.Mobile.SendGump(Gump g) at Server.Engines.Help.HelpGump.EventSink_HelpRequest(HelpRequestEventArgs e) at Server.EventSink.InvokeHelpRequest(HelpRequestEventArgs e) at Server.Network.PacketHandlers.HelpRequest(NetState state, PacketReader pvSrc) at Server.Network.MessagePump.HandleReceive(NetState ns) at Server.Network.MessagePump.Slice() at Server.Core.Main(String[] args) Clients: - Count: 1 + 192.168.1.3: (account = admin) (mobile = 0x1 'Brian') |
|
|
|
|
|
#9 (permalink) | |
|
Forum Expert
Join Date: Nov 2003
Location: The Internet
Age: 28
Posts: 3,510
|
Quote:
You can download it here: http://www.runuo.com/mark/zlib32.dll Put that in your main RunUO folder |
|
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|