http://bugs.codeweavers.com/show_bug.cgi?id=434
*** shadow/434 Sun Mar 10 05:56:21 2002
--- shadow/434.tmp.3225 Fri Apr 5 08:45:15 2002
***************
*** 7,13 ****
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-misc |
+----------------------------------------------------------------------------+
! | Assigned To: bugs(a)codeweavers.com |
| Reported By: ivanovich(a)menta.net |
| CC list: Cc: |
+----------------------------------------------------------------------------+
--- 7,13 ----
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-misc |
+----------------------------------------------------------------------------+
! | Assigned To: wine-bugs(a)winehq.com |
| Reported By: ivanovich(a)menta.net |
| CC list: Cc: |
+----------------------------------------------------------------------------+
***************
*** 86,88 ****
--- 86,137 ----
message queue handling to the server."
Hope this helps
+
+ ------- Additional Comments From rick(a)valeoinc.com 2002-04-05 08:45 -------
+ I have the same mouse behavior in Visual FoxPro 5 applications.
+
+ I've posted a small application at
+ http://www.havokmon.com/stuff/vfp5test.zip .
+ It uncompresses to a setup.exe and files, which includes the VFP5
+ Runtime, and a test.exe application that just opens a MDI window. The
+ above test works on this application.
+ http://www.havokmon.com/stuff/vfp5test.txt has more information on setup
+ and installation with Wine (because it's not 100%).
+
+ I'm testing my regression by doing the following:
+ - Start the app
+ - Press CTRL-V to paste text into the Command Window (which is the
+ active 'MDI' window - but not really MDI - by default)
+ - Switch to another virtual desktop
+ - Switch back to Foxpro Desktop (That makes the Command Window 'look'
+ active, by becoming blue instead of grey)
+ - Click on the text that has been pasted.
+
+ All builds after 5/10/01 will have the problem. The text will
+ highlight as I move the mouse, as if I was still holding the mouse
+ button down. This behavior is the same on scrollbars also.
+ I too found the patch on 6/19 caused the issue.
+ I normally run FoxPro with:
+ wine /mnt/windows/DevStudio/vfp/vfp.exe
+
+ Trying to discern some useful information, I've been playing with
+ debugmsg. I've noticed if I do:
+ wine --debugmsg +scroll,+event,+toolbar,+gdi,+heap /mnt/windows/DevStu
+ dio/vfp/vfp.exe
+
+ Clicking works as it should.. Scrollbars take two clicks before the
+ ButtonRelease isn't acknoledged, but the text highlighting doesn't
+ occur. I can click and move around normally. If I attempt to highlight
+ text, (holding down the button) the ButtonRelease then is ignored as
+ before..
+
+ If I cut out some of the debug info:
+ wine --debugmsg +scroll,+event,+toolbar /mnt/windows/DevStu
+ dio/vfp/vfp.exe
+ We're back to normal (non-working normal).
+
+ It seems like there is some timing issue that the (almost extreme)
+ slowness from printing the debugging info is overcoming..(it's just
+ going to stdout) Is there a click/release timer that could be
+ increased?
+
http://bugs.codeweavers.com/show_bug.cgi?id=557
*** shadow/557 Wed Apr 3 01:44:43 2002
--- shadow/557.tmp.4380 Thu Apr 4 22:04:35 2002
***************
*** 7,13 ****
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-console |
+----------------------------------------------------------------------------+
! | Assigned To: bugs(a)codeweavers.com |
| Reported By: asus_000(a)hotmail.com |
| CC list: Cc: therogue86@aol.com,tony_lambregts@telusplanet.net |
+----------------------------------------------------------------------------+
--- 7,13 ----
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-console |
+----------------------------------------------------------------------------+
! | Assigned To: wine-bugs(a)winehq.com |
| Reported By: asus_000(a)hotmail.com |
| CC list: Cc: therogue86@aol.com,tony_lambregts@telusplanet.net |
+----------------------------------------------------------------------------+
***************
*** 78,80 ****
--- 78,85 ----
inactive in X it may still be OK to use to get to a tty session. Pressing the
ctrl,alt and F1 keys may/should take you to a the first TTY console. If it does
not, what is happening with your disk drive. Is it active? or did it stop too?
+
+
+ ------- Additional Comments From asus_000(a)hotmail.com 2002-04-04 22:04 -------
+ i tryed the trace thingy and it still didn't work.. i found the dirvers on that
+ site but it said that linux already had then on the install cd's and kernel
http://bugs.codeweavers.com/show_bug.cgi?id=522
*** shadow/522 Tue Mar 26 08:13:24 2002
--- shadow/522.tmp.31265 Thu Apr 4 19:55:31 2002
***************
*** 7,15 ****
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-ports |
+----------------------------------------------------------------------------+
! | Assigned To: bugs(a)codeweavers.com |
| Reported By: raven3245(a)softhome.net |
- | CC list: Cc: |
+----------------------------------------------------------------------------+
| Milestone: TargetMilestone: --- |
| URL: |
--- 7,14 ----
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-ports |
+----------------------------------------------------------------------------+
! | Assigned To: wine-bugs(a)winehq.com |
| Reported By: raven3245(a)softhome.net |
+----------------------------------------------------------------------------+
| Milestone: TargetMilestone: --- |
| URL: |
***************
*** 57,59 ****
--- 56,81 ----
architecture means)
+
+
+ ------- Additional Comments From tony_lambregts(a)telusplanet.net 2002-04-04 19:55 -------
+ Please ignore uninformed comments from Ciprian.Enache I have sent him an e-mail
+ with selected link since he had not CC:ed himself.
+
+ http://www.winehq.com/Docs/winelib-user/
+
+ The only thing right about what he said is at this time wine will not run x86
+ binarys on non x86 platforms but then again neither will vmware.
+
+ To add to what Marcus said most of us don't have PPC's so we need good bug
+ tracking. a simple way of getting the output of your ./configure and make
+ install && make is to use script ..commands .. exit ie
+
+ script compile.log
+ ./configure
+ make install && make
+ exit
+
+ Will give you a log of all the output of your configure and make. If you attach
+ compile.log to this bug we can have a look at it, If we can't see the errors we
+ cant fis it. So...
\ No newline at end of file
http://bugs.codeweavers.com/show_bug.cgi?id=35
*** shadow/35 Sun Mar 31 13:32:50 2002
--- shadow/35.tmp.16294 Thu Apr 4 15:28:42 2002
***************
*** 2,15 ****
| Wine 0.9.0 Meta Bug |
+----------------------------------------------------------------------------+
| Bug #: 35 Product: Wine |
! | Status: ASSIGNED Version: unspecified |
| Resolution: Platform: |
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-tools |
+----------------------------------------------------------------------------+
! | Assigned To: fgouget(a)codeweavers.com |
| Reported By: jwhite(a)codeweavers.com |
- | CC list: Cc: |
+----------------------------------------------------------------------------+
| Milestone: TargetMilestone: --- |
| URL: |
--- 2,14 ----
| Wine 0.9.0 Meta Bug |
+----------------------------------------------------------------------------+
| Bug #: 35 Product: Wine |
! | Status: NEW Version: unspecified |
| Resolution: Platform: |
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-tools |
+----------------------------------------------------------------------------+
! | Assigned To: wine-bugs(a)winehq.com |
| Reported By: jwhite(a)codeweavers.com |
+----------------------------------------------------------------------------+
| Milestone: TargetMilestone: --- |
| URL: |
***************
*** 39,41 ****
--- 38,45 ----
new version of the Wine server.
* that the stable branches of Wine should not suffer major regressions. An
application that works in 1.0.x should work in 1.0.y if y>x.
+
+
+ ------- Additional Comments From jnewman(a)codeweavers.com 2002-04-04 15:28 -------
+ I am moving this bug to be owned by the wine-bugs mailing list. Subscribe to
+ wine-bugs(a)winehq.com if you want to track bug submissions.
\ No newline at end of file
Hi,
I managed to compile the latest Wine without problems,
and I'm quite satified, but there is one BIG (and I
mean it) problem, which prevents normal use of Wine:
Audio...
I've been successfully using Cool Edit and other sound
apps with earlier versions (with or without
[WinMM])... but not the latest stable...
Ok, so wine loads, builds font metrics, Cool Edit
loads- fine, but when I try to play ANYTHING, it plays
a bit (larger, or bigger depending on samplerate), my
Linux (Debian, Woody, 2.4.9, OSS, two cards: AWE32,
OPL3-SA3, both in full-duplex mode- read that there's
experimental support for it) hangs- literally
H-A-N-G-S, all I have to do is press the reset only...
Were such complains addressed to you before? Any
suggestions how to disable this "feature"? ;-)
Regards,
Rambo
__________________________________________________
Do You Yahoo!?
Send FREE video emails in Yahoo! Mail!
http://promo.yahoo.com/videomail/
Hello wine people, this is my first posting here. I am using the gimp
printing ppd,cups and lpr on a hpdj842c. Wine release 20011226. On Debian
woody with 2.4.17. Everything rocks so far except whenever i try to print
in quicken either 2002 or version 6 which seem to printing with the same
program. wine freaks out and dies.
wine --debugmsg +winspool .wine/fake_windows/Program\ Files/QUICKENW/QW.EXE
was sent to
http://www.wuli.nu/users/dolemite/winedebugmsg
my .wine/config is at
http://www.wuli.nu/users/dolemite/wineconfig
I have printed with other progs in wine and normally and it works fine.
Alex Newman
www.wulimasters.net