Do you have ImageMagick installed? If so, run the offending file through the convert program, but keep the same extension. This will essentially write a new file, and possibly whatever was causing Gimp to choke on the original one won't survive the "conversion."
Code:
convert badfile.img goodfile.img
Comment