Help - Search - Members - Calendar
Full Version: Server Shutdown Issue
IW Nation - Infinity Ward and COD Franchise Community Forums > Call of Duty Series > Call of Duty 4: Modern Warfare > Call of Duty 4: Modern Warfare - Server
{ASP}SniperOne
Hi, I am running a mod out of a mods folder like everyone.

I think the mod is not the issue. I am getting and occational shutdown with the following error:

CODE
clientDownload: 1 : beginning "mods/asp/mod.ff"
FILE  1: 'console_mp.log' 0xe408ae8
FILE  2: 'games_mp.log' 0xe684350
FILE  3: 'mods/asp/asp_1.iwd' 0xe677248
FILE  4: 'mods/asp/mod.ff' 0xe66a418
FILE  5: 'mods/asp/asp_1.iwd' 0xe66ce68
FILE  6: 'mods/asp/mod.ff' 0xe40fca0
FILE  7: 'mods/asp/asp_1.iwd' 0xe5864f8
FILE  8: 'mods/asp/mod.ff' 0xe61bca0
FILE  9: 'mods/asp/asp_1.iwd' 0xe66b038
FILE 10: 'mods/asp/mod.ff' 0xe402a10
FILE 11: 'mods/asp/asp_1.iwd' 0xe62ce08
FILE 12: 'mods/asp/mod.ff' 0xe5fca48
FILE 13: 'mods/asp/asp_1.iwd' 0xe67af90
FILE 14: 'mods/asp/mod.ff' 0xe610fa0
FILE 15: 'mods/asp/asp_1.iwd' 0xe603b38
FILE 16: 'mods/asp/asp_1.iwd' 0xe603b78
FILE 17: 'mods/asp/mod.ff' 0xe404368
FILE 18: 'mods/asp/asp_1.iwd' 0xe4043a8
FILE 19: 'mods/asp/mod.ff' 0xe5dcf68
FILE 20: 'mods/asp/mod.ff' 0xe5dcfa8
FILE 21: 'mods/asp/asp_1.iwd' 0xe5ddf68
FILE 22: 'mods/asp/mod.ff' 0xe5ddfa8
FILE 23: 'mods/asp/asp_1.iwd' 0xe4086d0
FILE 24: 'mods/asp/mod.ff' 0xe408710
FILE 25: 'mods/asp/asp_1.iwd' 0xe408750
FILE 26: 'mods/asp/mod.ff' 0xe40fdf8
FILE 27: 'mods/asp/asp_1.iwd' 0xe40fe38
FILE 28: 'mods/asp/asp_1.iwd' 0xe5dfe60
FILE 29: 'mods/asp/mod.ff' 0xe40fe78
FILE 30: 'mods/asp/asp_1.iwd' 0xe40feb8
FILE 31: 'mods/asp/mod.ff' 0xe404268
FILE 32: 'mods/asp/asp_1.iwd' 0xe4042a8
FILE 33: 'mods/asp/mod.ff' 0xe66a3d8
FILE 34: 'mods/asp/asp_1.iwd' 0xe4042e8
FILE 35: 'mods/asp/mod.ff' 0xe404328
FILE 36: 'mods/asp/asp_1.iwd' 0xe62cbd0
FILE 37: 'mods/asp/mod.ff' 0xe62cc10
FILE 38: 'mods/asp/asp_1.iwd' 0xe636f20
FILE 39: 'mods/asp/asp_1.iwd' 0xe636f60
FILE 40: 'mods/asp/asp_1.iwd' 0xe636fa0
FILE 41: 'mods/asp/asp_1.iwd' 0xe5fce10
FILE 42: 'mods/asp/asp_1.iwd' 0xe5fce50
FILE 43: 'mods/asp/mod.ff' 0xe5fce90
FILE 44: 'mods/asp/asp_1.iwd' 0xe5fced0
FILE 45: 'mods/asp/asp_1.iwd' 0xe5dcf18
FILE 46: 'mods/asp/mod.ff' 0xe689f60
FILE 47: 'mods/asp/asp_1.iwd' 0xe689fa0
FILE 48: 'mods/asp/mod.ff' 0xe40f698
FILE 49: '' 0x0
FILE 50: '' 0x0
FILE 51: '' 0x0
FILE 52: '' 0x0
FILE 53: '' 0x0
FILE 54: '' 0x0
FILE 55: '' 0x0
FILE 56: '' 0x0
FILE 57: '' 0x0
FILE 58: '' 0x0
FILE 59: '' 0x0
FILE 60: '' 0x0
FILE 61: '' 0x0
FILE 62: '' 0x0
FILE 63: '' 0x0
FILE 64: '' 0x0
     dvar set cl_paused 0
     dvar set loc_language 0
     dvar set loc_forceEnglish 0
     dvar set com_errorTitle Error
     dvar set com_errorMessage FS_HandleForFile: none free
