Invalid floating point operation |
Hi guys, I'm building a mod from scratch and keep getting this error while testing my progress in game so far.
Whenever I try to click on research to bring up the tech areas - the game crashes with an Invalid floating point operation. I cant begin to figure out what is causing it. The error doesn't occur when I type in alltech cheat. However components are missing that shouldnt be when I view alltech. Maybe comeone can take a look at my tech areas file or have any ideas?
Re: Invalid floating point operation
not sure if it's important but did you keep the:
=======================================================================================
*BEGIN*
================
and
=======================================================================================
*END*
================
Tags?
check the:
Number Of Requirements := 1
Maybe on one of them you have it set to 0 or doesn't add up to the actual number
Or there is the obvious checking of the formula, if somewhere in the formula you have it dividing by the level of another tech and that tech's level is 0 you'll get a divide by 0 error




Re: Invalid floating point operation
Did you edit the Techarea.txt file, perhaps you removed or modified something there.