MSN Webcam patch

2005-04-28 Thread Maarten Lankhorst
I am stuck on it, it seems that if I enable WINEDEBUG=+quartz it crashes THEORETICALLY, although wrong, this should be ok, since it doesn't disrupt anything BUT I asked others to test my patch, and unfortunately THEY weren't that lucky, it crashed, wether winedebug was enabled or not... so what

MSN Webcam patch (New: Now WITH Completely randomly transmitted images)

2005-04-17 Thread Maarten Lankhorst
SInce stuff is missing from msvideo (ICSeqCompressFrame{Start,,Stop}) you have to use native MSVFW32.DLL This will crash when you stop msn webcam (Because of the CreateThread continuing to run) In general it is very unstable, but at least it proves you can use 'webcam's under wine. How does it

Re: Wine msn webcam patch (Attempt 2)

2005-04-10 Thread Robert Shearman
Maarten Lankhorst wrote: I've been trying to get msn webcam to work again, and I found out that WINEDEBUG=+quartz gives a crash when msn creates a pin, and then does some stuff with it, I can only presume some TRACE or WARNING causes the error, but the effect is I can't use those commands, this

Re: Wine msn webcam patch (Attempt 2)

2005-04-09 Thread Mike McCormack
Hi Maarten, Maarten Lankhorst wrote: I've been trying to get msn webcam to work again, and I found out that Cool! The next step is probably to break up your patch a little, and submit it in smaller chunks. If you'd like I'm willing to help you do that. diff -Nru wine-old/dlls/devenum/createdev

Re: MSN Webcam patch

2005-03-16 Thread Christian Costa
Vladdy Impaler wrote: RIght now I'm working on a patch so I can use my webcam under wine without having to switch to unix or use non-working solutions.. Right now there are 2 patches needed to get MSN to connect to the internet: first is to disable SSL, second strcpy's a value at urlmon getuser

Re: MSN Webcam patch

2005-03-14 Thread Jasper van Veghel
I have to be off somewhere in a few minutes (hence me being up this early), so I'll make this quick ;-) I wrote a couple of patches for webcam support too a while back, and gave these to some people who were asking for them, so I thought I'd share them here now, to also provide some input on it -

MSN Webcam patch

2005-03-14 Thread Vladdy Impaler
RIght now I'm working on a patch so I can use my webcam under wine without having to switch to unix or use non-working solutions.. Right now there are 2 patches needed to get MSN to connect to the internet: first is to disable SSL, second strcpy's a value at urlmon getuseragent or something To