5,810
edits
| Line 134: | Line 134: | ||
Descargas y más información están disponibles en la [http://rubyforge.org/projects/fgmap página web del proyecto]. | Descargas y más información están disponibles en la [http://rubyforge.org/projects/fgmap página web del proyecto]. | ||
===Solución de problemas ''triangleintersect, QNaN'' etc.=== | |||
Last month, the infamous [http://wiki.flightgear.org/index.php/Howto:_Get_rid_of_common_errors#Warning:_Picked_up_TriangleIntersect QNaN errors] that may cause FlightGear to become [[Showstoppers|unresponsive]] have been linked to potential issues in the Nasal interpreter (and more generally Nasal code) by flug, for more details please see: [http://www.flightgear.org/forums/viewtopic.php?f=18&t=8483&p=83701 "Nasal source of Dreaded Triangle Error-source of many probs?"]. | Last month, the infamous [http://wiki.flightgear.org/index.php/Howto:_Get_rid_of_common_errors#Warning:_Picked_up_TriangleIntersect QNaN errors] that may cause FlightGear to become [[Showstoppers|unresponsive]] have been linked to potential issues in the Nasal interpreter (and more generally Nasal code) by flug, for more details please see: [http://www.flightgear.org/forums/viewtopic.php?f=18&t=8483&p=83701 "Nasal source of Dreaded Triangle Error-source of many probs?"]. | ||
For the time being, you will want to look out for any Nasal code that contains unchecked divisions with unvalidated divisors. | For the time being, you will want to look out for any Nasal code that contains unchecked divisions with unvalidated divisors. | ||
edits