Trying to run Compile.WIN.bat and I am getting the below error. I was having these same issues with MONO, so I flipped over to Windows Server 2008 R2 SP1 and tried to recompile.
The server is fully up to date and has .NET Framework 4.5 installed.
Code:
Compile Ultima SDK
Press any key to continue . . .
Could Not Find Z:\ServUO-master\Ultima.dll
Z:\ServUO-master>C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe /target:l
ibrary /out:"Z:\ServUO-master\Ultima.dll" /recurse:"Z:\ServUO-master\Ultima\*.cs
" /d:ServUO /nowarn:0618 /debug /nologo /optimize /unsafe
Done!
Press any key to continue . . .
 
Compile worked this time. (Took 3 attempts) However, this is the issue I am getting now. should I be renaming the files to match the lower case?
Code:
--------------------------------------------------------------------------------

ServUO - [http://www.servuo.com] Version 0.5, Build 5778.21323
Publish 54
Core: Optimizing for 4 64-bit processors
RandomImpl: CSPRandom (Software)
Scripts: Compiling C# scripts...Finished with: 0 errors, 0 warnings
Scripts: Skipping VB.NET Scripts...done (use -vb to enable)
Scripts: Verifying...
Finished (4138 items, 1030 mobiles, 5 customs) (1.34 seconds)
Enter the Ultima Online directory:
> Z:\ServUO-master\Ultima
Regions: Loading...done
World: Loading...done (0 items, 0 mobiles, 0 customs) (0.05 seconds)
tiledata.mul was not found
Make sure your Scripts/Misc/DataPath.cs is properly configured
After pressing return an exception will be thrown and the server will terminate
Warning, missing name cliloc for type EssenceSingularity.
Warning, missing name cliloc for type EssencePrecision.
Warning, missing name cliloc for type SeedRenewal.
Warning, missing name cliloc for type SeedRenewal.
Warning, missing name cliloc for type SeedRenewal.
Warning, missing name cliloc for type CrystalShards.
Warning, missing name cliloc for type EssenceControl.
Warning, missing name cliloc for type CrystalShards.
Warning, missing name cliloc for type EssenceDiligence.
Warning, missing name cliloc for type EssenceAchievement.
Warning, missing name cliloc for type EssenceOrder.
Warning, missing name cliloc for type FaeryDust.
Warning, missing name cliloc for type ReflectiveWolfEye.
Warning, missing name cliloc for type CrushedGlass.
Warning, missing name cliloc for type ChagaMushroom.
Warning, missing name cliloc for type SilverSnakeSkin.
Warning, missing name cliloc for type BottleIchor.
Warning, missing name cliloc for type ElvenFletchings.
Warning, missing name cliloc for type VoidOrb.
Warning, missing name cliloc for type VoidOrb.
Warning, missing name cliloc for type VoidOrb.
Warning, missing name cliloc for type RaptorTeeth.
Warning, missing name cliloc for type RaptorTeeth.
Warning, missing name cliloc for type RaptorTeeth.
Warning, missing name cliloc for type RaptorTeeth.
Warning, missing name cliloc for type RaptorTeeth.
Warning, missing name cliloc for type EssenceFeeling.
Warning, missing name cliloc for type EssencePassion.
Warning, missing name cliloc for type SlithTongue.
Warning, missing name cliloc for type DelicateScales.
Warning, missing name cliloc for type ArcanicRuneStone.
Warning, missing name cliloc for type PowderedIron.
Warning, missing name cliloc for type AbyssalCloth.
Warning, missing name cliloc for type BouraPelt.
Warning, missing name cliloc for type BouraPelt.
Warning, missing name cliloc for type BouraPelt.
Warning, missing name cliloc for type BouraPelt.
Warning, missing name cliloc for type BouraPelt.
Warning, missing name cliloc for type EssenceDirection.
Warning, missing name cliloc for type EssenceBalance.
Warning, missing name cliloc for type UndyingFlesh.
Warning, missing name cliloc for type GoblinBlood.
Warning, missing name cliloc for type LavaSerpentCrust.
Warning, missing name cliloc for type DaemonClaw.
Warning, missing name cliloc for type SpiderCarapace.
Warning, missing name cliloc for type VialOfVitriol.
Warning, missing name cliloc for type CrystallineBlackrock.
Warning, missing name cliloc for type CrystallineBlackrock.
Warning, missing name cliloc for type CrystallineBlackrock.
Warning, missing name cliloc for type CrystallineBlackrock.
Warning, missing name cliloc for type CrystallineBlackrock.
Warning, missing name cliloc for type CrystallineBlackrock.
Warning, missing name cliloc for type CrystallineBlackrock.
Warning, missing name cliloc for type CrystallineBlackrock.
Warning, missing name cliloc for type CrystallineBlackrock.
Warning, missing name cliloc for type CrystallineBlackrock.
Warning, missing name cliloc for type CrystallineBlackrock.
Warning, missing name cliloc for type CrystallineBlackrock.
Warning, missing name cliloc for type CrystallineBlackrock.
Warning, missing name cliloc for type CrystallineBlackrock.
Warning, missing name cliloc for type CrystallineBlackrock.
Warning, missing name cliloc for type CrystallineBlackrock.
Warning, missing name cliloc for type CrystallineBlackrock.
Warning, missing name cliloc for type CrystallineBlackrock.
Warning, missing name cliloc for type CrystallineBlackrock.
Warning, missing name cliloc for type CrystallineBlackrock.
Warning, missing name cliloc for type CrystallineBlackrock.
Warning, missing name cliloc for type CrystallineBlackrock.
Warning, missing name cliloc for type CrystallineBlackrock.
Warning, missing name cliloc for type CrystallineBlackrock.
Warning, missing name cliloc for type CrystallineBlackrock.
Warning, missing name cliloc for type CrystallineBlackrock.
Warning, missing name cliloc for type CrystallineBlackrock.
Warning, missing name cliloc for type CrystallineBlackrock.
Warning, missing name cliloc for type CrystallineBlackrock.
Warning, missing name cliloc for type CrystallineBlackrock.
Error:
System.Reflection.TargetInvocationException: Exception has been thrown by the ta
rget of an invocation. ---> System.TypeInitializationException: The type initial
izer for 'Server.TileData' threw an exception. ---> System.Exception: TileData:
 not found
  at Server.TileData..cctor() in z:\ServUO-master\Server\TileData.cs:line 331
  --- End of inner exception stack trace ---
  at Server.TileData.get_MaxItemValue()
  at Server.Item.get_DefaultWeight() in z:\ServUO-master\Server\Item.cs:line 34
80
  at Server.Item.set_Amount(Int32 value) in z:\ServUO-master\Server\Item.cs:lin
e 4569
  at Server.Item..ctor() in z:\ServUO-master\Server\Item.cs:line 5654
  at Server.Misc.TreasuresOfTokunoPersistance.Initialize()
  --- End of inner exception stack trace ---
  at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments,
 Signature sig, Boolean constructor)
  at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Objec