********************
ERROR: FS_HandleForFile: none free
********************
----- Server Shutdown -----
Could not load localize "FS_HandleForFile: none free".
Sending heartbeat to cod4master.activision.com
==== ShutdownGame (1) ====


any ideas?


thanks in advance.
Tally
try renaming your IWD file. Make it start with a letter that proceeds the letter 'w'.

FS_HandleForFile is a Quake error:

CODE
static fileHandle_t    FS_HandleForFile(void) {
    int  i;

    for ( i = 1; i < MAX_FILE_HANDLES; i++ ) {
 if ( fsh[i].handleFiles.file.o == NULL ) {
     return i;
 }
    }
    Com_Error( ERR_DROP, "FS_HandleForFile: none free" );
    return 0;
}

static FILE    *FS_FileForHandle( fileHandle_t f ) {
    if ( f < 0 || f > MAX_FILE_HANDLES ) {
 Com_Error( ERR_DROP, "FS_FileForHandle: out of reange" );
    }
    if (fsh[f].zipFile == qtrue) {
 Com_Error( ERR_DROP, "FS_FileForHandle: can't get FILE on zip file" );
    }
    if ( ! fsh[f].handleFiles.file.o ) {
 Com_Error( ERR_DROP, "FS_FileForHandle: NULL" );
    }
    
    return fsh[f].handleFiles.file.o;
}


In COD games, file locators/file handles/file tags are reserved for the game's main files. Hence, making a mod which alphabetically comes after the main files (pk3/iwd) means they dont hit the reserved file handles.

