http://bugs.winehq.org/show_bug.cgi?id=10994
--- Comment #1 from Erwin E. morrgiah@yahoo.co.uk 2008-01-01 13:36:08 --- Created an attachment (id=9959) --> (http://bugs.winehq.org/attachment.cgi?id=9959) Truepiano screenshots
http://bugs.winehq.org/show_bug.cgi?id=10994
Erwin E. morrgiah@yahoo.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |morrgiah@yahoo.co.uk, | |stefan@codeweavers.com
--- Comment #2 from Erwin E. morrgiah@yahoo.co.uk 2008-01-01 13:37:31 --- Wine version: 0.9.52 Ubuntu Gutsy Gibbon (7.10) TruePianos 1.0.2 test version for Windows 32-bit http://www.truepianos.com/downloads.php ./wine "C:\Program Files\TruePianos\TruePianos.exe"
Result of regression test:
5461d505d727411f8de3f7846c5d1e8ed6343247 is first bad commit commit 5461d505d727411f8de3f7846c5d1e8ed6343247 Author: Stefan Dösinger stefan@codeweavers.com Date: Fri Dec 14 00:39:34 2007 +0100
winex11: Activate the depth-bpp difference.
:040000 040000 16d093776321a3a8fbb58eeb189ca26195c133a5 f7403bb4903a4b719ee375769a97a6ed5d9502e9 M dlls
http://bugs.winehq.org/show_bug.cgi?id=10994
Vijay Kamuju infyquest@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |regression Summary|GUI problems |TruePiano GUI problems with | |0.9.52
http://bugs.winehq.org/show_bug.cgi?id=10994
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1
--- Comment #3 from Austin English austinenglish@gmail.com 2008-01-01 15:25:16 --- Confirming. Just for the record, the way your running apps isn't right. cd to the directory first, then run it with 'wine program.exe'.
http://bugs.winehq.org/show_bug.cgi?id=10994
Lei Zhang thestig@google.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|unspecified |0.9.52.
--- Comment #4 from Lei Zhang thestig@google.com 2008-01-02 15:50:17 --- FYI, bug 10984 and bug 10998 also complains about that patch.
http://bugs.winehq.org/show_bug.cgi?id=10994
James Hawkins truiken@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|_obsolete_gui |x11-driver
http://bugs.winehq.org/show_bug.cgi?id=10994
Stefan Dösinger stefandoesinger@gmx.at changed:
What |Removed |Added ---------------------------------------------------------------------------- CC|stefan@codeweavers.com |stefandoesinger@gmx.at
--- Comment #5 from Stefan Dösinger stefandoesinger@gmx.at 2008-03-01 04:33:37 --- Is this fixed with alexandre's recent 32 bpp fixes?
http://bugs.winehq.org/show_bug.cgi?id=10994
--- Comment #6 from Luke Bratch l_bratch@yahoo.co.uk 2008-03-01 13:35:19 --- Johnny, do not reply to wine-bugs, post in Bugzilla. Email read:
"It still doesn't work with 0.9.56."
http://bugs.winehq.org/show_bug.cgi?id=10994
--- Comment #7 from Alexandre Julliard julliard@winehq.org 2008-05-22 14:21:51 --- Please retest with latest git.
http://bugs.winehq.org/show_bug.cgi?id=10994
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download
--- Comment #8 from Austin English austinenglish@gmail.com 2008-05-22 18:32:41 --- (In reply to comment #7)
Please retest with latest git.
Still present in wine-1.0-rc1-204-g03a7ddb
http://bugs.winehq.org/show_bug.cgi?id=10994
--- Comment #9 from Alexandre Julliard julliard@winehq.org 2008-05-23 05:28:06 --- It works fine here. What's your graphics setup? What's the screen depth?
http://bugs.winehq.org/show_bug.cgi?id=10994
--- Comment #10 from Austin English austinenglish@gmail.com 2008-05-23 11:23:54 --- (In reply to comment #9)
It works fine here. What's your graphics setup? What's the screen depth?
That was on an Nvidia 5200, 169.12 driver, ubuntu hardy, 24bit depth (not sure of metacity version off hand).
http://bugs.winehq.org/show_bug.cgi?id=10994
Ian Goddard igoddard@nildram.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |igoddard@nildram.co.uk
--- Comment #11 from Ian Goddard igoddard@nildram.co.uk 2008-05-28 19:06:31 --- Try editing x11drv_main.c (in :~/wine/dlls/winex11.drv).
After the line (line 300 in current GIT version)
case 24:
insert either a line
return 24;
or a line
return depth;
run make again and see if this fixes it. If it does it looks like a duplicate of 11203
http://bugs.winehq.org/show_bug.cgi?id=10994
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |austinenglish@gmail.com
--- Comment #12 from Austin English austinenglish@gmail.com 2008-05-29 11:37:47 --- It'll be a couple days before I can test that machine.
http://bugs.winehq.org/show_bug.cgi?id=10994
--- Comment #13 from Johnny JoaoGSF@sapo.pt 2008-09-28 18:17:04 --- FYI, it's still happening with wine 1.1.5.
http://bugs.winehq.org/show_bug.cgi?id=10994
--- Comment #14 from Ian Goddard igoddard@nildram.co.uk 2008-09-29 05:54:32 --- Did you try recompiling as per my comment #11? Bug 11203 is still there in 1.1.5 but a one line fix solves the problem.
http://bugs.winehq.org/show_bug.cgi?id=10994
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |DUPLICATE
--- Comment #15 from Austin English austinenglish@gmail.com 2008-09-29 14:28:20 --- Yep, that patch fixes it. Marking as dupe.
*** This bug has been marked as a duplicate of bug 11203 ***
http://bugs.winehq.org/show_bug.cgi?id=10994
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #16 from Austin English austinenglish@gmail.com 2008-09-29 14:28:35 --- Closing dupe.
https://bugs.winehq.org/show_bug.cgi?id=10994
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Severity|minor |normal CC| |focht@gmx.net OS|other |Linux Regression SHA1| |5461d505d727411f8de3f7846c5 | |d1e8ed6343247 URL|http://www.truepianos.com/d |https://web.archive.org/web |ownloads.php |/20070724112811/http://true | |pianos.yohng.com/setup-true | |pianos-1-demo.exe Hardware|Other |x86 Summary|TruePiano GUI problems with |TruePiano 1.0 crashes due |0.9.52 |to 24bpp display reported | |as 32bpp Alias|TruePianosGUI |