goGPS-Project / goGPS_MATLAB

goGPS MATLAB is an advanced GNSS observation processing software.
http://gogps-project.github.io/
282 stars 155 forks source link

Invalid or deleted object. #31

Closed niklgjer closed 6 years ago

niklgjer commented 6 years ago

The following error message occurred when trying to process:

Invalid or deleted object.

Error in Go_Wait_Bar/shiftDown (line 450) pos = this.h.Position;

Error in goGPS (line 2695) if (mode_user == 1 && t == 2), w_bar.shiftDown(); end

clicat commented 6 years ago

Hi @niklgjer, try to see if the problem still arise... for some reason the handle of the waitbar is created and then appears to be invalid (note that I cannot reproduce the bug, so I'm guessing the solution)

niklgjer commented 6 years ago

I updated the program and it seems to be working fine now!