Re: wined3d: Increment reference count before returning palette

2008-03-16 Thread Cihan Altinay
Stefan Dösinger wrote: > You'll have to check the code that uses this method. As far as I can see > DDrawSurface::GetPalette doesn't release the palette it got from WineD3D, so > just changing WineD3D will cause a leak Yes, that's what Alexander Dorofeyev pointed out, too. So do not apply this p

[RESEND] ddraw: Fix refcounting of palettes

2008-03-16 Thread Cihan Altinay
Changed as suggested by Stefan Dösinger. This fixes a crash in a game called "Autobahnverfolgungsjagd Total" (not in AppDB). Cheers, Cihan >From 323eae1df7905ea7d0e187a2eebee8e7eba8 Mon Sep 17 00:00:00 2001 From: Cihan A <[EMAIL PROTECTED]> Date: Sun, 16 Mar 2008 17:40:29 +0100 Subject: ddr

Re: ddraw: Fix refcounting of palettes

2008-03-16 Thread Cihan Altinay
Stefan Dösinger wrote: > Am Sonntag, 16. März 2008 14:44:37 schrieb [EMAIL PROTECTED]: > I think it would be better to set pal = NULL if there is no wined3d palette > returned a few lines above the place you're changing. That's fine with me but it would mean setting it to NULL in every iteration

Re: Picasa for Linux available!

2006-05-27 Thread Cihan Altinay
Detlef Riekenberg wrote: New! Picasa for Linux Google's photo organizer now available for Linux users. The Link-Target: http://picasa.google.com/linux/ results in: Google Error Not Found The requested URL /linux/ was not found on this server. According to this (s

Re: German resources for gphoto2.ds

2006-05-09 Thread Cihan Altinay
Melchior Moos wrote: +LANGUAGE LANG_GERMAN, SUBLANG_DEFAULT + +IDD_CAMERAUI DIALOG DISCARDABLE 0, 0, 372, 273 +STYLE DS_MODALFRAME | DS_SETFOREGROUND | DS_CENTER | WS_POPUP | WS_VISIBLE | +WS_CAPTION | WS_SYSMENU +CAPTION "Dateien auf der Kamera" +MENU 20545 +FONT 8, "MS Sans Serif" +BEGIN

Re: Visual C++ 6

