GamePanelX-V3-Remote icon indicating copy to clipboard operation
GamePanelX-V3-Remote copied to clipboard

Changing IP:PORT to service

Open ExGamers opened this issue 11 years ago • 3 comments

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.

ExGamers avatar Jan 06 '15 23:01 ExGamers

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

ExGamers avatar Jan 07 '15 01:01 ExGamers

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)

siasur avatar Oct 19 '15 12:10 siasur

See here https://github.com/devryan/GamePanelX-V3-Remote/pull/11 for my comments on this.

devryan avatar Oct 20 '15 17:10 devryan