http://bugs.winehq.org/show_bug.cgi?id=2096
------- Additional Comments From Speeddymon(a)gmail.com 2005-28-04 20:53 -------
Usually if there is a bug in a program (Quicken in this case) that causes wine
to crash, but not windows, since we are going for conformance with windows, we
will fix wine to do it the "improper" (read: M$) way, so that the bug no longer
causes the crash, so yes this is technically a bug in wine as well as in
Quicken. Unfortunately though, since Quicken is not open source, we cant just
contact the developers and point something like this out, like I was able to do
with Mozilla, so we are stuck with having to do it the M$ way....
It looks like we have our culprit in the +bitmap trace, so a +relay shouldnt
show anything that we will need. Without having looked at the code, I would say
that you are probably right about CreateCompatibleBitmap returning something it
isnt supposed to
(ref: trace:bitmap:CreateCompatibleBitmap (0x1340,0,1082841288) =
fixme:bitmap:CreateCompatibleBitmap got bad width 0 or height 1082841288, please
look for reason)
Notice that the last arg for the trace line is the same as the height in the fixme..
Carl, could you please post a note on wine-devel asking someone more programming
oriented than myself or Tony to take a look at this bug? Be sure to reference
the bug number and point out that the last few notes have what we believe to be
all of the relevant info to fix the bug.
--
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=2916
------- Additional Comments From Speeddymon(a)gmail.com 2005-28-04 20:40 -------
If this crash comes with an error about the assertion failed and mentions
something about size.cx, please do a search in the file wine/dlls/riched/run.c
for the line "assert(size.cx);" without the quotes, and comment out that line.
That should get this working again. If there is no error on screen, please run
wine with the winedbg option set to riched. That should tell you where it is
crapping out. If it turns out to be that assertion, please do the instructions
above, and if not, please post the output in an attachment here.
--
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=2911
------- Additional Comments From Speeddymon(a)gmail.com 2005-28-04 20:34 -------
Ok that is better. Do you know if this game uses directx at all? If so, we are
also in the middle of a big directx merge, so bugs will crop up there too. As
far as the window falling behind other windows, like I said, we are overhauling
the windowing code, so it will hopefully be fixed within a few months. The
choppy graphics could be any number of things, so knowing if the game uses
directx will help in figuring out which winedbg parameters to have you use.
--
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=1353
------- Additional Comments From Speeddymon(a)gmail.com 2005-28-04 20:22 -------
Ben, can you send a note to Oliver and the wine-devel list mentioning that in
16-bpp it cant find dx9 but that it can find it in 24-bpp please? That should
help in getting that bug fixed. It appears we are close to being complete with
this bug.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=975
Speeddymon(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From Speeddymon(a)gmail.com 2005-28-04 20:19 -------
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=1434
Bug 1434 depends on bug 975, which changed state.
Bug 975 Summary: Warcraft 3 installer doesn't work.
http://bugs.winehq.org/show_bug.cgi?id=975
What |Old Value |New Value
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
--
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=975
Speeddymon(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From Speeddymon(a)gmail.com 2005-28-04 20:19 -------
Appears to have been fixed. resolving. If the issue reoccurs, please file a
new bug.
--
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=2908
------- Additional Comments From fenix(a)club-internet.fr 2005-28-04 18:48 -------
Here it's crashing on start (fresh cvs) :(
=>1 0x004d00b6 in weatherscope (+0xd00b6) (0x77aefd04)
2 0x004d03f9 in weatherscope (+0xd03f9) (0x77aefd14)
3 0x0044e601 in weatherscope (+0x4e601) (0x77aefd38)
4 0x0049840b in weatherscope (+0x9840b) (0x77aefd44)
5 0x004368db in weatherscope (+0x368db) (0x77aefd54)
6 0x0043504c in weatherscope (+0x3504c) (0x77aefd64)
7 0x0043595c in weatherscope (+0x3595c) (0x77aefd8c)
8 0x00406c58 in weatherscope (+0x6c58) (0x77aefdc4)
9 0x004061f7 in weatherscope (+0x61f7) (0x77aefe68)
10 0x004c71b8 EntryPoint in weatherscope (0x77aeff2c)
11 0x77bbc718 start_process(arg=0x0)
[/cvs-src/wine/dlls/kernel/process.c:1044] in kernel32 (0x77aefff4)
12 0xb7fd5a91 wine_switch_to_stack+0x11 in libwine.so.1 (0x00000000)
0x004d00b6: movl 0x8(%edx),%edx
Regards,
Raphael
--
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=2320
------- Additional Comments From fenix(a)club-internet.fr 2005-28-04 18:43 -------
Just been commited (today) ;)
Regards,
Raphael
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.