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]: navigating out and back into the bottle config page in main screen kills running wine processes in bottle #3746

Open
owopeachy opened this issue Feb 7, 2025 · 0 comments

Comments

@owopeachy
Copy link

owopeachy commented Feb 7, 2025

Describe the bug

Hello.
This piece of code called when the config updates causes the running wine processes to terminate (wineboot.kill line)

bottles/backend/managers/manager.py
Image

I gather from the code this has to do with updating the sync method but I am not touching the sync method at all, this happens when navigate out from bottle A to main window, open another bottle B in the main window, then return to the bottle A. If i comment out the wineserver kill calls it does not terminate.

I have the sync set to System but it does this regardless what sync method I use. I suspect it could be something to do with NTsync as that is enabled on my system

To Reproduce

open program in bottle A
navigate out from bottle A to main window
open another bottle B in the main window
return to the bottle A.

Package

Flatpak from Flathub

Distribution

Arch linux

Debugging Information

Official Package: true
Version: '51.17'
DE/WM: plasma
Display:
    X.org: true
    X.org (port): :1
    Wayland: true
Graphics:
    vendors:
        nvidia:
            vendor: nvidia
            envs:
                __NV_PRIME_RENDER_OFFLOAD: '1'
                __GLX_VENDOR_LIBRARY_NAME: nvidia
                __VK_LAYER_NV_optimus: NVIDIA_only
            icd: /usr/share/vulkan/icd.d/nvidia_icd.json
            nvngx_path: /usr/lib/nvidia/wine
    prime:
        integrated: null
        discrete: null
Kernel:
    Type: Linux
    Version: 6.13.1-zen1-1-zen
Disk:
    Total: 502612451328
    Free: 85747646464
RAM:
    MemTotal: 31.3GiB
    MemAvailable: 18.4GiB
Bottles_envs: null
Tools and Libraries:
    cabextract: true
    p7zip: true
    patool: true
    glibc_min: '2.41'
    icoextract: true
    pefile: true
    orjson: true
    markdown: true
    ImageMagick: true
    FVS: true
    xdpyinfo: true

Troubleshooting Logs

Additional context

I have fixed it by editing my .py files manually, just noting here as i did not see any issues for this issue.
Thanks for your hard work!

@owopeachy owopeachy changed the title [Bug]: exiting and opening the bottle window in main screen kills running wine processes in bottle [Bug]: navigating out and back into the bottle in main screen kills running wine processes in bottle Feb 7, 2025
@owopeachy owopeachy changed the title [Bug]: navigating out and back into the bottle in main screen kills running wine processes in bottle [Bug]: navigating out and back into the bottle config page in main screen kills running wine processes in bottle Feb 7, 2025
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

1 participant