Open faeyben opened 1 year ago
Same here, I think it"s a permission problem with Flatpak package, because with AUR package where bottles is not sandboxed Battle.net work perfectly. Need to more investigate about this problem.
Same logs as you in my case.
@faeyben Are you trying to install on different disk/directory than the default flatpak bottles directory ? Because in my case is it (Bottles create directory on my 2nd drive), I tried to install it in default flatpak directory on another PC and it's working, this can confirm my theory if it's your case.
EDIT: Confirmed ! Installing programs in default flatpak folder works good and installing games on my other drive is the solution I found.
@EvoXCX Yes, I install flatpaks onto my /home disk (with flatpak --user
), whereas I have separate disks for games that are mounted under /home/\<username>/Games.
Hello,
I created a new Bottle with the standard Gaming preset. After that I tried to install Battle.net using the Bottles installer. The installation process did not finish completely, the logs were filled with hundreds of the following line per second:
[Main] {Main} Query failed: database is locked
After waiting for about 10 minutes, I used
kill
to stop the Battle.net process after which the installation "finished". However, starting Battle.net then yields the same behavior.Full log from starting Battle.net:
Using
fuser
to see what process accesses CachedData.db, I can see that after attempting to start Battle.net/usr/libexec/xdg-document-portal
is accessing that file. Though I am not sure if that is the indeed the database it's complaining about.