Use the script generation feature to produce a set of startup scripts where AMP is trying to start up srcds, then run the script outside of AMP to see if there’s any output that gives a clue as to the problem.
I try the startup scripts and I see the error:
“server_srv.so loaded for Team Fortress
Could not load: replay_srv.so
FATAL ERROR: Could not load: replay_srv.so”
II found on Google other people who encountered this pb with srcds and replay_srv.so and the solution is to install the packages libtinfo5:i386 libncurses5:i386 libcurl3-gnutls:i386
sudo apt-get install libtinfo5:i386 libncurses5:i386 libcurl3-gnutls:i386