Menu

#6 server won't load

open
nobody
None
5
2009-02-17
2009-02-17
No

with the latest serverside patch using "HldsUpdateTool.exe -command update -game tf -dir C:\HLServer -retry pause" the server no longer starts if the dll is being loaded.

Discussion

  • Andrew Barch

    Andrew Barch - 2009-02-18

    i've tracked the bug down to this line after compiling the debug release and running the server with that .dll

    #define LOAD_GAME_SERVER_INTERFACE(var,type,version) if ( (var = (type*)gameServerFactory(version,NULL)) == NULL ) { Warning("[RCBOT] Cannot open game server interface "## #version ##" "## #type ##" "## #var ##"\n"); return false; } else { Msg("[RCBOT] Found interface "## #version ##" "## #type ##" "## #var ## "\n"); }

     

Log in to post a comment.