Re: gmail invitation

2004-12-23 Thread Izak Burger
http://ars.userfriendly.org/cartoons/?id=20041013 I have another six if anyone else desperately wants one... :-) MediaHost (TM) wrote: I have another 9if somebody needs one :-) Ivan Leo Puoti wrote: I have 6 gmail invitations, I'm giving them out to Wine developers only. If you want one drop me

Re: Approving of the WINEprobe initiative

2004-12-23 Thread Izak Burger
Stefan Munz wrote: as my partner David Gümbel is travelling much these days and thus is badly online available, I thought I add a few lines here :-) Boy it is good to see someone struggle as much with English as I struggle with German :-) Badly online? You either mean "hardly" online (ie not m

Re: Blocking automatic debugger launch

2004-11-09 Thread Izak Burger
Andreas Mohr wrote: Hi, On Sun, Nov 07, 2004 at 09:13:36PM -0800, Kenneth Porter wrote: I've got an app that seems to be crashing during shutdown. (Tribes Vengeance dedicated server) I'm running it detached inside a screen session, and I don't want the debugger to automatically launch when the a

Re: Info on debugging requested: trying to run "Hearts of Iron"

2004-08-19 Thread Izak Burger
Simon Kitching wrote: There is then no response to the keyboard; no debugger prompt or anything. Is this meant to start a debugger interactive session here, or --- snip --- Backtrace: =>1 0x004191fb (0x406bfe94) 2 0x005af5b2 (0x406bff20) 3 0x404ff9f2 start_process+0xf2(arg=0x0) [process.c:995]

Re: More winecfg todos

2004-08-18 Thread Izak Burger
is not to be such a big issue. Sometimes I should just shut up, I'm sure one of the _real_ developers will be along shortly to tell me why :-) Cheers, Izak Saulius Krasuckas wrote: On Wed, 18 Aug 2004, Izak Burger wrote: How about the Debian way of adding stubs to a .d directory... wine.d with

Re: More winecfg todos

2004-08-18 Thread Izak Burger
How about the Debian way of adding stubs to a .d directory... wine.d with lots of small easily editable .reg files. I'm sure this is a silly suggestion, but if you REALLY have a problem with a 5000 line .reg file (I sure did when I had to configure squid.. uggh), nothing prevents you from doing

Re: Forcing 32 bit mode in configure

2004-08-17 Thread Izak Burger
I seem to recall that at least on the later Debian's the compiler is bi-arch and you can tell it what kind of code to generate. There was a howto somewhere about how to compile a 64-bit Linux kernel on AMD64, and I also seem to recall -m32, but that only really influences the size of ints, lon

Re: fix typo in wwn

2004-06-28 Thread Izak Burger
Yeah, they drive on the wrong side of the road too, and a gallon is approximately 3.5 liters in America, 4.5 liters in Britain. And they don't use the metric system. Shame. :-P If it works, it works. Computers don't care for spelling. Many people sadly don't either... Cheers, Izak (from So

Re: How to determine if an application is running in Wine environ ment?

2004-06-10 Thread Izak Burger
Joshua Walker wrote: > I may be exaggerating a little, but I didn't think > they would throw a Russan programmer into prision for > telling how to defeat PDF encryption in the US either. Yeah, boy I'm glad I live in Africa. Case in point: some oke had a car registration here: "Nazi WP" (WP == wes

Re: General serial communications issues

2004-06-03 Thread Izak Burger
Hello, Perhaps I should appologise, I have been lurking on the list way too long and this message just passed by while I was messing arround with the next project, which gladly does not involve serial comms and wine :-) I had a similar problem (characters go out, nothing gets in) and it turned

Re: Serial and pread

2004-04-21 Thread Izak Burger
regards, Izak Izak Burger wrote: Nope, now the app just dies with very little trace as to why. Not to worry, I just need to go eat some lunch or something and get my head clear. This conversation has given me a much clearer understanding of what goes on. Mike McCormack wrote: Izak Burger wrote:

Re: Serial and pread

2004-04-14 Thread Izak Burger
Nope, now the app just dies with very little trace as to why. Not to worry, I just need to go eat some lunch or something and get my head clear. This conversation has given me a much clearer understanding of what goes on. Mike McCormack wrote: Izak Burger wrote: Ok. I had to set +comm to

Re: Serial and pread

2004-04-14 Thread Izak Burger
Thanks for the speedy reply. Mike McCormack wrote: The wineserver may also change the status of the request to STATUS_SUCCESS after a certain timeout is reached. The problem is most likely that the timeout is not being calculated properly. > > The code to do that is in server/async.c and server

Re: Serial and pread

2004-04-14 Thread Izak Burger
I end up showing my ignorance :-) Ok, I see how it is supposed to work, so I changed it back to FD_TYPE_DEFAULT. It looks like my real troubles is caused by the snippet of code that decides when the read is successful: if (io_status->Information >= fileio->count || fileio->fd_type == FD_TY

Serial and pread

2004-04-13 Thread Izak Burger
Hello, I'm currently debugging a problem with serial comms over wine, and I see that when a serial device is opened (in server/serial.c) the serial_get_info function returns a type of FD_TYPE_DEFAULT, which in turn causes the serial device to be read from and written to with pread and pwrite i