Results 1 to 2 of 2

Thread: To add EAC to a linux set-up

  1. #1
    Join Date
    Jul 2009
    Location
    Hippiesoldierstan Norwich
    Beans
    2,326
    Distro
    Lubuntu 22.04 Jammy Jellyfish

    To add EAC to a linux set-up

    had not done this for a while so had to learn again; may be of use


    To add EAC to a linux set-up --- this tested on Ubuntu and Manjaro [Feb 2024]


    Install Wine
    -------


    ➊ Install Wine and if your version of Wine does not have 32-bit do this


    1) Open up the terminal by pressing Ctrl + Alt + T. And type the following commands:
    Code:
    cd ~
       rm -rf .wine
       rm -f .config/menus/applications-merged/wine*
       rm -rf .local/share/applications/wine
       rm -f .local/share/desktop-directories/wine*
       rm -f .local/share/icons/????_*.xpm
    2) Now to set your environment variable and also to create your new 32-bit WINEPREFIX go ahead and type:




    Code:
       WINEARCH=win32 WINEPREFIX=~/.wine winecfg
    ➋ you will need this for EAC


    Code:
    winetricks -q dotnet20
    let this install


    ➌ install EAC


    ======


    if you have troubleshooting issues refer to the older thread page 1


    ======


    if you wish for a perfect rip use this info here from a now defunct site


    Last edited by shantiq; February 27th, 2024 at 09:36 AM.
    Linux is Latin for off-the-beaten-track
    what I like MOST about our Ubuntu ... The Community ie 50 brains are better than one
    Playing with Slackware too now ...
    ShanArt

  2. #2
    Join Date
    Apr 2024
    Beans
    2

    Re: To add EAC to a linux set-up

    bro thank you so much, i’ve been trying to get dead by daylight working on my steam deck for so long and now it does!



    Last edited by karimoui; 3 Weeks Ago at 11:28 AM.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •