http://bugs.winehq.org/show_bug.cgi?id=14047
Summary: HALO - colorful geometric artefacts
Product: Wine
Version: 1.0.0
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: schorsch(a)schorsch.de
CC: Paul.Vriens.Wine(a)gmail.com
In the game 'HALO' in certain situations some colorful geometric artefacts
appears. Vertical and horizontal (related to the playing area) lines and one
ore two filled rectangles. Have a look at the screenshots
http://schorsch.de/halo_artefacts.png respectively
http://schorsch.de/halo_no_artefacts.png
Please note: in both pictures in the upper left corner you can see another bug
(as described in report #14033) not related to this bugreport.
Result of git regression testing:
schorsch@schorsch:~/downloads/wine-git$ git bisect bad
63f68ade778dae512ced2c703d0ad70c0f67ec5b is first bad commit
commit 63f68ade778dae512ced2c703d0ad70c0f67ec5b
Author: Paul Vriens <paul.vriens.wine(a)gmail.com>
Date: Fri Jun 13 09:51:54 2008 +0200
credui: Typo and minor correction in Dutch resource.
:040000 040000 b8ca806254e58f72ddfb200847f6c4694fc6ee9e
b399b09ad9b2cf5535c43d11850985f277e476fb M dlls
schorsch@schorsch:~/downloads/wine-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.
http://bugs.winehq.org/show_bug.cgi?id=7297
--- Comment #25 from Christian Costa <titan.costa(a)wanadoo.fr> 2008-12-22 04:48:14 ---
None of the patches seems present in your wine.
Did the patches install correctly ? Did you do a make install after applying
the patches ?
--
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=5725
Toni Spets <toni.spets(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |toni.spets(a)gmail.com
--- Comment #44 from Toni Spets <toni.spets(a)gmail.com> 2008-12-22 02:27:09 ---
Could this bug be related to Worms Armageddon crash in the menus where this
hack fixes the problem for most parts:
diff --git a/server/window.c b/server/window.c
index 3cd767e..1844241 100644
--- a/server/window.c
+++ b/server/window.c
@@ -2310,7 +2310,6 @@ DECL_HANDLER(update_window_zorder)
if (ptr->win_region && !rect_in_region( ptr->win_region, &req->rect ))
continue;
/* found a window obscuring the rectangle, now move win above this one
*/
/* making sure to not violate the topmost rule */
- if (!(ptr->ex_style & WS_EX_TOPMOST) || (win->ex_style &
WS_EX_TOPMOST))
{
list_remove( &win->entry );
list_add_before( &ptr->entry, &win->entry );
When clicking a sub menu it supposedly creates a new window and changes window
order to show it.
Could even the failing test cases be related?
--
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=7814
N3o <diafoirus(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |diafoirus(a)gmail.com
--- Comment #29 from N3o <diafoirus(a)gmail.com> 2008-12-22 00:33:03 ---
This bug is fixed ^^ (currently using wine 1.1.11 recently compiled ^^)
Someone can close this bug ^^?
Fly safe ^^
--
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=14033
Summary: regression in wined3d since 0.9.56
Product: Wine
Version: 0.9.55.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: schorsch(a)schorsch.de
CC: thunderbird2k(a)gmx.net
In the game 'HALO' parts of the bottom left corner are mirrored to the top left
corner. Other parts of the top left corner are shown in inverted color (lower
color depth?)
Have a look at the screenshots http://schorsch.de/halo_buggy.png respectively
http://schorsch.de/halo_okay.png
Result of git regression testing:
schorsch@schorsch:~/downloads/wine-git$ git bisect good
ba90a740beb9ce9a839cc843db8d87f5a37becdd is first bad commit
commit ba90a740beb9ce9a839cc843db8d87f5a37becdd
Author: Roderick Colenbrander <thunderbird2k(a)gmx.net>
Date: Sun Feb 10 22:20:15 2008 +0100
wined3d: Add read_from_framebuffer_texture which combines code from
read_from_framebuffer (drawpixels) and LoadLocation.
This makes the code easier to read and the pieces borrowed from
read_from_framebuffer are more correct than the code in LoadLocation.
:040000 040000 74e4bdc73e367c8f38cd3d0818df0fc86eb788bf
3e54409be7c9d2964efbf3d3c2f3d3b84a267047 M dlls
--
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=16424
Summary: Wine 1.1.10 in debian sid 64 give me a X Error... fix it
downgrade it to wine 1.1.9
Product: Wine
Version: 1.1.10
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: splintergu(a)bennugd.org
X Error of failed request: Bad alloc (insufficient resources for operation)
sorry for no log attach, I downgrade version... and lost my console ouput...
--
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=7287
--- Comment #9 from Sergio Callegari <scallegari(a)arces.unibo.it> 2008-12-21 20:04:07 ---
Bug is still present as of 1.1.10.
In the meantime LTSPICE is now called LTSPICE IV. Updated link to download is
http://ltspice.linear.com/software/LTspiceIV.exe. This software can be
downloaded and run by anybody.
Instructions to reproduce the MDI bug are as above:
1) open a sample circuit, they are provided in the example dir in the program
folder of the installed circuit simulator. For instance try the astable.asc
circuit among the "Educational" ones.
2) Press the simulation button or use the menu item Simulate -> Run
3) Wait for the plot pane to appear side to side with the circuit pane
4) Minimize the plot pane and then the circuit pane. Note that a spurious tab
appears in the multiple document interface
5) At this point there should be two overlapping icons in the bottom left
corner of the application window. Drag the top most one, so you can see both.
Note that when you drag an icon, if they were (partially or fully) overlapping
before, then the background of the other icon is (partially or fully) copied
too, which is clearly incorrect. This has probably to do with the fact that the
circuit icon has a transparent background.
6) Click on the circuit icon (the .asc one). The circuit pane appears, and one
more spurious tab does too.
At this point each document has both a "proper" tab and a "spurious" one.
Clicking on spurious tab performs no useful action. Also these tabs cannot be
closed.
--
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=7297
--- Comment #24 from Franz Peter <sh(a)sighup.ch> 2008-12-21 18:52:02 ---
i rebooted, and did nothing else as issuing:
WINEDEBUG=+tid,+midi wine .wine/drive_c/GT-PROEditor/GT-PROE.exe >
/tmp/wine_gt-pro_trace.txt 2>&1
regards.
--
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.