Raised This Month: $51 Target: $400
 12% 

Source Dedicated Server for Mac OS X


Post New Thread Reply   
 
Thread Tools Display Modes
DS
SourceMod Developer
Join Date: Sep 2004
Location: WI, USA
Old 02-13-2013 , 11:52   Re: Source Dedicated Server for Mac OS X
Reply With Quote #71

I've finally released an update that fixes the problems with running an Orange Box game server. This includes TF2, CS:S, Garry's Mod, DOD:S, and HL2DM. All of these games should be running once again.

I've also added support for Nuclear Dawn. Please use the Left 4 Dead 2 package if you'd like to run a server for this game.

As usual, you can find the updated packages in the first post.


Quote:
Originally Posted by leekaiwei View Post
Does this need Steam running to use VAC? The Windows version doesn't need Steam version to do this but when I try to run this without Steam, it complains about it and can only run in LAN mode.
You'll need to grab the steam binaries from a Steam client install to actually run without Steam, I'm afraid. This includes crashhandler.dylib, libsteam.dylib, steamclient.dylib, tier0_s.dylib, vstdlib_s.dylib. Place them in the bin/ folder for whichever game you're running.
DS is offline
Thoroughbreed
Junior Member
Join Date: Feb 2013
Old 02-14-2013 , 09:33   Re: Source Dedicated Server for Mac OS X
Reply With Quote #72

@DS

An CS:GO! I love you man! ^_^

Testing new files in a second

- edit -

CS:S works fine now! No problems with missing symbols/dedicated.dylib .. Thx!

- edit2 -

CS:GO doesnt work? symbols/dedicated.dylib >_< ... Can you make a guide how to install it? Please ^_^ - Can you get me some glasses? lmao!

Last edited by Thoroughbreed; 02-14-2013 at 10:26. Reason: Tested
Thoroughbreed is offline
DS
SourceMod Developer
Join Date: Sep 2004
Location: WI, USA
Old 02-14-2013 , 10:59   Re: Source Dedicated Server for Mac OS X
Reply With Quote #73

Hmm, I wasn't aware that it was broken for CS:GO before my update post. In fact, I tried it before I posted the update. But now that I look at my files, I seem to have an old dedicated.dylib. I'll take a look at this right now. It's probably the same issue as with the other games.
DS is offline
Thoroughbreed
Junior Member
Join Date: Feb 2013
Old 02-14-2013 , 11:06   Re: Source Dedicated Server for Mac OS X
Reply With Quote #74

Got a windows-friend to download the new dedicated.dylib (1,6 MB vs 0,4 MB)

Still got the "Failed to find symbols for dedicated.dylib"-error -.-'
Thoroughbreed is offline
DS
SourceMod Developer
Join Date: Sep 2004
Location: WI, USA
Old 02-14-2013 , 11:13   Re: Source Dedicated Server for Mac OS X
Reply With Quote #75

Quote:
Originally Posted by Thoroughbreed View Post
Got a windows-friend to download the new dedicated.dylib (1,6 MB vs 0,4 MB)

Still got the "Failed to find symbols for dedicated.dylib"-error -.-'
That's very strange. I just tried the newest dedicated.dylib here and it still works for me. Are you certain that you're using the CSGO package and not a different one?

Quote:
]status
hostname: Counter-Strike: Global Offensive
version : 1.22.2.2/12222 5210 secure
udp/ip : 192.168.1.3:27015 (public ip: 65.30.57.209)
os : OSX
type : community dedicated
players : 0 humans, 0 bots (20/0 max) (hibernating)
DS is offline
Thoroughbreed
Junior Member
Join Date: Feb 2013
Old 02-14-2013 , 11:18   Re: Source Dedicated Server for Mac OS X
Reply With Quote #76

Run cmd:
Quote:
./srcds_run -steam -game csgo -console -usercon +game_type 0 +game_mode 1 +mapgroup mg_bomb -maxplayers_override 32 +map de_dust
(Also tried srcds_run.csgo)
Error:
Quote:
Auto detecting CPU
Using OSX binary.
Server will auto-restart if there is a crash.
Failed to find symbols for dedicated.dylib
dedicated.dylib = 1.576.096 byte
srcds_osx = 38.036 byte
srcds_run = 10.414 byte
srcds_run.csgo = 10.461 byte

Last edited by Thoroughbreed; 02-14-2013 at 11:18.
Thoroughbreed is offline
DS
SourceMod Developer
Join Date: Sep 2004
Location: WI, USA
Old 02-14-2013 , 11:27   Re: Source Dedicated Server for Mac OS X
Reply With Quote #77

Those are the same sizes I see here.

I also have an MD5 that you might want to check
Quote:
$ md5 bin/dedicated.dylib
MD5 (bin/dedicated.dylib) = b30ea2312d9f8567f18e5f8f2b9c09ec
And if it helps, I've attached the one I've got. It's fresh from a Linux install of the server. I guess it's possible the Windows install has a different one, but that seems unlikely to me.

Edit: Do also make sure it's inside the 'bin' folder and not in the same place as srcds_osx.
Attached Files
File Type: zip dedicated.dylib.zip (493.7 KB, 153 views)

Last edited by DS; 02-14-2013 at 11:32.
DS is offline
Thoroughbreed
Junior Member
Join Date: Feb 2013
Old 02-14-2013 , 11:45   Re: Source Dedicated Server for Mac OS X
Reply With Quote #78

MD5 = e8e2b2b9becc23c1ef0d27bba218c4d0

I'll try your dylib

MD5 = b30ea2312d9f8567f18e5f8f2b9c09ec

I love you!.. Somehow there is a difference between the windows and *nix versions? Maybe you should post that in #1 ^_^
Anyway, it works now! Awesome, thx!

Last edited by Thoroughbreed; 02-14-2013 at 11:47. Reason: test
Thoroughbreed is offline
Thoroughbreed
Junior Member
Join Date: Feb 2013
Old 02-14-2013 , 12:05   Re: Source Dedicated Server for Mac OS X
Reply With Quote #79

On a side note - it doesn't work -.-'

./srcds_run.csgo: line 345: 3947 Segmentation fault: 11 $HL_CMD
&&
./srcds_run: line 345: 3966 Segmentation fault: 11 $HL_CMD

Do i run the game with the wrong cmd?

Quote:
./srcds_run -steam -game csgo -console -usercon +game_type 0 +game_mode 1 +mapgroup mg_bomb -maxplayers_override 32 +map de_dust
Thoroughbreed is offline
DS
SourceMod Developer
Join Date: Sep 2004
Location: WI, USA
Old 02-14-2013 , 12:34   Re: Source Dedicated Server for Mac OS X
Reply With Quote #80

That srcds_run.csgo file was accidentally included. I've fixed the package in the first post now so it's not in there anymore. Please try the srcds_run included with it. (It should be outside the bin folder.)

Last edited by DS; 02-14-2013 at 12:38.
DS is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 04:02.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode