Go Back   RunUO - Ultima Online Emulation > RunUO > FAQ Forum

FAQ Forum A place to find answers to the most frequently asked questions, and a place to post said answers. Do NOT use this forum to ask questions.

Reply
 
Thread Tools Display Modes
Old 09-29-2006, 06:47 PM   #1 (permalink)
Master of the Internet
 
Join Date: Oct 2005
Age: 44
Posts: 6,283
Default How do I figure out a compiler error?

First, try running the server in Debug mode. In order to do this, create a shortcut to Server.exe if you have not already.

If you have, right click on the shortcut and view the Properties.

In the Properties window, there is a Target line. It will look something like "C:\DirectoryOne\DirectoryTwo\Server.exe".

Add -debug to the end of that path line.


That will normally give you the exact line and column of the error.

If you edit scripts with Notepad, I suggest going here:

Microsoft makes Visual Studio Express Free!!!

and downloading Visual C# for free as this will make your life much easier. If you have that, you can find the particular line number using Ctl-G. A window will pop up asking you to input the line number to go to.

Also, when you see a specific error, copy the last text after the last dot (for example (NormalizePathFast out of the full line System.IO.Path.NormalizePathFast(String path, Boolean fullCheck)) and before the ( and input that into the main Forum Index's search menu. More often than not, someone before you has asked about that error and someone has answered as to how to solve the issue.

Last edited by Malaperth; 09-29-2006 at 06:48 PM. Reason: spelling error
Malaperth is offline   Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0 RC5