http://bugs.winehq.org/show_bug.cgi?id=11172
Summary: no web cache
Product: Wine
Version: 0.9.53.
Platform: PC
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wininet
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hramrach(a)centrum.cz
As far as I can tell the wine wininet does not implement cache. This in itself
would not be that troublesome but there is unimplemented function
InternetSetFilePointer that appears to rely on cache from the msdev
description, and I have no idea how to implement it without one.
It appears that a game updater relies on this function to cache a file
completely so that it can be read easily. It calls it with zero offset and the
second parameter from the end set to 2, and again with all parameters zero
except the fd.
It then proceeds to read the file with InternetReadFile and fails. The update
is carried out much faster in wine than on windows.
--
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=11074
Summary: spelling mistake and URI could do with a space to make
it clickable
Product: WineHQ Apps Database
Version: unspecified
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: appdb-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jeffzaroyko(a)gmail.com
Created an attachment (id=10093)
--> (http://bugs.winehq.org/attachment.cgi?id=10093)
original email
In the "[AppDB] Submitted testing data accepted" emails,
1. spelling mistake "Responce" should be "Response"
2. the link provided to the testing data is treated as part of the text prior
because there is no space after the period. In some email clients (gmail), it
doesn't make it clickable.
Example is attached.
--
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.
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.