Search results

  1. Erik Westlake

    Noob needs help

    FTP is quick in my experience. on a 20MB Dual Band Fibre connection for external access I have no issues. Also my personal connection will be at gigabit ;)
  2. Erik Westlake

    Windows Compile issue

    Here is the error log I am getting. 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...
  3. Erik Westlake

    Windows Compile issue

    Shutdown the server to move it to another location physically and now I am getting major issues.
  4. Erik Westlake

    Windows Compile issue

    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
  5. Erik Westlake

    Windows Compile issue

    updated DataPath.cs with: ... private static readonly string CustomPath = @"Z:\ServUO-master\Ultima"; ... and still get the error listed above. Thoughts?
  6. Erik Westlake

    Windows Compile issue

    I have not edited DataPath.cs. When I run it says Enter the Ultima Online Directory: > _ I enter the location Z:\ServUO-master\Ultima (location of all the data files) and it errors out.
  7. Erik Westlake

    Windows Compile issue

    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? -------------------------------------------------------------------------------- ServUO - [http://www.servuo.com] Version 0.5, Build 5778.21323...
  8. Erik Westlake

    Windows Compile issue

    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. Compile Ultima SDK Press any key to continue . ...
  9. Erik Westlake

    Private Message with location marker

    Very interesting and great to Staff Run Events :D
  10. Erik Westlake

    Mono Compile Issue

    new errors with adding in that -t:library. # mcs -sdk:4.5 -out:ServUO.exe -d:MONO -d:Framework_4_0 -d:ServUO -optimize+ -unsafe...
  11. Erik Westlake

    Mono Compile Issue

    /home/ServUO# ls Compile.MONO.bat Data master.zip README.md Server ServUO.MONO.exe ServUO.sln Spawns Ultima Ultima.pdb zlib32.dll Compile.WIN.bat LICENSE Publish.txt Scripts ServUO.exe ServUO.MONO.pdb ServUO.sln.DotSettings SpawnsOld Ultima.dll XmlQuestNPC zlib64.dll...
  12. Erik Westlake

    Mono Compile Issue

    New Issue happening when I attempt to run the MONO.exe file. Too big for PasteBin so I put it on a server I run. http://ipicstorage.com/mono-error.html
  13. Erik Westlake

    Mono Compile Issue

    Okay, ran the Batch file on Windows and made the DLL File. Now to start figuring out everything else to get this working for me :)
  14. Erik Westlake

    Mono Compile Issue

    The command did not work. got error. # mcs -sdk:4.5 -out:Ultima.dll -optimize+ -unsafe...
  15. Erik Westlake

    Mono Compile Issue

    With that run... # mcs -sdk:4.5 -out:ServUO.exe -d:MONO -d:NEWPARENT -d:NEWTIMERS -d:ServUO -optimize+ -unsafe...
  16. Erik Westlake

    Mono Compile Issue

    Nope. Replaced the wrong lines is all. Fixed that up. Now getting the following errors: # mcs -sdk:4.5 -out:ServUO.exe -d:MONO -d:Framework_4_0 -d:ServUO -optimize+ -unsafe...
  17. Erik Westlake

    Mono Compile Issue

    ScriptCompiler.cs altered code. http://pastebin.com/GVacmnFD
  18. Erik Westlake

    Mono Compile Issue

    Checked the other threads that show that I have to edit the Server/ScriptCompile.cs file, did that and ran the command: mcs -sdk:4.5 -out:ServUO.exe -d:MONO -d:Framework_4_0 -d:ServUO -optimize+ -unsafe...
  19. Erik Westlake

    Running ServUO on Linux Machine

    Thanks Gargouille for the response. Since I posted this I noticed that I could emulate through Mono and have started all the installations. Going to be coding the system to be somewhat D&D Style with races, classes and factions. Also going to be attempting to put in a leveling system and fully...
  20. Erik Westlake

    Noob needs help

    To get FTP running on Windows Server 2K8 you will need to run an FTP Server. There are many out there that you could utilize. or you could log into your server and download the files directly there.
Back