EDIT: At some point there was an update which magically solved the issue described below months ago.
running a tf2 server which doesn't show as vac secured. The server spits out a few error messages on startup:
512.1 fps 0/20 on map duel_ovh
Console initialized.
Game.dll loaded for "Team Fortress"
Particles: Missing 'particles/error.pcf'
maxplayers set to 20
maxplayers set to 20
WARNING: NNET_OpenSocket: bind: WSAEACCES
Network: IP xxx.xxx.xxx.xxx, mode MP, dedicated Yes, ports 27017 SV / -1 CL
exec: couldn't exec skill1.cfg
Executing dedicated server config file
Spawnpoint at (-856.00 -592.00 7.00) is not clear.
CreateBoundSocket: ::bind returned Win32 error 10013
cminterface.cpp (765) : Assertion Failed: NULL != m_hConnection
--------------------------------------------------------
sv_pure set to 2.
Note: Changes to sv_pure take effect when the next map is loaded.
--------------------------------------------------------
Server logging enabled.
Server logging data to file logs\L0528003.log
exec: couldn't exec duel_ovh.cfg
Adding master server 69.28.151.162:27011
Adding master server 72.165.61.189:27011
The errors are all related to something similar to this description:
WSAEACCES (10013) Permission denied
Microsoft C description: Permission denied. The file's permission setting does not allow the specified access. This error signifies that an attempt was made to access a file (or, in some cases, a directory) in a way that is incompatible with the file's attributes. For example, the error can occur when an attempt is made to read from a file that is not open, to open an existing read-only file for writing, or to open a directory instead of a file. Under MS-DOS versions 3.0 and later, EACCES may also indicate a locking or sharing violation. The error can also occur in an attempt to rename a file or directory or to remove an existing directory.
The install is a default install, no special permission have been set. Any ideas?
Thanks
running a tf2 server which doesn't show as vac secured. The server spits out a few error messages on startup:
512.1 fps 0/20 on map duel_ovh
Console initialized.
Game.dll loaded for "Team Fortress"
Particles: Missing 'particles/error.pcf'
maxplayers set to 20
maxplayers set to 20
WARNING: NNET_OpenSocket: bind: WSAEACCES
Network: IP xxx.xxx.xxx.xxx, mode MP, dedicated Yes, ports 27017 SV / -1 CL
exec: couldn't exec skill1.cfg
Executing dedicated server config file
Spawnpoint at (-856.00 -592.00 7.00) is not clear.
CreateBoundSocket: ::bind returned Win32 error 10013
cminterface.cpp (765) : Assertion Failed: NULL != m_hConnection
--------------------------------------------------------
sv_pure set to 2.
Note: Changes to sv_pure take effect when the next map is loaded.
--------------------------------------------------------
Server logging enabled.
Server logging data to file logs\L0528003.log
exec: couldn't exec duel_ovh.cfg
Adding master server 69.28.151.162:27011
Adding master server 72.165.61.189:27011
The errors are all related to something similar to this description:
WSAEACCES (10013) Permission denied
Microsoft C description: Permission denied. The file's permission setting does not allow the specified access. This error signifies that an attempt was made to access a file (or, in some cases, a directory) in a way that is incompatible with the file's attributes. For example, the error can occur when an attempt is made to read from a file that is not open, to open an existing read-only file for writing, or to open a directory instead of a file. Under MS-DOS versions 3.0 and later, EACCES may also indicate a locking or sharing violation. The error can also occur in an attempt to rename a file or directory or to remove an existing directory.
The install is a default install, no special permission have been set. Any ideas?
Thanks