http://bugs.winehq.org/show_bug.cgi?id=12325
Summary: winebrowser / mapi32.dll does not support accented
characters in mailto:
Product: Wine
Version: 0.9.58.
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: developers(a)tefnet.pl
When I try to execute:
wine C:\\windows\\system32\\winebrowser.exe 'mailto:Tefnet
Developers<foo(a)bar.com>?subject=TEST&body=ąóś'
my default mail client (opened by xdg-email) creates mail but without mail
body...
There is the same problem with e-mail generated by MAPISendMail (from
mapi32.dll)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13406
Summary: Overlord: crash on unimplemented function
d3dx9_36.dll.D3DXCompileShaderFromFileA
Product: Wine
Version: 1.0-rc2
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: edwin.smulders(a)gmail.com
CC: edwin.smulders(a)gmail.com
Created an attachment (id=13313)
--> (http://bugs.winehq.org/attachment.cgi?id=13313)
log/backtrace "wine Overlord.exe"
Overlord crashes with this message:
wine: Call from 0x7b844c50 to unimplemented function
d3dx9_36.dll.D3DXCompileShaderFromFileA, aborting
adding this dll gives some other crash/backtrace, i can add that if necessairy
Note that this is after adding xinput9_1_0.dll and applying a no-cd crack
attachment: full log from running wine Overlord.exe
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10542
Summary: Bug in TEXT_Ellipsify when returning modstr
Product: Wine
Version: CVS/GIT
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-user
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mxmauro(a)hotmail.com
Hi,
In the TEXT_Ellipsify function located in dlls/user32/text.c, the last lines
are:
if (modstr)
{
memcpy (modstr, str, *len_str * sizeof(WCHAR));
*(str+*len_str) = '\0';
}
and they should be:
if (modstr)
{
memcpy (modstr, str, *len_str * sizeof(WCHAR));
*(modstr+*len_str) = '\0';
}
like in TEXT_PathEllipsify (is correct there). Checked in latest cvs
repository.
Best regards,
Mauro.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11429
Summary: GetMouseMovePointsEx unimplemented
Product: Wine
Version: 0.9.54.
Platform: All
URL: http://www.red.com
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: peter.kovar(a)gmail.com
€ RedCine.exe
...
lot of noise
...
wine: Call from 0x851fc0 to unimplemented function
USER32.dll.GetMouseMovePointsEx, aborting
GetMouseMovePointsEx Function
The GetMouseMovePointsEx function retrieves a history of up to 64 previous
coordinates of the mouse or pen.
http://msdn2.microsoft.com/en-us/library/ms646259(VS.85).aspx
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11726
Summary: Merge Supreme Commander addon with original game
Product: WineHQ Apps Database
Version: unspecified
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: appdb-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: liquitsnake(a)gmx.net
I highly suggest this
http://appdb.winehq.org/objectManager.php?sClass=application&iId=6091
be merged with
http://appdb.winehq.org/objectManager.php?sClass=application&iId=4051
As of now, they are handled as different apps, even tho they're based on the
same engine and display similar reactions/problems/bugs. Furthermore it
seperates the information found in both entries.
Therefore I suggest merging the entry for the addon with the original game. The
addon should be handled just as a seperate version.
- Maintainer for SupCom-original
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=14576
Summary: DrawIconEx isn't up to date.
Product: Wine
Version: CVS/GIT
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mah(a)jump-ing.de
Comparing DrawIconEx in dlls/user32/cursoricon.c with Microsoft documentation
at http://msdn.microsoft.com/en-us/library/ms648065(VS.85).aspx , the FIXME()
regarding DI_COMPAT is valid for older Windows versions only and for the
DI_NOMIRROR flag (since XP) isn't checked at all.
The attached patch fixes this partially.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9442
Summary: WineHQ Menu is inconsistent
Product: WineHQ.com
Version: unspecified
Platform: All
URL: http://winehq.org
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P2
Component: misc-web
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Clicking on the WineHQ menu at the top left has the same order for most of the
website (WineHQ,Bugzilla, Wine Wiki):
WineHQ Menu
WineHQ
AppDB
Bugzilla
Wine Wiki
But if AppDB is selected, the order is different:
WineHQ Menu
AppDB
WineHQ
Bugzilla
Wine Wiki
The order should be consistent across the website.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=12578
Summary: err:mshtml:init_xpcom NS_InitXPCOM2 failed: 80004005 in
htmlhelp
Product: Wine
Version: 0.9.59.
Platform: All
URL: http://www.gpstrack.com/
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: developers(a)tefnet.pl
Gecko fails to init when you try to open help for second time.
It needs native hhctrl.ocx (I know that I shouldn't use native libraries in bug
reports but I think that bug is about another part of code - mshtml)
Steps to reproduce:
1. install gpstrack
2. copy native hhctrl.ocx to windows/system32 directory
3. add hhctrl.ocx in winecfg to use only native dll
4. open gpstrack
5. press F1, browse through help
6. close help
7. press F1 again, you'll get "HTML rendering is currently disabled"
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10158
Summary: Fix proper way to use quotes
Product: WineHQ Apps Database
Version: unspecified
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: enhancement
Priority: P3
Component: website-bugs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: daoo90(a)gmail.com
I'm new to this therefor I start with something small to get familiar with the
code.
Anyway to the bugreport:
Double and single quotes are not used properly anywhere in the code which
causes parsing slowdowns. Parser does variable interpolation in double-quoted
strings. Double-quoted strings should only be used when the string contain a
variable that should be parsed. Otherwise use single-quote.
I will be tracking those quotes in this bug and attach cvs diffs.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9873
Summary: maybe change "Login:" to "Login (e-mail address):"
Product: WineHQ Bugzilla
Version: unspecified
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: login
AssignedTo: jnewman(a)codeweavers.com
ReportedBy: wegmethaat(a)yahoo.com
Usually, when logging in, I type a user name and a password. At
bugs.winehq.org, I have to enter an e-mail address and a password. This is
okay, but I suggest you change "Login:" to "E-mail address:" or "Login (e-mail
address):"
I really had to give it more than just a couple of tries before I was logged
in. I was almost going to request for a new password. (Which would have been
useless, since the password I entered was okay, it was the "Login:" that
failed.)
By the way, I cannot select "3.0" at the "Version:" when I submit a bug for
bugs.winehq.org, even though the Bugzilla Main Page tells me the current
version is "version 3.0". Maybe you could add this version to the list.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.