I did not read about any similar problem, but I encountered this one even with the latest stripped build, even on two different Linux installations: Freecell works perfectly except for the "Select game" feature during the game. When choosing this menu item, you are asked whether you want to abort this game, and after that, the dialog box for the game number should appear. It does, but only for a fraction of a second, then disappears (probably hidden by the game window?). The game then hangs, the window cannot be closed or even moved, and wine must be stopped by CTRL-C. To reproduce that quickly, start freecell, press F2, F3, Return. Any idea? Build: wine-cvs-stripped-102201-1 Freecell: German version Linux: 2.4.0 with glibc 2.2.2 Files (in one directory): freecell.exe cards.dll msvcrt.dll Michael -- * Michael Zapf * Fraunhofer-Gesellschaft, Darmstadt (Germany) * Institut f?r sichere Telekooperation - FhI-SIT * (Institute for secure telecooperation)
Hello Michael Zapf, on Mon, 22 Oct 2001 16:09:28 +0100, you said:> I did not read about any similar problem, but I encountered this one > even with the latest stripped build, even on two different Linux > installations: > > Freecell works perfectly except for the "Select game" feature during the > game. When choosing this menu item, you are asked whether you want to > abort this game, and after that, the dialog box for the game number > should appear. It does, but only for a fraction of a second, then > disappears (probably hidden by the game window?). The game then hangs, > the window cannot be closed or even moved, and wine must be stopped by > CTRL-C. > > To reproduce that quickly, start freecell, press F2, F3, Return. > > Any idea?[..] Are you running it unmanaged? When running unmanaged, the modal messagebox gets trapped behind the main Freecell window. So Freecell is told, "don't accept any user input until user says 'Yes' or 'No'" but the dilemma occurs because you can't say 'Yes' or 'No' because you can't see the messagebox. Try this instead: wine --managed freecell.exe Does that fix it? Regards :) -- Lee J - UK It's all GNU to me
"Lee J." wrote:> Are you running it unmanaged? When running unmanaged, the modal > messagebox gets trapped behind the main Freecell window. ... > > Try this instead: > > wine --managed freecell.exe > > Does that fix it?Yes, thanks a lot! The option "--managed" seems reasonable to me to be default, but I have to set it explicitely. Is there any reason for that, i.e. could I want my windows not to be managed by X? Michael -- * Michael Zapf * Fraunhofer-Gesellschaft, Darmstadt (Germany) * Institut f?r sichere Telekooperation - FhI-SIT * (Institute for secure telecooperation)