first, I don't speak english very well ( I speak french) but I can try to explain my problem.
While my compilation, I receive this error :
- Code: Select all
2008-02-22 21:33:27,191 INFO Server.ScriptCompiler [(null)] - Compiling library legacy, 2032 C# sources
2008-02-22 21:33:44,221 INFO Server.ScriptCompiler [(null)] - Compilation complete (2 warnings)
2008-02-22 21:33:44,222 WARN Server.ScriptCompiler [(null)] - /home/UltimateOnline/sunUO/Scripts/Commands/Docs.cs: CS0612: (line 357, column 30) `Server.ScriptCompiler.Assemblies' is obsolete
2008-02-22 21:33:44,222 WARN Server.ScriptCompiler [(null)] - /home/UltimateOnline/sunUO/Scripts/Engines/BulkOrders/SmallBulkEntry.cs: CS0612: (line 76, column 25) `Server.Core.BaseDirectory' is obsolete
2008-02-22 21:33:44,386 INFO Server.ScriptCompiler [(null)] - Compiling library profiler, 1 C# sources
2008-02-22 21:33:44,987 INFO Server.ScriptCompiler [(null)] - Compilation complete
2008-02-22 21:33:44,989 INFO Server.Core [(null)] - Library core verified: 4 items, 0 mobiles
2008-02-22 21:33:45,028 INFO Server.Core [(null)] - Library legacy verified: 1654 items, 435 mobiles
2008-02-22 21:33:45,028 INFO Server.Core [(null)] - Library profiler verified: 0 items, 0 mobiles
2008-02-22 21:33:45,028 INFO Server.Core [(null)] - All libraries verified: 1658 items, 435 mobiles)
2008-02-22 21:33:45,106 INFO Server.World [(null)] - Loading world
2008-02-22 21:33:47,707 INFO Server.World [(null)] - World loaded: 87789 items, 2350 mobiles (2.6 seconds)
2008-02-22 21:33:48,735 INFO Server.Region [(null)] - Loading regions
2008-02-22 21:33:48,995 INFO Server.Region [(null)] - Finished loading regions
2008-02-22 21:33:48,999 INFO Server.Network.Listener [(null)] - Listening on 0.0.0.0:2593
2008-02-22 21:33:49,001 INFO Server.Network.Listener [(null)] - Listening on 91.121.100.21:2594
2008-02-22 21:33:49,009 INFO Server.Core [(null)] - SunUO initialized, entering main loop
2008-02-22 21:45:45,299 INFO Server.ScriptCompiler [(null)] - Loaded binary library legacy
2008-02-22 21:45:45,345 INFO Server.ScriptCompiler [(null)] - Loaded binary library profiler
2008-02-22 21:45:45,346 INFO Server.Core [(null)] - Library core verified: 4 items, 0 mobiles
2008-02-22 21:45:45,382 INFO Server.Core [(null)] - Library legacy verified: 1654 items, 435 mobiles
2008-02-22 21:45:45,382 INFO Server.Core [(null)] - Library profiler verified: 0 items, 0 mobiles
2008-02-22 21:45:45,382 INFO Server.Core [(null)] - All libraries verified: 1658 items, 435 mobiles)
2008-02-22 21:45:45,456 INFO Server.World [(null)] - Loading world
2008-02-22 21:45:48,135 INFO Server.World [(null)] - World loaded: 87789 items, 2350 mobiles (2.7 seconds)
2008-02-22 21:45:49,184 INFO Server.Region [(null)] - Loading regions
2008-02-22 21:45:49,446 INFO Server.Region [(null)] - Finished loading regions
2008-02-22 21:45:49,450 INFO Server.Network.Listener [(null)] - Listening on 0.0.0.0:2593
2008-02-22 21:45:49,452 INFO Server.Network.Listener [(null)] - Listening on 91.121.100.21:2594
2008-02-22 21:45:49,461 INFO Server.Core [(null)] - SunUO initialized, entering main loop
And if I restart compilation :
SunUO Version 0.5.1 http://www.sunuo.org/
on Unix 2.6.21.5, runtime 1.1.4322.2032
2008-02-22 21:45:45,299 INFO Loaded binary library legacy
2008-02-22 21:45:45,345 INFO Loaded binary library profiler
2008-02-22 21:45:45,346 INFO Library core verified: 4 items, 0 mobiles
2008-02-22 21:45:45,382 INFO Library legacy verified: 1654 items, 435 mobiles
2008-02-22 21:45:45,382 INFO Library profiler verified: 0 items, 0 mobiles
2008-02-22 21:45:45,382 INFO All libraries verified: 1658 items, 435 mobiles)
2008-02-22 21:45:45,456 INFO Loading world
2008-02-22 21:45:48,135 INFO World loaded: 87789 items, 2350 mobiles (2.7 seconds)
2008-02-22 21:45:49,184 INFO Loading regions
2008-02-22 21:45:49,446 INFO Finished loading regions
2008-02-22 21:45:49,450 INFO Listening on 0.0.0.0:2593
2008-02-22 21:45:49,452 INFO Listening on 91.121.100.21:2594
2008-02-22 21:45:49,461 INFO SunUO initialized, entering main loop
After nothing... I can't create administror account
What is the problem ?
thanks
