http://bugs.winehq.org/show_bug.cgi?id=19946
Summary: make wine report correctly the graphic chip model when
using non nvidia and non fglrx drivers
Product: Wine
Version: 1.1.29
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lu_zero(a)gentoo.org
I had been able to reproduce it with World of Warcraft, the same should happen
to other programs:
- if I run wine using the fglrx driver wow works correctly
- if I use the radeon driver the texture got messed up (the card get reported
as baseline nvidia)
- if I force wine to report the same model as the one reported when using the
fglrx wow works 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=19853
Summary: Texture corruption in guild war with fglrx 9.8
Product: Wine
Version: 1.1.28
Platform: PC
URL: http://appdb.winehq.org/objectManager.php?sClass=versi
on&iId=9194
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tball(a)io.dk
I have some problems running Guildwar with fglrx 9.8 under Arch 64.
Actually the game installs/startup perfectly.
But get some odd texture corruptions. The corruption is noticable if you stand
in a long distance from the texture.
I attached a screenshot, where you see the distortion within the red markings,
and the same kind of texture (closer), without distortion in the green marking.
Actually the first time i load the game, there aren't any distortion. But when
I jump to another place within the game, the distortion starts to appear. It
seems like memory problems?
I got these setting in my user.reg file:
[Software\\Wine\\Direct3D]
"DirectDrawRenderer"="opengl"
"MaxFragmentUniforms"="1024"
"MaxVaryings"="52"
"MaxVertexUniforms"="1024"
"OffscreenRenderingMode"="fbo"
"PixelShaderMode"="enabled"
"UseGLSL"="disabled"
"VertexShaderMode"="hardware"
"VideoMemorySize"="1024"
I have tried with/without UseGLSL enabled, and backbuffer instead of fbo.
pbuffer crash the game. Every settings gave the same corruptions.
I am willing to patch wine for getting this to work proberly.
Thx for your help.
--
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=17932
Summary: winemp3 not play sounds correctly
Product: Wine
Version: 1.1.18
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: winmm&mci
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: aaaaaa111111(a)list.ru
Created an attachment (id=20267)
--> (http://bugs.winehq.org/attachment.cgi?id=20267)
wine output
Steps to reproduce
1. make an mp3 encoded .wav file
2. open this file with MCI
3. sound is bad (stammer), wine reports: "fixme:wavemap:wodWrite Not all src
buffer has been written, expect bogus sound"
With another mp3 decoder sound play without stammer.
--
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=15639
Summary: Pro Evolution Soccer 2009 crash after first menu
Product: Wine
Version: 1.1.6
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: chourmovs(a)gmail.com
Created an attachment (id=16680)
--> (http://bugs.winehq.org/attachment.cgi?id=16680)
winedebug=err+all
Pro Evolution Soccer 2009 crash crash after first menu
I used a securom no-cd patch for testing purpose
look at the log joined
--
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=19732
Summary: Security: use CAP_SYS_RAWIO during start up to map the
memory below mmap_min_addr instead of permanently
lowering it at install time
Product: Wine
Version: 1.1.21
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: scott(a)open-vote.org
Background:
In order to work around the mmap_min_addr setting introduced a while back that
breaks Wine, many Wine packages now install conf files to /etc/sysctl.d/ that
disable mmap_min_addr entirely. This reduces security of the system, as any
kernel null pointer dereference bug can root the machine. One such bug was
found to be open for 8 years.
This launchpad bug gives hints at what we need to do to implement this within
Wine properly.
----
>From Launchpad:
I would like to see wine and dosemu using filesystem capabilties to temporarily
grant themselves CAP_SYS_RAWIO during start up to map the memory below
mmap_min_addr, instead of requiring that the entire running system have their
mmap_min_addr lowered.
Implementing this would involve two halves: setting up the filesystem
capabilities when the package installed (postinst most likely), and dropping
the capability once the program had allocated memory.
Here is a quick example of how to mark an executable with a capability:
http://www.friedhoff.org/posixfilecaps.html#Examples%20-%20Substitution%20o…
They use numeric values, but it may be more readable to use text version:
sudo setcap cap_sys_rawio=ep low-mmap
(setcap is in libcap2-bin)
Part 2 involves dropping the capability:
http://git.0pointer.de/?p=pulseaudio.git;a=blob;f=src/daemon/caps.c;hb=86de…
the pa_drop_caps and shows how to drop capabilities, and pa_have_caps shows how
to test for a specific capability. (In the example's case, CAP_SYS_NICE.)
(sorry, lost some context for my setcap paste: "low-mmap" is the program I was
setting capabilities on. "cap_sys_rawio" is the textual version of the
capabilities.)
--
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=11115
Summary: "Please do not PASTE logs and back traces" message is
ignored too often
Product: WineHQ Bugzilla
Version: unspecified
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: bugzilla-unknown
AssignedTo: jnewman(a)codeweavers.com
ReportedBy: jeffzaroyko(a)gmail.com
It could be that the way the Enter Bug page is designed, this message is not
prominent enough for everyone to perceive its importance.
maybe it could be larger to place more emphasis on the message or alternatively
feature a stop sign graphic next to it saying something like "STOP, read this."
--
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=17009
Summary: TurboTax 2008: Installer crashes
Product: Wine
Version: 1.1.13
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: michael(a)qrivy.net
Created an attachment (id=18805)
--> (http://bugs.winehq.org/attachment.cgi?id=18805)
WINEDEBUG=warn+all output
After installing ie6 and .NET 2.0 w/ winetricks (to satifsy the dependecies),
the TurboTax second stage installer crashes on start.
--
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=11748
Summary: Adobe Dreamweaver 8 trouble with document root on
external drive?
Product: Wine
Version: 0.9.30.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
http://www.stos.org/1/2007/02/07/dreamweaver-on-linux-with-wine/
said there was some problem with setting the document
root to be an external drive (maybe a permissions problem).
Recording here even though I haven't tried it myself yet.
--
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=21168
Summary: Reason V4.0 Demo - Install fails with access violation
at address 004097C2
Product: Wine
Version: 1.1.33
Platform: x86-64
URL: http://dl.propellerheads.se/propellerhead/ReasonDemo_w
in.zip
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jeseahed(a)free.fr
Created an attachment (id=25405)
--> (http://bugs.winehq.org/attachment.cgi?id=25405)
Winedbg trace
By trying to install the demo of reason V4, Wine comes up with an error:
"Access violation at address 004097C2. Write of address 00400000."
Rebirth338v20 installed successfully and works properly. I've got not idea what
to do to have the Reason demo installation work.
Running winedbg gives the attached document.
OS details (Debian lenny):
Linux debian 2.6.26.8-rt16 #2 SMP PREEMPT RT Tue Aug 18 23:45:42 CEST 2009
x86_64 GNU/Linux
Wine reposotory in sources.list
deb http://www.lamaresh.net/apt lenny main
--
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=21620
Summary: Grand Theft Auto: San Andreas Crash at Start of Game
Product: Wine
Version: 1.1.38
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: paulmmj(a)gmail.com
My game crashes at the beginning of a new game. It opens, runs fine, and then
when a new game starts it just crashes. I'm using driconf for my 3D rendering
because my computer has an nVidia card. I don't know how to put the "code" for
the my crash on here, but I can if I get some instruction on the matter.
--
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.