http://bugs.winehq.org/show_bug.cgi?id=16502
Summary: InstallAnywhere (java) just displays en empty canvas Product: Wine Version: 1.1.10 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: directx-ddraw AssignedTo: wine-bugs@winehq.org ReportedBy: aelschuring@hotmail.com CC: stefan@codeweavers.com
This is related to bug #11603. InstallAnywhere is Java-based installation software used in Football Manager 08. After extracting, the installer is started with the following command line (shortened for brevity):
cwd: C:\windows\temp\I1229269847\Windows cmd: ".\resource\jre\bin\javaw.exe" -Xms16777216 -Xmx50331648 -classpath "..." com.zerog.lax.LAX "./setup.lax" "C:/windows/temp/lax6771.tmp"
The installer window appears, but is all grey. The screen should display an image and a language selection menu. Clicking in the area where the menu should be, a box is shown, but again it is all grey.
There are multiple separate issues with this installer (one is that confirmation dialogs are spawned infinitely). This bug will make it very hard to bisect the other bugs, but I'll see what I can do.
Bisection results follow. I'm a little surprised to see a d3d commit, I had expected to find a ddraw or a gdi patch. Is this plausible or did I mess up?
34b37fe2411d83f1a6f3e11a7a1e4d28bd9b36ba is first bad commit commit 34b37fe2411d83f1a6f3e11a7a1e4d28bd9b36ba Author: Stefan Dösinger stefan@codeweavers.com Date: Tue Aug 5 14:24:10 2008 -0500
d3d: Remove IWineD3DDevice::SetHwnd.