You are not logged in.
This is the link to download the game:
https://www.unrealsoftware.de/get.php?g … _linux.zip
And this is the AUR link:
https://aur.archlinux.org/packages/counter-strike-2d
I have multilib repository activated and I installed wine.
my operation steps:
1. yay -S lib32-libtxc_dxtn
2. I extracted the game zip to a directory.
3. I enter the game directory and open the terminal, execute the command: sudo cp libsteam_api.so /usr/lib
4. And then, I restart the computer.
5. chmod +x ./CS2D
6. ./CS2D and I met a error message:
[1] 1083 segmentation fault (core dumped) ./CS2D
It's all right when I use Ubuntu, maybe I just can run its Windows version with wine.
Last edited by Clud (2022-08-08 03:41:22)
Offline
my operation steps:
1. yay -S lib32-libtxc_dxtn
2. I extracted the game zip to a directory.
3. I enter the game directory and open the terminal, execute the command: sudo cp libsteam_api.so /usr/lib
4. And then, I restart the computer.
5. chmod +x ./CS2D
6. ./CS2D and I met a error message:
[1] 1083 segmentation fault (core dumped) ./CS2D
Why did you do any of that? You posted a link to the AUR package, why are you not using that?
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
Clud wrote:my operation steps:
1. yay -S lib32-libtxc_dxtn
2. I extracted the game zip to a directory.
3. I enter the game directory and open the terminal, execute the command: sudo cp libsteam_api.so /usr/lib
4. And then, I restart the computer.
5. chmod +x ./CS2D
6. ./CS2D and I met a error message:
[1] 1083 segmentation fault (core dumped) ./CS2DWhy did you do any of that? You posted a link to the AUR package, why are you not using that?
It's not the latest version
Last edited by Clud (2022-08-08 00:53:36)
Offline
3. I enter the game directory and open the terminal, execute the command: sudo cp libsteam_api.so /usr/lib
Using hacks like that WILL break your system in the near future .
The aur package has no maintainer, was flagged out-of-date over a year ago, its dependencies need an overhaul.
Looks like a new maintainer is needed for it, maybe you are willing to take over the package, Clud ?
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline
3. I enter the game directory and open the terminal, execute the command: sudo cp libsteam_api.so /usr/lib
Using hacks like that WILL break your system in the near future .
The aur package has no maintainer, was flagged out-of-date over a year ago, its dependencies need an overhaul.
Looks like a new maintainer is needed for it, maybe you are willing to take over the package, Clud ?
I started working on updating this package. I'm not sure how to handle libsteam_api.so though. Any recommendations?
Thanks!
Offline
The problem with the manual copying of something to /usr/lib is that the package manager (pacman for archlinux) isn't aware of it and is unable to track it.
In the PKGBUILD move / copy libsteam_api.so to $pkgdir/usr/lib .
Upon installing pacman will put it in /usr/lib and keep track of it.
Last edited by Lone_Wolf (2022-08-18 07:31:20)
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline
Thanks!
Offline