View Single Post
Old 02-13-2013, 12:27 AM   #4
chaunbot
r.A.p.3.D.
 
Join Date: Sep 2007
Affiliations: r.A.p.3.D
Posts Rated Helpful 0 Times
Linux FF server

Any luck with this? Cant seem to do a fresh install of FF

Code:
./steam -command update -game hl2mp -dir ff -verify_all
  0:56 [205.196.6.130:27030] Disconnecting
HLDS installation up to date
user@router:~/steam$ 




this is the dir structure  



user@router:~/steam$ tree -L 2 ff
ff
├── hl2
│** ├── materials
│** ├── models
│** └── sound
├── InstallRecord.blob
└── orangebox
    ├── bin
    ├── core
    ├── hl2
    ├── hl2mp
    ├── srcds_linux
    ├── srcds_run
    └── steam_appid.txt




How is FortressForever supposed to run not under the orangebox dir? No server files etc
this is with FF in the root folder



user@router:~/steam/ff$ ls
FortressForever  hl2  InstallRecord.blob  orangebox


user@router:~/steam/ff/orangebox$ ./srcds_run -game FortressForever
ERROR: Invalid game type 'FortressForever' sepecified.
Tue Feb 12 17:19:07 PST 2013: Server Failed



invalid game.

Now with FF in the orangebox folder



user@router:~/steam/ff/orangebox$ ls
bin  core  FortressForever  hl2  hl2mp  srcds_linux  srcds_run  steam_appid.txt

This time it doesnt complain about game type and crashes



user@router:~/steam/ff/orangebox$ ./srcds_run -game FortressForever +map ff_dm
Auto detecting CPU
Using default binary: ./srcds_linux
Server will auto-restart if there is a crash.
Using breakpad minidump system
Using breakpad crash handler


Console initialized.
Segmentation fault (core dumped)
Add "-debug" to the ./srcds_run command line to generate a debug.log to help with solving this problem
Tue Feb 12 17:21:03 PST 2013: Server restart in 10 seconds
Tue Feb 12 17:21:06 PST 2013: Server Quit
Did an update break ff or what? I must be missing something.

This is ubuntu 12.04
Linux router 3.2.0-35-generic #55-Ubuntu SMP Wed Dec 5 17:42:16 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux

Last edited by chaunbot; 02-13-2013 at 12:30 AM.
chaunbot is offline   Reply With Quote