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.
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"); }
FIXED
http://rcbot2.googlecode.com/svn/trunk/Release for new DLL http://code.google.com/p/rcbot2/downloads/list for dll download if you don't know how to use svn.
http://rcbot2.googlecode.com/svn/trunk/ for source
Log in to post a comment.
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"); }
FIXED
http://rcbot2.googlecode.com/svn/trunk/Release for new DLL
http://code.google.com/p/rcbot2/downloads/list for dll download if you don't know how to use svn.
http://rcbot2.googlecode.com/svn/trunk/ for source