Re: wine-20050930 Warblade install error

2005-10-03 Thread Marcus Meissner
On Tue, Oct 04, 2005 at 08:43:08AM +0200, Sebastien Fievet wrote: > > You need to find out the actual heap corruption. > > > > Please run with > > > > WINEDEBUG=+relay,+heap WINEDLLOVERRIDES="comctl32=n" wine > > Download/Warblade_12E_full.exe >logfile 2>&1 > > > > And check logfile at the place

Re: wine-20050930 Warblade install error

2005-10-03 Thread Sebastien Fievet
> You need to find out the actual heap corruption. > > Please run with > > WINEDEBUG=+relay,+heap WINEDLLOVERRIDES="comctl32=n" wine > Download/Warblade_12E_full.exe >logfile 2>&1 > > And check logfile at the place of the actual heap corruption. > > Ciao, Marcus Hello Marcus, i ran that comma

Re: CreateFile access/sharing problem

2005-10-03 Thread Vitaliy Margolen
Monday, October 3, 2005, 11:21:37 PM, Dmitry Timoshkov wrote: > "Vitaliy Margolen" <[EMAIL PROTECTED]> wrote: >> It is an additional flags to the rest of the file flags because they are >> transferred all the way to the kernel. And being translated into specific >> access >> rights by an object m

Re: CreateFile access/sharing problem

2005-10-03 Thread Dmitry Timoshkov
"Vitaliy Margolen" <[EMAIL PROTECTED]> wrote: > It is an additional flags to the rest of the file flags because they are > transferred all the way to the kernel. And being translated into specific > access > rights by an object manager according to the object type. It has array of the > generic a

Re: CreateFile access/sharing problem

