http://bugs.winehq.org/show_bug.cgi?id=10316
Summary: BiblePro errors with missing dll
Product: Wine
Version: 0.9.48.
Platform: Macintosh
OS/Version: Mac OS X 10.4
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-dotnet
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jjmckenzie51(a)sprintpcs.com
Note: This occurs whether Mono or .NET 1.1 is used.
After installing BiblePro.exe (latest release) after using winetricks to
install Mono 1.1.18, the program will not run due to a missing dll: gda-2.
This dll appears to not be installed with Wine.
--
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=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=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=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.
http://bugs.winehq.org/show_bug.cgi?id=11652
Summary: New Venezuela Time Zone.
Product: Wine
Version: 0.9.4.
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: goncons(a)gmail.com
Created an attachment (id=10854)
--> (http://bugs.winehq.org/attachment.cgi?id=10854)
Information of the New Venezuela Time Zone.
The government of Venezuela has announced a change to the time zone for the
country. To date, Venezuela observed AST. The new time zone change will begin
January 1st, 2008, when clocks will move backwards 30 minutes, from UTC-4:00
GMT to UTC-4:30. This change begins at 11:59:59 PM local time on Januray.
Clocks should be moved back to 11:30:00 PM rather than advancing to 12:00:00 AM
(midnight.)
Attached is the information of the New Time Zone and the Change of the
Original Time Zone (Change from America/Caracas to America/La Paz):
If you need any additional information please letme know.
--
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=11116
Summary: "Your Queued Bug Links" column "Bug #" wrong link
Product: WineHQ Apps Database
Version: unspecified
Platform: All
URL: http://appdb.winehq.org/queueditems.php
OS/Version: All
Status: UNCONFIRMED
Severity: major
Priority: P1
Component: appdb-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: aleks(a)spamtest.ru
In table "Your Queued Bug Links" column "Bug #" wrong link generation.
Sample:
<td><a href="http://bugs.winehq.org/show_bug.cgi?id=1234%22">1234</a></td>
Remove "%22" to fix this issue.
--
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=9320
Summary: Wine Virtual Desktop lacks proper focus handling
Product: Wine
Version: CVS
Platform: All
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P4
Component: wine-user
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vitaliy(a)kievinfo.com
This is a general bug about deficiencies in Wine virtual desktop window manager
that does not handle focus changes properly.
With Wine now properly reacting to focus looses away from Wine windows, some
applications have some difficulties not previously seen.
This DOES NOT include any behavior that is identical to one on windows. For
example most games will pause/freeze/minimize whenever they loose focus - user,
using [alt]+[tab] to switch away to other application.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.