Looks like I need to install Visual Studio 2008 64bit. One moment please.
Post automatically merged:
Is there a preferred version of visual studio that needs to be installed?
Can I use the 2019 64bit version?
Post automatically merged:
I know this has been asked before, and I looked through the forums...... but I couldnt find anything definitive.
I'm getthing this error when running [createworld, but the DLL is in the root directory of ServUO:
ServUO Version 0.5, Build 7054.21388
Operating System: Microsoft Windows NT 6.2.9200.0
.NET Framework: 4.0.30319.42000
Time: 4/30/2019 12:52:41 AM
Mobiles: 111
Items: 2481
Exception:
System.DllNotFoundException: Unable to load DLL 'zlibwapi64': The specified module could not be found. (Exception from HRESULT: 0x8007007E)
at Server.Network.Compressor64.SafeNativeMethods.compress2(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.Gumps.Gump.SendTo(NetState state)
at Server.Mobile.SendGump(Gump g, Boolean throwOnOffline)
at Server.Gumps.BaseGump.SendGump(BaseGump gump)
at Server.Commands.CommandSystem.Handle(Mobile from, String text, MessageType type)
at Server.Mobile.DoSpeech(String text, Int32[] keywords, MessageType type, Int32 hue)
at Server.Network.PacketHandlers.UnicodeSpeech(NetState state, PacketReader pvSrc)
at Server.Network.MessagePump.HandleReceive(NetState ns)
at Server.Network.MessagePump.Slice()
at Server.Core.Main(String[] args)