Quote: Originally Posted by
m2x0p9x 
Im not using the version where is shows the screen flash when it opens...im using the version that took care of that but crashes every other time...anybody have an autoit script just to load iguidance with the no warning param..and then leave the nowarning out of the plugins xml...just wanted to try and see if it still crashes every other time...
the nowarning param should not be what is causing it crash. It has to do with ig being in a hidden state when CFiG is embedding it and ig trys to find the gps. I cant say for sure what is causing it because i cannot see the ig code, but my best guess is that it has something to do with ig redrawing the map to your current location once the gps returns coords... because the window is hidden it crashes at this point, this is why it worked if the gps was not attached or did not have a signal, the ig window was not redrawn while in a minimized / hiden state. (again my theory)
the only way to fix it was to run the program visible, hence the jumping around the screen. It should have nothing to do with the nowarning param, running the executiable from a script should not going to have any differnt affect.
however by all means go ahead and try and let me know if you are successfull. Then i know i can re-explore starting ig in a hidden state.