RunUO Community

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

UO Architect Server error

After setting up UOA I get 4 errors when lauching runuo. I fixed one of them but here's the rest
Code:
Errors:
+ Custom/OrbRemoteServer/UOArchitect/BoundingBoxEx.cs:
    CS0234: Line 4: The type or namespace name 'Commands' does not exist in the
namespace 'Server.Scripts' (are you missing an assembly reference?)
+ Custom/OrbRemoteServer/OrbServer.cs:
    CS0234: Line 6: The type or namespace name 'Tcp' does not exist in the names
pace 'System.Runtime.Remoting.Channels' (are you missing an assembly reference?)

+ Custom/OrbRemoteServer/UOArchitect/ClientCommands.cs:
    CS0246: Line 20: The type or namespace name 'CommandEventArgs' could not be
found (are you missing a using directive or an assembly reference?)
    CS0246: Line 31: The type or namespace name 'CommandEventArgs' could not be
found (are you missing a using directive or an assembly reference?)
    CS0246: Line 53: The type or namespace name 'CommandEventArgs' could not be
found (are you missing a using directive or an assembly reference?)

I have assembly reference and all files in the right places.
 

legacydoomer

Traveler
getting almost same Errors (but got them in german, so i wont write them here exactly)!

im missing:
Type- or Namespacename Commands in:
BoundinBoxEx.cs and in
ExtracItemsRequest.cs

and im missing:
Type- or Namespacename CommandEventArgs in ClientCommands.cs

how to fix that?
 

h3llh0und

Squire
posting here because i'm having the exactly same problem with architect 2.6
and the site is down (error 404) and their support forum doesnt accept new accounts =|

when I try to launch the server it gives me lots of warnings (I really mean LOTS of them) and the same errors OP had in the end
is there a new version or something i'm missing here?
 
Top