GNOME Bugzilla – Bug 435384
unable to seek to tile location on disk: invalid argument
Last modified: 2008-01-15 13:26:39 UTC
Hello GIMP, I really like the program, but...it has a VERY annoying user interface. I downloaded a fairly large .IMG file from the Georgia GIS Clearinghouse (search for it on the web). The file was a 1:500,000 USGS basemap for Georgia. The image I downloaded was a 1:500,000 basemap for Georgia. (probably any USGS 1:500,000 from any state will do.) Next, I used the img2tif.exe program from Intergraph to convert the image from ERDAS .img to a tiff image. GIMP will not read the ERDAS .img, thus the conversion from .img to .tif. The output from img2tif is about 400Mb. Now, for the annoying GIMP user interface. It has taken hours to use GIMP to process this image. The "unable to seek to tile location on disk: Invalid argument" Message repeated x times. This message is useless to a new user. What does it mean? What should I do? The message goes on and on and on and on and on and on and on and on and on and on and on and on and on and on and on and on and on and on and on and on and on ...THERE IS NO OUT. THERE IS NO BYPASSING THIS MESSAGE. THE ONLY OUT IS TO HALT THE PROGRAM. I searched Google for this GIMP message. It seems to be a frequently asked question. ALAS, there is no FAQ on the GIMP web page. I finally got GIMP to convert the image to a .BMP image. Other image programs (GlobalMapper, MS Paint, MS Fax view, etc...) will load the .BMP image with some wait time. But, GIMP continues to prompt with the "unable to seek to tile location on disk: Invalid argument" Message repeated x times. It has taken hours to edit an image that should only take minutes. Please give users a better description of "unable to seek to tile location on disk: Invalid argument" and what to do about it. Please make a FAQ that describes and remedies this annoying GIMP user interface. I would be interested in the solution to this FAQ. Cheers, Frank Davis fmd@friendlycity.net
Is this on a 64bit computer? Do you have enough disk space for the swap file?
We are awaiting feedback from the bug reporter... What happens here is most likely that the swap file has grown beyond 2GB which is not supported on Win32 in GIMP 2.2. That would make it a duplicate of bug #398311 then.
Hello Sven Neumann, I have found a work-around this bug. I am attempting to edit a 17845x22250 tiff image in Windows. GIMP does not support swap files larger than 2GB in Windows. The work-around: Image Magick, an open source command line image editor. I have installed Image Magick 6.3.4-Q16. Run the IM "convert" utility: convert -extract 3000x6000+6000+14600 test.tif test.bmp Now, I can use GIMP to edit the smaller image. Cheers, Frank Davis fmd@friendlycity.net PS. My bad if I am exceeding the GIMP limits. No need to reopen bug, Frank.
*** This bug has been marked as a duplicate of 398311 ***