Re: *RESEND* wininet: Make CheckInternetConnection behave like Windows does

2006-09-14 Thread Daniel Skorka
On Thu, Sep 14, 2006 at 02:34:51PM +0200, Hans Leidekker wrote: > Like Mike McCormack suggested in the bug report, UNIX connect() does > not deal with a proxy. It would be nice if you could confirm that > CheckInternetConnection on Windows ignores a configured proxy, > especially since you seem to

Crash in XOpenIM in wine 0.9.15

2006-06-13 Thread Daniel Skorka
Hello, I want to bring an issue that has appeared on wine-users to your attention. The issue is basically this: Any time a process in wine tries to execute another process, wine will crash following a call to XOpenIM. For details please look here [1]. I'm sure Leigh is willing to provide any addit

(fwd) [Wine] Need an application to get running again on wine.

2006-05-18 Thread Daniel Skorka
This just appeard on wine-users/the NG. I assumed some people here would be interested in this, so I forwarded it. Daniel -- forwarded message -- Subject: [Wine] Need an application to get running again on wine. Date: Thu, 18 May 2006 07:30:45 +0200 Sender: news <[EMAIL PROTECTED]> Reply-To: samu

Regression in wine-0.9.8

2006-02-20 Thread Daniel Skorka
Hi, wine-0.9.8 has a regression with the Max Payne demo. The demo worked fine in 0.9.7, however the following is broken in 0.9.8: Once you have started the application and begun playing (by selecting Tutorial or New Game or Load) the game crashes as soon as you hit 'Esc' (to get to the menu) or 'F

wine 0.9.7 crashes in dlls/d3d8/drawprim.c

2006-02-06 Thread Daniel Skorka
Hi, I'm trying to debug a problem with the Mafia demo. Basically, it is like this: The demo runs fine (albeit a bit slow) for some short (but varying) time). Then it crashes in dlls/d3d8/drawprim.c line 983 (function drawStridedSlow) with a page fault on read access. The exact address differs a bi

bug in dlls/wined3d/device.c?

2006-01-07 Thread Daniel Skorka
Hi, I have a question regarding the function IWineD3DDeviceImpl_ActiveRender at lines 5806-5807 (that is in wine 0.9.5). If I read [1] correctly, these two lines: PUSH2(GLX_DRAWABLE_TYPE, GLX_PBUFFER_BIT); PUSH2(GLX_X_RENDERABLE, TRUE); are illegal, as GLX_X_RENDERABLE must be FALSE when GLX_PB

Re: Question about X11DRV_ChoosePixelFormat glXChooseFBConfig returns NULL (glError: 0)

2005-11-26 Thread Daniel Skorka
Hi L., On Sat, Nov 26, 2005 at 09:20:56AM +, L. Lenders wrote: > err:opengl:X11DRV_ChoosePixelFormat glXChooseFBConfig > returns NULL (glError: 0) > err:opengl:X11DRV_ChoosePixelFormat glXChooseFBConfig > returns NULL (glError: 0) the "glXChooseFBConfig returns NULL" has recently been discuss

DSD_CreateSecondaryBuffer

2004-04-07 Thread Daniel Skorka
Hi, said function is a stub in Wine-20040309. Is anyone working on implementing it? If not, any pointers on doing so, especially on how this fuction differs from DSD_CreatePrimaryBuffer? Thanks, Daniel Skorka

Re: removed problem with OpenGL extensions under X11

2003-11-20 Thread Daniel Skorka
Sorry, wrong list. Reposted to [EMAIL PROTECTED] Daniel

removed problem with OpenGL extensions under X11

2003-11-20 Thread Daniel Skorka
. ChangeLog: * dlls/opengl32/wgl.c: Daniel Skorka <[EMAIL PROTECTED]> Fixed a problem using glXGetProcAddresARB with bad OpenGL libs. ---snip--- ? patch.diff ? miscemu/Makefile Index: dlls/opengl32/wgl.c === RCS file: /home/win

Subject: Re: using glXGetProcAddressARB

2003-11-19 Thread Daniel Skorka
Hi all, first of all thanks for your comments on this. Lionel: Just noticed I accidentially forgot to CC the list. On Wed, Nov 19, 2003 at 11:04:00AM +0100, Lionel Ulmer wrote: > > It's a bug in the DRI libraries that I reported some time ago and should be > fixed in the XFree 4.4 (or 4.5) rele

using glXGetProcAddressARB

2003-11-18 Thread Daniel Skorka
Hi! I am having trouble with OpenGL under wine (specifically Half-Life). The problem is some code in $(TOPDIR)/dlls/opengl32/wgl.c. The function wglGetProcAddress would like to call glXGetProcAddressARB, but can't, due to the DLL's initialisation routines, namely process_attach. process_attach ca