http://bugs.winehq.org/show_bug.cgi?id=1028
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-15-03 13:46 -------
Closing
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1763
raulschmidtf(a)ig.com.br changed:
What |Removed |Added
----------------------------------------------------------------------------
Version|20030911 |20040309
------- Additional Comments From raulschmidtf(a)ig.com.br 2004-15-03 12:00 -------
At current version of wine (20040309) setup runs fine for both programs but none
of the programs runs in a bare wine install. Well, I can launch Notes but it
don't runs properly. Autocad don't run at all. I'll try a wine/windows install
to see how it goes.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=736
------- Additional Comments From puoti(a)inwind.it 2004-15-03 10:48 -------
A free download is available at from the manufacturer.
With the current version of wine, the program's initial screen comes up. But
after clicking on the try button, I get an error box called Vbox Err (This is
probably Vbox error but it's cut of because the box is quite small), the error
description is very detailed, it says "unknown error". The relay trace is over
100MB, so I suggest that anybody wanting to debug this downloads a copy from the
above link.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=736
puoti(a)inwind.it changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://www.chartwellyorke.co
| |m/dfwind.html
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=991
puoti(a)inwind.it changed:
What |Removed |Added
----------------------------------------------------------------------------
URL|http://download.microsoft.co|
|m |
------- Additional Comments From puoti(a)inwind.it 2004-15-03 09:54 -------
The software is not available from microsoft any more, but I can provide a copy
to anybody wanting to test it/debug it.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2096
Summary: Quicken 2000 Deluxe crashes/Bad parm to CreateBitmap
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: carl.sopchak(a)cegis123.com
Since sometime in early to mid December (2003), I have been having a problem
when I try to print partial page checks on a page-oriented (laser) printer from
Quicken 2000 Deluxe using the CVS version of wine (still as of a few weeks ago,
roughly 2/15/04). I restored my source tree from early Dec, and re-installed
wine, and have not had the problem since. I therefore believe this is a
regression issue.
To duplicate the problem, open an account and try to print checks. When asked
for the number of checks on the first page, select the One or Two radio button,
and press OK. Quicken then asks if the stub is still attached to the bottom of
the page, to which I reply Yes. At this point, wine crashes hard (Quicken
terminates). There is an X Window message sent to standard error stating that
it has ran out of resources. Unfortunately, this is somewhat intermittent. (It
happens most of the time, but not always.)
I have tried on several occasions to debug this issue, but, alas, it appears
just out of my reach technically. (I have virtually NO experience with the
Windows API, and not much more experience with C. Also, using --debugmsg +snoop
causes issues running Quicken, and you can't even GET to this point in the
program.) I have posted some questions to wine-devel mail list, but they went
unanswered.
What I did find out during my debugging attempts, though, was that CreateBitmap
was getting the dimension parameters with huge numbers (like 1,083,548,396 for
both width and height). One possible source of these bad values that I saw (but
don't know C well enough to know if it's relavent) was that in a few places
CreateBitmap is called with LONG parameters, where the CreateBitmap function
itself uses INT. (Check listview.c, trackbar.c and treeview.c in comctl32.)
I am willing to help debug this, as it is important to me. But, I'll need some
help doing so...
Carl
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1028
carl.sopchak(a)cegis123.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From carl.sopchak(a)cegis123.com 2004-15-03 06:42 -------
This no longer seems to be a problem.
Carl
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=678
------- Additional Comments From gkorte(a)tmse.nl 2004-15-03 01:48 -------
Currently I no longer use the checkpoint application which was giving
problems. Therefore I cannto confirm that the bug that was opened 1,5 years
ago is solved. Thanks for the reply thought, it nice to know someone remembers.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=917
------- Additional Comments From agalakhov(a)ifmlrs.uran.ru 2004-15-03 00:59 -------
Looks like it is still NOT fixed. Also, the similar problem seems to cause
graphic glitches in SimCity 4 (pop-up information when "?>" is selected) - at
least, it looks very similar to the first problem from the user's point of
view. It seems that the cursor coordinates are calculated differently in
different cases (i.e., two different API functions return different values),
but I'm not sure since I never hacked this part of Wine code.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.