Re: CreateFile access/sharing problem

2005-10-06 Thread Vitaliy Margolen
Wednesday, October 5, 2005, 10:57:48 PM, Robert Shearman wrote: Bill Medland wrote: On October 5, 2005 03:56 pm, Robert Shearman wrote: There is a port of that function into wineserver in server/token.c called map_generic_mask that I used for the purpose of mapping generic access rights in

Re: [ddraw] fix bug 3487: don't crash if pDDSD is NULL

2005-10-06 Thread Vitaliy Margolen
Thursday, October 6, 2005, 1:31:09 AM, Raphael wrote: Hi, Changelog: - fix 3487: don't crash if pDDSD is NULL on DirectDrawSurface::Lock Regards, Raphael +if (NULL == lpddsd) { + DPRINTF((null)\n); } else { Please don't use DPFINTF + if (lpddsd-dwSize =

Re: page fault on 0x7ffe02d8

2005-10-06 Thread Uwe Bonnes
Robert == Robert Reif [EMAIL PROTECTED] writes: Robert I am getting this exception: Unhandled exception: page fault on Robert read access to 0x7ffe02d8 in 32-bit code (0x51102a96). Robert and I found this in winternal.h: Robert #if (_WIN32_WINNT = 0x0501) #define Robert

Re: Getting permission to accept bugs

2005-10-06 Thread Jonathan Ernst
Ask Tony Lambregts; he has this ability. Le mercredi 05 octobre 2005 à 17:16 -0700, Juan Lang a écrit : Just who is the bugzilla maintainer, anyway? Newman? It'd be nice if it were easier to find that out.. Anyway, I'd like to have permission to accept bugs. Shouldn't all of the hackers

A new tool to interact with Bugzilla

2005-10-06 Thread Jonathan Ernst
Hello, This might solve people's concerns about the difficulty to use/search in bugzilla. You can save queries, make fast search in comments thanks to the local database (use top right search field), etc. Of course I discovered this application right after having triaged some hundreds bugs...

Re: A new tool to interact with Bugzilla

2005-10-06 Thread Marcus Meissner
On Thu, Oct 06, 2005 at 01:01:59PM +0200, Jonathan Ernst wrote: Hello, This might solve people's concerns about the difficulty to use/search in bugzilla. You can save queries, make fast search in comments thanks to the local database (use top right search field), etc. Of course I

Re: Undefined references

2005-10-06 Thread Robert Lunnon
On Wednesday 05 October 2005 22:49, Alexandre Julliard wrote: Robert Lunnon [EMAIL PROTECTED] writes: Yes, fixed that but the linker still insists on including main() in the shared library. If I remove libwinecrt0.a from the link then the link goes OK and nm shows no references to main() in

Re: Documentation of Parallel and Serial port configuration?

2005-10-06 Thread Kuba Ober
Several years ago I had my programmer and one other device working with dosemu and or bochs but after I updated from Mandrake 8.2 I think I have not been able to get it working again. I think the kernel has changed on hardware access and will require special driver to

Re: CreateFile access/sharing problem

2005-10-06 Thread Bill Medland
On October 5, 2005 11:10 pm, Vitaliy Margolen wrote: I think this is the way it might look like. It's a hack and not the real solution. WARNING: I haven't tested this beyond notepad so it might not work at all or have some major problems. For all I know it might wipe out your entire hard

Re: Undefined references

2005-10-06 Thread Robert Lunnon
On Thursday 06 October 2005 23:15, Robert Lunnon wrote: On Wednesday 05 October 2005 22:49, Alexandre Julliard wrote: Robert Lunnon [EMAIL PROTECTED] writes: Yes, fixed that but the linker still insists on including main() in the shared library. If I remove libwinecrt0.a from the link

Re: ole32: ignore unused flags

2005-10-06 Thread Juan Lang
--- Robert Shearman [EMAIL PROTECTED] wrote: Actually, you can ignore all flags except COINIT_APARTMENTTHREADED and COINIT_MULTITHREADED. These are the only two that matter for the error message and return value of CoInitializeEx. Just and these two flags with dwCoInit before comparing it

Re: arts broken

2005-10-06 Thread Mike Hearn
On Tue, 04 Oct 2005 16:30:43 +, Christian Gmeiner wrote: For instance i want to use arts as soundoutput, but when it is enabled, wine crash at startup. Well, arts is known to be very buggy. Can you get a backtrace of the crash?

Re: IRC Log of channel #winehq

2005-10-06 Thread Mike Hearn
On Thu, 06 Oct 2005 06:22:00 +0100, Ivan Leo Puoti wrote: Then a good FAQ should do. Indeed, I used to maintain an FAQ myself. Just use the wiki for it and link in the topic line.

Re: Release plans

2005-10-06 Thread Mike Hearn
On Mon, 03 Oct 2005 19:15:20 +0200, Holly Bostick wrote: As far as I know, Gentoo (along with many other distros) cleaned up their act w.r.t wine several months ago (when Mike Hearn, I believe, got the various maintainers to *pay attention* to Wine development, rather than just assuming that

Re: Documentation of Parallel and Serial port configuration?

2005-10-06 Thread Mike Hearn
On Tue, 04 Oct 2005 16:49:55 +0200, Holly Bostick wrote: The thing is, there's a question on wine-users as to how to configure parallel ports in the absence of the config file. What configuration is actually needed? IIRC the config file contained some magic numbers in hex, not something that

Re: IRC Log of channel #winehq

2005-10-06 Thread Brian Vincent
On 10/5/05, Dieter Komendera [EMAIL PROTECTED] wrote: So I want to ask you, what you think about an irc-bot in the channel, that logs everything that's written. Mike had one before and because of it we decided not to log the IRC channel. Since IRC is a rather informal atmosphere, we figured we

Re: Getting permission to accept bugs

2005-10-06 Thread Jeremy Newman
I'm the global admin, but I don't consider myself the maintainer. I thought we had a couple of volunteers to help with requests. Might be a good idea to maybe add a bugs-admin @winehq.org email that can be shown on bugzilla itself. Then that email will email all the bugzilla maintainers. Similar

Re: USB support for wine, status?

2005-10-06 Thread Kai Blin
* Christoph Frick [EMAIL PROTECTED] [04/10/05, 17:14:32]: if there is a /dev/input/event[0-9] for the joystick, then WINE will detect it and will use it as joystick. As I said, there's no /dev/input/eventX for my joystick. Loading the joydev module will create a /dev/input/js0 device.

Re: USB support for wine, status?

2005-10-06 Thread Marcus Meissner
On Thu, Oct 06, 2005 at 06:29:00PM +0200, Kai Blin wrote: * Christoph Frick [EMAIL PROTECTED] [04/10/05, 17:14:32]: if there is a /dev/input/event[0-9] for the joystick, then WINE will detect it and will use it as joystick. As I said, there's no /dev/input/eventX for my joystick.

Re: USB support for wine, status?

2005-10-06 Thread Kai Blin
* Marcus Meissner [EMAIL PROTECTED] [06/10/05, 18:41:07]: modprobe evdev And check again. evdev is more transparent than the joystick interface. As I said, evdev is already loaded, or my synaptics touchpad wouldn't work. Still, I have /dev/input/event[0-2] and jstest just segfaults on

Re: USB support for wine, status?

2005-10-06 Thread Marcus Meissner
On Thu, Oct 06, 2005 at 07:30:24PM +0200, Kai Blin wrote: * Marcus Meissner [EMAIL PROTECTED] [06/10/05, 18:41:07]: modprobe evdev And check again. evdev is more transparent than the joystick interface. As I said, evdev is already loaded, or my synaptics touchpad wouldn't

Re: Getting permission to accept bugs

2005-10-06 Thread Juan Lang
Hey Newman! --- Jeremy Newman [EMAIL PROTECTED] wrote: Might be a good idea to maybe add a bugs-admin @winehq.org email that can be shown on bugzilla itself. Then that email will email all the bugzilla maintainers. Similar to what we do with the appdb. That would be perfect, from my

Re: MSHTML SoC project summary

2005-10-06 Thread Jacek Caban
Dimi Paun wrote: What do we need to do to get there? What is shdocvw using now? Builtin MSHTML works fine with shdocvw. urlmon is a bit worse. It currently fails after BindToStorage call. I didn't try to get it working with current implementation as it's really just a hack and my tests show

Re: Getting permission to accept bugs

2005-10-06 Thread Ivan Leo Puoti
Jeremy Newman wrote: Until that happens, I'll just go in and approve your privs. Back when we had some troll on bugzilla you gave me privs to edit users, so I could handle these requests if you want. However I'd like to see the appdb people having rights to do this too. Ivan.

Re: respect ph.dwHow on SetProperty and some other transfers from joystick_linux.c

2005-10-06 Thread Daniel Remenak
@@ -859,15 +939,14 @@ JoystickImpl *This = (JoystickImpl *)iface; intxfd = This-joyfd; inti,axes,buttons; -intwasacquired = 1; TRACE(%p-(%p)\n,iface,lpDIDevCaps); -if (xfd==-1) { + /* yes, games assume we

Re: [ddraw] fix bug 3487: don't crash if pDDSD is NULL

2005-10-06 Thread Raphael
On Thursday 06 October 2005 09:38, Vitaliy Margolen wrote: Thursday, October 6, 2005, 1:31:09 AM, Raphael wrote: Hi, Changelog: - fix 3487: don't crash if pDDSD is NULL on DirectDrawSurface::Lock Regards, Raphael +if (NULL == lpddsd) { + DPRINTF((null)\n); } else

Re: Documentation of Parallel and Serial port configuration?

2005-10-06 Thread Kuba Ober
If the bit-wise manipulation of the parallel port is exposed as some kind of interface under Win9x, Yes. It's exposed by enabling access to all io ports by default. we can probably do better than inb() / outb(). You can't do any better than that. If an application does inb()/outb(), the

Re: page fault on 0x7ffe02d8

2005-10-06 Thread Robert Reif
Vitaliy Margolen wrote: 0x7ffe is SharedUserData that is present on all NT+ systems. It's format only documented in DDK for kernel address space and only for some first several values. This structure keeps growing as I understand and no one except MS knows what's all in it. We do need this

Re: page fault on 0x7ffe02d8

2005-10-06 Thread Ivan Leo Puoti
Robert Reif wrote: Thanks for the pointer. There was a patch submitted back in 2003 for SharedUserData but it wasn't committed. Is anyone working on implementing SharedUserData for a more recent version of wine? We've got a hack that makes safedisc happy, not currently in CVS. Ivan.

Re: USB support for wine, status?

2005-10-06 Thread Kai Blin
* Marcus Meissner [EMAIL PROTECTED] [06/10/05, 19:47:29]: jstest uses the joystick interface but not the event dev interface... WINE can use both. All I can say is that it doesn't seem to work with evdev loaded and joydev not loaded. Cheers, Kai -- Kai Blin, (blin at gmx dot net) The

Re: [ddraw] fix bug 3487: don't crash if pDDSD is NULL

2005-10-06 Thread Peter Berg Larsen
The subject is wrong. It does not fix 3487, it only fixes a ddraw debug-bug. Peter

winelib .so change in 20050930?

2005-10-06 Thread Michael Ost
With the advent of 20050930 wine can no longer load the shared libraries used by my winelib app. Are there any docs or descriptions about how to deal with this change? I have an app that gets built into, say, ./app/app.exe.so. It uses a shared library, say ./lib/liblib.so, that uses win32 APIs.

Re: What Windows apps stand in the way of switching to Linux at your shop?

2005-10-06 Thread Dan Kegel
On 10/6/05, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: decided to try a simple test [of msvc++ 6.0]. I tried to create a new win32 console application with mfc support. After the final step in the appwizard the porgram hung. In the terminal I launched msdev from there was the following