Package Details: bottles 2:51.11-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: GPL3
Submitter: ragouel
Maintainer: lotation (brombinmirko, francescomasala)
Last Packager: lotation
Votes: 126
Popularity: 3.04
First Submitted: 2020-11-28 22:52 (UTC)
Last Updated: 2024-03-12 21:39 (UTC)

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

1 2 3 4 5 6 .. 19 Next › Last »

Shadow669 commented on 2024-03-16 16:52 (UTC)

@lotation I hope you will try your best to address major issues in your maintained package of bottles despite your busy and tight scheduled life.

lotation commented on 2024-03-11 22:10 (UTC)

Sorry, in the past weeks I have been pretty busy and couldn't give bottles the attention it needed.

I will update the package in the next 24 hours but if someone with more knowledge and free time wants to adopt it I'm totally fine with that.

Shadow669 commented on 2024-02-15 09:30 (UTC)

Bottles crashes sometimes unexpectedly with core dump error like lutris , afaik it is caused by some python related issue . Lutris has fixed it now . Today while adding a game in my bottle , it crashed and the whole bottle was reportedly deleted even though the files still existed . Nothing like this seems to occur in the flatpak version.

kidonng commented on 2024-02-02 17:00 (UTC) (edited on 2024-02-04 07:12 (UTC) by kidonng)

I have the same concern as @UltraBlack, wine really should not be a hard dependency. Currently the default runtime used by Bottles is Soda instead of the system one (I can't even choose the system one as default), pulling in wine just seems unnecessary.

I see wine is briefly made optdepends in https://aur.archlinux.org/cgit/aur.git/commit/PKGBUILD?h=bottles&id=1ebc7b94855b67b77a07f8850074bf1abc656af2, then reverted in https://aur.archlinux.org/cgit/aur.git/commit/PKGBUILD?h=bottles&id=96c13c1889104e9ea157bf17e7d29e2b32e7683a. That was mid-2021, things may have changed a lot, may worth reconsidering this change.

maxlefou commented on 2023-12-30 13:01 (UTC) (edited on 2023-12-30 13:04 (UTC) by maxlefou)

Can't use bottles-cli since the last update:

Traceback (most recent call last):
  File "/usr/bin/bottles-cli", line 652, in <module>
    cli = CLI()
          ^^^^^
  File "/usr/bin/bottles-cli", line 150, in __init__
    self.__process_args()
  File "/usr/bin/bottles-cli", line 199, in __process_args
    self.run_program()
  File "/usr/bin/bottles-cli", line 574, in run_program
    _args = program.get("arguments", "") + " " + _args
            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
TypeError: unsupported operand type(s) for +: 'NoneType' and 'str'

Using bottles' GUI works fine though

AbstractionMage commented on 2023-12-22 14:32 (UTC)

upon running bottles from this package, I get the following error:

$ bottles
Traceback (most recent call last):
  File "/usr/bin/bottles", line 44, in <module>
    from bottles.frontend import main
  File "/usr/share/bottles/bottles/frontend/main.py", line 36, in <module>
    from bottles.frontend.windows.main_window import MainWindow
  File "/usr/share/bottles/bottles/frontend/windows/main_window.py", line 40, in <module>
    from bottles.frontend.views.details import DetailsView
  File "/usr/share/bottles/bottles/frontend/views/details.py", line 32, in <module>
    from bottles.frontend.views.bottle_preferences import PreferencesView
  File "/usr/share/bottles/bottles/frontend/views/bottle_preferences.py", line 48, in <module>
    from bottles.frontend.windows.vkbasalt import VkBasaltDialog
  File "/usr/share/bottles/bottles/frontend/windows/vkbasalt.py", line 30, in <module>
    from vkbasalt.lib import parse, ParseConfig
ImportError: cannot import name 'parse' from 'vkbasalt.lib' (/usr/lib/python3.11/site-packages/vkbasalt/lib.py)

All AUR and system packages are up to date.

Kodehawa commented on 2023-12-20 23:14 (UTC) (edited on 2023-12-20 23:18 (UTC) by Kodehawa)

Anyone is able to change execution directory? Clicking on the icon to open the file manager does nothing to me.

Using dbus-monitor, I can see a dbus call to vfs erroring out with "The specified location is not mounted" when I click the icon.

method return time=1703113605.536251 sender=:1.24 -> destination=:1.256 serial=841 reply_serial=152
   string ":1.24:user:491"
method call time=1703113605.541312 sender=:1.256 -> destination=org.freedesktop.DBus serial=153 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=StartServiceByName
   string "org.gtk.vfs.Daemon"
   uint32 0
method return time=1703113605.541323 sender=org.freedesktop.DBus -> destination=:1.256 serial=4294967295 reply_serial=153
   uint32 2
method call time=1703113605.541406 sender=:1.256 -> destination=org.freedesktop.DBus serial=154 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=GetNameOwner
   string "org.gtk.vfs.Daemon"
method return time=1703113605.541414 sender=org.freedesktop.DBus -> destination=:1.256 serial=4294967295 reply_serial=154
   string ":1.14"
method call time=1703113605.541504 sender=:1.256 -> destination=:1.14 serial=155 path=/org/gtk/vfs/mounttracker; interface=org.gtk.vfs.MountTracker; member=LookupMount
   struct {
      array of bytes "/" + \0
      array [
         dict entry(
            string "type"
            variant                array of bytes "smb-network" + \0
         )
      ]
   }
error time=1703113605.541691 sender=:1.14 -> destination=:1.256 error_name=org.gtk.GDBus.UnmappedGError.Quark._g_2dio_2derror_2dquark.Code16 reply_serial=155
   string "La ubicación especificada no está montada"

Kind of annoying that the devs only support flatpak, so I can't even bother to report a bug against git upstream because they'll just close it lol

jonathandavid200 commented on 2023-12-20 11:10 (UTC)

When I go to run it; it gets stuck saying almost done the first time I run it. I saw people that use flatpak had this problem too they made a dxvk2.0.1 folder. But I don't have that directry on arch linux kde to even try it. It sas it has a problem with the gtk system bus and then it says it can't find dxvk and some others.

lotation commented on 2023-10-23 17:33 (UTC)

@raphael_costa thanks for the tip, I updated the package