bump: windows web server app fails to send more than 11680 bytes !?

2006-12-30 Thread [IDC]Dragon
I'd like to humbly bump my bug report: http://bugs.winehq.org/show_bug.cgi?id=6415 Now somebody else seems to suffer a perhaps related problem, and we offer a donation for fixing it. This certainly doesn't really pay for anybodys time, but perhaps it's a sign. Bear in mind that I also spent

Budgetdedicated mirror down

2006-12-30 Thread Kai Blin
Hi folks, at the time of writing, I'm unable to get a page back from the budgetdedicated mirror. Could someone who has access to that box take a look at that? Cheers, Kai -- Kai Blin, kai Dot blin At gmail Dot com WorldForge developerhttp://www.worldforge.org/ Wine developer

Re: bump: windows web server app fails to send more than 11680 bytes !?

2006-12-30 Thread Kai Blin
On Saturday 30 December 2006 09:20, [IDC]Dragon wrote: I'd like to humbly bump my bug report: http://bugs.winehq.org/show_bug.cgi?id=6415 I've had a look at it and couldn't recreate the problem. What setup do you have? (I'm not running the web server on port 80, because that's where my apache

USB

2006-12-30 Thread Andrew Neil Ramage
How do you get a Windows program access to the USB port ? -- Andrew Oh, bother, said the Borg. We've assimilated Pooh.

Re: USB

2006-12-30 Thread Damjan Jovanovic
On 12/30/06, Andrew Neil Ramage [EMAIL PROTECTED] wrote: How do you get a Windows program access to the USB port ? What are you trying to do? What device are you accessing? Andrew Damjan

Re: USB

2006-12-30 Thread Damjan Jovanovic
On 12/30/06, Andrew Neil Ramage [EMAIL PROTECTED] wrote: A franklin eBookMan using the provided Windows Software. (By the way, it's bad practice to top-post bottom-posted emails.) What interface does the device provide? Is it a mass-storage device? Or some vendor-specific protocol? Do lsusb

Reason for some process failures in kernel32 tests

2006-12-30 Thread Paul Vriens
Hi, I've been trying to tackle some of the issues we have when trying to run some process tests (through winetest.exe, see also http://test.winehq.org/data): process.c:775: Test failed: CreateProcess (./kernel32_test.exe tests/process.c C:\TEMP\wt44.tmp a\b\\ c\ d) failed : 2 process.c:777: Test

Re: wine-patch OleIconToCursor function

2006-12-30 Thread Marcus Meissner
On Sat, Dec 30, 2006 at 04:49:27AM +0100, Bernard Ladenthin wrote: Hello, in the attachment is a small patch for the OleIconToCursor function. The function works with this. I hope i can help with this and get a response mail that this mail have received. I haven't any experiences with git

Re: wine-patch OleIconToCursor function

2006-12-30 Thread Frank Richter
On 30.12.2006 18:54, Marcus Meissner wrote: +/*** + * OleIconToCursor (OLEAUT32.415) + */ +HCURSOR WINAPI OleIconToCursor( HINSTANCE hinstExe, HICON hIcon) +{ +FIXME((%p,%p), (olepro32.dll), partially

problems with installed wine

2006-12-30 Thread Corey McClymonds
for almost a week now, wine has been acting weird. I compile wine and using it from the wine source tree, everything works perfectly. But if I make install it, then try to use it, all I get is a black screen that I have to alt-tab to get out of. On a note, it works fine if I run as root. I

Re: riched20: block recursive notification

2006-12-30 Thread Matt Finnicum
On 12/30/06, Clinton Stimpson [EMAIL PROTECTED] wrote: This patch blocks riched20 from recursivly sending an EN_CHANGE notification. Fixes bug 6985. Thanks, Clinton Stimpson ChangeLog Block recursive EN_CHANGE notifications. If you're adding a new variable to the ME_TextEditor structure

Re: Vijay Kiran Kamuju : comctl32: MonthCalendar - Fix highlightingof current date.

2006-12-30 Thread James Hawkins
On 12/27/06, Vijay Kiran Kamuju [EMAIL PROTECTED] wrote: Hi, It might be because of the MULTISELECT style not being set. Can you please test with the MULTISELECT set? In the older version of the control spy test its set by default, and in the new version its not set. Can you please test that

Re: Resend: msxml.dll: nextNode and reset functions

2006-12-30 Thread James Hawkins
On 12/28/06, Colin Pitrat [EMAIL PROTECTED] wrote: Hi, here is a patch I sent a few weeks ago implementing two functions in msxml.dll, and the corresponding test. I suggest sending the tests in one patch first, then send each function in a separate patch afterwards. -- James Hawkins

OpenGL as child windows

2006-12-30 Thread Chris Robinson
The topic of getting OpenGL to show and use more visuals/pixel formats than just the one the main window uses came up on IRC, and I was told to make a post here. One of the ideas was to create a child window of the main X window (which can be given a different visual) and have OpenGL use that

Re: problems with installed wine

2006-12-30 Thread L. Rahyen
On Saturday December 30 2006 21:15, Corey McClymonds wrote: But if I make install it, then try to use it, all I get is a black screen that I have to alt-tab to get out of. On a note, it works fine if I run as root. That means you have problems with permissions. It shouldn't be very

Re: X11DRV: remove DesktopDoubleBuffered option

2006-12-30 Thread Dmitry Timoshkov
Roderick Colenbrander [EMAIL PROTECTED] wrote: This patch removes the DesktopDoubleBuffered option. Support for this option should be removed from winecfg simultaneously with this change. -- Dmitry.