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

[Bug]: Bottles hangs when trying to launch Pronote apps (professional 64 bits apps for highschool) #3489

Open
droumanet opened this issue Sep 4, 2024 · 1 comment

Comments

@droumanet
Copy link

Describe the bug

Installing Pronote 64 bits and run it was ok.
Trying to launch it again hangs (nothing happens) and button [Stop] don't works.
Trying to close all applications without success.
Even if launched with Terminal (clicking [...] button and terminal icon).

To Reproduce

  1. Start bottles
  2. Click on Pronote bottle
  3. Click on [▶️] button in "Programs" > "Client Pronote"

Package

Flatpak from Flathub

Distribution

Manjaro 24 (with KDE6 Plasma and Xorg/Wayland)

Debugging Information

[Errno 2] Aucun fichier ou dossier de ce type: '/run/user/1000/doc/97ce4419'  File "/app/share/bottles/bottles/backend/utils/threading.py", line 62, in __target
    result = self.task_func(*args, **kwargs)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "/app/share/bottles/bottles/frontend/widgets/program.py", line 176, in _run
    WineExecutor.run_program(self.config, self.program, with_terminal)

  File "/app/share/bottles/bottles/backend/wine/executor.py", line 122, in run_program
    ).run()
      ^^^^^

  File "/app/share/bottles/bottles/backend/wine/executor.py", line 209, in run
    return self.__launch_with_bridge()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "/app/share/bottles/bottles/backend/wine/executor.py", line 239, in __launch_with_bridge
    return self.__launch_exe()
           ^^^^^^^^^^^^^^^^^^^

  File "/app/share/bottles/bottles/backend/wine/executor.py", line 269, in __launch_exe
    res = winecmd.run()
          ^^^^^^^^^^^^^

  File "/app/share/bottles/bottles/backend/wine/winecommand.py", line 703, in run
    status=TerminalUtils().execute(
           ^^^^^^^^^^^^^^^^^^^^^^^^

  File "/app/share/bottles/bottles/backend/utils/terminal.py", line 114, in execute
    subprocess.Popen(

  File "/usr/lib/python3.11/subprocess.py", line 1026, in __init__
    self._execute_child(args, executable, preexec_fn, close_fds,

  File "/usr/lib/python3.11/subprocess.py", line 1955, in _execute_child
    raise child_exception_type(errno_num, err_msg, err_filename)

Troubleshooting Logs

No response

Additional context

No response

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

No branches or pull requests

2 participants
@droumanet and others