http://bugs.winehq.org/show_bug.cgi?id=22023
Summary: Regression needed to fix some errors that prevent apps to work correctly on OpenSolaris Product: Wine Version: 1.1.33 Platform: x86 OS/Version: Solaris Status: UNCONFIRMED Severity: critical Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: 6tsukiyami9@gmail.com
Created an attachment (id=26778) --> (http://bugs.winehq.org/attachment.cgi?id=26778) Errors I get while running any application
This is the first bug I file, so I apologize if I missed something.
From version 1.1.33 on (I tried it up to 1.1.40; sorry for the delay, but wine
was not building on OpenSolaris[1]), wine gives some errors while running any application (at least, every application that i have installed); also I'm not sure if these problems happen just on OpenSolaris or on other OS aswell. All the errors I encountered are in the log that I attached.
With most applications (for istance, Guild Wars, Plants vs Zombies), this happened while starting them, which led to an empty black screen (wine is still responding though), but with a few ones this happens after performing some actions (for istance, Guilty Gear XX #RELOAD, this happens at the character selection screen: the graphics gets ruined and the game is slowed down to the point that the seconds timer isn't going down).
I've run a bisect between 1.1.32 and 1.1.33, and I found out that this patch is causing the issue:
1aa749d9e7ee54f221373ccb2b47bcb31ef6533f is first bad commit commit 1aa749d9e7ee54f221373ccb2b47bcb31ef6533f Author: Alexandre Julliard julliard@winehq.org Date: Tue Oct 27 19:06:48 2009 +0100
libwine: Reserve some low memory space even without a preloader.
:040000 040000 c6cbdf6fa3f40c287da32a6a3906d4d0ad7c5909 9fee74fb30f8b9bb7ccc3905c65607d13aabdf8b M libs
I tried building wine from the git repository reverting only that patch (of course, adding the patch[2] to fix the compilation problem on OpenSolaris[1]), and it works flawlessy.
As a closing note, this has been tested with both a clean .wine directory and my usual one, with the same results; the version of oSol that I'm using is: $ uname -a SunOS yami 5.11 snv_134 i86pc i386 i86pc
--- [1] http://bugs.winehq.org/show_bug.cgi?id=20714 [2] http://bugs2.winehq.org/attachment.cgi?id=26769
http://bugs.winehq.org/show_bug.cgi?id=22023
Maurizio Oliveri 6tsukiyami9@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |regression CC| |6tsukiyami9@gmail.com Difficulty|--- |Minutes
http://bugs.winehq.org/show_bug.cgi?id=22023
Matt Lewandowsky matt@greenviolet.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |matt@greenviolet.net
--- Comment #1 from Matt Lewandowsky matt@greenviolet.net 2010-03-12 19:44:06 --- I can confirm this, however fixing this only shows other bugs added since about 1.1.29 or 1.1.30 on Solaris (perhaps some have been fixed; this one gets in the way of easy testing). So for those other bugs, they should have their own bugzilla entries. :)
http://bugs.winehq.org/show_bug.cgi?id=22023
Maurizio Oliveri 6tsukiyami9@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1
--- Comment #2 from Maurizio Oliveri 6tsukiyami9@gmail.com 2010-03-12 19:48:54 --- *** This bug has been confirmed by popular vote. ***
http://bugs.winehq.org/show_bug.cgi?id=22023
Ken Sharp kennybobs@o2.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Regression needed to fix |Black screen in games on |some errors that prevent |OpenSolaris |apps to work correctly on | |OpenSolaris | Difficulty|Minutes |--- Severity|critical |major
--- Comment #3 from Ken Sharp kennybobs@o2.co.uk 2010-03-12 20:26:40 --- As Matt says, separate bugs need separate reports.
Not critical, and it certainly won't take minutes to fix!
One regression, so one bug report: Black screen in games on OpenSolaris.
Any further bugs need separate reports, you can't lump them all together just because it's one OS/distro.
What graphics drivers are you using and what is your graphics hardware?
http://bugs.winehq.org/show_bug.cgi?id=22023
--- Comment #4 from Maurizio Oliveri 6tsukiyami9@gmail.com 2010-03-12 20:44:09 --- I made those tets on a laptop with a GeForce 8600M GT and running Nvidia driver 190.53
I don't think that calling this bug 'black screen on games' is right though, while that is true with some games, on others the graphics just gets messy (badly rendered). Also, I thought this was just one bug, since the errors printed on the terminal in both cases are the same
http://bugs.winehq.org/show_bug.cgi?id=22023
--- Comment #5 from Matt Lewandowsky matt@greenviolet.net 2010-03-12 20:57:22 --- Calling it "Black" in the bug summary isn't correct, as it renders GL apps white here most of the time. :)
Maurizio, do you have any boot environments prior to 124, or at least build 129 or older? (Preferably both…) If so, can you verify whether the apps work better in the older BE without the patch from 1aa749d9e7ee54f221373ccb2b47bcb31ef6533f in your build of wine?
Also, do you have any additional patches applied to your tree other than one of the ones in bug 20714?
http://bugs.winehq.org/show_bug.cgi?id=22023
--- Comment #6 from Maurizio Oliveri 6tsukiyami9@gmail.com 2010-03-13 07:13:53 ---
Maurizio, do you have any boot environments prior to 124, or at least build 129 or older? (Preferably both…)
Just checked, unfortunately I deleted those BEs, if I recall correctly it was because of a zfs/grub update that made them unusable
Also, do you have any additional patches applied to your tree other than one of the ones in bug 20714?
I only used that patch to compile wine without errors, nothing else
http://bugs.winehq.org/show_bug.cgi?id=22023
Ken Sharp kennybobs@o2.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Black screen in games on |Incorrect rendering on |OpenSolaris |OpenSolaris
http://bugs.winehq.org/show_bug.cgi?id=22023
--- Comment #7 from Matt Lewandowsky matt@greenviolet.net 2010-03-14 20:01:00 --- (In reply to comment #6) You only get incompatibility when you upgrade your filesystems or pool. I don't bother with zfs upgrade or zpool upgrade unless I need to, just so I can roll back if need be. :) It would have been nice to see what the results would have been under older versions of Xorg and the nvidia driver...
For giggles, does glxgears work?
I'm somewhat curious as to what is happening that you see a black screen and I see white. (Yes, I've corrected OpenSolaris Bugster bug 6912450 on my system. ;) ) All I can think of is that I'm on build 130 and there was an nvidia driver update between 130 and 134.
http://bugs.winehq.org/show_bug.cgi?id=22023
--- Comment #8 from Maurizio Oliveri 6tsukiyami9@gmail.com 2010-03-14 20:39:02 --- Yup, of course glxgears works :)
http://bugs.winehq.org/show_bug.cgi?id=22023
Johann johann@myrkraverk.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |johann@myrkraverk.com
--- Comment #9 from Johann johann@myrkraverk.com 2010-05-03 14:55:49 --- This may be a duplicate of bug 22033
http://bugs.winehq.org/show_bug.cgi?id=22023
--- Comment #10 from Matt Lewandowsky matt@greenviolet.net 2010-05-04 05:09:53 --- Confirmed dupe of bug 22033. The fix in that bug fixes the issues here.
http://bugs.winehq.org/show_bug.cgi?id=22023
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |DUPLICATE
--- Comment #11 from Austin English austinenglish@gmail.com 2010-05-04 10:53:31 --- Dupe.
*** This bug has been marked as a duplicate of bug 22033 ***
http://bugs.winehq.org/show_bug.cgi?id=22023
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #12 from Austin English austinenglish@gmail.com 2010-05-04 10:53:39 --- Closing.