druellan from the Spectrum Computing forums reports that he gets errors loading 40 track MGT images in Fuse 1.5.4:
The +D emulation does work on both 48k and 128k, but does not seem to honor the settings about tracks and sides of the disk image, at least, I'm not able to read some 40-track images, while other emulators like ZXSpin/SpecEmu/Eightyone have no problems with them.
He reports that using the attached MGT image always fails, e.g.:

Hi Fred!
Sorry for the long silence.
This image is 409600 bytes length:
- 1x80x10x512 or
- 2x40x10x512
so, this is a 40 track 2 sided or a 80 track 1 sided disk image. We cannot distinguish. Fuse (now) assumes a 1 sided 80 track disk. (The same situation with OPU/OPD)
We have three options:
1. Fuse asks user about
2. Fuse selects based on disk drive setup
3. Fuse tries to analyze the file system and if found a file on the 'second side' (track no. >128) selects the 2 sided option
Maybe the first is the best, And we conbine with no. 3. (give a hint to the user)
Hmmm... yes, if i change the source,:to assume 2 sided 40 track, and set the drive to 2 sided 40 track than it looks o.k.
Here is a patch, to implement 'option 1'. At now we use an another hint (not. no. 3): if we found a 'B' side of the disk, we assume single sided images...
Here is an enchanced patch:
Fuse uses "auto" disk geometry: when open a disk image then fits the geometry of the drive according to opened disk. (except the +3's first drive). Note: the Disk options only used if we insert a new disk.
Now we can select between 'auto' and 'fixed' drive parameters. (fixed: Fuse uses Disk options)
When Fuse cannot distinguish between one sided 80 track or two sided 40 track disk geometry (.mgt or .opd images), then selects the one sided geom.
Now we can select between Fuse 'use drive geometry' or 'ask user about' in this cases.