Hello Pete,
I've experienced exactly the same problems as described here using the new weather interface for FS2004.
The last reply you've written here was a great help :
Before I was using the AWI for FS2002, and it didn't crash. But when I wanted to use the same code for FS2004, troubles started...
So I switched to the NWI, but with no validation for the cloud types implemented in my program. In the documentation I've found cloudType is an unsigned char values from 1 to 10. So I the program was able to send each value between 1 and 10. After some experiments, I've found only cloudTypeValues 1 (Cirrus), 8(Stratus), 9 (Cumulus) and 10 (Thunderstorms) are valid. Any other values (like 2,3,...) crash FS2004.
So my questions are :
If I use the AWI for those bad values, FSUIPC should validate and correct it, no?
Even with a new version of fsuipc and using fs2004?
And are there any more of these "bad values" for other weather data? Or is it documented somewhere?
Thanks in advance.
Greetings,
Carlos