http://bugs.winehq.com/show_bug.cgi?id=758
*** shadow/758 Sun Jun 2 19:25:31 2002
--- shadow/758.tmp.13823 Sun Jun 2 19:34:36 2002
***************
*** 80,82 ****
--- 80,86 ----
I can't take it on right now. In a few weeks I hope to be able to get back into
doing some wine debugging, so if this is still around, perhaps I might take a
look then.
+
+ ------- Additional Comments From tony_lambregts(a)telusplanet.net 2002-06-02 19:34 -------
+ Ok I'll see what I can do about saving this one for you, but I can't promise
+ that it will still be around.<wink>
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=758
*** shadow/758 Sun Jun 2 19:14:00 2002
--- shadow/758.tmp.13497 Sun Jun 2 19:25:31 2002
***************
*** 75,77 ****
--- 75,82 ----
------- Additional Comments From tony_lambregts(a)telusplanet.net 2002-06-02 19:14 -------
I am confirming bug. Changing status to NEW. Duane are you thinking of taking
this bug?
+
+ ------- Additional Comments From dclark(a)akamail.com 2002-06-02 19:25 -------
+ I can't take it on right now. In a few weeks I hope to be able to get back into
+ doing some wine debugging, so if this is still around, perhaps I might take a
+ look then.
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=758
*** shadow/758 Sun Jun 2 19:04:13 2002
--- shadow/758.tmp.13114 Sun Jun 2 19:14:00 2002
***************
*** 2,8 ****
| Menu/combo-box-functionality in managed mode. |
+----------------------------------------------------------------------------+
| Bug #: 758 Product: Wine |
! | Status: UNCONFIRMED Version: 20020411 |
| Resolution: Platform: |
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-gui |
--- 2,8 ----
| Menu/combo-box-functionality in managed mode. |
+----------------------------------------------------------------------------+
| Bug #: 758 Product: Wine |
! | Status: NEW Version: 20020411 |
| Resolution: Platform: |
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-gui |
***************
*** 71,73 ****
--- 71,77 ----
seeing mention in c.e.m.w of the "not enough memory" problem, and as I recall,
there was an easy fix, but I don't remember what it was. Perhaps poke around on
http://www.winehq.com/Trouble/ or even here on bugzilla.
+
+ ------- Additional Comments From tony_lambregts(a)telusplanet.net 2002-06-02 19:14 -------
+ I am confirming bug. Changing status to NEW. Duane are you thinking of taking
+ this bug?
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=758
*** shadow/758 Sun Jun 2 15:42:14 2002
--- shadow/758.tmp.12770 Sun Jun 2 19:04:13 2002
***************
*** 60,62 ****
--- 60,73 ----
It seems that Sawfish doesn't consider the menus as belonging to the parent
program window. Is this a bug in anything?
+
+ ------- Additional Comments From dclark(a)akamail.com 2002-06-02 19:04 -------
+ Yep, I can confirm that behavior with Word2000 too. Changing focus to enter-exit
+ does cause the problem. So, definitely a bug, though it is going to be a subtle
+ one.
+
+ And incidentally, updating to today's CVS also fixed the problems I was having
+ with the Word2000 menus. It seems to be working fine now. I seem to recall
+ seeing mention in c.e.m.w of the "not enough memory" problem, and as I recall,
+ there was an easy fix, but I don't remember what it was. Perhaps poke around on
+ http://www.winehq.com/Trouble/ or even here on bugzilla.
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=762
*** shadow/762 Sun Jun 2 16:21:12 2002
--- shadow/762.tmp.5780 Sun Jun 2 16:23:57 2002
***************
*** 38,40 ****
--- 38,44 ----
and tries to start the debugger.. on and on in a loop. I have tried to fix this
myself but I am up against it. After several days of screwing around with it I
guess I need help.
+
+ ------- Additional Comments From tony_lambregts(a)telusplanet.net 2002-06-02 16:23 -------
+ Created an attachment (id=154)
+ Trace showing problem with debugger/wineconsole
http://bugs.winehq.com/show_bug.cgi?id=762
*** shadow/762 Sun Jun 2 16:21:12 2002
--- shadow/762.tmp.5458 Sun Jun 2 16:21:12 2002
***************
*** 0 ****
--- 1,40 ----
+ +============================================================================+
+ | Cannot start wineconsole/debugger with current cvs |
+ +----------------------------------------------------------------------------+
+ | Bug #: 762 Product: Wine |
+ | Status: UNCONFIRMED Version: CVS |
+ | Resolution: Platform: |
+ | Severity: normal OS/Version: All |
+ | Priority: P1 Component: wine-debug |
+ +----------------------------------------------------------------------------+
+ | Assigned To: wine-bugs(a)winehq.com |
+ | Reported By: tony_lambregts(a)telusplanet.net |
+ | CC list: Cc: |
+ +----------------------------------------------------------------------------+
+ | Milestone: TargetMilestone: --- |
+ | URL: |
+ +============================================================================+
+ | DESCRIPTION |
+ Ok things are going from bad to worse for me. I feel Like a complete and utter
+ moron but this is not working for me. First I had the problem with Fonts too
+ large in wineconsole. Eric said that This should work with the current CVS So I
+ did an "cvs update -PAd" to bring myself up to date. with CVS. When I did a
+ ./tools/wineinstall it said I needed to do a ./configure. So I did that. Then I
+ ran into a compile error. So I did a "make clean" reran ./tools/wineinstall.
+ Wine compiled fine and I let it create a new config file.
+
+ So now I thought fine lets run wineconsole. When I try to run wineconsole I get
+ the usual font errors but nothing else.(no wineconsole and no other errors).
+
+ Anyway I thought I might be able go back and do some tracing so i ran the
+ following:
+
+ wine -debugmsg +relay "d:\setup.exe" 2>&1 | tee Riven.log.
+
+ I have "managed" = "Y" and "desktop" = "640x480" what happens is that I get
+ multiple wine desktops and no installshield. Looking at the output of the log
+ indicates that somewhere it is running into a problem and trying to start the
+ debugger which in turn tries to start wineconsole and that runsinto a problem
+ and tries to start the debugger.. on and on in a loop. I have tried to fix this
+ myself but I am up against it. After several days of screwing around with it I
+ guess I need help.
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=761
*** shadow/761 Sun Jun 2 15:58:21 2002
--- shadow/761.tmp.4188 Sun Jun 2 15:58:21 2002
***************
*** 0 ****
--- 1,35 ----
+ +============================================================================+
+ | Window computation is wrong |
+ +----------------------------------------------------------------------------+
+ | Bug #: 761 Product: Wine |
+ | Status: UNCONFIRMED Version: CVS |
+ | Resolution: Platform: |
+ | Severity: normal OS/Version: All |
+ | Priority: P1 Component: wine-gui |
+ +----------------------------------------------------------------------------+
+ | Assigned To: wine-bugs(a)winehq.com |
+ | Reported By: lionel.ulmer(a)free.fr |
+ | CC list: Cc: |
+ +----------------------------------------------------------------------------+
+ | Milestone: TargetMilestone: --- |
+ | URL: |
+ +============================================================================+
+ | DESCRIPTION |
+ When trying the launcher for Desperados demo (same happens with the game
+ itself), the launcher window is not displayed on screen (it should be a
+ non-square window with some custom UI).
+
+ From looking at the log, it seems that the window is created with a 0 x 0
+ dimension and never resized later on (all the sub-windows are of the correct
+ dimension / position AFAICT).
+
+ This means that nothing can be done and Wine sits here waiting for events to
+ come in :-)
+
+ The demo is downloadable here :
+
+ ftp://ftp.sunet.se/pub/pc/games/gamesdomain/demos/desperados_english.zip
+
+ It's a 94 MB download.
+
+ Log can be attached too, but testing on the demo is much better I think.
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=758
*** shadow/758 Sun Jun 2 13:30:14 2002
--- shadow/758.tmp.3509 Sun Jun 2 15:42:14 2002
***************
*** 44,46 ****
--- 44,62 ----
------- Additional Comments From tony_lambregts(a)telusplanet.net 2002-06-02 13:30 -------
Not the same as but related... I just thought you could shed more light on it
then I could, and you might enjoy the Chalange. <grin>
+
+ ------- Additional Comments From peter(a)husen.dk 2002-06-02 15:42 -------
+ I was unable to run Word2000 (a dialog shows along with the splash screen saying
+ that there is not enough memory to run the program), but I can launch Excel2000
+ in which the menu-problem remains.
+ I am running sawfish-gnome version 1.0.1.20020116-3 (debian package version),
+ and I usually have it set up so that the mouse changes focus on 'enter-exit'.
+ However I just tried to change it and found out that it works when it is set to
+ 'enter-only' or 'click'.
+
+ <OffTopic>This actually also solves a similar problem in Galeon: when I start to
+ type an URL, the combo-box pops up with possible completions. If the mouse is in
+ the area in which it pops up, the text box loses focus.</OffTopic>
+
+ It seems that Sawfish doesn't consider the menus as belonging to the parent
+ program window. Is this a bug in anything?
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=466
*** shadow/466 Thu May 16 14:23:29 2002
--- shadow/466.tmp.1695 Sun Jun 2 15:02:47 2002
***************
*** 174,176 ****
--- 174,183 ----
------- Additional Comments From apa3a(a)yahoo.com 2002-05-16 14:23 -------
Increasing severity, since this is an high-importance application.
Michael, can you confirm the issue?
+
+ ------- Additional Comments From bjornr(a)nyherji.is 2002-06-02 15:02 -------
+ This happens only with "wine", but it's okay in "codeweavers-wine" and
+ the "crossover office".
+
+ It's been reported as patchable with some success. I suggest using codeweavers
+ for Lotus Notes, and preferably the crossover version...
\ No newline at end of file