http://bugs.winehq.org/show_bug.cgi?id=12036
Summary: Warhammer Dark Crusade: foliage is blocky instead of
transparent
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: opengl
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fdelente(a)mail.cpod.fr
Created an attachment (id=11380)
--> (http://bugs.winehq.org/attachment.cgi?id=11380)
PNG of non transparent foliage
I don't remember seeing that correctly implemented in a previous version of
wine.
It may be an nvidia drivers bug, but 100.14.19 and 169.12 give the same result.
Transparent textures don't seem to be handled well in the game: foliage is
blocky though it is transparent in windows, the necron lord cape is normally
ragged but surrounded by a black rectangle.
It's just a cosmetic thing though :^)
I add a snapshot showing the bug.
--
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=11944
Summary: Half-life 2 demo doesn't start: X Error: BadAlloc,
Request Major code 147 (NV-GLX)
Product: Wine
Version: CVS/GIT
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: opengl
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fdelente(a)mail.cpod.fr
Yesterday I installed steam, then the half-life 2 demo. It worked just after
installing.
However, today, it won't start anymore. I did disable "Steam Community In-Game"
in Steam -> File -> Settings -> In-game as per the AppDB page, but wine dies
with
X Error: BadAlloc
Request Major code 147 (NV-GLX)
Request Minor code 5 ()
Error Serial #714
Current Serial #715
I tried with wine-0.9.57 with the latest Nvidia drivers (169.12).
As I don't know if it's a new bug or an old situation, I don't know where to
bisect the tree to do regression tests.
--
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=11876
Summary: opengl still crash in SetPixelFormat in 0.9.57
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cbill.lam(a)gmail.com
Created an attachment (id=11163)
--> (http://bugs.winehq.org/attachment.cgi?id=11163)
log file with WINEDEBUG=+synchronous,+wgl,+x11drv
It crashed when calling these 2 function in sequence
ChoosePixelFormat hdc;pfdrc
SetPixelFormat hdc;pixfmtrc;pfdrc
nvidvia driver version 169.12
log attached.
--
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=11797
Summary: .lnk files not relocatable
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: NEW
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
http://www.winehq.org/pipermail/wine-users/2008-March/029362.html
discusses the use case where a user wants to install
a bunch of apps, then move .wine somewhere else.
This works except that .lnk files have absolute Linux
paths in them. Perhaps .lnk files should be Windows
paths only, to allow for this sort of relocation?
--
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=11479
Summary: db: \r should be stripped from identifiers in SQL
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jdahlin(a)async.com.br
Created an attachment (id=10620)
--> (http://bugs.winehq.org/attachment.cgi?id=10620)
stupid patch and testcase
While trying to compile the basic example in Wix, an query string is sent in to
MsiDatabaseOpenView() for which MSI_ParseSQL return 1. Eg:
trace:msi:MSI_DatabaseOpenViewW L"CREATE TABLE `_SummaryInformation` (
`PropertyId` INT NOT NULL, `Value\r` CHAR(255\r) NOT NULL LOCALIZABLE PRIMARY
KEY `PropertyId\r`)" 0x61ed98
trace:msi:MSI_ParseSQL Parse returned 1
To reproduce this error, the instructions in bug 11414, comment 10 applies.
Attached is a new test to msi/tests/db.c stupid and naive patch which just
strips the trailing \r if present.
--
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=11355
Summary: Dreamweaver MX can't find a DLL unless started with
ShellExecute
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
To repeat: install Dreamweaver MX,
then to avoid the long delay while it scans your whole system,
remove .wine/dosdrives/z:,
then start and select View / Design. You'll see
err:module:import_dll Library Gemstone.dll (which is needed by L"C:\\Program
Files\\Macromedia\\Dreamweaver
MX\\Configuration\\JSExtensions\\DWEMLaunch.dll") not found
on the console, but the file is there:
./Program Files/Common Files/Macromedia/Gemstone.dll
The workaround, as noted at
http://www.winehq.org/pipermail/wine-devel/2006-October/051441.html
is to run Dreamweaver using ShellExecute, e.g.
wine start Dreamweaver.exe
Presumably this happens under Windows as well,
but I haven't checked.
I'm recording it here on the off chance that this
doesn't happen on Windows, and because bugzilla is
a nice place to record even apparant bugs that turn
out to be nonbugs.
--
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=11313
Summary: Debug version of NO$GBA fails silently
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nornagon(a)gmail.com
Created an attachment (id=10421)
--> (http://bugs.winehq.org/attachment.cgi?id=10421)
WINEDEBUG=+relay wine NO\$GBA.exe
Using git wine and a patch to stop wine crashing on gdi32.dll.GetGlyphOutline
being called (the patch is simply removing @ stub GetGlyphOutline from
gdi32.spec), the program exits with a few lines of (unrelated-seeming)
messages:
fixme:spoolsv:serv_main (0 (nil))
fixme:ntdll:RtlNtStatusToDosErrorNoTeb no mapping for 8000000a
ALSA lib seq_hw.c:457:(snd_seq_hw_open) open /dev/snd/seq failed: No such file
or directory
The debug version is unfortunately pay-for, and the free version does not have
this issue.
Relay log attached.
--
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=11292
Summary: Splash and About windows of Photoshop 7,CS,CS2
transparancy not dynamic
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
The splash and About windows of probably all versions of
Photoshop, and for that matter Picasa, tend to have a central
opaque portion surrounded by a transparant portion.
The transparant portion is not rendered properly.
It's good enough to fool you sometimes; it's as
if it samples the background once and does the
transparancy properly then, but from then on
acts as if it's opaque, keeping the originally computed
sample of the background no matter what the real
background does.
Believe it or not, this really annoys some users.
The About screen of Photoshop 7 is a good place to see
why it's a bit annoying; ugly debris from the Help menu
is captured in amber while the About screen is still up.
--
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=11145
Summary: Can't install some games/programs on FAT32 partitions
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gerdal(a)poczta.fm
I can't install some games/programs on FAT32 partitions. This bug (Can't create
a file) doesn't appear when I install applications on EXT3 partition. For
example this bug shows in installers of: Operation Flashpoint Resistance, Colin
McRae Rally 2. Installer of Operation Flashpoint Resistance show bug when it
try to copy file: A02Vulcan.ABEL.pbo (sometimes shows a bug on other files
o.O).
--
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=11138
Summary: Crash of trados when changing the GUI language setting
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: yolande(a)haneder.biz
If you want to set the language to something else than your o/s language, you
have a function for this in Workbench where you have a choice amongst 4-5
languages.
On wine the language is automatically set to the o/s language, any access to
the GUI in another language is crashing Workbench.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.