Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in Updating #1525

Open
1 task done
katmaria opened this issue Jun 26, 2024 · 2 comments
Open
1 task done

Error in Updating #1525

katmaria opened this issue Jun 26, 2024 · 2 comments
Labels
bug A bug or something not working as intended triage Needs triage

Comments

@katmaria
Copy link

Update disclaimer

  • Yes, I have checked and my issue is not related to the game updating and plugins not working correctly.

What did you do?

Trying to update to 7.0 in prep for dawntrail, got this error.

Platform

Windows

Wine/Proton runner version

No response

Relevant log output

An error in XIVLauncher occurred. Please consult the FAQ. If this issue persists, please report
it on GitHub by clicking the button below, describing the issue and copying the text in the box.

Error during early initialization. Please report this error.

System.AggregateException: A Task's exception(s) were not observed either by Waiting on the Task or accessing its Exception property. As a result, the unobserved exception was rethrown by the finalizer thread. ---> System.IO.IOException: The process cannot access the file 'E:\game\4e9a232b\D2024.05.25.0008.0000.patch' because it is being used by another process.
   at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
   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)
   at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy)
   at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, Boolean useAsync)
   at System.IO.FileInfo.OpenRead()
   at XIVLauncher.Common.Game.Patch.PatchManager.CheckPatchValidity(PatchListEntry patchListEntry, FileInfo path) in C:\goatsoft\xl\XIVLauncher.Common\Game\Patch\PatchManager.cs:line 468
   at XIVLauncher.Common.Game.Patch.PatchManager.<DownloadPatchAsync>d__41.MoveNext() in C:\goatsoft\xl\XIVLauncher.Common\Game\Patch\PatchManager.cs:line 200
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at XIVLauncher.Common.Game.Patch.PatchManager.<>c__DisplayClass43_0.<<RunDownloadQueue>b__2>d.MoveNext() in C:\goatsoft\xl\XIVLauncher.Common\Game\Patch\PatchManager.cs:line 353
   --- End of inner exception stack trace ---
---> (Inner Exception #0) System.IO.IOException: The process cannot access the file 'E:\game\4e9a232b\D2024.05.25.0008.0000.patch' because it is being used by another process.
   at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
   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)
   at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy)
   at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, Boolean useAsync)
   at System.IO.FileInfo.OpenRead()
   at XIVLauncher.Common.Game.Patch.PatchManager.CheckPatchValidity(PatchListEntry patchListEntry, FileInfo path) in C:\goatsoft\xl\XIVLauncher.Common\Game\Patch\PatchManager.cs:line 468
   at XIVLauncher.Common.Game.Patch.PatchManager.<DownloadPatchAsync>d__41.MoveNext() in C:\goatsoft\xl\XIVLauncher.Common\Game\Patch\PatchManager.cs:line 200
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at XIVLauncher.Common.Game.Patch.PatchManager.<>c__DisplayClass43_0.<<RunDownloadQueue>b__2>d.MoveNext() in C:\goatsoft\xl\XIVLauncher.Common\Game\Patch\PatchManager.cs:line 353<---
@katmaria katmaria added bug A bug or something not working as intended triage Needs triage labels Jun 26, 2024
@katmaria
Copy link
Author

Now I am getting the error:

XIVLauncher could not establish a connection to the game servers.

This may be a temporary issue, or a problem with your internet connection. Please try again later.
despite the fact that I am on a wired ethernet connection, and am connecting fine to Firefox.

@reiichi001
Copy link
Contributor

You can have an impeccably perfect LAN and still get screwed by WAN connections and/or your ISP. (The same also applies in reverse)

You may want to try restarting your computer before anything else.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug A bug or something not working as intended triage Needs triage
Projects
None yet
Development

No branches or pull requests

2 participants