http://bugs.winehq.org/show_bug.cgi?id=14349
Summary: No menu background or any hud in Day of Defeat Source
Product: Wine
Version: 1.1.0
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lucas.rokam(a)gmail.com
Created an attachment (id=14648)
--> (http://bugs.winehq.org/attachment.cgi?id=14648)
In game menu with no background, no texts inside the listbox.
Day of Defeat:Source when running don't show any kind of hud.
Game launch options:
-novid -nojoy -noipx -heapsize 524768
Console log:
err:d3d:getColorBits Unsupported format: WINED3DFMT_A32B32G32R32F
err:d3d:IWineD3DImpl_IsPixelFormatCompatibleWithRenderFmt Unable to check
compatibility for Format=WINED3DFMT_A32B32G32R32F
err:d3d:getColorBits Unsupported format: WINED3DFMT_R32F
err:d3d:IWineD3DImpl_IsPixelFormatCompatibleWithRenderFmt Unable to check
compatibility for Format=WINED3DFMT_R32F
--
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=2603
Erik Walthinsen <omega(a)omegacs.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |omega(a)omegacs.net
--- Comment #8 from Erik Walthinsen <omega(a)omegacs.net> 2008-08-31 01:57:08 ---
I am seeing this bug on an Ubuntu 8.10 system with the latest winehq debs
(1.1.3~winehq0~ubuntu~8.04-0ubuntu1), running the Wrath of the Lich King beta,
build 8885, with an ATI Radeon 3870. This does *not* happen with the NVidia
GeForce 7600 GS the card was intended to replace.
This bug needs to be re-opened and re-examined, as it is still a problem on the
latest codebase. It's obviously ATI-specific, hopefully it's not something in
ATI's drivers though.
I can paste the WoW crash log if it will 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=6938
Adrian Bunk <bunk(a)stusta.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed|0 |1
--- Comment #7 from Adrian Bunk <bunk(a)stusta.de> 2008-08-31 01:54:29 ---
*** This bug has been confirmed by popular vote. ***
--
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=8826
--- Comment #9 from knan-wine(a)anduin.net 2008-08-30 12:42:43 ---
Right. The IWineD3DSwapChainImpl_Present fixme should probably be harmless. A
small debug patch showed that both source and dest rect are 1024x768, which is
the fullscreen size as well.
Where to begin looking for this issue? It's still there in 1.1.3.
--
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=6033
--- Comment #42 from Adrian Bunk <bunk(a)stusta.de> 2008-08-30 09:55:44 ---
For Master of Orion 2 I can confirm the observation that 0.9.15 works and
0.9.16 doesn't.
Strange is that I remember playing MOO2 on my old computer with Wine versions
around 0.9.40.
I've added a HOWTO to the AppDB entry how to run Master of Orion 2 with Wine
0.9.15. If anyone has problems getting Wine 0.9.15 working please send me a
mail and I'll try to 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=3888
--- Comment #14 from Jan de Mooij <jandemooij(a)gmail.com> 2008-08-30 01:41:17 ---
(In reply to comment #13)
> (In reply to comment #12)
> > Patch sent:
> > http://www.winehq.org/pipermail/wine-patches/2008-August/060446.html
> >
>
> Can you make that test a conformance test?
>
I think we can't test those graphical dialogs. The existing PrintDlg test uses
the PD_RETURNDEFAULT flag to hide the dialog, but the page range values aren't
handled or set in that case (just tested on Windows), so I can't use it to test
my patch.
--
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=15068
Summary: wine.inf - winebrowser issue
Product: Wine
Version: 1.1.3
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: newsletter(a)Schiermeier-Software.de
wine.inf uses to create inside the registry this:
---wine.inf---
HKCR,http\shell\open\command,,2,"%11%\winebrowser.exe -nohome"
HKCR,http\shell\open\ddeexec,,2,"""%1"",,-1,0,,,,"
HKCR,http\shell\open\ddeexec,"NoActivateHandler",2,""
HKCR,http\shell\open\ddeexec\Application,,2,"IExplore"
HKCR,http\shell\open\ddeexec\Topic,,2,"WWW_OpenURL"
---
but this doesn't work if you change also the default browser in
---user.reg---
[Software\\Wine\\WineBrowser]
"Browsers"="opera,iceweasel,konqueror,epiphany,dillo"
---
because Opera don't know nothing about a parameter called '-nohome'. This is
only a specific parameter for the Internet Explorer.
My solution was to change 'winebrowser.exe -nohome' to 'winebrowser.exe "%1"'
and to delete the lines which are controll the DDE-process. This works with all
browsers. (The same I did with the HTTPS-protocol).
Could someone please check this item?
--
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=7698
--- Comment #137 from Evil <wine(a)eternaldusk.com> 2008-08-29 19:32:21 ---
(In reply to comment #136)
> Same with my NVidia 7600 videocard and wine 1.1.3.
> Patch (hack in the attachments) fixed that problem!
> Why not to include it in wine?
>
The hack-patch does not fix my problem (tested against todays git). :(
--
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.