Ok, found out, after I went looking, that Google Chrome has a ssh client add-on. After I installed it, I am able to copy and paste stuff into it and out of it. Which means, I am able to paste my server output now.
And if anyone can help me here, please do.
And here is my server output ----
----------------------------------------------------------------------------
ServUO - [
http://www.servuo.com] Version 0.5, Build 5307.2090
Publish
Core: Unix environment detected
RandomImpl: SimpleRandom (Software)
Scripts: Compiling C# scripts...ScriptCompiler: : /home/jburns/servuo/servuo.exe (Location of the symbol related to previous error)
ScriptCompiler: : /home/jburns/servuo/servuo.exe (Location of the symbol related to previous error)
ScriptCompiler: : /home/jburns/servuo/servuo.exe (Location of the symbol related to previous error)
Failed with: 3 errors, 1 warnings
Warnings:
+ Services/Quests/Peerless System/PeerlessAltar.cs:
CS0472: Line 607: The result of comparing value type `System.TimeSpan' with null is always `true'
Errors:
+ Services/BulkOrders/SmallTailorBOD.cs:
CS0165: Line 105: Use of unassigned local variable `useMaterials'
+ Services/XmlSpawner 2/XmlEngines/XmlSpawnerGumps.cs:
CS0121: Line 287: The call is ambiguous between the following methods or properties: `Server.Gumps.Gump.AddTextEntry(int, int, int, int, i
nt, int, string)' and `Server.Gumps.Gump.AddTextEntry(int, int, int, int, int, int, Server.Gumps.GumpResponse, string, string)'
CS0121: Line 288: The call is ambiguous between the following methods or properties: `Server.Gumps.Gump.AddTextEntry(int, int, int, int, i
nt, int, string)' and `Server.Gumps.Gump.AddTextEntry(int, int, int, int, int, int, Server.Gumps.GumpResponse, string, string)'
+ Services/XmlSpawner 2/XmlEngines/XmlQuest/XmlQuestGumps.cs:
CS0121: Line 203: The call is ambiguous between the following methods or properties: `Server.Gumps.Gump.AddTextEntry(int, int, int, int, i
nt, int, string)' and `Server.Gumps.Gump.AddTextEntry(int, int, int, int, int, int, Server.Gumps.GumpResponse, string, string)'
Scripts: One or more scripts failed to compile or no script files were found.
- Press return to exit, or R to try again.
From the following line numbers above, I edited the files named in the errors per line numbers and replaced null with " " (put a space like I did between apostrophes). I got rid of those errors pertaining to xml and now I have this one error left ----
Scripts: Compiling C# scripts...Failed with: 1 errors, 1 warnings
Warnings:
+ Services/Quests/Peerless System/PeerlessAltar.cs:
CS0472: Line 607: The result of comparing value type `System.TimeSpan' with null is always `true'
Errors:
+ Services/BulkOrders/SmallTailorBOD.cs:
CS0165: Line 105: Use of unassigned local variable `useMaterials'
changed the value of null in the error to true to see if that makes a difference. Hopefully this solves my problems.
nope, new error. going to try changing it to " " to see if that makes a difference.