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]: #2319

Closed
nahdd1234 opened this issue Nov 24, 2022 · 5 comments
Closed

[Bug]: #2319

nahdd1234 opened this issue Nov 24, 2022 · 5 comments
Assignees

Comments

@nahdd1234
Copy link

Describe the bug

Run exe and nothing happened.
Reboot and restart bottles, then popup error report screen.

To Reproduce

  1. Go to "Run Executable..."
  2. Select exe
  3. nothing any react.
  4. reboot
  5. start bottles
  6. error report screen

Package

Flatpak from Flathub

Distribution

OpenSuse Tumbleweed

Troubleshooting Logs

'Result' object has no attribute 'get'  File "/app/share/bottles/bottles/frontend/utils/threading.py", line 63, in __target
    result = self.task_func(*args, **kwargs)

  File "/app/share/bottles/bottles/backend/wine/wineprogram.py", line 58, in launch
    res = WineCommand(

  File "/app/share/bottles/bottles/backend/wine/winecommand.py", line 100, in __init__
    self.cwd = self.__get_cwd(cwd)

  File "/app/share/bottles/bottles/backend/wine/winecommand.py", line 112, in __get_cwd
    if config.get("Environment", "Custom") == "Steam":

Display Protocol

No response

Display Backend used by Bottles

No response

Additional context

No response

@MandiYang
Copy link

MandiYang commented Nov 26, 2022

Same issue but using Ubuntu 22.04 Wayland:

'Result' object has no attribute 'get'  File "/app/share/bottles/bottles/frontend/utils/threading.py", line 63, in __target
    result = self.task_func(*args, **kwargs)

  File "/app/share/bottles/bottles/backend/wine/wineboot.py", line 26, in send_status
    if status == 0 and not WineServer(self.config).is_alive():

  File "/app/share/bottles/bottles/backend/utils/decorators.py", line 44, in wrapped_f
    return f(*args, **kwargs)

  File "/app/share/bottles/bottles/backend/wine/wineserver.py", line 25, in is_alive
    if not config.get("Runner"):

@Heus-Sueh
Copy link

'Result' object has no attribute 'get' File "/app/share/bottles/bottles/frontend/utils/threading.py", line 63, in __target
result = self.task_func(*args, **kwargs)

File "/app/share/bottles/bottles/backend/wine/wineprogram.py", line 58, in launch
res = WineCommand(

File "/app/share/bottles/bottles/backend/wine/winecommand.py", line 100, in init
self.cwd = self.__get_cwd(cwd)

File "/app/share/bottles/bottles/backend/wine/winecommand.py", line 112, in __get_cwd
if config.get("Environment", "Custom") == "Steam":

Nobara Linux 36 KDE Plasma 5.26.3 x11

@Fijxu
Copy link

Fijxu commented Nov 28, 2022

Same error here

'Result' object has no attribute 'get'  File "/usr/share/bottles/bottles/frontend/utils/threading.py", line 63, in __target
    result = self.task_func(*args, **kwargs)

  File "/usr/share/bottles/bottles/backend/wine/wineprogram.py", line 58, in launch
    res = WineCommand(

  File "/usr/share/bottles/bottles/backend/wine/winecommand.py", line 100, in __init__
    self.cwd = self.__get_cwd(cwd)

  File "/usr/share/bottles/bottles/backend/wine/winecommand.py", line 112, in __get_cwd
    if config.get("Environment", "Custom") == "Steam":

Arch Linux, Python 3.10.8, Native Build

@Willdrick
Copy link

Willdrick commented Nov 29, 2022

same issue here. Fedora 37, bottles from flathub (v2022.11.14)

ED: creating a brand new bottle seems to have solved the issue for now.

@mirkobrombin
Copy link
Member

Duplicate of #2307

@mirkobrombin mirkobrombin marked this as a duplicate of #2307 Nov 30, 2022
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

6 participants