Installing ubisoft connect error

Hello, this is my first time using Lutris. I am trying to install ubisoft connect which seems to install but on launch I recieve the error: "Ubisoft Connect has detected an unrecoverable error and must shut down. Crash dump created at “C:/Program Files (x86)/Ubisoft/Ubisoft Game Launcher/crashes”

I linked the dmp file here on filebin.net

3 Likes

I have the exact same problem. Tried a different runner as well but same issue. Also tried the “fix” from here (https://www.ubisoft.com/en-us/help/connectivity-and-performance/article/error-message-ubisoft-connect-has-detected-an-unrecoverable-error-and-must-shutdown-on-ubisoft-connect-pc/000064974) but same issue.

2 Likes

It is the same for me and my wife… Both of us are using CachyOS. Worked until a couple a days ago…

1 Like

I had the same issue on CachyOS today and found the following solution:

  • Install ProtonUp-Qt (via CachyOS Package Installer)
  • Install GE-Proton10-10 via ProtonUp-Qt (for Lutris!)
  • Start Lutris → right click on Ubisoft Connect → Configuration → Starting Options → Wine Version → GE-Proton10-10 → Save
  • Start Ubisoft Connect

That worked for me.

3 Likes

You, ma’am or sir are a lifesaver!!! Thank you for your help, it works… :heavy_heart_exclamation:

Yeah this worked for me on Debian 13. Hadn’t started Ubi in ages; well before I upgraded from Deb12. So I thought it was something I had done.

Hi there! I had the same problem, so I followed Unrecht’s instructions, but then I ran into Error Code 256 in Lutris when trying to install an actual game after loggin to my Ubisoft account:

Befehl beendet mit dem Code 256

Traceback (most recent call last):

  File "/usr/lib/python3/dist-packages/lutris/exception_backstops.py", line 79, in error_wrapper
    return handler(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^

  File "/usr/lib/python3/dist-packages/lutris/util/jobs.py", line 127, in wrapper
    repeat = func(*a, **kw)
             ^^^^^^^^^^^^^^

  File "/usr/lib/python3/dist-packages/lutris/installer/commands.py", line 447, in _monitor_task
    raise ScriptingError(_("Command exited with code %s") % command.return_code)

lutris.installer.errors.ScriptingError: Befehl beendet mit dem Code 256

Lutris log:
[INFO:2025-09-19 12:29:50,873:application]: Starting Lutris 0.5.18
[INFO:2025-09-19 12:29:51,000:startup]: "card1" is NVIDIA GeForce RTX 5060 Ti (10de:2d04 1462:5351 nvidia) Driver 580.65.06
[INFO:2025-09-19 12:30:31,932:installerwindow]: Launching installer commands
[WARNING:2025-09-19 12:30:33,349:game]: Game still running (state: running)
[INFO:2025-09-19 12:30:33,349:game]: Stopping Ubisoft Connect (wine)
[ERROR:2025-09-19 12:30:34,090:errors]: Befehl beendet mit dem Code 256
[ERROR:2025-09-19 12:30:34,091:exception_backstops]: Error handling timeout function: Befehl beendet mit dem Code 256
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/lutris/exception_backstops.py", line 79, in error_wrapper
    return handler(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/lutris/util/jobs.py", line 127, in wrapper
    repeat = func(*a, **kw)
             ^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/lutris/installer/commands.py", line 447, in _monitor_task
    raise ScriptingError(_("Command exited with code %s") % command.return_code)
lutris.installer.errors.ScriptingError: Befehl beendet mit dem Code 256
[INFO:2025-09-19 12:30:43,251:installerwindow]: Launching installer commands
[ERROR:2025-09-19 12:30:45,387:errors]: Befehl beendet mit dem Code 256
[ERROR:2025-09-19 12:30:45,388:exception_backstops]: Error handling timeout function: Befehl beendet mit dem Code 256
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/lutris/exception_backstops.py", line 79, in error_wrapper
    return handler(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/lutris/util/jobs.py", line 127, in wrapper
    repeat = func(*a, **kw)
             ^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/lutris/installer/commands.py", line 447, in _monitor_task
    raise ScriptingError(_("Command exited with code %s") % command.return_code)
lutris.installer.errors.ScriptingError: Befehl beendet mit dem Code 256

Could anyone help me out?