2006-02-05 Thread Cihan Altinay
Hi Jason, Just a small comment here. Jason Kraftcheck wrote: > --- wine-0.9.6/dlls/msvcrt/math.c 2006-01-19 08:14:03.0 -0600 > +++ mod/dlls/msvcrt/math.c2006-02-03 17:52:12.403905962 -0600 > @@ -1190,3 +1200,70 @@ > { >TRACE("(): stub\n"); > } > + > +/**

Re: Still need help fixing deadlock (GDI/metafile)

2006-01-12 Thread Cihan Altinay
anged STRETCH_VIA_DIB from being unset to set in 2002. I think he's still around at [EMAIL PROTECTED] Maybe you could ask him whether it could be changed back to the other method. - Walter On Thu, 12 Jan 2006, Cihan Altinay wrote: Hi Walter, Walt Ogburn wrote: Hi Cihan, What happ

Re: Still need help fixing deadlock (GDI/metafile)

2006-01-11 Thread Cihan Altinay
, Cihan On Wed, 11 Jan 2006, Cihan Altinay wrote: Since nobody seems to be able to help me with this problem at the moment I opened a bug report[1] for it. I would appreciate if somebody with more knowledge could take a quick look at it. Thanks! Cihan [1] http://bugs.winehq.org/show_bug.cgi?id

Re: Still need help fixing deadlock (GDI/metafile)

2006-01-11 Thread Cihan Altinay
Since nobody seems to be able to help me with this problem at the moment I opened a bug report[1] for it. I would appreciate if somebody with more knowledge could take a quick look at it. Thanks! Cihan [1] http://bugs.winehq.org/show_bug.cgi?id=4284 Cihan Altinay wrote: Hi, I am still

Still need help fixing deadlock (GDI/metafile)

2006-01-08 Thread Cihan Altinay
Hi, I am still trying to finding the reason for PowerPoint 2000 causing a deadlock if a file is opened that contains a preview which itself contains a bitmap >90x90 pixels (ie. on the first slide). After inserting some traces I feel I am pretty close but I'm stuck since before the holidays. The pr

Re: OLEAUT32: Output a FIXME message only once.

2006-01-05 Thread Cihan Altinay
Hi, Mike McCormack wrote: > > Unless somebody is planning to fix this soon, it would be nice to just > output it once to remind us that it needs to be fixed later. It's a > memory leak, so it's not worth frightening our users more than once over. > > Mike > > > ChangeLog: > Output a FIXME mes

Need help fixing deadlock (GDI)

2005-12-21 Thread Cihan Altinay
Hi, I have spent days finding the reason for PowerPoint 2000 causing a deadlock if a file is opened that contains a preview which itself contains a bitmap >90x90 pixels (ie. on the first slide). After inserting some more traces I feel I am pretty close but I'm stuck now. The problem is connected t

Re: sound enabled but no driver checked

2005-12-21 Thread Cihan Altinay
Robert Reif wrote: > Cihan Altinay wrote: > >> Quoting Robert Reif <[EMAIL PROTECTED]>: >> >> >> >>> Cihan Altinay wrote: >>> >>> >>> >>>> With a fresh wine prefix sound is enabled but I can't >>&

Re: sound enabled but no driver checked

2005-12-20 Thread Cihan Altinay
Quoting Robert Reif <[EMAIL PROTECTED]>: > Cihan Altinay wrote: > > >With a fresh wine prefix sound is enabled but I can't > >see which driver is used because none of them is checked > >in the new winecfg sound dialog. > >Did we forget to initialize the bo

sound enabled but no driver checked

2005-12-19 Thread Cihan Altinay
With a fresh wine prefix sound is enabled but I can't see which driver is used because none of them is checked in the new winecfg sound dialog. Did we forget to initialize the boxes on first run? Cheers, Cihan

Re: CoCreateInstance not working without TLS libraries

2005-12-15 Thread Cihan Altinay
Quoting Alexandre Julliard <[EMAIL PROTECTED]>: > Cihan Altinay <[EMAIL PROTECTED]> writes: > > > Hi, > > A very basic C++ program fails with > > > > err:ntdll:RtlpWaitForCriticalSection section 0x7f64c560 "x11drv_main.c: > > X11DRV_CritSe

CoCreateInstance not working without TLS libraries

2005-12-14 Thread Cihan Altinay
Hi, A very basic C++ program fails with err:ntdll:RtlpWaitForCriticalSection section 0x7f64c560 "x11drv_main.c: X11DRV_CritSection" wait timed out in thread 001c, blocked by 001e, retrying (60 sec) when the Linux TLS libraries are not in the library path (it works fine otherwise). The program doe

invalid window width/height

2005-12-12 Thread Cihan Altinay
Hi, I tried to find some information on those messages like err:x11drv:X11DRV_CreateWindow invalid window width 0x10042 -215 What does native do when called with negative widths/height? I found it particularly interesting that Worms Armageddon creates static windows where the x/y coordinates and

Re: shlwapi.dll: IUnknown_CPContainerInvokeParam

2005-12-11 Thread Cihan Altinay
Quoting Vitaliy Margolen <[EMAIL PROTECTED]>: > Sunday, December 11, 2005, 7:04:58 PM, Cihan Altinay wrote: > > http://www.winehq.org/pipermail/wine-patches/2005-October/021101.html > > > > Is there are reason why this patch wasn't applied? > > G-Ware crashes

shlwapi.dll: IUnknown_CPContainerInvokeParam

2005-12-11 Thread Cihan Altinay
http://www.winehq.org/pipermail/wine-patches/2005-October/021101.html Is there are reason why this patch wasn't applied? G-Ware crashes when invoking help without it. Cheers, Cihan

Re: OLE without TLS libraries

2005-12-11 Thread Cihan Altinay
Ok, I am replying to myself as the problem persists. Quoting Cihan Altinay <[EMAIL PROTECTED]>: > Quoting Marcus Meissner <[EMAIL PROTECTED]>: > > > On Thu, Dec 08, 2005 at 12:35:32PM +1000, Cihan Altinay wrote: > > > Hi, > > > > > > h

Re: OLE without TLS libraries

2005-12-08 Thread Cihan Altinay
Quoting Marcus Meissner <[EMAIL PROTECTED]>: > On Thu, Dec 08, 2005 at 12:35:32PM +1000, Cihan Altinay wrote: > > Hi, > > > > having a Xen system my Linux tls library path is not > > in place (renamed to /lib/tls.disabled). > > When I run a program

OLE without TLS libraries

2005-12-07 Thread Cihan Altinay
Hi, having a Xen system my Linux tls library path is not in place (renamed to /lib/tls.disabled). When I run a program that uses OLE/DCOM (with native ole libraries) it crashes immediately. Using LD_LIBRARY_PATH=/lib/tls.disabled wine program makes it work again. I am not sure if this is true for

riched20: register ListBox & ComboBox classes

2005-12-04 Thread Cihan Altinay
empty before. The return value corresponds to native Windows. Changelog: Cihan Altinay <[EMAIL PROTECTED]> Partially implement REExtendedRegisterClass() to register missing window classes so that applications relying on them don't get confused. Index: dlls/riched

[RESEND] riched20: register ListBox & ComboBox classes

2005-12-01 Thread Cihan Altinay
; completely which were empty before. > > Changelog: > Cihan Altinay <[EMAIL PROTECTED]> > Partially implement REExtendedRegisterClass() to register missing window > classes so that applications relying on them don't get confused. > It seems this patc

riched20: register ListBox & ComboBox classes

2005-11-29 Thread Cihan Altinay
Hi, > This patch partially implements the undocumented REExtendedRegisterClass() > function by registering the two missing classes. That way MS Office 2003 and > probably other programs that rely on these classes display dialogs > completely which were empty before. > > Chan

Re: Problem with serial port

2005-11-29 Thread Cihan Altinay
Uwe Bonnes wrote: Perpaps some serial spy would be of help. Capture the communication of the windows program with the device, do the same under wine and compare. However I don't have a suggestion for a serial caputure program for you :-( How about the freeware Portmon from sysinternals: http:/

REG_EXPAND_SZ not parsed correctly

2005-11-28 Thread Cihan Altinay
Hi, I have a .reg file exported from Windows that contains the following entry: "HelpLink"=hex(2):68,00,74,00,74,00,70,00,3a,00,2f,00,2f,00,77,00,77,00,77,00,\ 2e,00,6d,00,69,00,63,00,72,00,6f,00,73,00,6f,00,66,00,74,00,2e,00,63,00,6f,\ 00,6d,00,2f,00,73,00,75,00,70,00,70,00,6f,00,72,00,74,00,

Re: powerpoint: images upside down

2005-11-28 Thread Cihan Altinay
Quoting Uwe Bonnes <[EMAIL PROTECTED]>: > >>>>> "Cihan" == Cihan Altinay <[EMAIL PROTECTED]> writes: > > Cihan> Hi, When using MS Powerpoint 2003 images are drawn upside down in > Cihan> fullscreen (presentation) mode but not in desi

Re: powerpoint: images upside down

2005-11-28 Thread Cihan Altinay
Quoting Huw D M Davies <[EMAIL PROTECTED]>: > On Mon, Nov 28, 2005 at 05:58:50PM +1000, Cihan Altinay wrote: > > Hi, > > > > When using MS Powerpoint 2003 images are drawn upside down in fullscreen > > (presentation) mode but not in design mode. > > Also,

powerpoint: images upside down

2005-11-28 Thread Cihan Altinay
Hi, When using MS Powerpoint 2003 images are drawn upside down in fullscreen (presentation) mode but not in design mode. Also, text is drawn correctly as seen on the attachments. I would appreciate a hint on what traces/logs to provide for more info as the dc & win output is quite long. Thanks,

Re: Problem with serial port

2005-11-27 Thread Cihan Altinay
Quoting Félix Ortega <[EMAIL PROTECTED]>: > I'm trying to make work a driver for a financial printer (Olivetti Pr20) on > wine. I'm having problems with the serial port, it seems that no data is > written to the device. I have tried everything I have thinked, searched on Please try the attached p

Re: ATL creates wrong registry entries

2005-11-16 Thread Cihan Altinay
Jacek Caban wrote: Hi Cihan, Cihan Altinay wrote: Ok, I looked into it again and found a solution. The problem was that the '{' character was treated as a separator which is generally correct. But it seems that key names like the one mentioned above are allowed without single quo

Re: ATL creates wrong registry entries

2005-11-15 Thread Cihan Altinay
Cihan Altinay wrote: Hi, For example instead of creating the key HKCR\CLSID\{63623F01-D9C7-11D5-A76B-8657580F} I get HKCR\CLSID\{ and HKCR\CLSID\63623F01-D9C7-11D5-A76B-8657580F} Maybe the trace output from atl helps finding the reason: Ok, I looked into it again and found a

ATL creates wrong registry entries

2005-11-14 Thread Cihan Altinay
Hi, For example instead of creating the key HKCR\CLSID\{63623F01-D9C7-11D5-A76B-8657580F} I get HKCR\CLSID\{ and HKCR\CLSID\63623F01-D9C7-11D5-A76B-8657580F} Maybe the trace output from atl helps finding the reason: trace:atl:string_register (0x4038bf40 L"HKCR\r\n{\r\n\tPSRServe.P

Re: GetQueueStatus: unknown flag 0x4000

2005-11-14 Thread Cihan Altinay
[EMAIL PROTECTED] wrote: On Mon, 14 Nov 2005 09:48:50 +0100, Uwe Bonnes <[EMAIL PROTECTED]> wrote: "Cihan" == Cihan Altinay <[EMAIL PROTECTED]> writes: Cihan> Hi, When running G-Ware[1] I get a lot of these: Cihan> fixme:key:GetQueueStatus QS_

Re: kernel/comm.c - page fault in thread

2005-11-14 Thread Cihan Altinay
Uwe Bonnes wrote: Cihan> I am currently in Australia so I guess it wouldn't be possible Cihan> although it would help a lot. It's only a RS232 9 pin connector with 3 solder blobs. If you have a solder iron, easily done yourself. Ok, I'll see if it is still necessary. Cihan> I am

GetQueueStatus: unknown flag 0x4000

2005-11-13 Thread Cihan Altinay
Hi, When running G-Ware[1] I get a lot of these: fixme:key:GetQueueStatus QS_ flags (4000) are not handled Interestingly I couldn't find any information about what the flag 0x4000 is meant to be. Could that be another undocumented flag like QS_SMRESULT? The program works so it can't be tha

Re: kernel/comm.c - page fault in thread

2005-11-13 Thread Cihan Altinay
Uwe Bonnes wrote: If you need input into the serial port, consider using some kind of loopback. Either use the plug with the appropriate pins shorted , or use two serial lines with a crossover cable. Where do you live. I could consider sending you the plug.. I am currently in Australia so I gu

Re: kernel/comm.c - page fault in thread

2005-11-09 Thread Cihan Altinay
Uwe Bonnes wrote: "Cihan" == Cihan Altinay <[EMAIL PROTECTED]> writes: Cihan> Uwe Bonnes wrote: >>>>>>> "Cihan" == Cihan ALTINAY <[EMAIL PROTECTED]> writes: >> Cihan> Hi again, Sorry for the double post a

Re: kernel/comm.c - page fault in thread

2005-11-09 Thread Cihan Altinay
Uwe Bonnes wrote: "Cihan" == Cihan ALTINAY <[EMAIL PROTECTED]> writes: Cihan> Hi again, Sorry for the double post and the stupid default Cihan> From-Header (not my machine). I replaced my modified comm.c with Cihan> the latest CVS, made the changes as

Re: kernel/comm.c - page fault in thread

2005-11-07 Thread Mr Cihan ALTINAY
threads running that poll for input/output. One effect is that it still opens ~200 file handles to the port but, more importantly, maybe they interact in a way it shouldn't happen? Anyone? - Original Message - From: Mr Cihan ALTINAY <[EMAIL PROTECTED]> Date: Tuesday, November 8, 20

kernel/comm.c - page fault in thread

2005-11-07 Thread Mr Cihan ALTINAY
Hi, I finally got G-Ware to work flawlessly under wine after some tweaks in the comm.c file. One problem was in the (thread) function COMM_WaitCommEventService(). When I 'disconnect' in the client program it calls purge and sets the event mask to 0 (ie. it is no longer interested in events from th

dlls/kernel/comm.c: not releasing file descriptors?

2005-11-02 Thread Cihan Altinay
Hi, I am trying to get G-Ware[1] to run under wine which provides a user interface to set up Echo Canceller Units made by ClearOne. The unit is connected to the serial port (com1 = ttyS0). The only way I can start the program at all is by configuring wine to act as Windows 95/98 and using native