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]: New version of Wine #3781

Open
ndiruhniu opened this issue Feb 24, 2025 · 2 comments
Open

[Bug]: New version of Wine #3781

ndiruhniu opened this issue Feb 24, 2025 · 2 comments
Labels

Comments

@ndiruhniu
Copy link

Describe the bug

Unable to create a 64-bit 'Bottle' on Wine 10.2.

To Reproduce

  1. Click "Create New Bottle".
  2. Select Custom, 64-bit architecture, and Wine 10.2.
  3. Wait for the bottle to be created (it will be created very quickly) and try to run anything.

Package

Flatpak from Flathub

Distribution

Mint 22.1 (Ubuntu 24.04)

Debugging Information

Official Package: true
Version: '51.18'
DE/WM: cinnamon
Display:
    X.org: true
    X.org (port): :0
    Wayland: false
Graphics:
    vendors:
        amd:
            vendor: amd
            envs:
                DRI_PRIME: '1'
            icd: /usr/lib/x86_64-linux-gnu/GL/vulkan/icd.d/radeon_icd.x86_64.json:/usr/lib/i386-linux-gnu/GL/vulkan/icd.d/radeon_icd.i686.json
    prime:
        integrated: null
        discrete: null
Kernel:
    Type: Linux
    Version: 6.13.4-x64v2-xanmod1
Disk:
    Total: 12491005952
    Free: 12490833920
RAM:
    MemTotal: 23.3GiB
    MemAvailable: 20.9GiB
Bottles_envs: null

Troubleshooting Logs

/bin/sh: line 1: /home/mint/.var/app/com.usebottles.bottles/data/bottles/runners/wine-10.2-staging-tkg-amd64/bin/wine64: No such file or directory

(INFO) Setting Windows version…

(INFO) Setting Windows version to win10

(INFO) There is no running wineserver.

(INFO) Using Wine Configuration -- set_windows_version

(WARNING) Bottles runtime was requested but not found

/bin/sh: line 1: /home/mint/.var/app/com.usebottles.bottles/data/bottles/runners/wine-10.2-staging-tkg-amd64/bin/wine64: No such file or directory

(INFO) Using Wine Runtime tool -- send_status(-r)

(WARNING) Bottles runtime was requested but not found

/bin/sh: line 1: /home/mint/.var/app/com.usebottles.bottles/data/bottles/runners/wine-10.2-staging-tkg-amd64/bin/wine64: No such file or directory

(INFO) Using Wine Runtime tool -- send_status(-u)

(WARNING) Bottles runtime was requested but not found

/bin/sh: line 1: /home/mint/.var/app/com.usebottles.bottles/data/bottles/runners/wine-10.2-staging-tkg-amd64/bin/wine64: No such file or directory

(INFO) Setting CMD default settings…

(INFO) Importing bundle to test2 registry

(INFO) Using Wine Registry CLI -- import_bundle

(WARNING) Bottles runtime was requested but not found

/bin/sh: line 1: /home/mint/.var/app/com.usebottles.bottles/data/bottles/runners/wine-10.2-staging-tkg-amd64/bin/wine64: No such file or directory

(INFO) Import bundle result: ''

(INFO) Using Wine Runtime tool -- send_status(-u)

(WARNING) Bottles runtime was requested but not found

/bin/sh: line 1: /home/mint/.var/app/com.usebottles.bottles/data/bottles/runners/wine-10.2-staging-tkg-amd64/bin/wine64: No such file or directory

(INFO) Optimizing environment…

(INFO) Adding Key: [HKEY_CURRENT_USER\Software\Wine\DllOverrides] with Value: [winemenubuilder.exe] and Data: [] in test2 registry

(INFO) Using Wine Registry CLI -- add

(WARNING) Bottles runtime was requested but not found

/bin/sh: line 1: /home/mint/.var/app/com.usebottles.bottles/data/bottles/runners/wine-10.2-staging-tkg-amd64/bin/wine64: No such file or directory

(INFO)

(INFO) Applying environment: [custom]…

(INFO) New bottle created: test2

(INFO) Using Wine Runtime tool -- send_status(-u)

(WARNING) Bottles runtime was requested but not found

/bin/sh: line 1: /home/mint/.var/app/com.usebottles.bottles/data/bottles/runners/wine-10.2-staging-tkg-amd64/bin/wine64: No such file or directory

Additional context

In the new Wine, there is no longer a wine64, but Bottles is trying to access it while creating a 64-bit bottle.
https://gitlab.winehq.org/wine/wine/-/commit/8c3f205696571558a6fae42314370fbd7cc14a12

@ndiruhniu
Copy link
Author

As a temporary solution, I created a symlink to wine and renamed it to wine64 in the runner's folder.
Image

@SveSop
Copy link

SveSop commented Feb 25, 2025

Luckily the wineHQ devs replied this:

wine64 was already missing from new wow64 builds, so tools hopefully know how to cope with that.

Who uses bottles, lutris, winetricks or any non-wineHQ provided dll's anyway right? 😏

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

No branches or pull requests

3 participants