Skip to content
/ OGP Public

Solved Failed to open libtier0.so CSGO SERVER OGP OPEN GAME PANEL

License

Notifications You must be signed in to change notification settings

007amauri/OGP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

14fcfc0 · Aug 12, 2023

History

12 Commits
Aug 8, 2023
Aug 12, 2023
Aug 8, 2023
Aug 8, 2023
Aug 8, 2023

Repository files navigation

OGP Debian 12 Open Game Panel PHP 8.2

Solved Failed to open libtier0.so CSGO SERVER OGP OPEN GAME PANEL

screen first locate this file copy it in my documents libgcc_s.so.1 SteamLinuxRuntime_sniper make sure you have STEAM turned on and Proton downloaded and that the csgo game version is on Steam right click on the csgo game activate the csgo module forced with protom this will

install SteamLinuxRuntime_sniper

image

cd /home/amauri/.local/share/Steam/steamapps/common/SteamLinuxRuntime_sniper/

invalid directory or connect

ls

sniper_platform_0.xxxxxxxx.xxxx

cd sniper_platform_0.xxxxxxxx.xxxx/files/lib/i386-linux-gnu/

cp libgcc_s.so.1 /home/ogp_agent/OGP_User_Files/1/bin

cp libgcc_s.so.1 /home/ogp_agent/OGP_User_Files/1/csgo/bin

image

/home/amauri/.local/share/Steam/steamapps/common/SteamLinuxRuntime_sniper/sniper_platform_0.20230605.51441/files/lib/i386-linux-gnu/

image

i386-linux-gnu then you must put in the two OGP server directory

nano '/var/www/html/modules/gamemanager/stop_server.php'

Edit file stop_server.php 3 to 18

$view->refresh("?m=gamemanager&p=game_monitor&home_id-mod_id-ip-port=". $home_id . "-". $mod_id . "-" . $ip . "-" . $port,18);

Edit file restart_server.php 3 to 15

nano '/var/www/html/modules/gamemanager/restart_server.php'

if ( $screen_running == 1 ) // $screen_running { print("

".get_lang('restarting_server')."

"); $view->refresh("?m=gamemanager&p=restart&refresh&ip=$ip&port=$port&home_id=$home_id&mod_id=$mod_id",15); return; } else { print_failure("".get_lang('error_occured_remote_host').".$remote_retval"); $view->refresh("?m=gamemanager&p=game_monitor&home_id-mod_id-ip-port=". $home_id . "-". $mod_id . "-" . $ip . "-" . $port,15);

image

After installing mariadb-server, run this command to get MySQL to bind on all addresses:

sudo sed -i "s/^bind-address.*/bind-address=0.0.0.0/g" "/etc/mysql/mariadb.conf.d/50-server.cnf"

Help Support https://opengamepanel.org/install_guide/panel.html

About

Solved Failed to open libtier0.so CSGO SERVER OGP OPEN GAME PANEL

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published