"Mike" == Mike Hearn mike@navi.cx writes:
Mike> On Mon, 28 Jun 2004 12:02:12 +0200, Uwe Bonnes wrote: >> resizing the window of ISE (Xilinx FPGA programming suite), the mouse >> remains captured inside the wine desktop and following backtrace can >> be requested: >> >> Backtrace: =>1 0x404fdc04 DebugBreak+0x4 [debugger.c:274] in kernel32 >> (0x406ef1fc) 2 0x41f11067 error_handler+0x87(display=0x78089550, >> error_evt=0x406ef248) [x11drv_main.c:186] in x11drv (0x406ef210)
Mike> Try disabling synchronous mode if it's on and see what the error Mike> dump is. I have a problem with some InstallShields on latest CVS Mike> due to an X_CopyArea failure. Maybe this is the same thing?
Without synchronous mode, so backtrace is available, even when running with winedbg: Wine-dbg>c fixme:ole:CoRegisterMessageFilter stub err:ole:CoGetClassObject couldn't load InprocServer32 dll C:\windows\system\vbscript.dll fixme:ole:CoCreateInstance no classfactory created for CLSID {3f4daca4-160d-11d2-a8e9-00104b365c9f}, hres is 0x80040150 X Error of failed request: BadDrawable (invalid Pixmap or Window parameter) Major opcode of failed request: 70 (X_PolyFillRectangle) Resource id in failed request: 0x0 Serial number of failed request: 10634 Current serial number in output stream: 10876 Invalid address ((nil)) for breakpoint 0, disabling it Process of pid=0x00000013 has terminated Wine-dbg>bt You must be attached to a process to run this command. Win