http://bugs.winehq.org/show_bug.cgi?id=10207
Summary: 3dmark2001 doesn't run anymore
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: NEW
Severity: enhancement
Priority: P2
Component: wine-directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xerox_xerox2000(a)yahoo.co.uk
Hi, yesterday i upgraded to new ati-driver 8.42 (via yum, module is called
kmod-fglrx). 3Dmark2001 only runs for 3 seconds now , and then bails out with
a message that it cannot allocate enough memory. The hack below fixes this, but
is of course nonsense, looks like my ati-card (radeon 9600) is not detected
properly anymore (should be detected a few lines above that
CARD_ATI_RAGE_128PRO; line). Please anyone fix this properly, as it looks like
it affects all 3d-games that i try to start....
diff --git a/dlls/wined3d/directx.c b/dlls/wined3d/directx.c
index ca1f44e..067fbdb 100644
--- a/dlls/wined3d/directx.c
+++ b/dlls/wined3d/directx.c
@@ -1003,7 +1003,7 @@ BOOL IWineD3DImpl_FillGLCaps(WineD3D_GL_Info *gl_info) {
vidmem = 32; /* There are models with up to 64MB */
} else
gl_info->gl_card = CARD_ATI_RAGE_128PRO;
- vidmem = 16; /* There are 16-32MB models */
+ vidmem = 64; /* There are 16-32MB models */
break;
case VENDOR_INTEL:
if (strstr(gl_info->gl_renderer, "915GM")) {
--
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=10200
Summary: Some texture transform goes wrong
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vlooe(a)web.de
In the attached screenshots you can see the error.
The regression test said
fe0f0eb48a12e29af6a9e7407d4eec8bc500a057 is first bad commit
commit fe0f0eb48a12e29af6a9e7407d4eec8bc500a057
Author: Stefan Dösinger <stefan(a)codeweavers.com>
Date: Mon Aug 27 14:33:46 2007 +0200
wined3d: Some texture transform fixes.
:040000 040000 ff0c54acd4fd254bae48ade26e8ebd095bbd8af9
4675067c38ea90f92f13f5c8c92d44439d3078ea M dlls
The error occours only on my laptop with intel GMA900 graphic.
On my desktop with nvidia graphics it works fine.
--
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=10195
Summary: Crysis SP Demo claims unsupported video card, then hangs
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://www.fileshack.com/file.x/11333/Crysis+SP+Demo
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ead1234(a)hotmail.com
Created an attachment (id=8793)
--> (http://bugs.winehq.org/attachment.cgi?id=8793)
screenshot of error dialog
When I try to launch the SP Demo of Crysis it says my video card(Nvidia 7800GT)
is unsupported through a message box. When I ignore this prompt and click ok
the game hangs on a black screen.
--
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=10151
Summary: "make test" crashes in riched32/tests/editor.c
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: NEW
Severity: enhancement
Priority: P2
Component: wine-richedit
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Plain old 'make test' crashes for me with:
Unhandled exception: page fault on read access to 0xaaaaaaaa in 32-bit code
(0x60028728).
Backtrace:
=>1 0x60028728 wine_cp_wcstombs+0xb18(table=0x6011e160, flags=0x0,
src=0x464188, srclen=0xa, dst=0x34f648, dstlen=0x400, defchar=0xaaaaaaaa,
used=0x34e8e8) [libs/wine/wctomb.c:209] in libwine.so.1 (0x0034e8a8)
...
11 0x6060bb89 func_editor+0x2b39() [dlls/riched20/tests/editor.c:1751] in
riched20_test (0x0034fe58)
--
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=10148
Summary: Photoshop 6 - combo box with the fonts list displays
only the first letter of the font
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://www.tucows.com/get/214261_90608
OS/Version: other
Status: NEW
Severity: minor
Priority: P2
Component: wine-user
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mikolaj.zalewski(a)gmail.com
In bug #9198 nearly all the edit controls in Photoshop 6 and many other
programs where broken due to A/W winproc mismatches handled incorrectly. A
patch for CallWindowProc fixed most of the problems but still was not fully
correct - the edit portion of the fonts list combo doesn't work (see command #5
of bug #9198).
After more testing I wrote a better patch -
http://www.winehq.org/pipermail/wine-patches/2007-October/045344.html - and it
works also for it. However this patch is suspicious to Alexandre (and that's
true - it adds a hack for the edit control. But that's the only thing I could
think of to make the tests pass) and he didn't have yet time to look if it is
correct.
--
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=10123
Summary: sample .msi file from The Definitive Guide to Windows
Installer Chapter 14 crashes wine
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://www.apress.com/book/downloadfile/1645
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ead1234(a)hotmail.com
The Validate CD key sample .msi file from chapter 14 causes wine to crash. It
is also missing a text input box for a serial number that is present on
windows.
--
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=10107
Summary: Wine allows you to install Photoshop CS2 Trial even if
you decline the license
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: NEW
Severity: trivial
Priority: P2
Component: wine-msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mikolaj.zalewski(a)gmail.com
It happens in the installer itself - declining the first license in the autorun
program terminates it. It's a trivial bug but always a 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=10104
Summary: Oblivion Construction Set main window disappears
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://static.bethsoft.com/utilities/tes_construction_se
t_1.2.404.exe
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-user
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: chris.kcat(a)gmail.com
When loading a mod in Oblivion's Construction Set, the main window disappears
and leaves behind its owned windows. The main window appears to be unmapped
with its entry removed from the task bar. Activating one of the owned windows
when none of them are active brings up them all, but the main window is still
MIA. The app is basically unuseable without it. Have to kill it with ctrl-c on
the command line.
wine --version is wine-0.9.47-269-ged60114 (latest git).
PS. I just guessed at the component.. no idea if that's where the problem is or
not.
--
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=10092
Summary: Problems with ole on Interfax-Direct
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://www.directtrade.ru/Files/new/setup1_149.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: darkside83(a)yandex.ru
Good day time.
I have problems with internet-trading system Interfax-Direct.
It installes clearly, but after launch i get exception.
I think this is a problem with ole.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.