http://bugs.winehq.org/show_bug.cgi?id=5935
hobofood <lawrence.anstey(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |lawrence.anstey(a)gmail.com
--
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=5829
--- Comment #17 from Incinerator <inciner(a)gmail.com> 2009-09-19 17:48:45 ---
Created an attachment (id=23664)
--> (http://bugs.winehq.org/attachment.cgi?id=23664)
Textures are normal with VideoPciDeviceID = 0x01nn (see comment #17)
> It might be interesting
> to see if you can break it in the same way on Windows by renaming things (if
> you happen to have a Windows install with Generals and the same card).
Yeah, it would be very interesting. :)
I just run a banch of tests with various values and thats what we got: if
VideoPciDeviceID < 0x01 (6-series cards, some quadros, rivas) then textures are
totaly lost. Elseif VideoPciDeviceID > 0x01 (FX, 7-series, almost all 8-series,
some quadros) then textures are back but very darked. Setting it to 0x01nn (a
banch of cards; choose what you like in the link above (comment #15), e.a.
0x0191 for 8800 gtx or 0x01DC for NVIDIA Quadro FX 350M etc.) brings everything
to normal. Textures are back, contain none artefacts, normal lighted.
Screenshot 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=5829
--- Comment #16 from Henri Verbeet <hverbeet(a)gmail.com> 2009-09-19 17:13:32 ---
(In reply to comment #15)
> Thanks for the hint, Henri Verbeet! And you were right. :) I just performed a
> test on 1.1.28 with VideoPciDeviceID=0x0391 and it worked (which is quite
> strange as 7600 is newer than my 6800).
IIRC Generals makes the assumption that PCI IDs are sequential for each vendor.
I.e., newer cards have higher IDs. I think that was more or less true up to the
GF6. NVIDIA probably has a workaround to report a different ID for generals on
native Windows, possibly based on the executable name. It might be interesting
to see if you can break it in the same way on Windows by renaming things (if
you happen to have a Windows install with Generals and the same card).
> Textures are back. However, there are
> some squares in the relief (see screenshot please). Output log shows nothing
> different from one uploaded earlier.
>
That's probably a real bug. I think I've seen it before though, so it might be
already reported somewhere.
--
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=5829
--- Comment #15 from Incinerator <inciner(a)gmail.com> 2009-09-19 16:53:53 ---
Created an attachment (id=23662)
--> (http://bugs.winehq.org/attachment.cgi?id=23662)
Textures are back with another VideoPciDeviceID
Thanks for the hint, Henri Verbeet! And you were right. :) I just performed a
test on 1.1.28 with VideoPciDeviceID=0x0391 and it worked (which is quite
strange as 7600 is newer than my 6800). Textures are back. However, there are
some squares in the relief (see screenshot please). Output log shows nothing
different from one uploaded earlier.
BTW, i googled for pci ids and found that usefull db:
http://www.pcidatabase.com/vendor_details.php?id=606 so i will test some
another (older) values.
Screenshot 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=5829
--- Comment #14 from Henri Verbeet <hverbeet(a)gmail.com> 2009-09-19 13:20:23 ---
This might be a bug in generals due to the game not expecting a high PCI ID for
some of the newer (compared to the game) nvidia cards. You could try if setting
a different PCI ID (0x0391 for a GF7600, for example) makes it any better.
--
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=2082
James McKenzie <jjmckenzie51(a)earthlink.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jjmckenzie51(a)earthlink.net
Ben Anderson <roothorick(a)new.rr.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |roothorick(a)new.rr.com
Ken Sharp <kennybobs(a)o2.co.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
Version|unspecified |20040309
Blocks| |19733
--- Comment #59 from ZdenÄ›k KopÅ™ivÃk <zdenek.koprivik(a)post.cz> 2009-05-15 03:57:01 ---
Why is this bug not marked as a regression because it used to work with older
versions of Wine?
--- Comment #60 from Saulius K. <saulius2(a)gmail.com> 2009-05-15 04:36:07 ---
Zdeněk, it's probably because no one could report the exact version of Wine.
--- Comment #61 from Saulius K. <saulius2(a)gmail.com> 2009-05-15 04:51:05 ---
I meant the version which works OK in this regard.
--- Comment #62 from James McKenzie <jjmckenzie51(a)earthlink.net> 2009-05-24 22:26:42 ---
Reference fix for problem. It was a patched version of Wine 1.1.10. The patch
may or may not still work with later releases of Wine.
--- Comment #63 from James McKenzie <jjmckenzie51(a)earthlink.net> 2009-05-24 22:30:57 ---
This code appears in several bugs. I don't have the ability to combine them
all into one bug report:
fixme:d3d:IWineD3DDeviceImpl_CreateSwapChain The app requests more than one
back buffer, this can't be supported properly. Please configure the application
to use double buffering(=1 back buffer) if possible
I just updated a different bug with this phrase in it for dOOm.
--- Comment #64 from Ken Sharp <kennybobs(a)o2.co.uk> 2009-08-10 19:39:49 ---
There is very little useful information here thanks to all the pointless noise,
so it's hard to see what the problem is.
This looks and sounds a lot like Bug 1347.
--
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=20096
Summary: Wine cannot execute specified EXE file
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: atalanttore(a)googlemail.com
Hi
I'm using Wine on Ubuntu 9.04.
The problem is that Wine cannot execute the attached EXE file. That's it.
Regards,
Atalanttore
--
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=20091
Summary: Oblivion crashes at startup with some keyboards
Product: Wine
Version: 1.1.29
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: joel(a)airwebreathe.org.uk
Elder Scrolls IV: Oblivion crashes at startup when I have my USB Microsoft
Media Keyboard plugged it, but starts successfully with a Dell OEM USB
keyboard. It's possible that wine treats some of the extra widgets on the MS
keyboard as joystick controls, which are passed to Oblivion.exe in a way that
causes it to crash.
--
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=5924
Bug 5924 depends on bug 19523, which changed state.
Bug 19523 Summary: winmm: Multiple waveOutOpen calls on single device supported by Windows, not Wine
http://bugs.winehq.org/show_bug.cgi?id=19523
What |Old Value |New Value
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
--
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=18470
Summary: wine can't finish the installation of Championship
Manager 03/04 cause it has to create a shortcut
automatically on the desktop.
Product: Wine
Version: 1.1.20
Platform: PC
URL: https://qa.mandriva.com/show_bug.cgi?id=50501
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: khisbra(a)hotmail.com
CC: khisbra(a)hotmail.com
Take a look at the link.
--
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.