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=6951
Alexandre Julliard <julliard(a)winehq.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #10 from Alexandre Julliard <julliard(a)winehq.org> 2012-03-16 17:11:06 CDT ---
Really closing bugs fixed in 1.5.0.
--
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=30171
Bug #: 30171
Summary: World of Warcraft 64-bit client deadlocks at start
(regression)
Product: Wine
Version: 1.4
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wpanlener(a)gmail.com
Classification: Unclassified
Created attachment 39375
--> http://bugs.winehq.org/attachment.cgi?id=39375
bisect
Starting the World of Warcraft 64-bit client with 1.4-246-g945c5bb causes a
deadlock. This is a regression since 1.4 .
--
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=8433
Alexandre Julliard <julliard(a)winehq.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #21 from Alexandre Julliard <julliard(a)winehq.org> 2012-03-16 17:11:01 CDT ---
Really closing bugs fixed in 1.5.0.
--
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.