http://bugs.winehq.org/show_bug.cgi?id=8034
Summary: Adobe FlexBuilder trial fails to install Product: Wine Version: CVS Platform: Other URL: http://www.adobe.com/products/flex/flexbuilder/ OS/Version: other Status: NEW Keywords: download, Installer Severity: normal Priority: P2 Component: wine-directx-ddraw AssignedTo: wine-bugs@winehq.org ReportedBy: dank@kegel.com
http://appdb.winehq.org/appview.php?iVersionId=5523&iTestingId=9845 said the installer doesn't work, and I can verify that.
It seems to die with a JVM error. After it dies, you can reproduce the problem like this:
cd ~/".wine/drive_c/windows/Downloaded Installations/Adobe Flex Builder 2.0.1/FlexBuilder2_Installer/Windows" wine FlexBuilder2_Installer.exe
The error is # An unexpected error has been detected by HotSpot Virtual Machine: EXCEPTION_ACCESS_VIOLATION
The interesting part of the +relay,+seh log seems to be
001b:Call kernel32.GetProcAddress(027f0000,02701c60 "_Java_sun_awt_windows_Win32BlitLoops_Blit@48") ret=1000118a 001b:Ret kernel32.GetProcAddress() retval=02853710 ret=1000118a ... 001b:Call user32.IsWindowVisible(0001002a) ret=028539b1 001b:Call winex11.drv.CreateDesktopWindow(00010020) ret=7ebf8774 001b:Ret winex11.drv.CreateDesktopWindow() retval=00000001 ret=7ebf8774 001b:Ret user32.IsWindowVisible() retval=00000001 ret=028539b1 001b:Call user32.ClientToScreen(0001002a,7bc490b4) ret=028539e9 001b:Ret user32.ClientToScreen() retval=00000001 ret=028539e9 001b:Call user32.OffsetRect(7bc4909c,fffff830,fffff830) ret=02853a25 001b:Ret user32.OffsetRect() retval=00000001 ret=02853a25 trace:seh:raise_exception code=c0000005 flags=0 addr=0x7e6dafc6 trace:seh:raise_exception info[0]=00000000 trace:seh:raise_exception info[1]=000002a0 trace:seh:raise_exception eax=00000000 ebx=7cab3f34 ecx=029b3178 edx=00000000 esi=02970020 edi=02701978 trace:seh:raise_exception ebp=7bc48e9c esp=7bc48e50 cs=0073 ds=007b es=007b fs=0033 gs=003b flags=00010246 trace:seh:call_stack_handlers calling handler at 0x80e58f6 code=c0000005 flags=0 001b:Call msvcrt._except_handler3(7bc48df8,7bc498f0,7bc48b2c,7bc48a7c) ret=7efc2695 ...
The JVM error mentions a detailed error log file. There is good info there. It says, in part,
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code) C 0x7e74afc6 C [wined3d.dll+0x5b4ad] C [wined3d.dll+0x5d5c3] C [ddraw.dll+0x24c57]
Java frames: (J=compiled Java code, j=interpreted, Vv=VM code) j sun.awt.windows.Win32BlitLoops.Blit(Lsun/java2d/SurfaceData;Lsun/java2d/SurfaceData;Ljava/awt/Composite;Lsun/java2d/pipe/Region;IIIIII)V+0 j sun.java2d.pipe.DrawImage.blitSurfaceData(Lsun/java2d/SunGraphics2D;Lsun/java2d/SurfaceData;Lsun/java2d/SurfaceData;Lsun/java2d/loops/SurfaceType;Lsun/java2d/loops/SurfaceType;IIIIIILjava/awt/Color;)V+89 j sun.java2d.pipe.DrawImage.renderSurfaceData(Lsun/java2d/SunGraphics2D;Lsun/java2d/SurfaceData;Ljava/awt/Color;IIIIII)V+40 j sun.java2d.pipe.DrawImage.copyImage(Lsun/java2d/SunGraphics2D;Ljava/awt/Image;IIIIIILjava/awt/Color;)Z+58 j sun.java2d.pipe.DrawImage.copyImage(Lsun/java2d/SunGraphics2D;Ljava/awt/Image;IILjava/awt/Color;)Z+30 j sun.java2d.pipe.DrawImage.copyImage(Lsun/java2d/SunGraphics2D;Ljava/awt/Image;IILjava/awt/Color;Ljava/awt/image/ImageObserver;)Z+15 j sun.java2d.SunGraphics2D.drawImage(Ljava/awt/Image;IILjava/awt/Color;Ljava/awt/image/ImageObserver;)Z+12 j sun.java2d.SunGraphics2D.drawImage(Ljava/awt/Image;IILjava/awt/image/ImageObserver;)Z+7 j javax.swing.JComponent.paintWithOffscreenBuffer(Ljavax/swing/JComponent;Ljava/awt/Graphics;IIIILjava/awt/Image;)V+223 j javax.swing.JComponent.paintDoubleBuffered(Ljavax/swing/JComponent;Ljava/awt/Component;Ljava/awt/Graphics;IIII)Z+131 j javax.swing.JComponent.paint(Ljava/awt/Graphics;)V+208 j java.awt.GraphicsCallback$PaintCallback.run(Ljava/awt/Component;Ljava/awt/Graphics;)V+2 j sun.awt.SunGraphicsCallback.runOneComponent(Ljava/awt/Component;Ljava/awt/Rectangle;Ljava/awt/Graphics;Ljava/awt/Shape;I)V+155 j sun.awt.SunGraphicsCallback.runComponents([Ljava/awt/Component;Ljava/awt/Graphics;I)V+101 j java.awt.Container.paint(Ljava/awt/Graphics;)V+62
This is on a compaq Presario R3000 with 0000:01:00.0 VGA compatible controller: nVidia Corporation NV17 [GeForce4 420 Go 32M] (rev a3) on Ubuntu Dapper.