
Originally Posted by
Kon
Error: The mounted disk image window did not have the correct window position.
The same Layout worked just fine on my development laptop. On the build machine, during the making of the DMG, you can see the DMG window open up several times and close as if it's trying to find the right position for it. Then DropDMG gives up and shows the error.
For reasons I don’t understand, sometimes the Finder doesn’t properly save the position of the window. DropDMG will remount and fix the position a number of times to try to make sure that it sticks, but eventually it will give up and report the error. Sometimes this can be caused by installing haxies that modify the Finder, though I kind of doubt you’ve done that on your Jenkins Mac.
In most cases, the window’s position is only off by a pixel or two, so you could simply use this Terminal command:
Code:
defaults write com.c-command.DropDMG LayouterCheckWindowPosition NO
to tell DropDMG not to complain about it.