MX 17 Repository: The Lutris Thread

Message
Author
User avatar
mmikeinsantarosa
Developer
Posts: 2192
Joined: Thu May 01, 2014 10:12 am

MX 17 Repository: The Lutris Thread

#1 Post by mmikeinsantarosa »

lutris-0.5.0 is now available from the test repo.
Check out the Lutris home page and a wikipedia entry.
What's new/fixed in this release:
* Modernize the Gtk UI, thanks to the improvements made by @TingPing
* Add GOG support, allowing users to sign-in their account, import games and
download game files automatically during install.
* Add finer game import options, allowing imports from different 3rd party
such as Steam, GOG and locally installed games.
* Re-architecture the process monitor. This fixes issues with games exiting
prematurely. Many thanks to @AaronOpfer for his patches!
* Multiple games can now be launched at the same time without losing control
over the first game.
* Game information and actions are now displayed in a panel on the right side.
Coverart fetching for the panel will be added in a future release, until then
cover art files can be placed in ~/.local/share/lutris/coverart/[game-identifier].jpg
* Games from lutris.net can be searched and installed from the client itself.
* New install_cab_component installer command for Media Foundation based games.
* Add a download cache to re-use files between installations.
* Print graphics drivers and GPU on startup
* Re-design installer selection picker.
* Add a button to show installer scripts before installing.
* Re-architecturing of several parts of the application (views, linux
feature detection, main game class, ...)
lutris-main-window.jpg
This set for MX-17/18 was built with only stock repos enabled so if we could get some successful test results posted here we can move it to main to replace the 0.4.19 that's there now.

- mike
You do not have the required permissions to view the files attached to this post.
LT: MX19.1 Quad Core model: Intel Core i7-6820HQ Kernel: 5.0.0-7.1-liquorix-amd64 x86_64

User avatar
mmikeinsantarosa
Developer
Posts: 2192
Joined: Thu May 01, 2014 10:12 am

Re: MX 17 Repository: The Lutris Thread

#2 Post by mmikeinsantarosa »

the test repo now has lutris-0.5.1.2.
There have been quite a few fixes since 5.0.
* Fix issue with custom Proton detection preventing Wine game from running
* Fixed a crash when trying to open webpages on system without GVFS
installed
* Fixed GOG login dialog being displayed multiple times during the install
* Add mesa-utils as dependency for glxinfo
* Add gvfs-backends as dependency to fix the open_uri issue
* Add detection of custom proton builds in compatibilitytools.d folder, as
documented here: https://github.com/valvesoftware/proton ... on-locally
(by @GloriousEggroll)
* Download the default Lutris Wine version when not available
* Prevent duplicates when importing games from 3rd party services
* Fix some sorting issues in the view
* Add issue reporting feature with the --submit-issue flag. The issue can
only be saved locally, API integration will be implemented at a later stage.
* Add support for CD-ROM images for non CD32/CDTV Amiga models
* Remove website search from sidebar and merge it with the main search entry
* Display a warning message if the installed Nvidia driver is too old
* Fix GOG games not being installable without being connected to GOG
* Improve performance of log handling
* Remove winecfg if Proton is used
* Use discrete graphics by default with compatible systems
* Increase game icon size from 32x32 to 128x128
* Various fixes
Please post any testing results here.

- mike
LT: MX19.1 Quad Core model: Intel Core i7-6820HQ Kernel: 5.0.0-7.1-liquorix-amd64 x86_64

User avatar
mmikeinsantarosa
Developer
Posts: 2192
Joined: Thu May 01, 2014 10:12 am

Re: MX 17 Repository: The Lutris Thread

#3 Post by mmikeinsantarosa »

We're up to lutris-0.5.2.1 i the test repo. There have been quite a few fixes since the last build sent up.
* Handle distributions where ldconfig is not in $PATH, like Debian
* Fix a crash when GOG credential have changed
* Leave "Show logs" button always enabled
* Add BlastEm to libretro cores
* Avoid a crash if the lutris config file is corrupted
* Install Asian fonts by default on Wine prefix creation
* Add Vulkan ICD loaders in system options
* Add SampleCount option to Wine (allows enabling antialiasing in old games)
* Replace joystick panel with Wine config panel (which contains the joypad panel)
* Display warning when installing games on NTFS drives
* Display warning if Vulkan is not fully installed
* Use ldconfig to determine library paths
* Disable steamwebhelper in Wine Steam to prevent spamming logs with errors
* Fake release to work around Launchpad / OBS publishing issues.
* Various bug fixes
So, if you upgrade to this latest version, please post any feed back in this thread.

- mike
LT: MX19.1 Quad Core model: Intel Core i7-6820HQ Kernel: 5.0.0-7.1-liquorix-amd64 x86_64

Croton
Posts: 16
Joined: Thu Jan 17, 2019 3:34 pm

Re: MX 17 Repository: The Lutris Thread

#4 Post by Croton »

Sorry if I'm posting in the wrong thread, but my search turned up as the most relevant - Please (re-)move is necessary. Lutris is complaining that I miss the i386 Vulkan libraries. The matter is that I have an AMD card (RX580) and all Vulkan libraries which are not marked as "NVIDIA" from the repos installed. What do I miss or which package needs to be installed, to get it working?

User avatar
mmikeinsantarosa
Developer
Posts: 2192
Joined: Thu May 01, 2014 10:12 am

Re: MX 17 Repository: The Lutris Thread

#5 Post by mmikeinsantarosa »

