Go Back   RunUO - Ultima Online Emulation > RunUO > Server Support on Mono

Server Support on Mono Forum dedicated to RunUO 2.0 on Mono.

Reply
 
Thread Tools Display Modes
Old 09-27-2007, 05:05 PM   #1 (permalink)
Forum Novice
 
Join Date: Jun 2003
Age: 22
Posts: 134
Send a message via ICQ to [Shaman]
Default 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.)
[Shaman] is offline   Reply With Quote
Old 09-27-2007, 10:53 PM   #2 (permalink)
Newbie
 
Join Date: Aug 2004
Age: 24
Posts: 35
Default

Try to change mono config (located at /etc/mono/config)
Quote:
<dllmap dll="libz.so" target="libz.so.1" />
More brutal solution (if first doesn't help).
Quote:
ln -s /usr/lib/libz.so.1 /usr/lib/libz.so
seirge is offline   Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0 RC5