http://bugs.winehq.org/show_bug.cgi?id=24319
Summary: Portable Thunderbird 3.1.3 : Thunderbird can't
retrieve new emails from server
Product: Wine
Version: 1.1.42
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: partoutatis(a)gmail.com
Thunderbird can't retrieve new emails from server when I click on the "Get
Mail" button.
An "Alert" messagebox apears with message :
"There is not enough disk space to download new messages. Try deleting old
mail, emptying the Trash folder, and compacting your mail folders, and then try
again."
There were no problem to do it with previous 2.0.0.16 version.
--
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=29507
Bug #: 29507
Summary: Rainbow Six Rogue Spear - Mouse pointer movement very
slow during mission briefing
Product: Wine
Version: 1.3.36
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: shannon.vanwagner(a)gmail.com
Classification: Unclassified
Rainbow Six Rogue Spear - installs and gameplay runs great, under os version
win 98, but the mouse pointer moves painfully slow during the briefing/mission
setup on one of my computers.
--
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=26278
Summary: Sims 3 edge smoothing option does nothing
Product: Wine
Version: 1.3.14
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
I'm using Ubuntu 10.10 with nvidia driver from
https://launchpad.net/~ubuntu-x-swat/+archive/x-updates
glxinfo says
OpenGL renderer string: GeForce GT 240/PCI/SSE2
OpenGL version string: 3.3.0 NVIDIA 270.29
My user.reg has
[Software\\Wine\\Direct3D]
"Multisampling"="enabled"
Monitor resolution is 1024x768.
In Wine, sims3 lets me select off/low/med/high edge smoothing in settings,
but they all look the same.
In Vista (with a gt 220 and driver 197.45), those settings actually do
something; anything above 'off' subtly smooths out the jaggies.
--
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=22920
Summary: Missing typedef keywords in ws2ipdef.h resulting in
multiply-defined symbols
Product: Wine
Version: 1.1.42
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: winsock
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rmcdonald(a)bittorrent.com
I was building a program using Winelib and ran into multiply-defined symbols at
link time. I resolved them by modifying /usr/include/wine/windows/ws2ipdef.h
as follows:
136c136
< struct WS(ip_mreq)
---
> typedef struct WS(ip_mreq)
142c142
< struct WS(ip_mreq_source) {
---
> typedef struct WS(ip_mreq_source) {
148c148
< struct WS(ip_msfilter) {
---
> typedef struct WS(ip_msfilter) {
Here's the section of the file causing the problem:
/*
* Multicast group information
*/
struct WS(ip_mreq)
{
struct WS(in_addr) imr_multiaddr;
struct WS(in_addr) imr_interface;
} WS(IP_MREQ), *WS(PIP_MREQ);
struct WS(ip_mreq_source) {
struct WS(in_addr) imr_multiaddr;
struct WS(in_addr) imr_sourceaddr;
struct WS(in_addr) imr_interface;
} WS(IP_MREQ_SOURCE), *WS(PIP_MREQ_SOURCE);
struct WS(ip_msfilter) {
struct WS(in_addr) imsf_multiaddr;
struct WS(in_addr) imsf_interface;
ULONG imsf_fmode;
ULONG imsf_numsrc;
struct WS(in_addr) imsf_slist[1];
} WS(IP_MSFILTER), *WS(PIP_MSFILTER);
Without the typedef keywords, this code was defining a global variable from
every source file that included it.
I browsed the source code at
http://source.winehq.org/git/wine.git/?a=tree;f=include;h=1e4dce3adfe9c87b5…
and saw the head revision for this file and confirmed this part of the file is
the same as my copy.
--
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=19905
Summary: windowscodec: compiler warnings on OS X
Product: Wine
Version: 1.1.28
Platform: PC
OS/Version: Mac OS X 10.5
Status: NEW
Keywords: download, source
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
gcc -m32 -c -I. -I. -I../../../include -I../../../include -D_REENTRANT -fPIC
-Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wwrite-strings
-Wpointer-arith -I/Users/austin/.winedeps/usr/include
-I/Users/austin/.winedeps/usr/include -o stream.o stream.c
stream.c: In function 'test_StreamOnMemory':
stream.c:107: warning: format '%u' expects type 'unsigned int', but argument 6
has type 'long unsigned int'
stream.c:143: warning: format '%u' expects type 'unsigned int', but argument 4
has type 'long unsigned int'
stream.c:167: warning: format '%u' expects type 'unsigned int', but argument 4
has type 'long unsigned int'
stream.c:295: warning: format '%u' expects type 'unsigned int', but argument 6
has type 'long unsigned int'
--
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=20033
Summary: ApexDC++ exception
Product: Wine
Version: 1.1.28
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: puk007(a)gmail.com
I'm running ApexDC++ 1.2.1 using playonlinux script (wine 1.1.27).
I'm facing problem, that after some time I allways get exception attached
(attached screenshot as well as full log txt).
I've already identified that I get this one immediatelly when trying to connect
to following hub:
name: BEST of all hubs :::CZech republic::: (dc.bestofallhub.com:1128)
address: dc.bestofallhub.com:1441
(only 1.st connection during one application run causes exception)
This is the last message written by this hub when connecting:
[20:49:42] <[Bot]Security> Please stand by while loading the user list...
but user list never loads, I just get this exception.
would be great to have it running seamlessly.
help appreciated.
pb
--
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=20118
Summary: Oblivion slows down with sound
Product: Wine
Version: 1.1.29
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lb_(a)freemail.hu
Installed wine_1.1.29~winehq1-1_amd64.deb. When got sound the game extremly
slows down. Menu is just slightly effected. When somehow it losts sound the in
game 3d scene fast again.
Installed back wine_1.1.28~winehq1-1_amd64.deb and it works well again.
--
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=10650
Summary: PhotoFiltre take much time to fill empty a draw
Product: Wine
Version: 0.9.50.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: test
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adam050986(a)yahoo.fr
Photofiltre is very slow making a simple color-filling on an image.
Teste yourself :
- Install photofiltre
- Get a new document ( 800*600 for example )
- Fill it black/whatever
- wait 20 seconds
On windows it only take 1 second...
I asked the author, and he told me that the algorythm used is a "classical
recursive algorythm..."
This has been a bug from longtime, and none of other Wine Versions fixed the
bug... :-/
--
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=26882
Summary: Portal 2: black texture when opening portals with
antialiasing enabled
Product: Wine
Version: 1.3.18
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: zorael(a)gmail.com
Created an attachment (id=34275)
--> (http://bugs.winehq.org/attachment.cgi?id=34275)
New portal expanding, antialiasing enabled
Kubuntu 11.04 x86_64 running Wine 1.3.18 from wine ppa (plus winepulse
patches). Portal 2 was downloaded via Steam and then patched with the fixed
SKIDROW crack. Videocard is an Nvidia GeForce 580 running the proprietary
270.41.06 driver from natty restricted.
When creating a new portal, a completely black form of a portal is allocated on
the target surface. In the middle of this, the actual portal opening animation
starts, which will expand and and eventually fill the allocated black space.
This only happens with antialiasing enabled. With it disabled, there is a form
of warping effect which doesn't seem to work alongside antialiasing.
In the terminal, one line is constantly spammed;
err:d3d_surface:surface_blt_fbo >>>>>>>>>>>>>>>>> GL_INVALID_OPERATION
(0x502) from glBlitFramebuffer() @ surface.c / 3460
(Not attaching a log with thousands of those identical lines.)
See attached screenshots.
--
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.