After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 435384 - unable to seek to tile location on disk: invalid argument
unable to seek to tile location on disk: invalid argument
Status: RESOLVED DUPLICATE of bug 398311
Product: GIMP
Classification: Other
Component: General
2.2.x
Other Windows
: Normal normal
: ---
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2007-05-03 03:35 UTC by Frank Davis
Modified: 2008-01-15 13:26 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Frank Davis 2007-05-03 03:35:35 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
Comment 1 Sven Neumann 2007-05-03 06:17:02 UTC
Is this on a 64bit computer? Do you have enough disk space for the swap file?
Comment 2 Sven Neumann 2007-05-07 14:16:24 UTC
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.
Comment 3 Frank Davis 2007-05-09 23:28:04 UTC
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.
Comment 4 Sven Neumann 2007-05-10 06:16:56 UTC

*** This bug has been marked as a duplicate of 398311 ***