Jump to content
Sign in to follow this  
fish44

Errors on server start up. New server

Recommended Posts

Hi all.

Ive just setup a new server with arma2, first time. Im getting these error messages.

No entry 'default\Arma2.cfg.3D_Performance'.
'/' is not a value
'default\Arma2.cfg.adapter'.
'/' is not a value
'default\Arma2.cfg.Resolution_Bpp'.
'/' is not a value
Cannot register unknown string STR_USRACT_NETWORK_DS_INTERFACE

Looks like a syntax error in one of the config files. Any pointers most welcome.

BTW, server starts fine, and I can log on locally (have yet to sort the ports for public access.)

Share this post


Link to post
Share on other sites

I had problems like this on one of my servers, I Installed directX and that seemed to sort it out for me, but yer could also be the way the config file is set up, if you havnt manually set up the .cfg file in your documents folder, make a copy of the folder then delete the arma.cfg file inside, the game should rewrite the file when its relaunched, keep us updated!!:)

Share this post


Link to post
Share on other sites

Startup line

C:\Games\ARMA2\beta\arma2server.exe -port=2302 
-name=default -config=default\server.cfg 
-cfg=default\Arma2.cfg -profiles=default -mod=beta

....arma2/default is where i have the server files.

arma2.cfg

default.arma2profile

server.cfg

arma.cfg (pretty much the default sample)

MinBandwidth=15000000;
MaxBandwidth=100000000;
MaxMsgSend = 1024;
MaxSizeGuaranteed = 1024;
MaxSizeNonguaranteed = 64;
MinErrorToSend = 0.0025;
MaxCustomFileSize=0;
// EOF

Cheers

Share this post


Link to post
Share on other sites

Worked it out.

copied the following from My documents/arma/arma2.cfg, to the .....arma2/default/arma2.cfg file highlighted above.

language="English";
adapter=-1;
3D_Performance=48387;
Resolution_Bpp=32;

Share this post


Link to post
Share on other sites

nice...sorry just saw it.

Also, since you used -profiles=default you should have your profile under .../arma2/default/user/default/default.arma2profile

FYI

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×