For all those Ubuntu 10.04 users out there, when installing 'AZUp setup.exe' using wine, you may see the error messages...

X Error of failed request: XF86VidModeExtensionDisabled
Major opcode of failed request: 129 (XFree86-VidModeExtension)
Minor opcode of failed request: 6 (XF86VidModeGetAllModeLines)
Serial number of failed request: 85
Current serial number in output stream: 85


To get around this, append the following to user.reg

cat ****"$HOME/.wine/user.reg" <<EOF

[Software\\\\Wine\\\\X11 Driver] 1280580367
"U***VidMode"="N"
EOF


Then use

wine regedit

and make sure

HKEY_CURRENT_USER\Software\Wine\X 11 Driver\U***VidMode = "N"

I have tried

wine AZUp.exe

to verify the window loads, but have NOT tried using it for recovery.

Many thanks to THE_RIPPER et al