RunUO Community

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

LibZ

[Shaman]

Wanderer
LibZ

Right, compiling works, Starting works, everything runs smooth..


UNTIL

i log in.

at which point:
Code:
 - Character: Yarrrr (serial=0x00000001)
 - Started: New Haven (3503, 2574, 14) in Trammel
Error:
System.DllNotFoundException: libz
  at (wrapper managed-to-native) Server.Network.CompressorUnix:compress2 (byte[],int&,byte[],int,Server.Network.ZLibQuality)
  at Server.Network.CompressorUnix.Compress (System.Byte[] dest, System.Int32& destLength, System.Byte[] source, Int32 sourceLength, ZLibQuality quality) [0x00000]
  at Server.Network.Compression.Pack (System.Byte[] dest, System.Int32& destLength, System.Byte[] source, Int32 sourceLength, ZLibQuality quality) [0x00000]
  at Server.Network.DisplayGumpPacked.WritePacked (Server.Network.PacketWriter src) [0x00000]
  at Server.Network.DisplayGumpPacked.Flush () [0x00000]
  at Server.Gumps.Gump.Compile (Server.Network.NetState ns) [0x00000]
  at Server.Gumps.Gump.SendTo (Server.Network.NetState state) [0x00000]
  at Server.Mobile.SendGump (Server.Gumps.Gump g, Boolean throwOnOffline) [0x00000]
  at Server.Mobile.SendGump (Server.Gumps.Gump g) [0x00000]
  at Server.Engines.VeteranRewards.RewardSystem.EventSink_Login (Server.LoginEventArgs e) [0x00000]
  at (wrapper delegate-invoke) System.MulticastDelegate:invoke_void_LoginEventArgs (Server.LoginEventArgs)
  at Server.EventSink.InvokeLogin (Server.LoginEventArgs e) [0x00000]
  at Server.Network.PacketHandlers.DoLogin (Server.Network.NetState state, Server.Mobile m) [0x00000]
  at Server.Network.PacketHandlers+LoginTimer.OnTick () [0x00000]
  at Server.Timer.Slice () [0x00000]
  at Server.Core.Main (System.String[] args) [0x00000]
Crash: Backing up...done
Crash: Generating report...done
Crash: Restarting...done
RunUO - [www.runuo.com] Version 2.0, Build 2826.34749
Core: Running on .NET Framework Version 2.0.50727
Core: Unix environment detected

now i have libz installed according to aptitude, a simple 'locate libz' shows enough of those as well:

Code:
!@#:~/build$ locate libz
/usr/lib/libz.so.1
/usr/lib/libz.so.1.2.3.3
/usr/lib/libzzip-0.so.12
/usr/lib/libzzip-0.so.12.0.83
/usr/lib/libzzipwrap-0.so.12
/usr/lib/libzzipwrap-0.so.12.0.83

yet still.. it fails.. anybody know what the fook is going wrong (Running Debian.)
 
Top