Posts: 4
Threads: 1
Joined: Oct 2006
Reputation:
0
10-22-2006, 12:02 PM
(This post was last modified: 10-23-2006, 08:41 AM by commandercup.)
I installed everythign ok, done it over and over (atleast 3 times) since it hasn't been running correctly, so I searched the forums and it seems that many people have the same problem I do...
./srcds_run: line 344: 5053 Illegal Instruction $HL_CMD
Now the thing is, I heard that you need a newer box if you have this error (SSE/SSE2 w/e that is) but I've run the source dedicated server on my old windows (same computer, just installed linux a week ago) and my 1.6 server runs fine, tryign to switch to source
can someone clear things up for me?
Posts: 81
Threads: 13
Joined: Aug 2006
Reputation:
0
10-22-2006, 02:25 PM
(This post was last modified: 10-22-2006, 02:27 PM by USB.)
try this
./srcds_run -console -game cstrike -port 27015 +ip 127.0.0.1 +map de_dust2 +maxplayers 10
add that after srcds_run
*replace 127.0.0.1 with your DHCP IP Address
Posts: 1,217
Threads: 42
Joined: Dec 2004
Reputation:
0
Linux binary requires SSE, i don't think the windows binary does.
starting 9/24/2006 if your problem has been solved please edit your first post and add [solved] to the begining of the title. Thanks.
Posts: 4
Threads: 1
Joined: Oct 2006
Reputation:
0
no it still doesn twork even with port and ip set, what exactly in noob terms is SSE? can i enable it somehow?
Posts: 56
Threads: 8
Joined: Mar 2006
Reputation:
0
Which Linux are you using? Have you updated your box?
Posts: 4
Threads: 1
Joined: Oct 2006
Reputation:
0
I'm using xubuntu, and I dled the latest version, but I'm running on a pentium II box, so i'll have to use windows if I want to host source?
Posts: 56
Threads: 8
Joined: Mar 2006
Reputation:
0
Did you do a Full Install or did you pick which stuff to install? CS:Source on a PII? If you did a Full Install, also try another type of Linux like Fedora, Debain or even Slackware (You need 2.6.+).
Posts: 5,178
Threads: 65
Joined: Mar 2005
Reputation:
22
10-23-2006, 08:43 AM
(This post was last modified: 10-23-2006, 08:44 AM by Drocona.)
PII is really on the edge if it runs at all.
If the processor has SSE then it should be working. But I'm not that good with procs. Depending on how much MHz the proc is, 500MHz should be enough to do 10 players.
Posts: 56
Threads: 8
Joined: Mar 2006
Reputation:
0
Yea now i think about it the PII doesnt have SSE, but i could be wrong.
Posts: 1,217
Threads: 42
Joined: Dec 2004
Reputation:
0
cat /proc/cpuinfo |grep sse
starting 9/24/2006 if your problem has been solved please edit your first post and add [solved] to the begining of the title. Thanks.