http://bugs.winehq.org/show_bug.cgi?id=9251
Summary: sendmail error while submitting changes to a bug
Product: WineHQ Bugzilla
Version: unspecified
Platform: Other
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: misc-bugs
AssignedTo: jnewman(a)codeweavers.com
ReportedBy: thestig(a)google.com
I just marked bug 4566 as fixed. The bug got marked as fixed, but on the
resulting page (http://bugs.winehq.org/process_bug.cgi) I got the following:
title: HASH(0x1cb6f70)
Bugzilla has suffered an internal error. Please save this page and send it to
wine-bugs(a)winehq.org with details of what you were doing at the time this
message appeared.
There was an error sending mail from 'WineHQ Bugzilla <wine-bugs(a)winehq.org>'
to 'wine.dev(a)web.de':error when closing pipe to /usr/lib/sendmail:
--
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=9250
Summary: Uplink wont start. (Another Micro$oft Visual C++ Runtine
error).
Product: Wine
Version: 0.9.42.
Platform: Other
OS/Version: All
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andyjstormont(a)hotmail.com
============= Microsoft Visual C++ Runtime Library =============
Runtime Error!
Program C:\Program ..
R6034
An application has made an attempt to load the C runtime library
incorrectly.
Please contact the application's support team for more information
Happens every time I attempt to start Uplink: Hacker Elite.
--
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=9318
Summary: Acomba: Freezes when closing certain child windows
Product: Wine
Version: 0.9.43.
Platform: PC
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-gui
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tecywiz121(a)hotmail.com
When an invoice is closed, the entire program freezes.
--
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=9920
Summary: Limited number of pixel formats
Product: Wine
Version: 0.9.46.
Platform: Other
OS/Version: other
Status: NEW
Severity: enhancement
Priority: P2
Component: wine-opengl
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thunderbird2k(a)gmx.net
Depends on: 9917
The number of OpenGL pixel formats which can be used in Wine is limited due to
constraints of the X11 driver. One of the ways this can be lifted is through
9917.
--
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=9781
Summary: Endless loop in Wineconsole with user mode
Product: Wine
Version: 0.9.45.
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vostok(a)etersoft.ru
CC: vostok(a)etersoft.ru
Way of reproduction:
1.Run wineconsole with user mode. (like: wineconsole cmd)
2.Right click -> Properties
3.Clamp any key.
4.Switch to another tab.
Result: Endless loop.
--
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=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=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.