On that basis, it seems COD4 reserves the letter 'a' through 'w', just like COD1 and COD2 did.
{ASP}SniperOne
thank you Sir. I will give it a shot.
TCA-Trenchfoot
Received packet 0 of stats data
Received packet 1 of stats data
Received packet 2 of stats data
Received packet 3 of stats data
Received packet 4 of stats data
Received packet 5 of stats data
Received packet 6 of stats data
clientDownload: 4 : beginning "mods/z_tca/z_tca.iwd"
FILE 1: 'console_mp.log' 0x160bb608
FILE 2: 'games_mp.log' 0x160bbbf8
FILE 3: 'mods/z_tca/z_tca.iwd' 0x1604ca68
FILE 4: 'mods/z_tca/mod.ff' 0x160c94c8
FILE 5: 'mods/z_tca/z_tca.iwd' 0x160c3f88
FILE 6: 'mods/z_tca/z_tca.iwd' 0x160c3fc8
FILE 7: 'mods/z_tca/z_tca.iwd' 0x1607af50
FILE 8: 'mods/z_tca/z_tca.iwd' 0x1607af90
FILE 9: 'mods/z_tca/z_tca.iwd' 0xde588a0
FILE 10: 'mods/z_tca/z_tca.iwd' 0xde588e0
FILE 11: 'mods/z_tca/z_tca.iwd' 0xde58920
FILE 12: 'mods/z_tca/z_tca.iwd' 0x1603cf40
FILE 13: 'mods/z_tca/z_tca.iwd' 0x1603cf80
FILE 14: 'mods/z_tca/z_tca.iwd' 0x1603cfc0
FILE 15: 'mods/z_tca/z_tca.iwd' 0x1603e110
FILE 16: 'mods/z_tca/z_tca.iwd' 0x1603e150
FILE 17: 'mods/z_tca/z_tca.iwd' 0x1603e190
FILE 18: 'mods/z_tca/z_tca.iwd' 0x160584d0
FILE 19: 'mods/z_tca/z_tca.iwd' 0x16058510
FILE 20: 'mods/z_tca/mod.ff' 0x16058550
FILE 21: 'mods/z_tca/z_tca.iwd' 0x16078e48
FILE 22: 'mods/z_tca/mod.ff' 0x16078e88
FILE 23: 'mods/z_tca/z_tca.iwd' 0x16078ec8
FILE 24: 'mods/z_tca/mod.ff' 0xde54260
FILE 25: 'mods/z_tca/z_tca.iwd' 0xde542a0
FILE 26: 'mods/z_tca/mod.ff' 0xde542e0
FILE 27: 'mods/z_tca/z_tca.iwd' 0xde54320
FILE 28: 'mods/z_tca/z_tca.iwd' 0x160b59b0
FILE 29: 'mods/z_tca/mod.ff' 0x160adfb0
FILE 30: 'mods/z_tca/mod.ff' 0x1608bfa0
FILE 31: 'mods/z_tca/z_tca.iwd' 0x16069f90
FILE 32: 'mods/z_tca/mod.ff' 0x16078f90
FILE 33: 'mods/z_tca/z_tca.iwd' 0xde5df90
FILE 34: 'mods/z_tca/mod.ff' 0x160c14c0
FILE 35: 'mods/z_tca/z_tca.iwd' 0x16057f88
FILE 36: 'mods/z_tca/mod.ff' 0x16057fc8
FILE 37: 'mods/z_tca/z_tca.iwd' 0x1606ab38
FILE 38: 'mods/z_tca/mod.ff' 0x1606ab78
FILE 39: 'mods/z_tca/z_tca.iwd' 0x1606ad90
FILE 40: 'mods/z_tca/z_tca.iwd' 0x1606add0
FILE 41: 'mods/z_tca/mod.ff' 0x160bbf70
FILE 42: 'mods/z_tca/z_tca.iwd' 0x160bbfb0
FILE 43: 'mods/z_tca/mod.ff' 0x16058318
FILE 44: 'mods/z_tca/z_tca.iwd' 0x16058358
FILE 45: 'mods/z_tca/z_tca.iwd' 0x160bec28
FILE 46: 'mods/z_tca/mod.ff' 0x160bec68
FILE 47: 'mods/z_tca/z_tca.iwd' 0x160beca8
FILE 48: 'mods/z_tca/z_tca.iwd' 0x160bece8
FILE 49: '' 0x0
FILE 50: '' 0x0
FILE 51: '' 0x0
FILE 52: '' 0x0
FILE 53: '' 0x0
FILE 54: '' 0x0
FILE 55: '' 0x0
FILE 56: '' 0x0
FILE 57: '' 0x0
FILE 58: '' 0x0
FILE 59: '' 0x0
FILE 60: '' 0x0
FILE 61: '' 0x0
FILE 62: '' 0x0
FILE 63: '' 0x0
FILE 64: '' 0x0
dvar set cl_paused 0
dvar set loc_language 0
dvar set loc_forceEnglish 0
dvar set com_errorTitle Error
dvar set com_errorMessage FS_HandleForFile: none free
********************
ERROR: FS_HandleForFile: none free
********************
----- Server Shutdown -----
Could not load localize "FS_HandleForFile: none free".
Sending heartbeat to cod4master.activision.com
==== ShutdownGame (1) ====
0:TCA-Maverick EXE_DISCONNECTED
1:^3TCA-clive EXE_DISCONNECTED
2:TCA-X EXE_DISCONNECTED
3:semperfi EXE_DISCONNECTED
4:-=ETM=-FireHawk EXE_DISCONNECTED
5:GagleKas EXE_DISCONNECTED
6:Nolle EXE_D




I have the same problem, have you any ideas on a fix?
madjackson
i was getting the same problem when i used http redirect but changed my settings to just download from the server and everything is now fine
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2010 Invision Power Services, Inc.