Hello!

I'm trying to run ServUO in an Raspberry PI, but gets this errormessage at save:

Server Crash Report
===================

RunUO Version 0.5, Build 6239.23331
Operating System: Unix 4.4.38.7
.NET Framework: 4.0.30319.17020
Time: 30/01/2017 13:23:27
Mobiles: 952
Items: 4242
Exception:
System.NullReferenceException: Object reference not set to an instance of an object
at Server.BinaryFileWriter.Write (Double value) [0x00000] in <filename unknown>:0
at Server.Mobiles.XmlSpawner.Serialize (Server.GenericWriter writer) [0x00000] in <filename unknown>:0
at Server.StandardSaveStrategy.SaveItems (Server.SaveMetrics metrics) [0x00000] in <filename unknown>:0
at Server.DualSaveStrategy+<Save>c__AnonStorey0.<>m__0 () [0x00000] in <filename unknown>:0
at System.Threading.Thread.StartInternal () [0x00000] in <filename unknown>:0

Clients:
- Count: 1


When i use the savefile from my PC, it loads and is working, but I cannot save the world.. The new savefile corrupts the old savefile.
I'm using the same version on my pc as in the raspberry pi.

Regards
 
Hello.
It did work perfectly after a recompile of the server... Found out that I had some issues with the folderproperties as well..
 
Back