Pokud by chtel nekdo taky rychly hotfix, tak staci zeditovat soubor Spoiler.lib.pas a takto zakomentovat ty radky:
// ImageGPSRead(sImg,fx,fy); // if(fx=0) and (fy=0) then begin //pridame informaci o souradnicich do EXIF (jen kdyz tam neni) // g.LoadByGC(aKese[StrToInt(aObr[i+IDX_INDEX])]); //nacteme informace o kesi // if(POSITION_CORRECTED='1') then begin fx:=g.CorrectedCoordXNum; fy:= g.CorrectedCoordYNum; end // else begin fx:=g.CoordXNum; fy:=g.CoordYNum; end; // sImg:=ImageGPSWrite(sImg,fx,fy); // end;