Can you please translate the text into english.

Going by the context though from what I am able to read, the server doesn't seem to have read access to the scripts files. Are you running the server in administrator mode?
 
Can you please translate the text into english.

Going by the context though from what I am able to read, the server doesn't seem to have read access to the scripts files. Are you running the server in administrator mode?
Used admin mode already,so what’s other problem...? Thx a lot
 
it seems like an Interop "p/Invoke" issue. Are you running it under OSX or Linux? Are the bindings to .NET missing? An error translation would not be bad.
 
Your system is missing the required DLL's then.

What operating system are you using? If Windows, make sure you are using windows 8 or later as 7 and below do not support the newer .net frameworks. If Ubuntu or mac make sure mono is up to date.
 
Your system is missing the required DLL's then.

What operating system are you using? If Windows, make sure you are using windows 8 or later as 7 and below do not support the newer .net frameworks. If Ubuntu or mac make sure mono is up to date.

But I have reinstalled the system as window 7 cannot create server
 
Windows 7 is not supported in the latest code base. You will need to use an older version. https://github.com/ServUO/ServUO/releases/tag/55.1

Please note you won't be able to update until you also update your operating system.
but I’m download windows6.1-K B3118401
Have this crash code
Post automatically merged:

Windows 7 is not supported in the latest code base. You will need to use an older version. https://github.com/ServUO/ServUO/releases/tag/55.1

Please note you won't be able to update until you also update your operating system.
Server Crash Report
===================

ServUO Version 0.5, Build 7103.359
Operating System: Microsoft Windows NT 6.1.7601 Service Pack 1
.NET Framework: 4.0.30319.42000
Time: 2019/6/12 16:12:54
Mobiles: 1
Items: 1
Exception:
System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.TypeInitializationException: The type initializer for 'Server.TileData' threw an exception. ---> System.Exception: TileData: not found
at Server.TileData..cctor() in C:\Users\Administrator\Desktop\ServUO-master\Server\TileData.cs:line 327
--- End of inner exception stack trace ---
at Server.TileData.get_ItemTable()
at Server.Item.get_ItemData() in C:\Users\Administrator\Desktop\ServUO-master\Server\Item.cs:line 5848
at Server.Item.UpdateLight() in C:\Users\Administrator\Desktop\ServUO-master\Server\Item.cs:line 6216
at Server.Item..ctor(Int32 itemID) in C:\Users\Administrator\Desktop\ServUO-master\Server\Item.cs:line 6197
at Server.Items.BaseArmor..ctor(Int32 itemID) in C:\Users\Administrator\Desktop\ServUO-master\Scripts\Items\Equipment\Armor\BaseArmor.cs:line 2372
at Server.Items.ChainChest..ctor() in C:\Users\Administrator\Desktop\ServUO-master\Scripts\Items\Equipment\Armor\ChainChest.cs:line 10
at Server.Mobiles.SeaMarketOfficer.InitBody() in C:\Users\Administrator\Desktop\ServUO-master\Scripts\Services\Expansions\High Seas\Quests\ProfessionalBountyQuest\Mobiles\SeaMarketOfficer.cs:line 32
at Server.Mobiles.BaseVendor..ctor(String title) in C:\Users\Administrator\Desktop\ServUO-master\Scripts\Mobiles\NPCs\BaseVendor.cs:line 315
at Server.Engines.Quests.MondainQuester..ctor() in C:\Users\Administrator\Desktop\ServUO-master\Scripts\Services\MondainsLegacyQuests\MondainQuester.cs:line 12
at Server.Mobiles.SeaMarketOfficer..ctor() in C:\Users\Administrator\Desktop\ServUO-master\Scripts\Services\Expansions\High Seas\Quests\ProfessionalBountyQuest\Mobiles\SeaMarketOfficer.cs:line 14
at Server.Mobiles.SeaMarketOfficer.Initialize() in C:\Users\Administrator\Desktop\ServUO-master\Scripts\Services\Expansions\High Seas\Quests\ProfessionalBountyQuest\Mobiles\SeaMarketOfficer.cs:line 143
--- End of inner exception stack trace ---
at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
at System.Reflection.MethodBase.Invoke(Object obj, Object[] parameters)
at Server.ScriptCompiler.Invoke(String method) in C:\Users\Administrator\Desktop\ServUO-master\Server\ScriptCompiler.cs:line 523
at Server.Core.Main(String[] args) in C:\Users\Administrator\Desktop\ServUO-master\Server\Main.cs:line 642

Clients:
- Count: 0
 
