Can't configure Wine on Leap 16.0

@Tail I suggest com.usebottles.bottles (it’s also verified) instead of org.winehq.Wine it’s similar to what is available in Codeweavers version… It also pulls all the files needed for the application into a ‘bottle’.

Thank you for your help. I miss basic concepts probably. I migrated to flatpak to be able to use Wine 32-bit (dotnet can’t be install on 64-bit version):

$ export WINEPREFIX=~/.wine
$ export WINEARCH=win32
$ flatpak run org.winehq.Wine winecfg
wine: WINEARCH set to win32 but '/var/data/wine' is a 64-bit installation.

How to install Wine 32-bit version?

$ flatpak list
Name                                                Application ID                                          Version                              Branch                    Installation
Bottles                                             com.usebottles.bottles                                  52.1                                 stable                    user
Freedesktop Platform                                org.freedesktop.Platform                                freedesktop-sdk-25.08.3              25.08                     user
i386                                                org.freedesktop.Platform.Compat.i386                                                         25.08                     user
Mesa                                                org.freedesktop.Platform.GL.default                     25.2.6                               25.08                     user
Mesa (Extra)                                        org.freedesktop.Platform.GL.default                     25.2.6                               25.08-extra               user
Mesa                                                org.freedesktop.Platform.GL32.default                   25.2.6                               25.08                     user
Mesa (Extra)                                        org.freedesktop.Platform.GL32.default                   25.2.6                               25.08-extra               user
Intel VAAPI driver                                  org.freedesktop.Platform.VAAPI.Intel                                                         25.08                     user
i386                                                org.freedesktop.Platform.VAAPI.Intel.i386                                                    25.08                     user
Codecs Extra Extension                              org.freedesktop.Platform.codecs-extra                                                        25.08-extra               user
i386                                                org.freedesktop.Platform.codecs_extra.i386                                                   25.08-extra               user
GNOME Application Platform version 49               org.gnome.Platform                                                                           49                        user
Wine                                                org.winehq.Wine                                         10.0                                 stable-25.08              user
gecko                                               org.winehq.Wine.gecko                                                                        stable-25.08              user
mono                                                org.winehq.Wine.mono                                                                         stable-25.08              user

If you can, give me simple answer: do this, try this or something similar. For example, I don’t understand previous answer. Does it mean to run this?

$ flatpak --user run --filesystem=~/applications com.usebottles.bottles applications/Studio+2.0_32.exe

If so I got:

16:06:37 (ERROR) Unable to load libGLX_nvidia.so.0 
16:06:37 (WARNING) Unable to locate libGLX_nvidia 
16:06:37 (INFO) Launching with executable: applications/Studio+2.0_32.exe 
16:06:37 (INFO) Launching with URI: ['applications/Studio+2.0_32.exe'] 
16:06:37 (INFO) Forcing offline mode 
Error while processing URI: [Errno 2] No such file or directory: '/home/user/.var/app/com.usebottles.bottles/data/bottles/bottles'

@Tail No just run bottles, it will be in the menu to select… Then can run the installer. No need to use the command line… Create an new bottle for the application, then run the installer, should be able to double click on it etc…

1 Like

Here it is running…

I installed within Bottle. I can run the app but without some dependencies it’s frozen and unusable:

So is emulation set in boot options? Your installing the 32bit version?

$ sudo grep -i emulation /boot/grub2/grub.cfg
linux	/boot/vmlinuz-6.12.0-160000.6-default root=UUID=7aeb4c4e-c513-4658-8d2e-65d1aeab5b5d  ${extra_cmdline} mitigations=auto quiet security=selinux selinux=1 rd.driver.blacklist=nouveau ia32_emulation=1
		linux	/boot/vmlinuz-6.12.0-160000.6-default root=UUID=7aeb4c4e-c513-4658-8d2e-65d1aeab5b5d  ${extra_cmdline} mitigations=auto quiet security=selinux selinux=1 rd.driver.blacklist=nouveau ia32_emulation=1
		linux	/boot/vmlinuz-6.12.0-160000.5-default root=UUID=7aeb4c4e-c513-4658-8d2e-65d1aeab5b5d  ${extra_cmdline} mitigations=auto quiet security=selinux selinux=1 rd.driver.blacklist=nouveau ia32_emulation=1
$ sudo zypper se -i wine
S  | Name       | Summary                                       | Type
---+------------+-----------------------------------------------+--------
i+ | wine       | An MS Windows Emulator                        | package
i  | wine-gecko | The Wine specific Gecko HTML rendering engine | package
i  | wine-mono  | A .NET replacement for use by Wine            | package
i  | winetricks | A way to work around problems in WINE         | package
$ flatpak list
Name                                                Application ID                                          Version                              Branch                    Installation
Bottles                                             com.usebottles.bottles                                  52.1                                 stable                    user
Freedesktop Platform                                org.freedesktop.Platform                                freedesktop-sdk-25.08.3              25.08                     user
i386                                                org.freedesktop.Platform.Compat.i386                                                         25.08                     user
Mesa                                                org.freedesktop.Platform.GL.default                     25.2.6                               25.08                     user
Mesa (Extra)                                        org.freedesktop.Platform.GL.default                     25.2.6                               25.08-extra               user
Mesa                                                org.freedesktop.Platform.GL32.default                   25.2.6                               25.08                     user
Mesa (Extra)                                        org.freedesktop.Platform.GL32.default                   25.2.6                               25.08-extra               user
Intel VAAPI driver                                  org.freedesktop.Platform.VAAPI.Intel                                                         25.08                     user
i386                                                org.freedesktop.Platform.VAAPI.Intel.i386                                                    25.08                     user
Codecs Extra Extension                              org.freedesktop.Platform.codecs-extra                                                        25.08-extra               user
i386                                                org.freedesktop.Platform.codecs_extra.i386                                                   25.08-extra               user
GNOME Application Platform version 49               org.gnome.Platform                                                                           49                        user
Wine                                                org.winehq.Wine                                         10.0                                 stable-25.08              user
gecko                                               org.winehq.Wine.gecko                                                                        stable-25.08              user
mono                                                org.winehq.Wine.mono                                                                         stable-25.08              user

And I run Bottles by clicking on icon.

@Tail Well you don’t need wine installed on the system? And your running “Studio+2.0_32.exe”

Ok, using zypper I uninstall all things related to wine to avoid conflicts. I was able to install additional packages and now the app is working smoothly. Thank you for you help and patience.

1 Like

Did you manage to sign-in when it’s installed via bottles?

No, no sign-in/up needed.