Solved Run Counter Strike Source v34 Server on aarch64 (ARM).

Unknowed

Member
Hello, i wanna know how to compile counter strike source files for aarch64 or how to emulate x86 in aarch64 in ubuntu.
 

Duk

Member
do you have source files? "compile counter strike source files for aarch64" where did you got CSS source files?
CSS v34 doesnt work in new Ubuntu version
 

Unknowed

Member
do you have source files? "compile counter strike source files for aarch64" where did you got CSS source files?
CSS v34 doesnt work in new Ubuntu version
no, it was just a hypotesis, what I want is to run a css v34 server in arm
 

Vertigo

⍥????
Staff member
Administrator
I understand what you want to do. My answer was response to @Duk reply.
You'll have to wait for an answer to the original question.
 

Vertigo

⍥????
Staff member
Administrator
Can you provide output for this command:

cat /etc/os-release
 
Last edited:

Vertigo

⍥????
Staff member
Administrator
Ok so it's 64 bit Ubuntu. You should have mentioned in original post about ubuntu.
You need to install 32 bit libraries to make the server work on 64 bit architecture Ubuntu OS.
Bash:
apt update
apt install lib32gcc1
apt install libc6-i386
apt install lib32stdc++6
apt install lib32z1
Each of the above commands should work without any errors.
If all of these dependencies are installed correctly. Then follow below steps to install the server:
 

Attachments

Unknowed

Member
Ok so it's 64 bit Ubuntu. You should have mentioned in original post about ubuntu.
You need to install 32 bit libraries to make the server work on 64 bit architecture Ubuntu OS.
Bash:
apt update
apt install lib32gcc1
apt install libc6-i386
apt install lib32stdc++6
apt install lib32z1
Each of the above commands should work without any errors.
If all of these dependencies are installed correctly. Then follow below steps to install the server:
yeah normaly this will work, but its arm architecture, not x86, so its not working, that's why i asked for help
 

Vertigo

⍥????
Staff member
Administrator
It will work if you install the 32 bit dependencies.
And the buffer fix plugin is required. Otherwise server will not load at all.

Having said that, post where exactly you are stuck with screenshot or any other information. Instead of just saying "Not working"
 

Unknowed

Member
It will work if you install the 32 bit dependencies.
And the buffer fix plugin is required. Otherwise server will not load at all.

Having said that, post where exactly you are stuck with screenshot or any other information. Instead of just saying "Not working"
1152
 

Vertigo

⍥????
Staff member
Administrator
The libraries failed to install. So the server won't load without them.
Make sure to update package list first by running apt update
Then try installing those libraries again.
Also show the output of apt install libgcc1
 
Top
AdBlock Detected

We get it, advertisements are annoying!

Sure, ad-blocking software does a great job at blocking ads, but it also blocks useful features of our website. For the best site experience please disable your AdBlocker.

I've Disabled AdBlock