Windows 7 is not supported in the latest version. Either use the older version or update to windows 8 or later.
 
You will not be able to update ServUO. It should work fine for the latest version of UO but might break in the future.
 
Windows server 2012 support the version of .net framework we are using.
I switched to window server 2012 and updated all patches
So the servo can be created.

But why is there no GM command list in the game?
In addition, as long as a dozen [admin or other command server will crash..
what's problem?? thx a lot
Post automatically merged:

okay so i reinstall system change to window server 2012
the crash code is

C#:
Server Crash Report
===================

ServUO Version 0.5, Build 7104.36346
Operating System: Microsoft Windows NT 6.2.9200.0
.NET Framework: 4.0.30319.42000
Time: 2019/6/14 15:42:04
Mobiles: 111
Items: 2452
Exception:
System.DllNotFoundException: 无法加载 DLL“zlibwapi64”: 找不到指定的模块。 (异常来自 HRESULT:0x8007007E)。
   在 Server.Network.Compressor64.SafeNativeMethods.compress2(Byte[] dest, Int32& destLength, Byte[] source, Int32 sourceLength, ZLibQuality quality)
   在 Server.Network.Compressor64.Compress(Byte[] dest, Int32& destLength, Byte[] source, Int32 sourceLength, ZLibQuality quality) 位置 D:\ServUO-master\Server\Network\Compression.cs:行号 281
   在 Server.Network.Compression.Pack(Byte[] dest, Int32& destLength, Byte[] source, Int32 sourceLength, ZLibQuality quality) 位置 D:\ServUO-master\Server\Network\Compression.cs:行号 199
   在 Server.Network.DisplayGumpPacked.WritePacked(PacketWriter src) 位置 D:\ServUO-master\Server\Network\Packets.cs:行号 2983
   在 Server.Network.DisplayGumpPacked.Flush() 位置 D:\ServUO-master\Server\Network\Packets.cs:行号 2942
   在 Server.Gumps.Gump.Compile(NetState ns) 位置 D:\ServUO-master\Server\Gumps\Gump.cs:行号 474
   在 Server.Gumps.Gump.SendTo(NetState state) 位置 D:\ServUO-master\Server\Gumps\Gump.cs:行号 406
   在 Server.Mobile.SendGump(Gump g, Boolean throwOnOffline) 位置 D:\ServUO-master\Server\Mobile.cs:行号 7601
   在 Server.Mobile.SendGump(Gump g) 位置 D:\ServUO-master\Server\Mobile.cs:行号 7594
   在 Server.Gumps.AdminGump.Admin_OnCommand(CommandEventArgs e) 位置 D:\ServUO-master\Scripts\Gumps\AdminGump.cs:行号 136
   在 Server.Commands.CommandSystem.Handle(Mobile from, String text, MessageType type) 位置 D:\ServUO-master\Server\Commands.cs:行号 258
   在 Server.Mobile.DoSpeech(String text, Int32[] keywords, MessageType type, Int32 hue) 位置 D:\ServUO-master\Server\Mobile.cs:行号 5136
   在 Server.Mobiles.PlayerMobile.DoSpeech(String text, Int32[] keywords, MessageType type, Int32 hue) 位置 D:\ServUO-master\Scripts\Mobiles\PlayerMobile.cs:行号 4288
   在 Server.Network.PacketHandlers.UnicodeSpeech(NetState state, PacketReader pvSrc) 位置 D:\ServUO-master\Server\Network\PacketHandlers.cs:行号 1621
   在 Server.Network.MessagePump.HandleReceive(NetState ns) 位置 D:\ServUO-master\Server\Network\MessagePump.cs:行号 338
   在 Server.Network.MessagePump.Slice() 位置 D:\ServUO-master\Server\Network\MessagePump.cs:行号 136
   在 Server.Core.Main(String[] args) 位置 D:\ServUO-master\Server\Main.cs:行号 674

Clients:
- Count: 1
+ 14.199.190.2: (account = admin) (mobile = 0x6F 'sss')
Post automatically merged:

Windows server 2012 support the version of .net framework we are using.
so after the crash, my account will be deleted automatically.
 
Last edited:
Last edited:
ell there should be
[help
for example or I think [commandlist not sure about that one though

Also if you search for that error you get there you will come accross this
"Same old error, https://www.servuo.com/threads/new-zlibwapi32-and-zlibwapi64.6527/#post-42127 "

So it is not that your account gets deleted, it just was never saved because it crashed.
 
no, you would just install what is linked to in the other thread, wich I linked.

Then you can run the shard and it will not crash anymore
 
Back