when i Login with owner account,and creat a new charactor,my sever crashes,but i can login with a player ccount,what's wrong?help please1

Server Crash Report
Code:
Server Crash Report
===================

ServUO Version 0.5, Build 6505.20738
Operating System: Microsoft Windows NT 6.1.7601 Service Pack 1
.NET Framework: 4.0.30319.17929
Time: 2017/10/23 星期一 6:10:50
Mobiles: 863
Items: 5070
Exception:
System.DllNotFoundException: 无法加载 DLL“zlibwapi64”: 找不到指定的模块。 (异常来自 HRESULT:0x8007007E)。
   在 Server.Network.Compressor64.SafeNativeMethods.compress2(Byte[] dest, Int32& destLength, Byte[] source, Int32 sourceLength, ZLibQuality quality)
   在 Server.Network.DisplayGumpPacked.WritePacked(PacketWriter src) 位置 d:\Downloads\ServUO-master\ServUO-master\Server\Network\Packets.cs:行号 2993
   在 Server.Network.DisplayGumpPacked.Flush() 位置 d:\Downloads\ServUO-master\ServUO-master\Server\Network\Packets.cs:行号 2952
   在 Server.Gumps.Gump.Compile(NetState ns) 位置 d:\Downloads\ServUO-master\ServUO-master\Server\Gumps\Gump.cs:行号 493
   在 Server.Mobile.SendGump(Gump g, Boolean throwOnOffline) 位置 d:\Downloads\ServUO-master\ServUO-master\Server\Mobile.cs:行号 7403
   在 Server.LoginEventHandler.Invoke(LoginEventArgs e)
   在 Server.Network.PacketHandlers.DoLogin(NetState state, Mobile m) 位置 d:\Downloads\ServUO-master\ServUO-master\Server\Network\PacketHandlers.cs:行号 2588
   在 Server.Network.PacketHandlers.LoginTimer.OnTick() 位置 d:\Downloads\ServUO-master\ServUO-master\Server\Network\PacketHandlers.cs:行号 2380
   在 Server.Timer.Slice() 位置 d:\Downloads\ServUO-master\ServUO-master\Server\Timer.cs:行号 410
   在 Server.Core.Main(String[] args) 位置 d:\Downloads\ServUO-master\ServUO-master\Server\Main.cs:行号 588

Clients:
- Count: 1
+ 127.0.0.1: (account = blueriver) (mobile = 0x35F 'adfd')

the console log at server startup
Code:
--------------------------------------------------------------------------------

ServUO - [https://www.servuo.com] Version 0.5, Build 6505.20738
Core: Optimizing for 2 64-bit processors
RandomImpl: CSPRandom (Software)
Core: Loading config...
Scripts: Compiling C# scripts...done (cached)
Scripts: Skipping VB.NET Scripts...done (use -vb to enable)
Scripts: Verifying...
Finished (5572 items, 1303 mobiles, 5 customs) (1.83 seconds)
Config: Warning, using default value for DataPath.CustomPath
DataPath: d:\Ultima Online Classic\
Regions: Loading...done
World: Loading...
...done (5052 items, 862 mobiles, 1 customs) (1.39 seconds)
Restricting classic client version to 7.0.59.5. Action to be taken: LenientKick
Restricting enhanced client version to 67.0.59.0 SA. Action to be taken: Kick
06:11:01 ServerList: Auto-detecting public IP address...
06:11:01 ServerList: >>> services.servuo.com
06:11:02 ServerList: <<< 117.158.186.149
06:11:02 ServerList: Done: '117.158.186.149'
06:11:02 Joeku's Staff Runebook: Loading...
06:11:02 Listening: 192.168.1.107:2593
06:11:02 Listening: 127.0.0.1:2593
06:11:02 ----------------------------------------------------------------------
 
Back