Re: wine-20050930 Warblade install error

2005-10-04 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 21 And check logfile at the place of the actual heap corruption. Ciao, Marcus Hello Marcus, i ran that command you gave

Re: wine-20050930 Warblade install error

2005-10-04 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 21 And check logfile at the place of the actual heap

AppDb account problem

2005-10-04 Thread Francois Gouget
A bit over a week ago I received an email telling me that my AppDb account would soon get deleted due to inactivity. I don't really remember creating an AppDb account but it is possible I did. So I went there to check it out but of course I could not remember my password. So I typed my

What is --extension in win32.api?

2005-10-04 Thread Francois Gouget
In a number of places in win32.api I see '--extension' is used. For instance for 'advapi32.dll' we have: %long --extension LSA_HANDLE '--extension' is also used for pointer types in other places. However, when I check winapi.pm I see that '--extension' is not used anywhere ($extension is

Re: Migrate website documentation to the Wiki

2005-10-04 Thread Molle Bestefich
Molle Bestefich 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 get committed). But a wiki

Re: notepad pagesetup fix

2005-10-04 Thread Dmitry Timoshkov
Vijay Kiran Kamuju [EMAIL PROTECTED] wrote: Changelog --- Notepad pagesetup fix This fixes BUG#2600 -DEFPUSHBUTTON OK, 0x151, 180, 3, 40, 15, WS_TABSTOP -PUSHBUTTONCancel, 0x152, 180, 21, 40, 15, WS_TABSTOP -PUSHBUTTON

USB support for wine, status?

2005-10-04 Thread Kai Blin
Hi folks, While trying to get one of my games to run, I realized that wine is still missing USB support (see bug 1393). Following the discussion in the archive, it seems like noone is working on this right now. Am I correct in that assumption? There were some suggestions to discuss this on

Re: Cannot compile 20050830 on Solaris 9

2005-10-04 Thread Francois Gouget
On Mon, 3 Oct 2005, Rob D wrote: 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. As a first step, could submit a

Re: Cannot compile 20050830 on Solaris 9

2005-10-04 Thread Robert Lunnon
On Tuesday 04 October 2005 11:31, Rob D wrote: 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

Re: USB support for wine, status?

2005-10-04 Thread Marcus Meissner
On Tue, Oct 04, 2005 at 12:22:08PM +0200, Kai Blin wrote: Hi folks, While trying to get one of my games to run, I realized that wine is still missing USB support (see bug 1393). Following the discussion in the archive, it seems like noone is working on this right now. Am I correct in that

Re: RH8 spec for 20050830

2005-10-04 Thread Vincent Béron
Le mar 04/10/2005 à 00:08, Michael Ost a écrit : 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

Release schedule after release?

2005-10-04 Thread Holly Bostick
Looking at the current user docs raised a question as to how to update the 'Getting Wine' section. I know from the past that many users don't know that Wine has been up to this point on a monthly release schedule. Between this ignorance, and binary distributions' stable and unstable trees, the

Re: USB support for wine, status?

2005-10-04 Thread Kai Blin
* Marcus Meissner [EMAIL PROTECTED] [04/10/05, 13:16:37]: On Tue, Oct 04, 2005 at 12:22:08PM +0200, Kai Blin wrote: Hi folks, While trying to get one of my games to run, I realized that wine is still missing USB support (see bug 1393). Following the discussion in the archive, it seems

Re: USB support for wine, status?

