Giter Site home page Giter Site logo

Comments (8)

ruanformigoni avatar ruanformigoni commented on May 25, 2024

Hi @Blad3forc3! I don't plan to support older releases, here is v.4.0.0.

from gameimage.

Blad3forc3 avatar Blad3forc3 commented on May 25, 2024

from gameimage.

ruanformigoni avatar ruanformigoni commented on May 25, 2024

Hi @Blad3forc3 , sorry for the delay on getting back to you. I currently do not, however I'm working on the stable 8.0 version which should help.

from gameimage.

ruanformigoni avatar ruanformigoni commented on May 25, 2024

I've been working in a replacement for appimage, which makes it easier to run applications in containers, you can check it out here.

With this, you can build your own wine distribution really easily with:

./focal.arts arts-resize 10G
./focal.arts arts-root dpkg --add-architecture i386
./focal.arts arts-root mkdir -pm755 /etc/apt/keyrings
./focal.arts arts-root apt install -y wget
./focal.arts arts-root wget -O /etc/apt/keyrings/winehq-archive.key https://dl.winehq.org/wine-builds/winehq.key
./focal.arts arts-root wget -NP /etc/apt/sources.list.d/ https://dl.winehq.org/wine-builds/ubuntu/dists/focal/winehq-focal.sources
./focal.arts arts-root apt update
./focal.arts arts-root apt install --install-recommends winehq-staging
./focal.arts arts-cmd wine

These instructions were taken from here.

from gameimage.

Blad3forc3 avatar Blad3forc3 commented on May 25, 2024

Great Ruan. How do i inject an older wine build into this? I have wine 1.5.0 on my hard drive with the folders bin, lib and share inside it. Looking above this will always install the latest wine build, which is good but is it possible for me to use 1.5.0?

from gameimage.

ruanformigoni avatar ruanformigoni commented on May 25, 2024

You can copy the binaries inside it and set it as the default command:

./focal.arts arts-root cp ./wine-1.5.0 /opt/
./focal.arts arts-cmd ./wine-1.5.0/bin/wine
mv focal.arts wine
./wine --version

from gameimage.

Blad3forc3 avatar Blad3forc3 commented on May 25, 2024

I am failing on the first part. I have a folder called wine-1.5.0 next to focal.arts and when in type ./focal.arts arts-root cp ./wine-1.5.0 /opt i get this error
cp: cannot stat './wine-1.5.0': No such file or directory

from gameimage.

ruanformigoni avatar ruanformigoni commented on May 25, 2024

Weird, I managed to make wine-1.7.7 work, here:

screenshot-148

You could try ./focal.arts arts-root ls -l. If it gets stuck and says 'device or resource busy' (current bug I'm working on to fix), use killall fuse2fs.

from gameimage.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.