http://bugs.winehq.org/show_bug.cgi?id=6608
------- Additional Comments From renekok(a)gmail.com 2006-14-11 17:29 -------
I will try it with .25, the problem right now is my cdrom drive is giving me
grief . Not related to wine btw.
--
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=6449
------- Additional Comments From James(a)superbug.demon.co.uk 2006-14-11 17:23 -------
AppDB entry added.
Is there anything else I can do to help track down this "fails to save" problem?
Is there a windows .dll I could maybe try in order to bypass the problem with wine?
--
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=6608
------- Additional Comments From truiken(a)gmail.com 2006-14-11 17:20 -------
Can you please try this installer with latest 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.
http://bugs.winehq.org/show_bug.cgi?id=6656
xerox_xerox2000(a)yahoo.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Component|wine-comctl32 |wine-misc
Ever Confirmed| |1
Keywords| |download
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-14-11 17:10 -------
Hi, i tried the trial. Looks like something is missing in shell32. Try copy a
native shell32.dll to ~/.wine/drive_c/windows/system32/ and report back please
if it helps. For me the app then starts. I will have a look into this more
deeply in 2 days (i'm a bit limited in time atm). I think this shouldn't be to
difficult to solve (hopefully :) ).
--
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 16:54 -------
Yeah probably. I can't find any documentation for GdiSwapBuffers, so it's
probably more or less internal to the API.
So what I'm seeing is that SwapBuffers should basically be renamed
GdiSwapBuffers. After that a new SwapBuffers is written to check for use of
OpenGL, if true, calls opengl32.wglSwapBuffers. Else calls GdiSwapBuffers. Then
all we need is opengl32.wglSwapBuffers to call GdiSwapBuffers. And the same
pattern follows for the rest of the wgl/Gdi combos. So I suppose this could be
done after Roderick is finished with moving wgl over to gdi? Of course it should
only be done when we confirm it can take this path. And yes, it might still
import the original gdi functions; I think we only need to be concerned with
what is shown in the opengl32.spec as getting forwarded back to gdi.
--
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=5495
------- Additional Comments From imaxfun(a)gmail.com 2006-14-11 16:48 -------
So, your problem has been removed completely now? Or did that patch solve only
some cases?
--
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 frank.richter(a)gmail.com 2006-14-11 16:35 -------
I guess the forwarding circus is only needed for those wgl* functions that have
a plain and/or Gdi* counterpart, which would be:
ChoosePixelFormat (plain, wgl)
DescribePixelFormat (plain, wgl, Gdi)
GetPixelFormat (plain, wgl)
SetPixelFormat (plain, wgl, Gdi)
SwapBuffers (plain, wgl, Gdi)
I just also noticed that OpenGL32 imports some of the "plain" APIs as well...
it's really confusing which may call which.
--
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=6385
------- Additional Comments From imaxfun(a)gmail.com 2006-14-11 16:33 -------
Bug 6672 is marked 'fixed', so then probably also this one should be, too. To me
they seem dublicates. There's been no verification on bug 6672 fix working with
that same fix yet, though.
--
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.