guys need help please

Caught Exception:
System.DllNotFoundException: libz assembly:<unknown assembly> type:<unknown type> member:(null)
at (wrapper managed-to-native) Server.Network.CompressorUnix64+SafeNativeMethods.compress2(byte[],long&,byte[],long,Server.Network.ZLibQuality)
at Server.Network.CompressorUnix64.Compress (System.Byte[] dest, System.Int32& destLength, System.Byte[] source, System.Int32 sourceLength, Server.Network.ZLibQuality quality) [0x00005] in <4a4349fbf1304b3aaf156e6530d88be3>:0
at Server.Network.Compression.Pack (System.Byte[] dest, System.Int32& destLength, System.Byte[] source, System.Int32 sourceLength, Server.Network.ZLibQuality quality) [0x00001] in <4a4349fbf1304b3aaf156e6530d88be3>:0
at Server.Network.DisplayGumpPacked.WritePacked (Server.Network.PacketWriter src) [0x00079] in <4a4349fbf1304b3aaf156e6530d88be3>:0
at Server.Network.DisplayGumpPacked.Flush () [0x0008d] in <4a4349fbf1304b3aaf156e6530d88be3>:0
at Server.Gumps.Gump.get_OpenPacket () [0x0011d] in <4a4349fbf1304b3aaf156e6530d88be3>:0
at Server.Gumps.Gump.GetPacketFor (Server.Network.NetState ns) [0x00001] in <4a4349fbf1304b3aaf156e6530d88be3>:0
at Server.Gumps.Gump.SendTo (Server.Network.NetState state) [0x00009] in <4a4349fbf1304b3aaf156e6530d88be3>:0
at Server.Mobile.SendGump (Server.Gumps.Gump g) [0x0000f] in <4a4349fbf1304b3aaf156e6530d88be3>:0
at Server.Gumps.AdminGump.Admin_OnCommand (Server.Commands.CommandEventArgs e) [0x00017] in <98e252f05e744753b510ef5476804f60>:0
at Server.Commands.CommandSystem.Handle (Server.Mobile from, System.String text, Server.Network.MessageType type) [0x000ed] in <4a4349fbf1304b3aaf156e6530d88be3>:0
at Server.Mobile.DoSpeech (System.String text, System.Int32[] keywords, Server.Network.MessageType type, System.Int32 hue) [0x00009] in <4a4349fbf1304b3aaf156e6530d88be3>:0
at Server.Mobiles.PlayerMobile.DoSpeech (System.String text, System.Int32[] keywords, Server.Network.MessageType type, System.Int32 hue) [0x000d2] in <98e252f05e744753b510ef5476804f60>:0
at Server.Network.PacketHandlers.UnicodeSpeech (Server.Network.NetState state, Server.Network.PacketReader pvSrc) [0x00186] in <4a4349fbf1304b3aaf156e6530d88be3>:0
at Server.Network.MessagePump.HandleReceive (Server.Network.NetState ns) [0x002f4] in <4a4349fbf1304b3aaf156e6530d88be3>:0
 
I had the same issue 11/29/2021 and DarkLotus helped me fix it. You are lacking the libz library. I fixed it by installing the library with a command like:
'sudo apt-get install libz-dev '
You can google the actual syntax if it is incorrect for your system.
 
I had the same issue 11/29/2021 and DarkLotus helped me fix it. You are lacking the libz library. I fixed it by installing the library with a command like:
'sudo apt-get install libz-dev '
You can google the actual syntax if it is incorrect for your system.
thanks bro I also solved this problem by installing the library sorry forgot to write about it
 
Back