2005-10-04 Thread Marcus Meissner
On Tue, Oct 04, 2005 at 02:06:20PM +0200, Kai Blin wrote: * Marcus Meissner [EMAIL PROTECTED] [04/10/05, 13:16:37]: On Tue, Oct 04, 2005 at 12:22:08PM +0200, Kai Blin wrote: Hi folks, While trying to get one of my games to run, I realized that wine is still missing USB support (see

Re: USB support for wine, status?

2005-10-04 Thread Francois Gouget
On Tue, 4 Oct 2005, Kai Blin wrote: [...] What USB support does your game need? Joystick support. It's a Logitech ADI joystick. The bug is WONTFIX. It needs a Linux driver and we should interface Wine to it (in the scanner case via TWAIN and SANE). So this should be handled on case by case

Lotus Notes 6.51 on Wine 20050930 - Got it working

2005-10-04 Thread Kevin DeKorte
Here are a couple of notes on making Lotus Notes 6.51 work on Wine 20050930 The previous version of Wine that worked properly was 20050725. I upgraded to Wine 20050930 and restarted Notes. Notes crashed and complained about usp10 missing some entry points I ran wineprefixcreate (Note that you

Re: USB support for wine, status?

2005-10-04 Thread Kai Blin
* Marcus Meissner [EMAIL PROTECTED] [04/10/05, 14:28:58]: On Tue, Oct 04, 2005 at 02:06:20PM +0200, Kai Blin wrote: * Marcus Meissner [EMAIL PROTECTED] [04/10/05, 13:16:37]: On Tue, Oct 04, 2005 at 12:22:08PM +0200, Kai Blin wrote: Hi folks, While trying to get one of my games

Re: notepad pagesetup fix

2005-10-04 Thread Jonathan Ernst
Le mardi 04 octobre 2005 à 19:17 +0900, Dmitry Timoshkov a écrit : Vijay Kiran Kamuju [EMAIL PROTECTED] wrote: Changelog --- Notepad pagesetup fix This fixes BUG#2600 -DEFPUSHBUTTON OK, 0x151, 180, 3, 40, 15, WS_TABSTOP -PUSHBUTTON

Re: USB support for wine, status?

2005-10-04 Thread Christoph Frick
On Tue, Oct 04, 2005 at 03:58:03PM +0200, Kai Blin wrote: Joystick support. It's a Logitech ADI joystick. This should be done via the input device layer of Linux and then dinput already? I don't know. In linux, the joystick works just fine. Still X-Wing Alliance claims not to find the

Re: How to fix the permission stuff.

2005-10-04 Thread Bill Medland
On October 3, 2005 06:03 pm, Bill Medland wrote: Advice please. This looks a little too big to be done without discussion. Ah well. Following the deathly hush and the fact that Vitaliy appears to have volunteered I'll just forget about it then! -- Bill Medland mailto:[EMAIL PROTECTED]

Improve Bugzilla Query page usability by changing default state?

2005-10-04 Thread Dan Kegel
Hey all, every time I do a Bugzilla query, I find the default value for State on the query page to be an annoyance. It would save me a lot of mouse clicks if the State field could either be totally unselected, or at least include the Unconfirmed state by default. This came up because a QA

Lostwages patch lost?

2005-10-04 Thread Dan Kegel
Hi all, what's the procedure for getting lostwages patches reviewed? I posted one on 9/29 but haven't heard any comment back: http://www.winehq.org/pipermail/wine-patches/2005-September/021063.html Thanks, Dan -- Trying to get a job as a c++ developer? See

Re: Migrate website documentation to the Wiki

2005-10-04 Thread Jeremy Newman
Also, don't forget. The WineHQ docs are in SGML which provides tools to convert it to any format. (html, PS, PDF, etc.) We really don't want to give up on those abilities. For any page that isn't SGML, sure it could be converted into a Wiki. In fact, I'm now considering moving the entire WineHQ

Re: file dialog crashes

2005-10-04 Thread Molle Bestefich
I'd like to make another observation regarding the file selection dialog. If I mount my CDROM drive and add a link to /dosdevices/, Wine's regedit.exe hangs in the file open dialog. I can do ls /mnt/cdrom in an xterm with no problems at all. So my first thought is that the CDROM has a bad

Re: Lostwages patch lost?

2005-10-04 Thread Jeremy Newman
They are in my archive. They will be going in today. I've been a tad busy and fell behind. On Tue, 2005-10-04 at 07:25 -0700, Dan Kegel wrote: Hi all, what's the procedure for getting lostwages patches reviewed? I posted one on 9/29 but haven't heard any comment back:

Re: Rpm's for Fedora Core 4

2005-10-04 Thread Dieter Komendera
Yesterday I built rpm's of 20050930 for Fedora Core 4. http://komi.bluezones.org/wine/fc4/20050930/ Please review them! I don't know if they are 'good' enough for offical rpms. But if you think they are, you can upload them to sourceforge. They (and all the othery I built) are based on them from

Re: Release plans

2005-10-04 Thread Jakob Eriksson
Holly Bostick wrote: If you don't want to go by, the bug has been downgraded from 'normal' to 'trivial' (which it rather is), and a suggestion has been made that, rather than writing a patch against the wine sources (and having to maintain it), an einfo should be added to the ebuild telling

Re: headless question, and IPC question

2005-10-04 Thread Jakob Eriksson
Ken Larson wrote: Thanks for the info. Ultimately, my app is a Java app. I am spawning my EXE wrapper around my DLL and talking to it from Java with sockets. So unless I'm missing something, my entire (Java) app can't be a winelib linux app (barring something like gcj which I'm not sure

Re: AppDb account problem

2005-10-04 Thread Chris Morgan
Right. There was a bug with the cleanup script that performed: if user is inactive for =6 months, warn them about inactivity if user is inactive for =7 months, delete them You can see the issue with this logic right away. Your account was unfortunately warned and then deleted. We've fixed

Documentation of Parallel and Serial port configuration?

2005-10-04 Thread Holly Bostick
Hi again, Now that all my 'issues' about installing Wine 20050930 are resolved, I'm running a clean install like a completely new user and taking notes so I can document what *real* new users might get confused by, and what they need to do (as such a long-term Wine user myself, there are a lot of

Re: Migrate website documentation to the Wiki

2005-10-04 Thread Molle Bestefich
Jeremy Newman wrote: Also, don't forget. The WineHQ docs are in SGML which provides tools to convert it to any format. (html, PS, PDF, etc.) We really don't want to give up on those abilities. Right. Hmm, let's see. Counting the number of items currently in use in the SGML docs, there's: *

Re: Lotus Notes 6.51 on Wine 20050930 - Got it working

2005-10-04 Thread Juan Lang
Hi Kevin, glad you got it working. Triaged the crash to a change on 8/15/2005 at 9:51CDT. The patch at this time, changes the default version from WIN98 to NT2K Ran winecfg and set the default version to Win98 Restated Notes and the application works and saving attachments works Cool. Care

Re: Migrate website documentation to the Wiki

2005-10-04 Thread Jonathan Ernst
Le mardi 04 octobre 2005 à 09:40 -0500, Jeremy Newman a écrit : Also, don't forget. The WineHQ docs are in SGML which provides tools to convert it to any format. (html, PS, PDF, etc.) We really don't want to give up on those abilities. For any page that isn't SGML, sure it could be converted

Re: USB support for wine, status?

2005-10-04 Thread Christoph Frick
On Tue, Oct 04, 2005 at 04:42:50PM +0200, Kai Blin wrote: maybe you can make the stick to work either by not loading evdev or joydev and see whats happening? That'll be tricky, as the joystick seems to need joydev, and my touchpad needs the evdev interface. if there is a

Re: Migrate website documentation to the Wiki

2005-10-04 Thread Jeremy Newman
On Tue, 2005-10-04 at 17:10 +0200, Jonathan Ernst wrote: That was exactly what I wanted to do: - let the sgml, wwn, press releases and so on where they are - move the rest to the wiki Sorry if that was not clear enough in my first message (when I said static I meant content that is not

Re: Documentation of Parallel and Serial port configuration?

2005-10-04 Thread Juan Lang
Hi Holly, there's no UI to do this yet, as you found out. By default, you don't need to do any config, at least on Linux. COM1 defaults to /dev/ttyS0, COM2 to /dev/ttyS1, and so on. LPT1 defaults to /dev/lp0.. you get the idea. If you want to change it, you can create a link in

Re: Migrate website documentation to the Wiki

2005-10-04 Thread Molle Bestefich
Jeremy Newman wrote: Just wanted to make my point that it would be crazy to loose all the useful features that SGML provides. Killer!... MoinMoin 1.3.5 supports DocBook parsing and generation. Any reason why that wouldn't be good enough? It's not hard to learn to use and submit patches for

Re: Improve Bugzilla Query page usability by changing default state?

2005-10-04 Thread Francois Gouget
On Tue, 4 Oct 2005, Dan Kegel wrote: [...] This came up because a QA volunteer complained about how hard it was to start using the Bugzilla query page. This was an annoyance for him, too. Fixing this would simplify the Bugzilla quick start on my 'Wine needs YOU to triage bugs!' page,

Re: winedbg not starting

2005-10-04 Thread Alexandre Julliard
Uwe Bonnes [EMAIL PROTECTED] writes: Will wine now start the installed winedbg in the path or the winedbg from the path where wine was started from? The first one it finds in WINEDLLPATH, which should be in the source tree if you are using the standard wine wrapper script. -- Alexandre

Re: Migrate website documentation to the Wiki

2005-10-04 Thread Chris Morgan
If we are going to consider moving the wiki can we move to wiki software that lets you use html in wiki entries? I'd imagine not having to learn wiki tags would make it easier for people to produce well formatted pages. Chris On 10/4/05, Jeremy Newman [EMAIL PROTECTED] wrote: On Tue,

Re: Release schedule after release?

2005-10-04 Thread Alexandre Julliard
Holly Bostick [EMAIL PROTECTED] writes: But the docs, of course, have to be valid for the future as well as (to a limited extent) the past. So how will one Get Wine after the release? Will there continue to be monthly public betas? Or will the release schedule change? Will the binary policy

Re: Improve Bugzilla Query page usability by changing default state?

2005-10-04 Thread Dimi Paun
From: Francois Gouget [EMAIL PROTECTED] Can't we simply bypass the standard Bugzilla search page altogether? After all, all that's needed is for our custom form to build the right URL. And then the customized form could have an 'Advanced Search' link pointing to the regular Bugzilla query

Re: Migrate website documentation to the Wiki

2005-10-04 Thread Jeremy Newman
On Tue, 2005-10-04 at 15:26 +, Molle Bestefich wrote: Jeremy Newman wrote: Just wanted to make my point that it would be crazy to loose all the useful features that SGML provides. Killer!... MoinMoin 1.3.5 supports DocBook parsing and generation. Any reason why that wouldn't be

Re: Improve Bugzilla Query page usability by changing default state?

2005-10-04 Thread Molle Bestefich
On 10/4/05, Francois Gouget wrote: Can't we simply bypass the standard Bugzilla search page altogether? After all, all that's needed is for our custom form to build the right URL. And then the customized form could have an 'Advanced Search' link pointing to the regular Bugzilla query page.

Re: Migrate website documentation to the Wiki

2005-10-04 Thread Molle Bestefich
Jeremy Newman wrote: Killer!... MoinMoin 1.3.5 supports DocBook parsing and generation. Any reason why that wouldn't be good enough? We need to weigh all the possibilities here. Jumping from our current process is not something that will happen overnight. My first reaction is No way

Re: Release schedule after release?

2005-10-04 Thread Ivan Leo Puoti
Alexandre Julliard wrote: Apart from the version numbering, it won't change much. There will still be regular CVS snapshots (I'm hoping to do them more frequently than in the past, but don't hold me to that ;-), and binary packages built from these snapshots. I have no plans to create

Re: Release schedule after release?

2005-10-04 Thread Alexandre Julliard
Ivan Leo Puoti [EMAIL PROTECTED] writes: How will the feature freeze/unfreeze work? It's really a progressive process that has been going on for some time now. As code matures I'm getting increasingly reluctant to accept large changes to it, that's why I insist on small patches and test cases

Re: RICHED20: debug and 1.0 emulation fixes

2005-10-04 Thread Krzysztof Foltman
Krzysztof Foltman wrote: 6th try already... Sorry about spamming. My email account started bouncing mails with *permanent* errors, so I decided resending might have been a good idea. Apparently it wasn't. Krzysztof

Re: RICHED20: debug and 1.0 emulation fixes

2005-10-04 Thread Dimi Paun
From: Krzysztof Foltman [EMAIL PROTECTED] WINE_DEFAULT_DEBUG_CHANNEL(richedit); +WINE_DECLARE_DEBUG_CHANNEL(richedit_v); +WINE_DECLARE_DEBUG_CHANNEL(richedit_vv); Why the cryptic names? :) Can't we do a bit better? -- Dimi Paun [EMAIL PROTECTED] Lattica, Inc.

Re: wine-20050930 Warblade install error

2005-10-04 Thread Sebastien Fievet
On Tue, 4 Oct 2005 08:50:07 +0200 Marcus Meissner [EMAIL PROTECTED] wrote: Look/grep for err:heap in the output. There should be a large dump of heap entries right before or after it. We mostly need the relay traces before that, 500 lines or so. Ciao, Marcus Hi Marcus, i sent the

Segfault on fedora core 4

2005-10-04 Thread Juan Lang
Sorry if this sounds like a user question. Running wine on my P4 with Fedora core 4 segfaults immediately, but doesn't drop into the debugger. Trying to run, say, winecfg in a debugger gives me: WineDbg starting on pid 0xa Process of pid=0x000a has terminated This never returns; a ps list

Re: DDraw: Better flag handling in SetCooperativeLevel

2005-10-04 Thread Stefan Dösinger
Hello, Alexandre, any reason why this patch (plus the other about the reference counting) were not applied ? If you were waiting for some DDraw 'guru' to give his blessing, they both look OK to me :-) I think the reference counting one is suspect, there should be some object that holds the

Re: CreateFile access/sharing problem

2005-10-04 Thread Eric Pouech
Vitaliy Margolen wrote: 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

Re: Improve Bugzilla Query page usability by changing default state?

2005-10-04 Thread Dan Kegel
On 10/4/05, Molle Bestefich [EMAIL PROTECTED] wrote: If you want to search for one item, you need two urls:

Re: Segfault on fedora core 4

2005-10-04 Thread Juan Lang
Oops, solved my own problem: updating my system did it. Next question: do we have a set of release notes going? This seems like a release-note item to me. --Juan __ Yahoo! Mail - PC Magazine Editors' Choice 2005 http://mail.yahoo.com

Re: Improve Bugzilla Query page usability by changing default state?

2005-10-04 Thread Molle Bestefich
On 10/4/05, Dan Kegel [EMAIL PROTECTED] wrote: On 10/4/05, Molle Bestefich [EMAIL PROTECTED] wrote: If you want to search for one item, you need two urls:

Re: Segfault on fedora core 4

2005-10-04 Thread Dimi Paun
From: Juan Lang [EMAIL PROTECTED] Next question: do we have a set of release notes going? This seems like a release-note item to me. Yeah, we have this page on the Wiki: http://wiki.winehq.org/ReleaseNotes Out of date, but we can reuse it. -- Dimi Paun [EMAIL PROTECTED] Lattica, Inc.

Re: Documentation of Parallel and Serial port configuration?

2005-10-04 Thread paul
Juan Lang wrote: Hi Holly, there's no UI to do this yet, as you found out. By default, you don't need to do any config, at least on Linux. COM1 defaults to /dev/ttyS0, COM2 to /dev/ttyS1, and so on. LPT1 defaults to /dev/lp0.. you get the idea. If you want to change it, you can create a link

Re: Improve Bugzilla Query page usability by changing default state?

2005-10-04 Thread Tobias Burnus
Hello, Dimi Paun wrote: Can't we simply bypass the standard Bugzilla search page altogether? After all, all that's needed is for our custom form to build the right URL. And then the customized form could have an 'Advanced Search' link pointing to the regular Bugzilla query page. That's

Undefined references

2005-10-04 Thread Robert Lunnon
Under solaris I get some undefined references popping up from yesterdays cvs (that I'm not used to seeing). Undefined first referenced symbol in file GetStartupInfoA ../../dlls/libwinecrt0.a(exe_main.o) GetModuleHandleA

Re: wine-20050930 Warblade install error

2005-10-04 Thread Jesse Allen
On 10/4/05, Sebastien Fievet [EMAIL PROTECTED] wrote: On Tue, 4 Oct 2005 08:50:07 +0200 Marcus Meissner [EMAIL PROTECTED] wrote: Look/grep for err:heap in the output. There should be a large dump of heap entries right before or after it. We mostly need the relay traces before that, 500

DirectDraw driver question

2005-10-04 Thread Stefan Dösinger
Hello, Wine has 2 DDraw drivers: An accellerated HAL driver and a software-based user driver. I've noticed that the HAL driver uses many basic functionality from the user + gdi driver, and that the hal driver is the prefered one. But is there any situation where the user driver is used

Re: Organizing more Wine bug triage

2005-10-04 Thread Jonathan Ernst
Le vendredi 23 septembre 2005 à 13:12 -0400, [EMAIL PROTECTED] a écrit : Wine's bugzilla has 375 unconfirmed bugs reported since the beginning of the year. A fair number of these are worth fixing, but don't have good recipes for how to reproduce them. I think it's time to make a concerted

Re: Organizing more Wine bug triage

2005-10-04 Thread Jonathan Ernst
Le mardi 04 octobre 2005 à 17:03 -0700, Dan Kegel a écrit : On 10/4/05, Jonathan Ernst [EMAIL PROTECTED] wrote: As a first stab, I've created a web page, http://kegel.com/wine/qa describing bug triage and giving easy steps for people who are interested in helping. Can you please

Re: Organizing more Wine bug triage

2005-10-04 Thread Dan Kegel
On 10/4/05, Jonathan Ernst [EMAIL PROTECTED] wrote: Can you add something about the keywords in the bug report. Most people don't add download keyword (most important), source, noAppDBEntry, FIXME, etc. I'll probably add something about the 'download' keyword. The others seem a bit arcane, not

Re: Cannot compile 20050830 on Solaris 9

2005-10-04 Thread Rob D
At 04:36 AM 10/4/2005, Francois Gouget wrote: On Mon, 3 Oct 2005, Rob D wrote: 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

Re: Cannot compile 20050830 on Solaris 9

2005-10-04 Thread Rob D
I built gcc with the recommended options, but still getting similar errors from the assembler pass of winegcc: ../../tools/winegcc/winegcc -B../../tools/winebuild -shared ./d3d8.specbasetexture.o cubetexture.o d3d8_main.o device.o directx.o drawprim.o indexbuffer.o resource.o shader.o

BadMatch recurring errors

2005-10-04 Thread Jonathan Ernst
A lot of people are complaining about BadMatch on #winehq and in a lot of bug reports (old or new). Does someone know what they are about ? It would be nice to have this class of bugs fixed before 0.9 is out.