Wine scheduling and threading issues [was Re: Threading issues...]

2005-01-15 Thread Jeremy White
Hi all, This is simply a renaming and reorganizing post; Dimi wacked me with a clue bat, and I am now looping Ingo Molnar into this conversation (and I am doing it at great haste since he made noises about helping ). The thread started here: http://www.winehq.org/hypermail/wine-devel/2004/08/0306

Re: PSAPI: stub implementations (#3)

2005-01-15 Thread Juan Lang
Hi Hans, +BOOL WINAPI GetPerformanceInfo( PPERFORMANCE_INFORMATION info, DWORD size ) +{ +NTSTATUS status; + +TRACE( "(%p, %ld)\n", info, size ); + +status = NtQueryInformationProcess( GetCurrentProcess(), SystemPerformanceInformation, info, size, NULL ); + +if (status) +{ +

Re: Help debugging Fotowire

2005-01-15 Thread Antti Mäkelä
On Saturday 15 January 2005 19:36, Mike Hearn wrote: > Try doing a +relay,+tid,+ole trace then locate the call to MessageBoxA and > figure out what functions were being used at the time before the message > appeared. Now replying via newsreader, seems easier method :) Hopefully I configured this

Re: Pirates! under wine

2005-01-15 Thread Jesse Allen
On Sat, Jan 15, 2005 at 09:59:00PM +, Oliver Stieber wrote: > > I'm getting memory allocation problems after quite a > bit of game play, no videos yet, I haven't tried > installing and I always use no-cd patches. > > The speeds a bit choppy, but playable, and there are a > few minor graphics

Re: Q HeapAlloc.

2005-01-15 Thread Rob Shearman
Oliver Stieber wrote: Hi, I been having a problem where HeapAlloc is failing even though there's plenty of virtual memory left I've done a bit of digging but haven't been able to get to the bottom of it. First of all I've checked that HeapAlloc will go into swap by allocating a lot of 64meg blocks

Re: Pirates! under wine

2005-01-15 Thread Oliver Stieber
--- Mike Hearn <[EMAIL PROTECTED]> wrote: > On Sat, 15 Jan 2005 19:44:37 +, Oliver Stieber > wrote: > > Hi, > > I've been working on DirectX 9 over the past week > > > and have managed to get Sid Meier's Pirates! > > http://www.atari.com/pirates/pirates/index.php > > working better than it

Re: Pirates! under wine

2005-01-15 Thread Tom
Mike Hearn wrote: On Sat, 15 Jan 2005 19:44:37 +, Oliver Stieber wrote: Hi, I've been working on DirectX 9 over the past week and have managed to get Sid Meier's Pirates! http://www.atari.com/pirates/pirates/index.php working better than it does for me under cedega (see screenshot attached) al

Q HeapAlloc.

2005-01-15 Thread Oliver Stieber
Hi, I been having a problem where HeapAlloc is failing even though there's plenty of virtual memory left I've done a bit of digging but haven't been able to get to the bottom of it. First of all I've checked that HeapAlloc will go into swap by allocating a lot of 64meg blocks and writing to them

Re: Pirates! under wine

2005-01-15 Thread Mike Hearn
On Sat, 15 Jan 2005 19:44:37 +, Oliver Stieber wrote: > Hi, > I've been working on DirectX 9 over the past week > and have managed to get Sid Meier's Pirates! > http://www.atari.com/pirates/pirates/index.php > working better than it does for me under cedega (see > screenshot attached) along

Pirates! under wine

2005-01-15 Thread Oliver Stieber
Hi, I've been working on DirectX 9 over the past week and have managed to get Sid Meier's Pirates! http://www.atari.com/pirates/pirates/index.php working better than it does for me under cedega (see screenshot attached) along with quite a few demos using Directx 9. There's still quite a lot of

tests

2005-01-15 Thread Ivan Leo Puoti
I've run tests twice, once with winrash and once manually, on windows nt 4.0 The results are here http://test.winehq.com/data/200501131000/#NT%204 interestingly some tests that fail or timeout when run from winrash, work when run manually. Is there a way this could be fixed, or should we at least

Re: PSAPI: stub implementations (#2)

2005-01-15 Thread Rob Shearman
Hans Leidekker wrote: Call SetLastError() on failure, as suggested by Juan Lang. -Hans Changelog: Stub implementations for EnumPageFiles{A,W}, GetProcessImageFileName{A,W}. Implement GetPerformanceInfo, GetProcessMemoryInfo on top of NtQueryInformationProcess and GetWsChanges, QueryWorkingSet

Re: Help debugging Fotowire

2005-01-15 Thread Mike Hearn
On Sat, 15 Jan 2005 14:34:30 +0200, Antti Mäkelä wrote: > Apparently the content gets passed out of wininet, so the xml > parsing part somehow is messed up. > > Since I have no real idea where to start, I tried with > WINEDEBUG=warn+all and this is what I get for the part where internet > connecti

Re: PSAPI: stub implementations

2005-01-15 Thread Juan Lang
Hi Hans, +status = NtQueryInformationProcess( GetCurrentProcess(), SystemPerformanceInformation, info, size, NULL ); +if (status != STATUS_SUCCESS) return FALSE; without a test case I don't know for sure, but it seems likely you should do the something like following on failure: if (s

Re: Help debugging Fotowire

2005-01-15 Thread Antti Mäkelä
On Sat, 14 Jan 2005, Vincent Béron wrote: > Le ven 14/01/2005 à 19:38, Robert Shearman a écrit : > > If you can get debug messages working, I would makes sure you are > > running builtin wininet and then get a +wininet log. > With the Gentoo ebuild, if you don't have "debug" in your USE flags, > i

Re: WineHQ:winetest: produce valid HTML

2005-01-15 Thread Hans Leidekker
On Friday 14 January 2005 21:31, Stefan Leichter wrote: > i had a build problem with the new rpms. The gcc rpm registers itself as > mingw-gcc-3.4.2-10hl, but the mingw rpm (runtime, w32api) requires > mingw-gcc-core for its build. Fixed now, thanks. -Hans

file associations in wine

2005-01-15 Thread Rainer Haake
hi there first of all, please excuse my poor english... I know I can associate a file extension in wine with a linux application like i did for .sxw in this .reg-file: REGEDIT4 [HKEY_CLASSES_ROOT\.sxw] @="sxw.document" [HKEY_CLASSES_ROOT\sxw.document] @="sxw.document" [HKEY_CLASSES_ROOT\sxw.doc