Unable to start Gw2.exe Launcher
Additional Update:
I am now unable to even delete the Gw2.exe file from the game folder in Program Files. I get a windows message saying that the file cannot be deleted because it’s in use.
I figure that this is by one of the 6 processes running in the task manager, but how am I supposed to get rid of them if even if a hard reboot is unable to clear them?
Update: Problem Solved!
The culprit in this case was a combination of the Guild Wars 2 client and Windows 8…
Windows 8 has a “feature” called Hybrid startup, where the standard system shutdown turns off all user processes, but leaves system processes running in the kernel. Problem is, when the Gw2 client crashed, it got stuck in the kernel which doesn’t allow any access to disable files.
The solution was to create a manual shortcut to the windows shutdown with the following path extensions:
C:\Windows\System32\shutdown.exe /s /t 0
The 0 in this case is the kernel (where 1 would be the user). This caused a standard full shutdown which cleared out the processes stuck in the kernel.
The launcher is up and running now and I’m able to play again
I hope this ends up helping somebody.