t[] parameters, Object[] arguments)
  at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invoke
Attr, Binder binder, Object[] parameters, CultureInfo culture)
  at Server.ScriptCompiler.Invoke(String method) in z:\ServUO-master\Server\Scr
iptCompiler.cs:line 660
  at Server.Core.Main(String[] args) in z:\ServUO-master\Server\Main.cs:line 54
1
This exception is fatal, press return to exit
 
Have you set your DataPath.cs to the game client which your using? What would your game client be patched to , which the server is using
 
I have not edited DataPath.cs. When I run it says
Code:
Enter the Ultima Online Directory:
> _
I enter the location Z:\ServUO-master\Ultima (location of all the data files) and it errors out.
 
If you have not gone into your DataPath.cs script and entered the path for your game client then you need to do this
Look for
private static readonly string CustomPath = null;
Where it has null you need to add the url/path for your game client the server reads so it will look sort of like this below

private static readonly string CustomPath =@"C:\Program Files\Ultima Online";
 
updated DataPath.cs with:
Code:
...
  private static readonly string CustomPath = @"Z:\ServUO-master\Ultima";
...
and still get the error listed above.
Thoughts?
 
Okay then. Compilation working. Just moved a UO folder to the server under a separate location to the Ultima folder that comes with the ServUO-master zip and it compiles. Still some errors though.
Now to test connection :D
 
Are you still getting the Warning, missing name cliloc error What is your game client patched to?
 
Here is the error log I am getting.
Code:
XmlSpawner2 Attachment Error Report
===================

RunUO Version 0.5.5778, Build 21323
Operating System: Microsoft Windows NT 6.1.7601 Service Pack 1
.NET Framework: 4.0.30319.18444
XmlSpawner2: 4.00
Time: 11/13/2007 4:49:02 AM

Error:
Error deserializing particular attachments.

Specific Attachment Errors:
Server.Engines.XmlSpawner2.XmlMobFactions - save file corruption or incorrect Serialize/Deserialize methods?
 
Back