Jump to content
Sign in to follow this  
KeyCat

.../paramWeather.hpp not found?

Recommended Posts

Trying to get server up and running again but get the following error when trying to connect...

 

A3Server_01.png

 

A3Server_02.png

 

The last 4 lines in server RPT-file

 

 

...
14:35:34 File dialogs\forecast.hpp, line 255: '/Forecast_dialog/controls/RscButton_1602.action': Missing ';' prior '}'
14:35:34 Unsupported language English in stringtable
14:35:34 File VAS\menu.hpp, line 53: '/VAS_Diag/controlsBackground/VAS_ContainerBG.x': Missing ';' at the end of line
ErrorMessage: Include file a3\functions_f\Params\paramWeather.hpp not found.

 

The last 4 lines in client RPT-file

 

 

...

14:54:36 Attempt to override final function - bis_fnc_missiontaskslocal
14:54:36 Attempt to override final function - bis_fnc_missionconversationslocal
14:54:36 Attempt to override final function - bis_fnc_missionflow
14:54:37 Weather was forced to change

 

RPT-files and dump files...

 

http://www.easytap.com/screenshots/A3_SRV_RPT_161006.zip

 

Vanilla version: 1.64.138497

Server OS: Windows 2012 R2

 

Any ideas?

 

/KC

Share this post


Link to post
Share on other sites

Just a FYI

 

Tried to verify the install with the cmd line tool several times and it did it's work and indicated OK every time but the problem didn't go away.

 

So today I deleted everything and downloaded everyyhing to a clean install and that fixed it.

 

/KC

Share this post


Link to post
Share on other sites

you have somewhere a mission with a bad entry in the description.ext file:

class Params
	{
		#include "\a3\functions_f\Params\paramWeather.hpp"
};

delete the weather parameter call entry in the description.ext.

 

read also:

https://www.reddit.com/r/arma/comments/3zqocv/fix_include_file_a3functions/

Share this post


Link to post
Share on other sites

Thanks for the tip. Will try to hunt down the failing mission.

 

/KC

Share this post


Link to post
Share on other sites

I remember having this issue, if memory serves me well, i think i found the entry in a gui dialog somewhere. It may have been in a public mission like invade and annex.

Hope that helps.

 

need to mass depbo all your missions into a temp DIR and then use a tool to scan all the files looking for "paramWeather.hpp" to find it quickly

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  

×