View Single Post
  #1  
Unread 07-05-2005, 09:28 AM
randdd randdd is offline
A Brown Bear
 
Join Date: Mar 2005
Server: Antonia Bayle
Posts: 13
Default Only 1 Instance?

this is the error message i keep getting:

Unknown Error: mscorlib
at System.IO.__Error.WinIOError(Int32 errorCode, String str)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, Boolean useAsync, String msgPath, Boolean bFromProxy)
at System.IO.FileStream..ctor(String path, FileMode mode)
at WindowsApplication7.Form1.GetFileMD5(String FilePath)
at WindowsApplication7.Form1.DownloadExtras()
at WindowsApplication7.Form1.DoUpdates()
at WindowsApplication7.Form1.Timer3_Tick(Object sender, EventArgs e)
at System.Windows.Forms.Timer.OnTick(EventArgs e)
at System.Windows.Forms.Timer.Callback(IntPtr hWnd, Int32 msg, IntPtr idEvent, IntPtr dwTime)The process cannot access the file "C:\Program Files\Sony\EverQuest II\UI\bobsui\images\maps\map_blackburrow_0.dds" because it is being used by another process.


whenever i try to use the auto updater it says only 1 instance of the program can be running, but im not running it anywhere else. Any idea how to fix this?
Reply With Quote