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=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=19140
Summary: LineAge II T2 Gracia part II crashes at startup with
"Exception frame is not in stack limits"
Product: Wine
Version: 1.1.24
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: evstropovd(a)yandex.ru
LineAge II T2 Gracia part II crashes at startup with err:seh:raise_exception
Exception frame is not in stack limits => unable to dispatch exception.
wine og in attachment.
--
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=18728
Summary: Black screenshots in wow d3d with
OffScreenRendering=fbo
Product: Wine
Version: 1.1.22
Platform: PC
URL: http://www.worldofwarcraft.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adys.wh+winehqdotorg(a)gmail.com
When you do an ingame screenshot in WoW running under d3d, if
offscreenrendering is set to fbo, the following error is spit out:
fixme:d3d:stretch_rect_fbo >>>>>>>>>>>>>>>>> GL_INVALID_OPERATION (0x502) from
glBlitFramebuffer() @ device.c / 6994
The produced screenshot is completely black. This happens at least as early as
wine-1.1.11 - haven't tested with earlier versions but I don't think it's a
regression.
--
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.