#4825·Bottles

[Bug]: Cannot create 32 bit bottle using Caffe-10.0 runner

Author: deltalejoCreated Sep 14, 2026Updated Sep 14, 2026

Describe the bug

Cannot create a 32 bit bottle using Caffe-10.0 runner, the following error is shown:

Image

To Reproduce

  1. Click on the plus button
  2. Select Create a Bottle
  3. Type a name, e.g: MyApp
  4. Choose Custom environment
  5. Select 32-bit architecture
  6. Select caffe-10.0 runner
  7. Click on create button
  8. Wait for the error to appear

Package

Flatpak from Flathub

Distribution

Debian Testing (forky)

Debugging Information

bash
Official Package: true
Version: '67.3'
DE/WM: gnome
Display:
    X.org: true
    X.org (port): :0
    Wayland: true
Graphics:
    vendors:
        amd:
            vendor: amd
            envs:
                DRI_PRIME: '1'
            icd: /usr/share/vulkan/icd.d/radeon_icd.x86_64.json:/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
    Vulkan: true
Kernel:
    Type: Linux
    Version: 7.1.13+deb14-amd64
Disk:
    Total: 14636261376
    Free: 14636093440
RAM:
    MemTotal: 27.3GiB
    MemAvailable: 19.2GiB
Bottles_envs: null

Troubleshooting Logs

bash
18:22:42 (INFO) Generating bottle configuration… 
18:22:42 (INFO) Using Wine Runtime tool -- send_status(-i) 
18:22:42 (INFO) Executing command: /home/alejo/.var/app/com.usebottles.bottles/data/bottles/runners/caffe-10.0/bin/wine wineboot -i /nogui 
wine: WINEARCH is set to 'win32' but this is not supported in wow64 mode.
18:22:47 (ERROR) Wine prefix initialization failed.

Additional context

No response