2005-10-03 Thread Vitaliy Margolen
Monday, October 3, 2005, 10:08:24 PM, Dmitry Timoshkov wrote: > "Michael Ost" <[EMAIL PROTECTED]> wrote: >> A 3rd party installer program for a VST plugin is calling CreateFile >> with dwDesiredAccess = 0x1f01ff and dwSharedMode = FILE_SHARE_WRITE. It >> then calls ReadFile, which fails in Wine (e

Re: CreateFile access/sharing problem

2005-10-03 Thread Dmitry Timoshkov
"Michael Ost" <[EMAIL PROTECTED]> wrote: > Or did you mean post it to wine-patches? I am totally new to > wine-patches, but I can give it a go... mo Yes, wine-patches is what you need. Do not forget a changelog description for your change. "Dan Kegel" <[EMAIL PROTECTED]> wrote: > $ grep -l 'ope

Re: CreateFile access/sharing problem

2005-10-03 Thread Dan Kegel
On 03 Oct 2005 20:59:13 -0700, Michael Ost <[EMAIL PROTECTED]> wrote: > > Bless your soul. It ought to be pretty easy for someone to > > convert that little program from C++ into C and add it to the Wine test > > suite. (Would you consider doing that?) > > Sure, but I don't know where the tests a

Re: CreateFile access/sharing problem

2005-10-03 Thread Michael Ost
On Mon, 2005-10-03 at 21:08, Dmitry Timoshkov wrote: > > But I did notice that FILE_ALL_ACCESS is a different value in Wine and > > my VC98 headers from DevStudio 6. In Wine it is: > > (STANDARD_RIGHTS_REQUIRED|SYNCHRONIZE|0x1ff) > > In VC98: > > (STANDARD_RIGHTS_REQUIRED|SYNCHRONIZE|0x3ff) > > Is

Re: RH8 spec for 20050830

2005-10-03 Thread Michael Ost
On Mon, 2005-10-03 at 14:31, Bill Medland wrote: > So what is the status of getting RedHat RPMS again? Are you > having any luck, Michael? > > I am going to be needing RedHat RPMS for Wine very soon, for > testing purposes. I'd be quite willing to help out but it would > suit me best if you

Re: CreateFile access/sharing problem

2005-10-03 Thread Dmitry Timoshkov
"Michael Ost" <[EMAIL PROTECTED]> wrote: > A 3rd party installer program for a VST plugin is calling CreateFile > with dwDesiredAccess = 0x1f01ff and dwSharedMode = FILE_SHARE_WRITE. It > then calls ReadFile, which fails in Wine (error 5) but succeeds in > WinXP. > > My "solution" (polite term) w

Re: CreateFile access/sharing problem

2005-10-03 Thread Michael Ost
On Mon, 2005-10-03 at 12:14, Dan Kegel wrote: > On 03 Oct 2005 11:20:16 -0700, Michael Ost <[EMAIL PROTECTED]> wrote: > > Any suggestions for how to handle a difference in file access and > > sharing handling between Wine (20050830) and WinXP? A program > > demonstrating the problem is attached bel

Re: Help translating Japanese error message in installer

2005-10-03 Thread Vikram Kumar
Hi, FYI:The error message means "Invalid Folder Name" Cheers Vik 2005-10-03 (月) の 13:15 -0500 に Alex Villací­s Lasso さんは書きました: > There is a Japanese RPG I am trying to install, which I downloaded from: > > http://www.i-o.jp/game/mizukake/mizukake_trial.zip > > This installer runs fine under Wi

Re: Documentation update

2005-10-03 Thread Dimi Paun
On Sun, 2005-10-02 at 21:47 +, Molle Bestefich wrote: > Fix up winedev-debugger doc to match 0.9. > Remove 404s, remove config file references, mention disassemblers > that actually installs, etc. Applied, but in the future please include [WINEDOC] at the beginning of the Subject: so I can

RE: Cannot compile 20050830 on Solaris 9

2005-10-03 Thread Rob D
The only Solaris 9 binary I could find was from his website at: http://www.members.optushome.com.au/bobl/ The only problem is that it is 20040309, which is over a year and a half old and it has the RTLD_FIRST problem. various combinations of symlinking /usr/ccs/bin/as to /opt/sfw/bin/gas and

How to fix the permission stuff.

2005-10-03 Thread Bill Medland
Advice please. This looks a little too big to be done without discussion. This stems from Michael Ost's CreateFile issue and is much more fundamental than the SHARE settings. Consider. ...CreateFile ( FILE_READ_DATA...) ...ReadFile (...) That is sensible and perfectly legal under Windows

Re: Cannot compile 20050830 on Solaris 9

2005-10-03 Thread Vincent Béron
Le lun 03/10/2005 à 19:11, Rob D a écrit : > I have been trying to compile wine from source on Solaris 9 on x86. > This has proven to be very frustrating. > > I had to rename a struct in one of the files in the tools/windump/main.c > because of a name clash, but that was easy. > > I am pretty ne

Re: [AppDb] Submit new version broken

2005-10-03 Thread Chris Morgan
Fixed. Chris On Sunday 02 October 2005 12:58 pm, Chris Morgan wrote: > Ahh. This should be easy to fix, I must not have tested that page > before checking it in. Thanks for the bug report Jon. > > Chris > > On 10/2/05, Jonathan Ernst <[EMAIL PROTECTED]> wrote: > > Hello, > > > > The upgrade t

Cannot compile 20050830 on Solaris 9

2005-10-03 Thread Rob D
I have been trying to compile wine from source on Solaris 9 on x86. This has proven to be very frustrating. I had to rename a struct in one of the files in the tools/windump/main.c because of a name clash, but that was easy. I am pretty new to the whole compiling from source thing on Unix, bu

Re: shellpath: use wine_get_dos_file_name

2005-10-03 Thread Thomas Weidenmueller
Juan Lang wrote: > Sorry, I wasn't clear enough. I mean, _SHGetDefaultValue was already > problematic for you, before I changed it to call wine_get_dos_file_name. > The special cases portion of _SHGetDefaultValue don't apply to ROS, so > they should be removed from your tree in any case. Ah ok t

Re: shellpath: use wine_get_dos_file_name

2005-10-03 Thread Juan Lang
--- Thomas Weidenmueller <[EMAIL PROTECTED]> wrote: > > This function was already going to cause you trouble... > > Actually no as it is only used in shfldr_unixfs.c - which we don't port. Sorry, I wasn't clear enough. I mean, _SHGetDefaultValue was already problematic for you, before I changed

Re: shellpath: use wine_get_dos_file_name

2005-10-03 Thread Thomas Weidenmueller
Juan Lang wrote: > This function was already going to cause you trouble, as getenv("HOME") > probably won't produce the correct results anyway. Just get rid of the > special cases portion of _SHGetDefaultValue, they never apply to ROS. Actually no as it is only used in shfldr_unixfs.c - which we

Re: shellpath: use wine_get_dos_file_name

2005-10-03 Thread Juan Lang
> This is going to cause us poor ReactOS guys some trouble as that > kernel32 function neither exists in Windows nor ReactOS. Isn't there a > better solution? This function was already going to cause you trouble, as getenv("HOME") probably won't produce the correct results anyway. Just get rid of

Re: winecfg: remove .dll extension from DllOverrides

2005-10-03 Thread James Hawkins
On 10/3/05, Juan Lang <[EMAIL PROTECTED]> wrote: > This seems to be a common source of confusion. (It got me, and it's asked > on wine-users periodically.) Do .exe extensions need to be stripped too? > I believe only .dll needs to be stripped. .exe and others like .ocx must remain. -- James Ha

Re: shellpath: use wine_get_dos_file_name

2005-10-03 Thread Thomas Weidenmueller
Juan Lang wrote: > ChangeLog: use wine_get_dos_file_name rather than relying on > GetFullPathNameW hack. This is going to cause us poor ReactOS guys some trouble as that kernel32 function neither exists in Windows nor ReactOS. Isn't there a better solution? - Thomas

Re: RH8 spec for 20050830

2005-10-03 Thread Bill Medland
On September 26, 2005 11:59 am, Michael Ost wrote: > Can someone who understands wine build issues review this RPM > spec file for me, please? ... So what is the status of getting RedHat RPMS again? Are you having any luck, Michael? I am going to be needing RedHat RPMS for Wine very soon, for

Re: winedbg not starting

2005-10-03 Thread Uwe Bonnes
> "Alexandre" == Alexandre Julliard <[EMAIL PROTECTED]> writes: Alexandre> Uwe Bonnes <[EMAIL PROTECTED]> writes: >> I (repeatedly) purged all changes, and "cvs update -PAd" no longer >> returns and "M " or "C " entries. However I run wine not installed, >> e.g. I start wine wi

Re: Migrate website documentation to the Wiki

2005-10-03 Thread Molle Bestefich
James Hawkins wrote: > Molle Bestefich wrote: > > Isn't there a compromise where Wiki's upfront editing capabilities can > > be used to ensure up-to-date, dynamic content while you also make sure > > that nobody wrecks the pages? > > > > I'm no wiki expert, but it seems like an obvious solution to

Re: Migrate website documentation to the Wiki

2005-10-03 Thread Jonathan Ernst
Le lundi 03 octobre 2005 à 13:23 -0700, Dan Kegel a écrit : > On 10/3/05, James Hawkins <[EMAIL PROTECTED]> wrote: > > This method is already available in the form of checking out lostwages > > cvs, making changes, doing a diff, and sending in the patch to be > > accepted. The only difference is t

Re: winedbg not starting

2005-10-03 Thread Alexandre Julliard
Uwe Bonnes <[EMAIL PROTECTED]> writes: > I (repeatedly) purged all changes, and "cvs update -PAd" no longer returns > and "M " or "C " entries. However I run wine not installed, e.g. I start > wine with the fully qualified path and also the Aedebug registry entry > contains the full path. That's

Re: CreateFile access/sharing problem

2005-10-03 Thread Bill Medland
On October 3, 2005 11:20 am, Michael Ost wrote: > Any suggestions for how to handle a difference in file access > and sharing handling between Wine (20050830) and WinXP? A > program demonstrating the problem is attached below. > > A 3rd party installer program for a VST plugin is calling > CreateFi

Re: winedbg not starting

2005-10-03 Thread Uwe Bonnes
> "Eric" == Eric Pouech <[EMAIL PROTECTED]> writes: >> Eric, >> >> I don't see any abort for a process "8": Eric> Yeah, that's not the issue: the debuggee is made of threads 9,a,b Eric> (and the debugger as a pid c and its main thread is d), and is Eric> still running

Re: Migrate website documentation to the Wiki

2005-10-03 Thread Dan Kegel
On 10/3/05, James Hawkins <[EMAIL PROTECTED]> wrote: > This method is already available in the form of checking out lostwages > cvs, making changes, doing a diff, and sending in the patch to be > accepted. The only difference is that anyone can make changes to > lostwages this way (assuming they g

Re: Migrate website documentation to the Wiki

2005-10-03 Thread Dimi Paun
From: "Brian Vincent" <[EMAIL PROTECTED]> > I'll agree for the same reasons Jeremy cited. The static pages are > relatively static and one of the only exceptions to that was a > Janitorial page which really required a quick way to jot down ideas. > There are two pages that might be useful to mov

Re: Documentation volunteer(s) needed

2005-10-03 Thread Dimi Paun
From: "Holly Bostick" <[EMAIL PROTECTED]> > I will first say that I did get the docs to compile (so now I can read > and edit them), *but* I had to compile all formats to do so. Sorry about that, the French version is still not up to par. > I also tried make html en (since I have no use for the

Re: Migrate website documentation to the Wiki

2005-10-03 Thread James Hawkins
On 10/3/05, Molle Bestefich <[EMAIL PROTECTED]> wrote: > > Isn't there a compromise where Wiki's upfront editing capabilities can > be used to ensure up-to-date, dynamic content while you also make sure > that nobody wrecks the pages? > > I'm no wiki expert, but it seems like an obvious solution to

Re: Help translating Japanese error message in installer

2005-10-03 Thread James Hawkins
On 10/3/05, Molle Bestefich <[EMAIL PROTECTED]> wrote: > Alex Villací­s Lasso wrote: > > There is a Japanese RPG I am trying to install, which I downloaded from: > > > > http://www.i-o.jp/game/mizukake/mizukake_trial.zip > > > > This installer runs fine under Windows 98, but fails in Wine. I believ

Re: Stop-ship 0.9 problem

2005-10-03 Thread Mike Hearn
Huw D M Davies wrote: The idea was to enable antialiasing if either the gasp table was missing or if the gasp table tell us to do so. It seems unlikely that a font designer would have gone to the trouble of adding hinting instructions but not the tiny gasp table. Actually I couldn't find a fon

Re: Help translating Japanese error message in installer

2005-10-03 Thread Molle Bestefich
Alex Villací­s Lasso wrote: > There is a Japanese RPG I am trying to install, which I downloaded from: > > http://www.i-o.jp/game/mizukake/mizukake_trial.zip > > This installer runs fine under Windows 98, but fails in Wine. I believe > this to be some kind of trivial error, but I cannot read Japane

Re: Migrate website documentation to the Wiki

2005-10-03 Thread Molle Bestefich
Jeremy White wrote: > > I'm willing to move every simple textual (static content) page from the > > website to the Wiki and link from the website to the corresponding > > pages. > > I think this is a bad idea. > > The current system ensures that changes to the core parts > of WineHQ are reviewed be

Re: Paths confusion

2005-10-03 Thread Eric Pouech
F Lace wrote: Hello Wine Folks, Thanks to google, I learnt about Wine's existence. I havent tried it yet, looking through the website, documentation and source code, I am delighted! I am browsing through some DLL implementation source one by one, but I got stuck at the first one itself(kernel32

RE: Help translating Japanese error message in installer

2005-10-03 Thread Michael Drüing
I'm not 100% sure but I think it says "foruda-mei ga mukou" which would translate to something like folder name is invalid check if you have entered the correct directory and if you have write access etc. --Michael > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTE

Re: winedbg not starting

2005-10-03 Thread Eric Pouech
Eric, I don't see any abort for a process "8": Yeah, that's not the issue: the debuggee is made of threads 9,a,b (and the debugger as a pid c and its main thread is d), and is still running when the event is set by the debugger. Dumb question: are you running on a vanilla wine tree (ie not m

Re: excessive stack space usage in NTDLL

2005-10-03 Thread Eric Pouech
I guess the app itself uses so much stuff. There is a lot more backtrace below, but just hexcode. that's (likely) because you don't have debug info for the app I stopped scrolling after 2 entries. Can I do winedbg do follow CreateProcess()es? this hasn't been fully tested, I don't reco

Re: CreateFile access/sharing problem

2005-10-03 Thread Dan Kegel
On 03 Oct 2005 11:20:16 -0700, Michael Ost <[EMAIL PROTECTED]> wrote: > Any suggestions for how to handle a difference in file access and > sharing handling between Wine (20050830) and WinXP? A program > demonstrating the problem is attached below. Bless your soul. It ought to be pretty easy for

COMCTL32 - TreeView control not correctly updated with COMCTL32.OCX (was: Re: comctl32.dll: Running siap and modules under wine, first steps)

2005-10-03 Thread Alex Villací­s Lasso
This SIAP application is revealing more problems with Wine. This time it is the reason for the original complaint: Mr. Maximiliano Curia reported that in the version of Wine he could test, the treeview control in the middle of the screen was not updated correctly. The treeview control should hav

CreateFile access/sharing problem

2005-10-03 Thread Michael Ost
Any suggestions for how to handle a difference in file access and sharing handling between Wine (20050830) and WinXP? A program demonstrating the problem is attached below. A 3rd party installer program for a VST plugin is calling CreateFile with dwDesiredAccess = 0x1f01ff and dwSharedMode = FILE_

Help translating Japanese error message in installer

2005-10-03 Thread Alex Villací­s Lasso
There is a Japanese RPG I am trying to install, which I downloaded from: http://www.i-o.jp/game/mizukake/mizukake_trial.zip This installer runs fine under Windows 98, but fails in Wine. I believe this to be some kind of trivial error, but I cannot read Japanese, so I am unable to diagnose what

Re: Release plans

2005-10-03 Thread Holly Bostick
Brian Vincent schreef: > On 10/3/05, Jonathan Ernst <[EMAIL PROTECTED]> wrote: > >> Gentoo builds everything in some sandbox in /var/tmp and then >> copies everything in the right places. Wine seems to think files >> will stay in that directory altough they won't. However I'm quite >> sure everyth

Re: wcmd unusable when DISPLAY not set. Again.

2005-10-03 Thread Saulius Krasuckas
* On Mon, 3 Oct 2005, Alexandre Julliard wrote: > * Saulius Krasuckas <[EMAIL PROTECTED]> writes: > > > > So I think we just should switch defaults to a nulldrv, but let the > > ttydrv lives here and waits for a better times. Please. > > Why? It's really an empty skeleton at this point, all it

Re: Migrate website documentation to the Wiki

2005-10-03 Thread Jonathan Ernst
Le lundi 03 octobre 2005 à 09:25 -0700, Dan Kegel a écrit : > On 10/3/05, Jonathan Ernst <[EMAIL PROTECTED]> wrote: > > I'm willing to move every simple textual (static content) page from the > > website to the Wiki > > Please don't do this. I won't as nobody wants it. Let's just hope that the do

Re: Migrate website documentation to the Wiki

2005-10-03 Thread Dan Kegel
On 10/3/05, Jonathan Ernst <[EMAIL PROTECTED]> wrote: > I'm willing to move every simple textual (static content) page from the > website to the Wiki Please don't do this.

Re: Release plans

2005-10-03 Thread Jonathan Ernst
Le lundi 03 octobre 2005 à 10:13 -0600, Brian Vincent a écrit : > On 10/3/05, Jonathan Ernst <[EMAIL PROTECTED]> wrote: > > Gentoo builds everything in some sandbox in /var/tmp and then copies > > everything in the right places. Wine seems to think files will stay in > > that directory altough they

Re: Trouble compiling tests standalone with cl

2005-10-03 Thread Dan Kegel
Yes! It made my original, simple command work. I hope this makes it into CVS soon. On 10/2/05, Dimi Paun <[EMAIL PROTECTED]> wrote: > On Sun, 2005-10-02 at 22:19 -0700, Dan Kegel wrote: > > I'd love that. It should sense _X86_ and set __i386__ if > > found, too. > > Does this work? > > Index: in

Re: Release plans

2005-10-03 Thread Brian Vincent
On 10/3/05, Jonathan Ernst <[EMAIL PROTECTED]> wrote: > Gentoo builds everything in some sandbox in /var/tmp and then copies > everything in the right places. Wine seems to think files will stay in > that directory altough they won't. However I'm quite sure everything > will work as expected. Ther

Re: headless question, and IPC question

2005-10-03 Thread Walt Ogburn
On Mon, 3 Oct 2005, Boaz Harrosh wrote: > Ken Larson wrote: > > > Thanks for the info. > > > > Ultimately, my app is a Java app. > > If I recall correctly someone has reported Installation of Sun's Java > for windows under wine. Or was it A failure to install? I can't recall. > How would you call

Re: wcmd unusable when DISPLAY not set. Again.

2005-10-03 Thread Alexandre Julliard
Saulius Krasuckas <[EMAIL PROTECTED]> writes: > Hmmm, I am the one with a non-right mind, who wants to run Microsoft Word > with a look'n'feel of TurboVision (well, NCURSES would suffice too) and to > play Diablo1 using AA-lib. I am serious, really. :-) > > So I think we just should switch defa

Re: Documentation volunteer(s) needed

2005-10-03 Thread Holly Bostick
Dimi Paun schreef: > On Tue, 2005-09-20 at 23:30 +0200, Holly Bostick wrote: > >> But in any case, I'm having another problem somewhat more >> relevant-- the docs don't compile as html for me: > > > It should be fixed now, just get the latest version. > Just a quick note-- I deleted the previo

Re: Release plans

2005-10-03 Thread James Hawkins
On 10/3/05, Molle Bestefich <[EMAIL PROTECTED]> wrote: > > > What sort of errors do you get? > > The installer can't create it's installation directory. > Creating the directory manually does not help. > For now you have to use native comctl32 to install some apps. -- James Hawkins

Re: Migrate website documentation to the Wiki

2005-10-03 Thread Brian Vincent
On 10/3/05, Jeremy White <[EMAIL PROTECTED]> wrote: > > I'm willing to move every simple textual (static content) page from the > > website to the Wiki and link from the website to the corresponding > > pages. I'll agree for the same reasons Jeremy cited. The static pages are relatively static an

Re: Stop-ship 0.9 problem

2005-10-03 Thread Huw D M Davies
On Sat, Oct 01, 2005 at 11:53:09PM +0100, Mike Hearn wrote: ... > It also changes the logic on one line - I may be mistaken but it looked wrong > to my eye: > > -if(!get_gasp_flags(physDev, &flags) || flags & GASP_DOGRAY) > +if(get_gasp_flags(physDev, &flags) && (flags & GASP_DOGR

Re: Stop-ship 0.9 problem

2005-10-03 Thread Huw D M Davies
On Sun, Oct 02, 2005 at 08:19:58AM +0200, Lionel Ulmer wrote: > The only problem I see is with people having a self-compiled FreeType > library with hinting enabled. Why cripple their configuration too by default ? > > Is there no way to detect at compile / run-time what kind of FreeType > library

Re: wcmd unusable when DISPLAY not set. Again.

2005-10-03 Thread Saulius Krasuckas
* On Mon, 3 Oct 2005, Alexandre Julliard wrote: > > What we should probably do, now that we have support for a null > display driver, is to flesh this out a little more and get rid of the > tty driver. Alexandre, you mean to eliminate tty driver from the tree at all? > I don't think anybody in

Re: headless question, and IPC question

2005-10-03 Thread Ken Larson
Boaz Harrosh wrote: Ken Larson wrote: Thanks for the info. Ultimately, my app is a Java app. If I recall correctly someone has reported Installation of Sun's Java for windows under wine. Or was it A failure to install? I can't recall. How would you call a DLL on Windows? Free Life Boaz

Re: excessive stack space usage in NTDLL

2005-10-03 Thread Marcus Meissner
On Mon, Oct 03, 2005 at 02:36:55PM +0200, Alexandre Julliard wrote: > Marcus Meissner <[EMAIL PROTECTED]> writes: > > > No recursion as far as I can see. I get this backtrace: > > > > Program received signal SIGSEGV, Segmentation fault. > > [Switching to Thread 1469332400 (LWP 24408)] > > 0x5577e5

Re: Stop-ship 0.9 problem

2005-10-03 Thread Dimi Paun
On Mon, 2005-10-03 at 21:46 +0900, Dmitry Timoshkov wrote: > Could you enlighten me by listing those "good reasons" here? I suspect > that the real "problem" with licensing the patented technologies in > Linux is a general stance of GPL and Linux crowd regarding software > patents making them "non-

Re: Stop-ship 0.9 problem

2005-10-03 Thread Dmitry Timoshkov
"Dimi Paun" <[EMAIL PROTECTED]> wrote: > Sorry Dmitry, but to me it seems ridiculous to argue against a fairly > well known fact. The AA TrueType fonts has been an ongoing problem for > _years_ with no solution in sight, whereas our Wine 0.9 release should > be available in a matter of weeks. Give

Re: Migrate website documentation to the Wiki

2005-10-03 Thread Jeremy White
> I'm willing to move every simple textual (static content) page from the > website to the Wiki and link from the website to the corresponding > pages. I think this is a bad idea. The current system ensures that changes to the core parts of WineHQ are reviewed before being made, whereas a Wiki ca

Re: excessive stack space usage in NTDLL

2005-10-03 Thread Alexandre Julliard
Marcus Meissner <[EMAIL PROTECTED]> writes: > The stackspace usage in dlls/ntdll/directory.c is affecting > programs. One installer crashes because of it I suspect. Is it by any chance because it does a recursive search of the disk and runs out of stack? If that's the case you'll most likely see

Re: wcmd unusable when DISPLAY not set. Again.

2005-10-03 Thread Alexandre Julliard
Dan Kegel <[EMAIL PROTECTED]> writes: > It's been a year or so since my last complaint, time > to complain again! > > wcmd is currently unusable when DISPLAY is not set. > > Normally, you can do > programs/wcmd/wcmd > and get a nice DOS prompt. However, if you do > unset DISPLAY > programs/

Re: enumerate the substorage transforms

2005-10-03 Thread Alexandre Julliard
Mike McCormack <[EMAIL PROTECTED]> writes: > I thought that too before I sent the patch, so I removed it and > recompiled just to make sure. It's used by the following definition in > include/msiquery.h: > > #define MSIDBOPEN_READONLY (LPCTSTR)0 > > So, yes, I need it to open the database using

excessive stack space usage in NTDLL

2005-10-03 Thread Marcus Meissner
Hi, The stackspace usage in dlls/ntdll/directory.c is affecting programs. One installer crashes because of it I suspect. objdump -d directory.o|grep "sub.*[0-9a-f][0-9a-f][0-9a-f],%esp" wine_nt_to_unix_file_name - 0x5f0 (1520 byte) (in this my sample program crashes

Re: Release plans

2005-10-03 Thread Jonathan Ernst
Le lundi 03 octobre 2005 à 12:19 +0200, Holly Bostick a écrit : [...] > P.S. --Jonathan, been meaning to ask you; is it possible for you to > upload your public GPG to a server somewhere? It would be nice to get > rid of the yellow "Unverified Signature" warning I get from Enigmail > every time I r

Re: Release plans

2005-10-03 Thread Holly Bostick
Jonathan Ernst schreef: > Le dimanche 02 octobre 2005 à 15:45 -0600, Brian Vincent a écrit : > >>> I don't even know how to debug this-- or even if it needs >>> debugging-- as I don't know how to tell the difference between >>> how Wine would act if the libraries cannot be found because of a >>

Re: Release plans

2005-10-03 Thread Molle Bestefich
I wrote: > I wrote: > > Maybe there are much better solutions out there, which could also > > spare you some precious time having to do those Bugzilla reports you > > are currently making... > > > > See for instance Trac, which has built-in reports, and where the user > > can in a very simple way c

Migrate website documentation to the Wiki

2005-10-03 Thread Jonathan Ernst
Hi everyone, I'm willing to move every simple textual (static content) page from the website to the Wiki and link from the website to the corresponding pages. The advantages are obvious: - makes it easy to keep these pages up-to-date - makes it easy for non-dev. contributors to keep these pages u

Re: headless question, and IPC question

2005-10-03 Thread Boaz Harrosh
Ken Larson wrote: Thanks for the info. Ultimately, my app is a Java app. If I recall correctly someone has reported Installation of Sun's Java for windows under wine. Or was it A failure to install? I can't recall. How would you call a DLL on Windows? Free Life Boaz

Re: Release plans

2005-10-03 Thread Jonathan Ernst
Le dimanche 02 octobre 2005 à 15:45 -0600, Brian Vincent a écrit : > > I don't even know how to debug this-- or even if it needs debugging-- as > > I don't know how to tell the difference between how Wine would act if > > the libraries cannot be found because of a lack of this update, and how > > W

Re: Release plans

2005-10-03 Thread Molle Bestefich
James Liggett wrote: > Molle Bestefich wrote: > > There's a newer (4.8) IDA Pro demo, but alas, it cannot be installed > > under WINE CVS HEAD :-/. > > That's odd...I got IDA 4.8 demo to install and work without any problems > at all. Perhaps something broke recently? Must have. Recently? Not so

Re: headless question, and IPC question

2005-10-03 Thread Dmitry Timoshkov
"Ken Larson" <[EMAIL PROTECTED]> wrote: > > depends.exe shows that ws2_32 has a delay load dependency on user32. > > We have to move user32 to a delay loaded section as well in our version. > > > > So do I interpret this to mean there is a plan to change this in wine? > That would be great. I