Croton wrote: Mon May 20, 2019 1:26 pm Sorry if I'm posting in the wrong thread, but my search turned up as the most relevant - Please (re-)move is necessary. Lutris is complaining that I miss the i386 Vulkan libraries. The matter is that I have an AMD card (RX580) and all Vulkan libraries which are not marked as "NVIDIA" from the repos installed. What do I miss or which package needs to be installed, to get it working?
If your system is MX-17/18, this is the correct place to post..

It looks like I need to update the control file and get anew set up.
In the mean time, you can fix this by executing the following commands from a terminal.

Code: Select all

sudo dpkg --add-architecture i386
then

Code: Select all

sudo apt-get update
and finally

Code: Select all

apt-get install libvulkan1:i386
- mike

- mike
LT: MX19.1 Quad Core model: Intel Core i7-6820HQ Kernel: 5.0.0-7.1-liquorix-amd64 x86_64

User avatar
mmikeinsantarosa
Developer
Posts: 2192
Joined: Thu May 01, 2014 10:12 am

Re: MX 17 Repository: The Lutris Thread

#6 Post by mmikeinsantarosa »

Croton wrote: Mon May 20, 2019 1:26 pm Sorry if I'm posting in the wrong thread, but my search turned up as the most relevant - Please (re-)move is necessary. Lutris is complaining that I miss the i386 Vulkan libraries. The matter is that I have an AMD card (RX580) and all Vulkan libraries which are not marked as "NVIDIA" from the repos installed. What do I miss or which package needs to be installed, to get it working?
An updated deb should show up in our repos soon. If you can't wait, here's a direct download to the fixed deb Click here

- mike
LT: MX19.1 Quad Core model: Intel Core i7-6820HQ Kernel: 5.0.0-7.1-liquorix-amd64 x86_64

User avatar
mmikeinsantarosa
Developer
Posts: 2192
Joined: Thu May 01, 2014 10:12 am

Re: MX 17 Repository: The Lutris Thread

#7 Post by mmikeinsantarosa »

lutris_0.5.2.1mx17+2 is now up in the main repo and this should fix the vulkan issue. You can just upgrade now.

- mike
LT: MX19.1 Quad Core model: Intel Core i7-6820HQ Kernel: 5.0.0-7.1-liquorix-amd64 x86_64

Croton
Posts: 16
Joined: Thu Jan 17, 2019 3:34 pm

Re: MX 17 Repository: The Lutris Thread

#8 Post by Croton »

The package was already upgraded to 0.5.2.1, but still got me the same error

Code: Select all

sudo dpkg --add-architecture i386
sudo apt-get update
sudo apt-get install libvulkan1:i386
however, did the trick for me, the sudo before the apt get install was missing, but I could decipher the error message "are you root?" - Thank you very much it doesn't complain anymore :happy: . Keep up the great work!

User avatar
mmikeinsantarosa
Developer
Posts: 2192
Joined: Thu May 01, 2014 10:12 am

Re: MX 17 Repository: The Lutris Thread

#9 Post by mmikeinsantarosa »

We have lutris-0.5.2.2 in main now.
Just a couple of fixes in this one.
Fix installation of Wine Steam runner
Restore and preserve original d3d .dll files when DXVK option is not active
- mike
LT: MX19.1 Quad Core model: Intel Core i7-6820HQ Kernel: 5.0.0-7.1-liquorix-amd64 x86_64

SwampRabbit
Posts: 3602
Joined: Tue Jun 14, 2016 2:02 pm

Re: MX 17 Repository: The Lutris Thread

#10 Post by SwampRabbit »

Lutris 0.5.4 is now in the Test Repository for MX-17/18.

Updates with 0.5.4

Code: Select all

* Added support for Python 3.8.
  * Added config validation.
  * Added support for Nvidia PRIME off-load.
  * Added a popup after a successful game import.
  * Added alacritty as a terminal option.
  * Newly installed games that don't specify wine version will now default to the version used during installation.
  * Provide a fallback for when Lutris can't create a working directory.
  * Update libretro runners list.
  * Removed runners that have no binary builds.
  * Esync can now be enabled for Wine Staging >= 4.6.
  * Default scaling option for Mednafen is now nn4x.
  * steamwebhelper.exe is no longer disabled to avoid issues with the new Steam UI.
  * Ignore special symbols when generating identifiers for games.
  * Wine processes are now killed if installation is cancelled.
  * Fixed installation issues for users whose username begin with "x".
  * Fixed a bug with side panels hidden by default on first start.
  * Fixed an issue that would not allow user to unselect a game in right panel by clicking on an empty space in the library if that game was no longer installed.
  * Fixed an issue that allowed user to change the configuration of a game that was already removed.
  * Fixed an issue that made games imported from native Steam to appear as uninstalled.
  * Fixed a bug that opened Wine Console instead of Wine Registry.
  * Fixed warnings that occurred when Gamemode was enabled.
  * Fixed various locale issues.
  * Fixed a bug preventing Lutris to find Gallium Nine libraries.
  * Fixed issues with positioning of the Lutris window.
  * Fixed game panel updates on game quit.
  * Fixed game loading error in cases when libstrangle is missing but was previously enabled.
  * Fixed a bug that made Lutris download Linux version of a GOG game even when the runner was set to Wine.
  * Fixed installation of the local install scripts.
  * Fixed installation issues for wine installers that don't have a "files" section.
  * Further fixed issues with wine sandboxing on non-english systems.

More information for end users can be found here.

Installation has been tested already on MX-19 amd64, I tested with few native Linux games, and with Steam. Please let us know if you run into any issues using Lutris.
NEW USERS START HERE FAQS, MX Manual, and How to Break Your System - Don't use Ubuntu PPAs! Always post your Quick System Info (QSI) when asking for help.

Locked

Return to “Package Requests/Status - MX 17/18”