http://bugs.winehq.com/show_bug.cgi?id=128
------- Additional Comments From Speeddymon(a)yahoo.com 2003-06-07 17:27 -------
Andy, is this problem still existant? I seem to remember someone doing some
work on fonts and also something about needing to download and install some
core MS fonts in order for things to work correctly...
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=96
------- Additional Comments From Speeddymon(a)yahoo.com 2003-06-07 17:24 -------
Dimi, should all the bugs associated with this one be closed, or are there some
that still need to be fixed? I know that we are actually only down to
ntdll/kernel separation as far as what's left, but I would rather have the
opinion of someone more trusted than myself before I just close them all when
they arent all ready to be closed.. Let me know which ones to close and I will
do it (or which ones to not close and I will close the others).....
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=54
------- Additional Comments From Speeddymon(a)yahoo.com 2003-06-07 17:07 -------
Looking thru the changelog i see a couple of possible things that might be the
cause of the ownerdrawn button being on the wrong bkgnd.. Francois, if you
have the time, could you do a regression test?
I would need you to check with wine-19991013 sometime before 13:49:42
and if it still doesnt draw right, check with wine-19990715 sometime before
16:07:19 (times on both are UTC, of course)
If it doesnt draw correctly in either of those, let me know and I will delve
into this a little deeper, but I am pretty sure the one from 1013 would fix
this..
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1574
Speeddymon(a)yahoo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From Speeddymon(a)yahoo.com 2003-06-07 15:58 -------
closing
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1574
Speeddymon(a)yahoo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
------- Additional Comments From Speeddymon(a)yahoo.com 2003-06-07 15:58 -------
I inadvertently grabbed the wrong sources and therefore this bug is invalid..
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=22
Speeddymon(a)yahoo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
BugsThisDependsOn| |1574
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1574
Summary: Shellexecute, bug 22, and MSDN
Product: Wine
Version: unspecified
Platform: All
URL: http://msdn.microsoft.com/library/default.asp?url=/libra
ry/en-
us/shellcc/platform/shell/reference/functions/shellexecu
te.asp
OS/Version: Linux
Status: NEW
Keywords: conformance
Severity: normal
Priority: P2
Component: wine-kernel
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: Speeddymon(a)yahoo.com
OtherBugsDependingO 22
nThis:
Looking at the URL above and then looking at our shlexec.c, I noticed one small
difference between the 2.
In the MSDN docs, it says that if lpOperation is null:
"For systems prior to Microsoft Windows 2000, the default verb is used if it
is valid and available in the registry. If not, the "open" verb is used.
For Windows 2000 and later systems, the default verb is used if available. If
not, the "open" verb is used. If neither verb is available, the system uses
the first verb listed in the registry."
In wine's shlexec.c, if lpOperation is null, we only use the open verb, like
so:
if (lpOperation == NULL) /* default is open */
lpOperation = "open";
I think this could hinder certain programs, especially if someone would like
it to do something besides open the file (like in the case of bug 22, where
it is a link, not a file).. This could also be a problem if there is no
application associated with the file, since we have no window/tool allowing
the user to choose the app (also in the case of bug 22, where we have nothing
to open links yet)...
I guess I should add that in the code for shlexec.c we do have handling for
links, but it appears to not make it that far as of right now..
I am also waiting on a tracelog from andy for bug 22 to see exactly where it
stops
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=11
------- Additional Comments From Speeddymon(a)yahoo.com 2003-06-07 11:45 -------
Francois, could you possibly add a screenshot of how the drawing looks in wine
to your site and then add the link here?
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1573
mike(a)theoretic.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From mike(a)theoretic.com 2003-05-07 14:47 -------
This isn't a bug in Wine, it's a problem with your setup. I'll mark it INVALID,
as this database is for faults in Wine.
You'd be best asking on one of the wine user support forums, either the mailing
list or on IRC. In particular, try uninstalling wine (using whatever mechanism
you used to install it), then download the latest release in source code form
(.tar.gz) and install it using the ./tools/wineinstall script.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1573
Summary: bug in wine
Product: Wine
Version: 20030618
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: flupflopflap(a)hotmail.com
i have a bug in wine.
each time i want to start up a windows executable wine pops up and closes
again.i run suse linux 8.0
When i type wine in shell it gives me the message:wine: relocation error:
wine: undefined symbol: PROCESS_InitWine
i would like to know how to fix this.
i use wine ver.20030619
i already tried uninstalling and re-installing.
thx ;-)
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.