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

Game fails to open with Seamless Coop #61

Closed
R4ng3x opened this issue Feb 27, 2024 · 2 comments · Fixed by #78
Closed

Game fails to open with Seamless Coop #61

R4ng3x opened this issue Feb 27, 2024 · 2 comments · Fixed by #78

Comments

@R4ng3x
Copy link

R4ng3x commented Feb 27, 2024

Opening the game with the normal launcher works perfectly, but opening it with Seamless Co-op opens the cmd and the game pretends to open but closes instantly.

I am playing on Windows 11 with the game on the latest version and Seamless Co-op on v1.5.1.

@Juppstein
Copy link

Same here with er-patcher and the latest seamless-coop 1.7.6 running on Linux Steam/Proton Experimental

@metinc
Copy link
Contributor

metinc commented Jul 7, 2024

I can confirm this bug. As a temporary workaround you can open the file er-patcher and remove the very last line:
rmtree(game_dir_patched)

I will have a look at this and might open a PR if I find a solution.

For debugging I'll leave the error message here:

PS C:\Program Files (x86)\Steam\steamapps\common\ELDEN RING\Game> python er-patcher --all --executable .\ersc_launcher.exe -- .\eldenring.exe
Traceback (most recent call last):
  File "C:\Program Files (x86)\Steam\steamapps\common\ELDEN RING\Game\er-patcher", line 152, in <module>
    rmtree(game_dir_patched)
  File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.11_3.11.2544.0_x64__qbz5n2kfra8p0\Lib\shutil.py", line 787, in rmtree
    return _rmtree_unsafe(path, onerror)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.11_3.11.2544.0_x64__qbz5n2kfra8p0\Lib\shutil.py", line 634, in _rmtree_unsafe
    onerror(os.unlink, fullname, sys.exc_info())
  File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.11_3.11.2544.0_x64__qbz5n2kfra8p0\Lib\shutil.py", line 632, in _rmtree_unsafe
    os.unlink(fullname)
PermissionError: [WinError 5] Access is denied: 'er-patcher-tmp\\eldenring.exe'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants