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 issue....

jargo2000

Sorceror
I am running RunUO 2.5 and am trying to get UO Architect 2.7 Final to work. However after I follow all the directions I get this error when compiling....

Code:
Core: Running on .NET Framework Version 4.0.30319
Core: Optimizing for 2 64-bit processors
Core: Server garbage collection mode enabled
RandomImpl: CSPRandom (Software)
Scripts: Compiling C# scripts...failed (1 errors, 4 warnings)
Warnings:
+ Customs/My Custom/Architect/OrbRemoteServer/OrbServer.cs:
    CS0618: Line 200: 'System.Runtime.Remoting.Channels.ChannelServices.Register
Channel(System.Runtime.Remoting.Channels.IChannel)' is obsolete: 'Use System.Run
time.Remoting.ChannelServices.RegisterChannel(IChannel chnl, bool ensureSecurity
) instead.'
+ Customs/My Custom/Console Command/CC2.0.cs:
    CS0168: Line 45: The variable 'e' is declared but never used
+ Customs/My Custom/World Omniporter_2.2/WorldOmniporter_2.2.CS:
    CS0168: Line 879: The variable 'e' is declared but never used
+ Misc/Assistants.cs:
    CS0162: Line 99: Unreachable code detected
    CS0162: Line 155: Unreachable code detected
Errors:
+ Customs/My Custom/Architect/OrbRemoteServer/UOArchitect/MobileSaver.cs:
    CS0246: Line 274: The type or namespace name 'ToxicElemental' could not be f
ound (are you missing a using directive or an assembly reference?)
Scripts: One or more scripts failed to compile or no script files were found.
- Press return to exit, or R to try again.

Anybody else trying to get this to work or is there an updated version I am not finding.

Thanks.
 

jargo2000

Sorceror
So I took out the 2 scripts which seem to be an issue there but are not at all involved with Architect. Even though everything worked with them in there before. Then I got this.....

Code:
RunUO - [https://github.com/runuo/] Version 2.5.0.24991
Core: Running on .NET Framework Version 4.0.30319
Core: Optimizing for 2 64-bit processors
Core: Server garbage collection mode enabled
RandomImpl: CSPRandom (Software)
Scripts: Compiling C# scripts...failed (1 errors, 2 warnings)
Warnings:
+ Customs/My Custom/Architect/OrbRemoteServer/OrbServer.cs:
    CS0618: Line 200: 'System.Runtime.Remoting.Channels.ChannelServices.Register
Channel(System.Runtime.Remoting.Channels.IChannel)' is obsolete: 'Use System.Run
time.Remoting.ChannelServices.RegisterChannel(IChannel chnl, bool ensureSecurity
) instead.'
+ Misc/Assistants.cs:
    CS0162: Line 99: Unreachable code detected
    CS0162: Line 155: Unreachable code detected
Errors:
+ Customs/My Custom/Architect/OrbRemoteServer/UOArchitect/MobileSaver.cs:
    CS0246: Line 274: The type or namespace name 'ToxicElemental' could not be f
ound (are you missing a using directive or an assembly reference?)
Scripts: One or more scripts failed to compile or no script files were found.
- Press return to exit, or R to try again.

Any ideas?
 

jargo2000

Sorceror
Well upon further investigation I found a video on YouTube which shows how to comment out 2 lines in the mobilesaver.cs.

If anyone want to watch it for themselves the link is here...

Also if you dont want to edit the script yourself I have uploaded my edited version.
 

Attachments

  • MobileSaver.cs
    14.5 KB · Views: 1
Top