Package Details: bottles 2:51.15-2

Git Clone URL: https://aur.archlinux.org/bottles.git (read-only, click to copy)
Package Base: bottles
Description: Easily manage wine and proton prefix
Upstream URL: https://github.com/bottlesdevs/Bottles
Keywords: Bottles gaming Wine Wineprefixes
Licenses: GPL-3.0-only
Submitter: ragouel
Maintainer: lotation (brombinmirko, francescomasala)
Last Packager: lotation
Votes: 150
Popularity: 5.97
First Submitted: 2020-11-28 22:52 (UTC)
Last Updated: 2024-11-08 16:10 (UTC)

Dependencies (36)

Required by (2)

Sources (1)

Pinned Comments

brombinmirko commented on 2022-09-15 20:54 (UTC) (edited on 2022-09-15 20:54 (UTC) by brombinmirko)

=====================

READ HERE FIRST

=====================

This package is not officially supported by the Bottles Developers. Even though some of those developers are package maintainers, support is offered by the package authors who will make sure it is handled in the best possible way. They will diagnose the issues and report the issues to the development team if they are not related to the package.

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 .. 22 Next › Last »

FabioLolix commented on 2023-06-04 11:28 (UTC)

@rezhajemko same as https://aur.archlinux.org/packages/bottles#comment-917714, see also https://aur.archlinux.org/packages/bottles?O=10#comment-914077

rezhajemko commented on 2023-06-04 11:10 (UTC) (edited on 2023-06-04 11:13 (UTC) by rezhajemko)

Bottles does not start after today's last updates of some python libraries.

Traceback (most recent call last):
  File "/usr/bin/bottles", line 40, in <module>
    from bottles.frontend import main
  File "/usr/share/bottles/bottles/frontend/main.py", line 37, in <module>
    from bottles.frontend.windows.main_window import MainWindow
  File "/usr/share/bottles/bottles/frontend/windows/main_window.py", line 30, in <module>
    from bottles.backend.managers.manager import Manager
  File "/usr/share/bottles/bottles/backend/managers/manager.py", line 31, in <module>
    import pathvalidate
ModuleNotFoundError: No module named 'pathvalidate'

FabioLolix commented on 2023-06-03 09:43 (UTC)

@dreieck you need to rebuild the AUR python packages after a major python update, see also https://aur.archlinux.org/packages/bottles?O=10#comment-914077

FabioLolix commented on 2023-06-02 18:34 (UTC)

@costor you need to install them from the AUR and rebuild when there is a major python update

costor commented on 2023-06-02 17:48 (UTC)

I needed to run the following or else Bottles wouldn't start: pip install patool fvs vkbasalt-cli

jeancf commented on 2023-06-02 12:18 (UTC)

I am trying to install bottles for the first time and the installation fails with:

[53/55] Generating bottles/frontend/ui/bottles_gresource with a custom command
FAILED: bottles/frontend/ui/bottles.gresource 
/usr/bin/glib-compile-resources ../bottles/frontend/ui/bottles.gresource.xml --sourcedir bottles/frontend/ui --sourcedir ../bottles/frontend/ui --internal --generate --target bottles/frontend/ui/bottles.gresource --dependency-file bottles/frontend/ui/bottles.gresource.d
../bottles/frontend/ui/bottles.gresource.xml: Failed to locate “window.ui” in any source directory.

cfebs commented on 2023-06-01 00:45 (UTC)

The githhub ticket bug prompt says to not open bug reports from packages so leaving this here.

It is a fairly minor bug, but breaks the Launch Options dialog until relaunched.

Full bug report according to GH repo formatting: https://gist.github.com/cfebs/cfb4613d026d276a7d53c36adabf6973

When clicking Save in Launch Options:

Traceback (most recent call last):
  File "/usr/share/bottles/bottles/frontend/widgets/program.py", line 202, in update_programs
    self.view_bottle.update_programs(config=self.config)
  File "/usr/share/bottles/bottles/frontend/views/bottle_details.py", line 287, in update_programs
    raise TypeError("config param need BottleConfig type, but it was %s" % type(config))
TypeError: config param need BottleConfig type, but it was <class 'str'>

When trying to open Change Launch Options again:

Traceback (most recent call last):
  File "/usr/share/bottles/bottles/frontend/widgets/program.py", line 134, in show_launch_options_view
    dialog = LaunchOptionsDialog(self, self.config, self.program)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/share/bottles/bottles/frontend/windows/launchoptions.py", line 85, in __init__
    config.Parameters.dxvk,
    ^^^^^^^^^^^^^^^^^
AttributeError: 'str' object has no attribute 'Parameters'

Possibly related to: https://github.com/bottlesdevs/Bottles/issues/2908

FabioLolix commented on 2023-05-15 18:52 (UTC)

the key point here is that you'll have to do a full rebuild (that's important) not from a cached one neither from existing build files

General advice; always clean makepkg folders, see -c and -C options of makepkg

loxothrone commented on 2023-05-15 17:40 (UTC) (edited on 2023-05-15 17:43 (UTC) by loxothrone)

hey guys im sorry for being stupidity foolish, so apparently the advice of rebuilding a python packages is accurate, the key point here is that you'll have to do a full rebuild (that's important) not from a cached one neither from existing build files, but it has to be a clean\full rebuild. ps that's once again i was proved that Linux community is the best one