http://bugs.winehq.org/show_bug.cgi?id=7331 Dan Kegel <dank(a)kegel.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |ABANDONED --- Comment #4 from Dan Kegel <dank(a)kegel.com> 2008-03-28 17:02:48 --- Today the app's installer puts up this error dialog: "Unable to load C:\\windows\\temp\\{7CA413A2-E00B-478B-9903-C0D2A82EC6F4}\\G7AppUtils.dll" Turns out that file exists but wineserver rejects it because it has bad magic; it fails this test: if (dos.e_magic != IMAGE_DOS_SIGNATURE) goto error; If you click OK, though, it installs, no matter what serial number you typed in. On Windows XP, the app won't install, even if you type in the right serial number, it tells you it's invalid. An Amazon review says same thing happened to him. So this software is not worth spending time on. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.