Changed the colon in the path to fix a srcds_run related bug#11
Changed the colon in the path to fix a srcds_run related bug#11siasur wants to merge 19 commits into
Conversation
Alot of users got that error: libtier0.so cannot open shared object file ... etc, now it won't be anymore, /usr/local/gpx/users/username/192.168.2.101:27015/appID "192.168.2.101:27015" it will be change with -> "service2" 2 it's the nomber of template :), i wish you luck.
Changed more colons
|
Wow. Thanks for the updates. I had this about half-way done, though I had used a "." (like netstat does) instead of a - or a _ for the ip/port combo. I'd say we should make it a dot instead of hyphen, in case any other games hate those characters. |
|
Also, why are you changing the ip:port to service$tplid? If $tplid is the template ID, then you effectively couldn't have multiple servers of the same template under a user account. This simply needs to be fixed to $ip.$port, just like netstat shows ip/port combinations. |
I was not the one who made this change. @ExGamers did it initially, but then changed it to Give me some time and I'll create a new Pullrequest with a "." instead of a "-" |
|
Ok awesome. Thanks! On Tue, Oct 20, 2015 at 11:02 AM, Mischa Behrend notifications@github.com
|
|
You can close this now :) |
I continued the "fix" from ExGamers. It's completed now.