I set up a shard on windows 7 ultimate with no issues, when I went to move it to my actual server (Win Server 2012R2) it fails to start, at first it gives an error regarding the orc camp, which then says the error is fate, when I press Return i get the following error

C#:
ServUO - [https://www.servuo.com] Version 0.5, Build 7271.43001 - Build on 11/28
/2019 11:53:22 PM UTC - Release
Core: Optimizing for 24 64-bit processors
Core: Compiled for .NET MONO/CSC/Unknown
RandomImpl: CSPRandom (Software)
Core: Loading config...
Scripts: Compiling C# scripts...Finished with: 0 errors, 0 warnings
Scripts: Verifying...
Finished (5780 items, 1353 mobiles, 3 customs) (2.05 seconds)
DataPath: D:\uoclassic
Regions: Loading...done
World: Loading...
An error was encountered while loading a saved object
- Type: Server.Multis.OrcCamp
- Serial: 0x4002CF74
Delete the object? (y/n)
After pressing return an exception will be thrown and the server will terminate.


Error:
System.Exception: Load failed (items=True, mobiles=False, guilds=False, data=Fal
se, type=Server.Multis.OrcCamp, serial=0x4002CF74) ---> System.TypeInitializatio
nException: The type initializer for 'Server.MultiData' threw an exception. --->
System.DllNotFoundException: Unable to load DLL 'zlibwapi64': The specified mod
ule could not be found. (Exception from HRESULT: 0x8007007E)
   at Server.Network.Compressor64.SafeNativeMethods.uncompress(Byte[] dest, Int3
2& destLen, Byte[] source, Int32 sourceLen)
   at Server.MultiData.UOPLoad(String path)
   at Server.MultiData..cctor()
   --- End of inner exception stack trace ---
   at Server.MultiData.GetComponents(Int32 multiID)
   at Server.Map.OnEnter(Item item)
   at Server.Item.Deserialize(GenericReader reader)
   at Server.Items.BaseMulti.Deserialize(GenericReader reader)
   at Server.Multis.BaseCamp.Deserialize(GenericReader reader)
   at Server.Multis.OrcCamp.Deserialize(GenericReader reader)
   at Server.World.Load()
   --- End of inner exception stack trace ---
   at Server.World.Load()
   at Server.Core.Main(String[] args)
This exception is fatal, press return to exit

ignoring the orc camp i think it may be because it can not load needed dll files(?) The server and UO Folders are located on a separate drive from the OS(set up in RAID 5), could this be the issue and where would i correct the path to dll files and possibly other issues that may arise.

I am currently running:
Dell poweredge r420
dual 12core xeon 2.4GHz
192Gb ram
6TB Raid
700GB OS Drive.
.Net 4.8.03761 (same as the win7 machine)
windows server 2012 R2

I've also wondered is there is some compatibility issue with the xeon processor or that its not a standard PC setup?
 
System.DllNotFoundException: Unable to load DLL 'zlibwapi64': The specified module could not be found.

Make sure you uploaded zlib32.dll and zlib64.dll in the shard root.

Also this
Core: Compiled for .NET MONO/CSC/Unknown

Compile your exe for Windows, not Mono.
 
So, the server started, I played on it for a while, and let it run for about 12 hours, restarted the system it froze on the first save and crashed, and now I get this error.

C#:
ServUO - [https://www.servuo.com] Version 0.5, Build 7273.32764 - Build on 11/30
/2019 6:12:08 PM UTC - Release
Core: Optimizing for 24 64-bit processors
Core: Compiled for .NET MONO/CSC/Unknown
RandomImpl: CSPRandom (Software)
Core: Loading config...
Scripts: Compiling C# scripts...Finished with: 0 errors, 0 warnings
Scripts: Verifying...
Finished (5780 items, 1353 mobiles, 3 customs) (1.79 seconds)
DataPath: D:\uoclassic
Regions: Loading...done
World: Loading...
Error:
System.IO.EndOfStreamException: Unable to read beyond the end of the stream.
   at System.IO.__Error.EndOfFile()
   at System.IO.BinaryReader.FillBuffer(Int32 numBytes)
   at System.IO.BinaryReader.ReadInt32()
   at Server.World.Load()
   at Server.Core.Main(String[] args)
This exception is fatal, press return to exit

I recompiled and get the same error, Any ideas what happened? I was about to have some friends test from outside networks when this happened
Post automatically merged:

Ps

I searched the forum and the exact error is in the search but the link gives an error to the fix
 
Last edited:
Back