http://bugs.winehq.org/show_bug.cgi?id=7716
Juan Lang <juan_lang(a)yahoo.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
It seems that whenever you enable GLSH (Pixel Shaders) through winecfg or the
wine registry Counter Strike Source displays a black screen after the menu has
been loaded (Menu Loading screen is displayed fine). Despite the black screen
the sound still works fine. It seems the only way this can be corrected is by
removing pixel shader support through wine config. This bug is relative to
Wine 0.9.32 as I have not tried any other versions.
--- Comment #1 from Juan Lang <juan_lang(a)yahoo.com> 2007-03-14 16:53:11 ---
Please don't spam us with duplicates.
*** This bug has been marked as a duplicate of 7714 ***
--
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=7715
Juan Lang <juan_lang(a)yahoo.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
It seems that whenever you enable GLSH (Pixel Shaders) through winecfg or the
wine registry Counter Strike Source displays a black screen after the menu has
been loaded (Menu Loading screen is displayed fine). Despite the black screen
the sound still works fine. It seems the only way this can be corrected is by
removing pixel shader support through wine config. This bug is relative to
Wine 0.9.32 as I have not tried any other versions.
--- Comment #1 from Juan Lang <juan_lang(a)yahoo.com> 2007-03-14 16:52:36 ---
Please don't spam us with duplicates.
*** This bug has been marked as a duplicate of 7714 ***
--
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=7710
Piotr Pawlow <pp(a)siedziba.pl> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #5347 is|0 |1
obsolete| |
Attachment #5348 is|0 |1
obsolete| |
--- Comment #6 from Piotr Pawlow <pp(a)siedziba.pl> 2007-03-14 17:19:30 ---
Looks like LiveForSpeed uses GetTickCount. Works perfectly on my Linux system
after rewriting NtGetTickCount in dlls/ntdll/time.c to use
clock_gettime(CLOCK_MONOTONIC,...) like this:
ULONG WINAPI NtGetTickCount(void)
{
struct timespec current_time;
clock_gettime(CLOCK_MONOTONIC, ¤t_time);
return current_time.tv_sec * 1000 +
current_time.tv_nsec / 1000000;
}
--- Comment #7 from Piotr Pawlow <pp(a)siedziba.pl> 2007-03-14 17:23:07 ---
Created an attachment (id=5356)
--> (http://bugs.winehq.org/attachment.cgi?id=5356)
test case
Test case updated to check GetTickCount too.
--
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=7641
Mikolaj Zalewski <mikolaj.zalewski(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #19 from Mikolaj Zalewski <mikolaj.zalewski(a)gmail.com> 2007-03-15 09:23:52 ---
The patch got commited into the Git so this should be fixed starting from wine
0.9.33. It's possible that the next version of Weatherscope will call
InitCommonControlsEx if they want to support e.g. Windows 2000 or older versions
of wine, making this patch not be neccessary but still it increases the
compatibility of our comctl32.
--
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=7605
Vijay Kamuju <infyquest(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
--
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=6039
--- Comment #7 from joaopa <jeremielapuree(a)yahoo.fr> 2007-03-15 10:27:51 ---
With git-wine dated of 2007-03-15, there are progresses. Only the hashing square
still occurs.
Joaopa
--
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=4566
Lei Zhang <thestig(a)google.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #2 from Lei Zhang <thestig(a)google.com> 2007-08-10 13:02:27 ---
same here, resolving as fixed.
--
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=2889
Jeremy Newman <jnewman(a)codeweavers.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
--- Comment #1 from Jeremy Newman <jnewman(a)codeweavers.com> 2007-08-10 13:02:51 ---
I am not sure if this can be coded directly into Bugzilla or not. Our rule is
to not modify the bugzilla codebase, only the templates.
Another option is a apache2 module for setting that header. I will look into
this later.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.