Re: winedbg question

2003-12-16 Thread Jeremy Shaw
Hello, I don't have any answer to your question, but I do know "why" wine is crashing. It is indeed crashing inside of jack_activate() in libjack. If you look in that function, the first thing to does is allocate a 1MB array (which it never uses). I am not really sure why they do this -- there

Wine Status Page Pre-1

2003-12-16 Thread Tom
Hello All, Here is the current DLL's Status Page. Ive made a number of changes since I last sent these partial pages to the dev-list. Here is a list of things I still need todo for completeness. 1) Proof Read! (against all my notes) 2) Doc links, (Thursday night Friday AM) 3) Send to Brian V for W

winedbg question

2003-12-16 Thread Chris Morgan
Should winedbg be able to load symbols up for non-wine libraries? After the export WINELOADER idea I've got wine symbols but I'm still trying to debug a bizzare crash in winejack where I get: ~/c$ wine sndrec32.exe Could not stat /mnt/fd0 (No such file or directory), ignoring drive A: Segmentat

Re: Fwd:SourceForge.net Sitewide update: Dec 9th, 2003

2003-12-16 Thread Tom
Ivan Leo Murray-Smith wrote: Projects will need to ''opt-in'' in order to accept donations. Dimi, are you going to opt in? Is it possible to have any procedes forwarded to the "wpf" ? Tom

Re: Input Focus problems with IE

2003-12-16 Thread Dmitry Timoshkov
"Aric Stewart" <[EMAIL PROTECTED]> wrote: >I am working on a problem with IE where if you start the application > in full screen mode: > >(start IE, change to full screen using view->full screen, shutdown > IE, restart IE) > >the keyboard focus never gets given to the application s

default config file creation

2003-12-16 Thread Chris Morgan
I was chatting with Rudolf Kastl(che on #winehq) and he was mentioning the things that he was doing for the rpm package. One of the patches he applies to wine prior to packaging it is a patch that creates local user config files if they don't exist. This helps end users as they don't have to w

Re: Always add a \ to temp file path

2003-12-16 Thread Steven Edwards
There is a prepackaged binary that works great for me on slackware if you want it. Builing one from scratch is to much of a pain in the ass. http://www.libsdl.org/extras/win32/cross/README.txt Thanks Steven --- Mike Hearn <[EMAIL PROTECTED]> wrote: > The NullSoft installer assumes this will be p

Re: Fix ntdll test

2003-12-16 Thread Hans Leidekker
On Monday 15 December 2003 21:19, Alexandre Julliard wrote: > You can't do that, many of these tests succeed, which is not allowed > inside todo_wine. And please try a 'make test' when you change a test, > as already explained there's no point in submitting a patch that > causes make test to fail.

Fwd:SourceForge.net Sitewide update: Dec 9th, 2003

2003-12-16 Thread Ivan Leo Murray-Smith
>Projects will need to ''opt-in'' in order to accept >donations. Dimi, are you going to opt in?

Input Focus problems with IE

2003-12-16 Thread Aric Stewart
Hello, I am working on a problem with IE where if you start the application in full screen mode: (start IE, change to full screen using view->full screen, shutdown IE, restart IE) the keyboard focus never gets given to the application so you cannot enter any information into forms. L

Re: TDI + NetBIOS = Network Neighborhood

2003-12-16 Thread Luke Kenneth Casson Leighton
hi, wrote to the wine-devel mailing list about this one describing a few words about what's needed to be done to "support" your efforts. documentation. rfc1001.txt and rfc1002.txt - these describe NBT (netbios over tcp) and how to get: - datagrams (port 138) equivalent to UDP -

Re: Problem with Access-mdb/DAO

2003-12-16 Thread Andreas Mohr
Hi, On Tue, Dec 16, 2003 at 04:10:36PM +0100, Fabian Cenedese wrote: > > >I think I found an error in SysStringLen. Why? Because my application > >started to work a lot better. Why not? I don't know if this is the right fix > >or other stuff is involved (as with the GetWindowLong). > > > > *

Re: Problem with Access-mdb/DAO

2003-12-16 Thread Fabian Cenedese
>I think I found an error in SysStringLen. Why? Because my application >started to work a lot better. Why not? I don't know if this is the right fix >or other stuff is involved (as with the GetWindowLong). > > * The length of the string (in bytes) is contained in a DWORD placed > * just be

Re: Problem with Access-mdb/DAO

2003-12-16 Thread Fabian Cenedese
>>I have posted this problem already long time ago but I never found the >>time to test it again. >> >>http://www.winehq.org/hypermail/wine-devel/2002/11/1530.html >> >>But now I tried with the actual wine from cvs (2003-12-03) and it's still >>there. The problem is that if I try to create a table

Re: Fix kernel heap test

2003-12-16 Thread Hans Leidekker
On Monday 15 December 2003 17:20, Dimitrie O. Paun wrote: > Great, thanks for catching this. Our current implementation seems > to be freeing memory on size=0, how can we check what Windows does? On Windows resizing to 0 succeeds, and if you then the check the size of the memory object you find t