http://bugs.winehq.org/show_bug.cgi?id=6686
------- Additional Comments From ajackson(a)bcs.org.uk 2006-14-11 15:19 -------
Sure NVIDIA GeForce FX 5500, driver 96.29 (latest stable). It might not be card
specific, there is mention of it on the AppDB page for other graphics cards.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5310
------- Additional Comments From the3dfxdude(a)gmail.com 2006-14-11 15:18 -------
Sorry about that. So what I am to understand is the GLIntercept program works by
overriding opengl32. So you need gdi32 to call opengl32 for the interception to
work, because your app calls the gdi32 version of the functions.
According to OpenGL faq on windows
http://www.opengl.org/resources/faq/technical/mswindows.htm
"5.190 What do I need to know about mixing WGL and GDI calls?
On the Win32 platform a number of platform specific function calls are
duplicated in the OpenGL ICD mechanism and the GDI. This may cause confusion as
they appear to be functionally identical, the only difference being whether wgl
precedes the rest of the function name. To ensure correct operation of OpenGL
use ChoosePixelformat, DescribePixelformat, GetPixelformat, SetPixelformat, and
SwapBuffers, instead of the wgl equivalents, wglChoosePixelformat,
wglDescribePixelformat, wglGetPixelformat, wglSetPixelformat, and
wglSwapBuffers. In all other cases use the wgl function where available. Using
the five wgl functions is only of interest to developers run-time linking to an
OpenGL driver. Not using the functions as described may result in a black OpenGL
window, or a correctly functioning application in Windows 9x that produces a
black OpenGL window on Windows NT/2000."
Their recommendation is to have an app use the gdi version of the opengl
functions to make sure it will always work properly. This might go as well for
the the GLIntercept program (I only see wgl* in the source code btw). This
dependence on wgl by the program might be a design mistake?
What's worse is that the current goal for wgl is to make it routed through gdi.
I don't think this problem will be fixed for you. I think you will need to
override gdi itself, or write a new tool. Although you could just fork wine's
gdi to provide the functionality you want.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4538
------- Additional Comments From benjamin.j.mccann(a)gmail.com 2006-14-11 15:10 -------
Created an attachment (id=4095)
--> (http://bugs.winehq.org/attachment.cgi?id=4095&action=view)
Output generated by overriding secur32.dll
I'm guessing the problem is that wine hasn't implemented SSL yet.
I tried to override secur32.dll to get around this, but when I do I get a
message from FolderShare saying: "FolderShare could not initialize its
connection to the server. This may be because your version of Windows is old,
or you may need to reinstall FolderShare." When overriding sercur32.dll I do
not get as far as I would otherwise and the program crashes before any of the
normal dialog boxes come up.
I've attached my output from running "WINEDEBUG=err+all,fixme+all,warn+all wine
FolderShare.exe"
Any suggestions on how I might be able to get the native version of secur32 to
work?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6671
------- Additional Comments From al_pavel(a)inbox.ru 2006-14-11 14:54 -------
May be. I use really the 2.4 kernel headers.
But i found the way to patch and install 2.6.17.14 on my laptop. wine 0.9.25
works perfectly under this kernel version, even if it it compiled with 2.4
kernel headers :)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6690
pgr(a)arcelectronicsinc.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |regression
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6690
Summary: Regression from potential regression fix.
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pgr(a)arcelectronicsinc.com
Patch
Author: Mike McCormack <mike(a)codeweavers.com>
Date: Tue Nov 14 16:48:29 2006 +0900
comctl32: Fix a potential regression in ImageList_ReplaceIcon().
causes file open dialog folder icons to be black.
use cmdlgtst.exe.so and open dialog to reproduce in the
wine-source/programs/cmdlgtst/ directory.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5310
the3dfxdude(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://glintercept.nutty.org
| |/download.html
Keywords| |download, source
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6144
------- Additional Comments From elton(a)schiert.net 2006-14-11 13:48 -------
Unfortunately I did not notice any improvement in wine-0.9.25. It seems as if
this problem is quite specific to my hardware- and driver-configuration. Sadly
the ALSA devs couldn't help me either. I posted on their bugtracker two months
ago but haven't gotten any constructive replies.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6120
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From vitaliy(a)kievinfo.com 2006-14-11 13:36 -------
Still present in current GIT
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.