Advertisement
Guest User

Untitled

a guest
Jun 13th, 2016
400
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.12 KB | None | 0 0
  1. System.IO.IOException: The process cannot access the file 'C:\Program Files (x86)\Electronic Arts\Ultima Online Classic\gumpartLegacyMUL.uop' because it is being used by another process.
  2. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
  3. at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
  4. at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
  5. at Ultima.Data.Archive..ctor(String path)
  6. at PlayUO.Gumps.GumpFactory..ctor(Gumps gumps)
  7. at PlayUO.Gumps.ReadFromDisk(Int32 GumpID, IHue Hue)
  8. at PlayUO.Assets.StaticCacheGraphicProvider.GetGump(Int32 gumpId)
  9. at PlayUO.GumpImage..ctor(Int32 GumpID)
  10. at PlayUO.GBackground..ctor(Int32 BackID, Int32 Width, Int32 Height, Int32 X, Int32 Y, Boolean HasBorder)
  11. at PlayUO.Gumps.MessageBoxOk(String Prompt, Boolean Modal, OnClick ClickHandler)
  12. at PlayUO.Network.<Connect>b__0()
  13. at PlayUO.NetworkContext.HandleError(Exception ex)
  14. at PlayUO.NetworkContext.OnReceive(IAsyncResult asyncResult)
  15. at System.Net.LazyAsyncResult.Complete(IntPtr userToken)
  16. at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  17. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  18. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
  19. at System.Net.ContextAwareResult.Complete(IntPtr userToken)
  20. at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken)
  21. at System.Net.Sockets.BaseOverlappedAsyncResult.CompletionPortCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped)
  22. at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement