http://bugs.winehq.org/show_bug.cgi?id=13388 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |focht(a)gmx.net --- Comment #4 from Anastasius Focht <focht(a)gmx.net> 2008-08-30 08:26:26 --- Hello, --- quote --- Same Problems in Phase5 5.6xx installing, --- quote --- No, the bug reporter used a tainted WINEPREFIX. The ntoskrnl messages are misleading and not the cause of problem (which is Direct3D). That "elbycdio.sys" most likely comes from earlier CloneCD/whatever malware installation which is not supported. You probably operate on a broken WINEPREFIX too. Please install apps using clean WINEPREFIX (no apps installed) otherwise the bug report would be automatically invalid. Your problem is a bug in msiexec program arguments parsing which prevents the Phase5 installer from being successfully run. Although a valid bug it's a complete different issue than this bug is about. Open a new bug report for your app and attach the trace output from following command there (using a new WINEPREFIX): WINEDEBUG=+msiexec,+process wine ./phase562install.exe >log.txt 2>&1 This should be enough to recognize and fix the problem. Hint: current argument counting incorrectly skips first argument when CreateProcessA/W( "C:\\windows\\system32\\msiexec.exe", "<arg1> <arg2>", .. ) flavour is used. Regards -- 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.