http://bugs.winehq.org/show_bug.cgi?id=6761
Summary: Chemsketch regression in wine 0.9.26
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P4
Component: wine-msxml
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cheaterjs(a)gmx.de
Chemsketch ( http://appdb.winehq.org/appview.php?iVersionId=5846&iTestingId=6161
) crashes in new Wine 0.9.26 ( GIT from 24.11.2006 ).
It was working last week.
Relay-trace attatched.
--
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=6759
truiken(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From truiken(a)gmail.com 2006-24-11 11:39 -------
fixme's are not bugs.
--
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=6747
------- Additional Comments From the3dfxdude(a)gmail.com 2006-24-11 10:46 -------
Wine works completely without fontforge, you just won't have any supplied Wine
fonts (your second problem). We do not make this a hard requirement for the
builder because the builder can provide his own.
For your Xrender problem, you need to dig a bit deeper, as it works fine here.
Maybe report your video driver and window manager+version. Also check your
/etc/ld.so.conf, and maybe try recreating your ld.so.cache. Also run this:
ldd /usr/X11R6/lib/libXrender.so
--
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=6760
Summary: warn:palette:GDISelectPalette invalid selected palette
(nil)
Product: Wine
Version: 0.9.24.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: torel(a)sgi.com
Wine
Running Intersense.com Isdemo32.exe under linux works fine, except redraw of
graphics, specifically menues.
Error message:
warn:palette:GDISelectPalette invalid selected palette (nil)
warn:gdi:GDI_GetObjPtr Invalid handle (nil)
Windows program: isdemo.zip inside
http://www.isense.com/downloads/ProductCD_IS900_302.zip
Unpack it into a directory and run " WINEDEBUG=warn+all wine isdemo32.exe"
Wine distribution:
$ rpm -qa | grep wine
wine-docs-0.9.24-1.fc5
wine-tools-0.9.24-1.fc5
wine-arts-0.9.24-1.fc5
wine-ldap-0.9.24-1.fc5
wine-jack-0.9.24-1.fc5
wine-nas-0.9.24-1.fc5
wine-core-0.9.24-1.fc5
wine-twain-0.9.24-1.fc5
wine-cms-0.9.24-1.fc5
wine-esd-0.9.24-1.fc5
wine-devel-0.9.24-1.fc5
Anyway to fix this colorpalett problem?
Regards,
Tore
--
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=6376
------- Additional Comments From dmitry(a)codeweavers.com 2006-24-11 08:18 -------
As a start I'd like to know the values of lpOTM->otmSize, lpOTM-otmpFamilyName,
lpOTM->otmpFaceName, lpOTM->otmpStyleName, lpOTM->otmpFullName, calculated
needed and passed in cbData.
Also a +font log before and after the patch might help.
--
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=6376
------- Additional Comments From mvaisane(a)mbnet.fi 2006-24-11 06:28 -------
Can you describe how I can investigate this more? Maybe running wine with some
debugging turned on?
--
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=3862
------- Additional Comments From mvaisane(a)mbnet.fi 2006-24-11 06:27 -------
Yes, that is true - undoing of the patch is wrong, but I did it for testing that
my regression analysis is valid. And it is.
Nobody should use that patch for anything more than testing.
And yes, the problem is the cursor being on beginning of the text:
When you start quick-search function by hitting any letter, Notes brings up
quick-search window with the letter (you hit earlier) already there. But, the
cursor is on the left side of that letter, not on the end as it should be.
I think Notes does something fancy to get the cursor to the end of the text?
--
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=5469
------- Additional Comments From charles(a)diagnos.co.uk 2006-24-11 05:37 -------
Created an attachment (id=4171)
--> (http://bugs.winehq.org/attachment.cgi?id=4171&action=view)
VarBstrCmp binary comparison patch
So, I've finally found some time to look at this again.
The attached patch performs a binary comparison of the two strings if LCID == 0
(rather than a Unicode compare), which is what I believe Windows does. This
now gives the same results as Windows on the test data I fed it.
Is the patch alright?
--
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.