Ah sorry, forgot to mention one more thing - fd's are different on the
server side and the client side and between processes. So you're
locking different semaphores everywhere effectively not locking
anything.
Mike.
On Sat, Sep 18, 2010 at 11:59 PM, Mike Kaplinskiy
wrote:
> A few broad comments:
On Sep 18, 2010, at 7:03 PM, James McKenzie wrote:
> Just wanted to see if any other Mac Wine user has the time to run the gdi32
> tests and see if they get errors in the Font test.
Sure enough, I get five failures:
font.c:1924: Test failed: no fonts should be enumerated: Symbol ANSI_CHARSET
fon
A few broad comments:
- There's enough #ifdef's to make this mostly unreadable. It's hard
to think of the cases of no IP_PKTINFO availability, only compile time
availability or full availability. Please just write a few wrapper
functions for the #ifdef's that return sensible values if IP_PKTINFO
i
I realize it's been some time since I've submitted something for the
networking problems with the C&C games, but I believe I've come up
with something that resolves the major show-stopping issue that was
discussed previously. Here is the original thread, for reference:
http://www.winehq.org/pi
Scott wrote:
>Dan Kegel wrote:
>> http://wiki.winehq.org/Performance
>
> How about a performance bugzilla tag?
Wish I'd thought of that myself. Added.
Just wanted to see if any other Mac Wine user has the time to run the
gdi32 tests and see if they get errors in the Font test.
Thank you.
James Mckenzie
On Sat, Sep 18, 2010 at 11:37 AM, M Hack wrote:
> I have Ubuntu 10.04 and the repository ppa:ubuntu-wine/ppa installed. When
> following your instructions (http://wiki.winehq.org/winetricks) to run
> winetricks I encountered a problem
> Entering sh winetricks in a terminal window gave me the follo
I have Ubuntu 10.04 and the repository ppa:ubuntu-wine/ppa installed. When
following your instructions (http://wiki.winehq.org/winetricks) to run
winetricks I encountered a problem
Entering sh winetricks in a terminal window gave me the following error
Cannot find wineprefixcreate (wineprefixcr
On 09/18/2010 05:40 AM, Dan Kegel wrote:
> Wine's performance is good, but in some areas doesn't
> match that of Windows. I figured a wiki
> page on the topic would be useful, so I created
> http://wiki.winehq.org/Performance
> It was kind of sparse, but Stefan just added a great
> 3d performance
On 9/18/10 10:04 PM, Joris Huizer wrote:
Hello,
I found a bit of unused code was introduced in commit
ffe9cc87c0e759dffe2a19a96a1e5c7746c7ad62 "mshtml: Added nsIURL::GetQuery
implementation."
+ptr_end = url.lpszExtraInfo+url.dwExtraInfoLength;
+for(ptr = url.lpszExtraInfo; ptr< ptr_
Hello,
I found a bit of unused code was introduced in commit
ffe9cc87c0e759dffe2a19a96a1e5c7746c7ad62 "mshtml: Added nsIURL::GetQuery
implementation."
+ptr_end = url.lpszExtraInfo+url.dwExtraInfoLength;
+for(ptr = url.lpszExtraInfo; ptr < ptr_end; ptr++) {
+if(*ptr == '#')
+
Wine's performance is good, but in some areas doesn't
match that of Windows. I figured a wiki
page on the topic would be useful, so I created
http://wiki.winehq.org/Performance
It was kind of sparse, but Stefan just added a great
3d performance debugging tutorial to it.
If there's anything import
12 matches
Mail list logo