Changing IP:PORT to service
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.
Was a mistake, i made a new change -> my second commit, changing from ":" to "-", also you have to edit all files from bin... well not right all only who has "gpxdir", i added the rar file with all my files modified on forum :) have fun
You really should include this pull request! It fixes a big bug in your system!
The steam serverlauncher (srcds_run) uses export LD_LIBRARY_PATH="${SRCDS_DIR}:${SRCDS_DIR}/bin:${LD_LIBRARY_PATH}" to set the Library path which is using the : as a seperator.
This causes the launcher to fail 'cause your path also includes the :
Edit: You should NOT include this fix, it's not complete!
(Sorry 4 bad english... Native langugage is german)
See here https://github.com/devryan/GamePanelX-V3-Remote/pull/11 for my comments on this.