http://bugs.winehq.org/show_bug.cgi?id=24974
Summary: D3D Texture formats INTZ and NULL are not supported
Product: Wine
Version: 1.3.0
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3dx9
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lubosz(a)gmail.com
CC: wine-bugs(a)winehq.org
>From the DeathSpank log:
fixme:d3d:debug_d3dformat Unrecognized 0x5a544e49 (as fourcc: INTZ)
WINED3DFORMAT!
fixme:d3d:wined3d_get_format Can't find format unrecognized (0x5a544e49) in the
format lookup table
fixme:d3d:debug_d3dformat Unrecognized 0x4c4c554e (as fourcc: NULL)
WINED3DFORMAT!
fixme:d3d:wined3d_get_format Can't find format unrecognized (0x4c4c554e) in the
format lookup table
INTZ is a stencil buffer texture and NULL is a render target format.
More information about the texture formats:
http://developer.amd.com/gpu_assets/Advanced%20DX9%20Capabilities%20for%20A…
--
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=20576
Summary: Sluggish 2D graphics on BabasChess
Product: Wine
Version: 1.1.31
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jonathan.natewood(a)gmail.com
Created an attachment (id=24550)
--> (http://bugs.winehq.org/attachment.cgi?id=24550)
Terminal output
Making moves is incredibly sluggish, everything is very slow.
>From the official website support:
"Why is the piece movement slow? Why is there a delay when I make a move on the
board?
BabasChess uses a double-buffering technique to draw the board without
flickering; unfortunately, on a few video cards this technique determines a
slow board redraw (delays when moving a piece or between the end of the piece
movement and the subsequent board update). This problem can be usually fixed as
follows: 1) open the Windows Display Properties (right click on your desktop
and select "Properties"), 2) select the "Settings" tab (where you can change
the screen resolution, color quality, ...), 3) press the "Advanced" button, 4)
select the "Troubleshoot" (or "Performance") tab and 5) decrease the hardware
acceleration by one step."
No way to do something similar in wine.
Propriety nvidia drivers are installed.
--
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=25636
Summary: Mirror's Edge crashes when loading the first mission
Product: Wine
Version: 1.3.10
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jeff(a)deserettechnology.com
Mirror's Edge crashes when loading the first mission that occurs after
training. Training works fine, but an XIO error crashes the game after loading
the first mission:
XIO: fatal IO error 11 (Resource temporarily unavailable) on X server ":0"
after 2129 requests (2129 known processed) with 0 events remaining.
I'm launching from Steam. I attempted to bisect and tested 1.3.0, 1.3.5,
1.3.10, and today's HEAD, 12880784fe, but all of these produce the same
results. I didn't go back further because my understanding is that if I go back
much further Steam won't work anymore.
I am using nvidia 260.19.29, GeForce GTX 285, Linux 2.6.36.2.
Let me know what WINEDEBUG flags to use and I'll post logs. This may be the
same as bug 23055.
--
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=11266
Summary: 3DMark 2005 does not uninstall
Product: Wine
Version: 0.9.53.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: setupapi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: neptunia(a)mail.ru
3DMark 2005 reports error when trying to uninstall.
--
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=21041
Summary: Mismatched GlobalLock/HeapFree in
X11DRV_CLIPBOARD_ExportString?
Product: Wine
Version: 1.1.34
Platform: PC
URL: http://build.chromium.org/buildbot/waterfall.fyi/build
ers/Chromium%20Linux%20Wine%20(valgrind)/builds/57/ste
ps/wine%20valgrind%20test:%20unit_tests/logs/stdio
OS/Version: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
CC: ulrich(a)codeweavers.com, thestig(a)google.com
http://build.chromium.org/buildbot/waterfall.fyi/builders/Chromium%20Linux%…
shows:
[ RUN ] FocusManagerTest.ViewFocusCallbacks
...
Invalid free() / delete / delete[]
at RtlFreeHeap (heap.c:255)
by X11DRV_CLIPBOARD_ExportString (clipboard.c:1548)
by X11DRV_HandleSelectionRequest (clipboard.c:3353)
by X11DRV_SelectionRequest (clipboard.c:3397)
by process_events (event.c:317)
by X11DRV_MsgWaitForMultipleObjectsEx (event.c:408)
by GetQueueStatus (input.c:296)
Address 0x7f07ec88 is 8 bytes inside a block of size 18 alloc'd
at RtlAllocateHeap (heap.c:247)
by HeapAlloc (heap.c:276)
by GlobalAlloc (heap.c:395)
by X11DRV_CLIPBOARD_RenderFormat (clipboard.c:1023)
by X11DRV_CLIPBOARD_ExportString (clipboard.c:1666)
by X11DRV_HandleSelectionRequest (clipboard.c:3353)
by X11DRV_SelectionRequest (clipboard.c:3397)
by process_events (event.c:317)
by X11DRV_MsgWaitForMultipleObjectsEx (event.c:408)
by GetQueueStatus (input.c:296)
Looks like a mismatch to me?
1529 text = GlobalLock(lpData->hData32);
...
1548 HeapFree(GetProcessHeap(), 0, text);
--
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=25925
Summary: Bioshock: installer autopatcher fails verification
Product: Wine
Version: 1.3.12
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: Installer, regression
Severity: normal
Priority: P2
Component: crypt32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
CC: juan_lang(a)yahoo.com
Regression introduced by:
austin@midna:/ramdisk/wine$ git bisect good
966d722752b659a12ffa355a1e559f94907cd66d is the first bad commit
commit 966d722752b659a12ffa355a1e559f94907cd66d
Author: Juan Lang <juan.lang(a)gmail.com>
Date: Mon Oct 4 18:16:16 2010 -0700
crypt32: Improve error checking for the base policy.
:040000 040000 f9ebbde6e36c9d0b061daf58553171e60903c5b8
f4af24892b8e82f2d4f8c3083cf712a89df83694 M dlls
WINEDEBUG=+wininet,+crypt,+chain 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=21669
Summary: MiniRacingOnline: In-Game Graphics non-transparent/Not
in proper positions
Product: Wine
Version: 1.1.38
Platform: x86-64
URL: http://www.miniracingonline.com/descargas.php
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gaming4jc2(a)yahoo.com
Created an attachment (id=26171)
--> (http://bugs.winehq.org/attachment.cgi?id=26171)
A lot of Graphics errors
This is a rather crazy bug, all graphics appear non-transparent and the objects
are all out of place in Quick Race mode. Racing at 2fps on my Core i7 920 and
cars running into invisible walls is hilarious looking though, lol.
--
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=25874
Summary: tray icon in gnome panel corruption
Product: Wine
Version: 1.2.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thomas.creutz(a)gmx.de
Created an attachment (id=32975)
--> (http://bugs.winehq.org/attachment.cgi?id=32975)
Image of the Gnome Panel
when I start a windows app which ship a try icon, the icon copy the icon from
the icon from its right side as background and then it places the current
app-icon on top.
This appears by me on Ubuntu 10.04 Lucid Lynx with Gnome Panel 2.30.2 and the
nofication-area panel applet has version 2.30.2
--
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=24510
Summary: Blur needs msvcr90.dll.__libm_sse2_cos
Product: Wine
Version: 1.3.3
Platform: x86
OS/Version: Linux
Status: NEW
Severity: enhancement
Priority: P2
Component: msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Only occurs when setting msvcr90 to builtin.
austin@pc ~/.wine/drive_c/Program Files/Activision/Blur(TM) $ wine Blur.exe
fixme:msvcrt:_controlfp_s ((nil) 65536 196608) semi-stub
wine: Call from 0x7b8367e3 to unimplemented function
msvcr90.dll.__libm_sse2_cos, aborting
Using the handy mscodescan.pl from winezeug, it seems blur needs:
./Blur.exe imports following stub symbols:
msvcr90:__libm_sse2_acos
msvcr90:__libm_sse2_asin
msvcr90:__libm_sse2_atan
msvcr90:__libm_sse2_atan2
msvcr90:__libm_sse2_cos
msvcr90:__libm_sse2_exp
msvcr90:__libm_sse2_log
msvcr90:__libm_sse2_pow
msvcr90:__libm_sse2_sin
msvcr90:__libm_sse2_tan
msvcr90:_findfirst64i32
msvcr90:_findnext64i32
msvcr90:_itoa_s
msvcr90:strncat_s
msvcr90:wcsncat_s
--
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=20158
Summary: Fritz 11 gdiplus bug.
Product: WineHQ Apps Database
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: appdb-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mega.watt2(a)gmail.com
Wine has a severe bug that makes it not draw the board by default. Using a
native gdiplus dll library does fix this problem, but the buttons are still
messed up.
Please check
http://appdb.winehq.org/objectManager.php?sClass=version&iId=13027&iTesting…
for further details.
--
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.