Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Old gameimage versions not available #21

Closed
Blad3forc3 opened this issue Mar 11, 2023 · 8 comments
Closed

Old gameimage versions not available #21

Blad3forc3 opened this issue Mar 11, 2023 · 8 comments

Comments

@Blad3forc3
Copy link

Can a version of older appimages be available to download? I'd like version 0.40 to test as i have a game that worked on that version but not on the latest version. I'd like to test this and with an older staging version

@ruanformigoni
Copy link
Owner

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

@Blad3forc3
Copy link
Author

Blad3forc3 commented Mar 13, 2023 via email

@ruanformigoni
Copy link
Owner

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.

@ruanformigoni
Copy link
Owner

ruanformigoni commented Mar 18, 2023

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.

@Blad3forc3
Copy link
Author

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?

@ruanformigoni
Copy link
Owner

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

@Blad3forc3
Copy link
Author

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

@ruanformigoni
Copy link
Owner

ruanformigoni commented Mar 18, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants