Re: Strange Crash in Direct X init

2003-06-23 Thread Robert Lunnon
On Monday 23 June 2003 00:49, Mike Hearn wrote: Can anyone hazard a guess as to what is happening here ? I am at a loss to explain why the same call should succeed in one place and fall over in another NPTL wierdness? I've noticed that if I use an NPTL enabled glibc with a non-NPTL

Application icon

2003-06-23 Thread Moreno
Hi, i have a question about an application icon. when i start Lotus Notes 5 give me the x icon. If inside the application i excange the application (to Lotus Notes Designer 5 and close Notes Client 5. reopen Notes Client 5) i can see the original image. My question is: Where is implemented the

More Info and a call for help

2003-06-23 Thread Robert Lunnon
I am having problems with this Program, Little Fighter II, and also the installer that comes with the Worms II demo, both internet downloadable. Anyway both of these faults might be due to stack overflows or overwrites, especially the Worms II one below. What variable controls the size of the

Re: Mac OS X Support : winebuild assembler conformance

2003-06-23 Thread Marcus Meissner
On Mon, Jun 23, 2003 at 02:01:38PM +0200, Pierre d'Herbemont wrote: Hi, Here is a patch which fix the problem with darwin's asm. I would like to know if linux assembler is ok with this patch. Hmm, not quite. On Linux/PPC: d3d8.spec.s:351: Error: syntax error; found `(' but expected `,'

Re: Mac OS X Support : winebuild assembler conformance

2003-06-23 Thread Pierre d'Herbemont
On Monday, June 23, 2003, at 04:20 PM, Marcus Meissner wrote: On Mon, Jun 23, 2003 at 02:01:38PM +0200, Pierre d'Herbemont wrote: Hi, Here is a patch which fix the problem with darwin's asm. I would like to know if linux assembler is ok with this patch. Hmm, not quite. On Linux/PPC:

Im back.. sorta..... ;)

2003-06-23 Thread Dustin Navea
Hey guys, I'm back.. sorta as the subject says. I have pretty much daily access to a computer, but unfortunately I cannot install linux on it (mom's computer and it is a loaner from her office). So I am back on the net and resubscribed to the list, just cant help in actual wine debugging

Re: winedos / Preparing for DPMI IRQs

2003-06-23 Thread Jukka Heinonen
On Sun, Jun 22, Sylvain Petreolle wrote: Could you give examples of what has been enabled here ? I will be happy to do tests if some free programs uses this. Well, actually I'm just doing some refactoring kind of work needed in order to get DPMI IRQ support working. So this patch doesn't add

Re: More Info and a call for help

2003-06-23 Thread Eric Pouech
Robert Lunnon wrote: I am having problems with this Program, Little Fighter II, and also the installer that comes with the Worms II demo, both internet downloadable. Anyway both of these faults might be due to stack overflows or overwrites, especially the Worms II one below. What variable

Re: dmusic: framework for file loading

2003-06-23 Thread Raphal Junqueira
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, Indeed, good job! ;-) ;) Also fixed a problem I've encountered while running 3DAudio.exe (from SDK). One of the latest patches added this clause: if (!ppDirectSound) IDirectSound_Release(*ppDirectSound); well, seem another

Re: Im back.. sorta..... ;)

2003-06-23 Thread Z_God
Hmm, I'm currently working in Bugzilla too, see your thread about Missing Bugzilla Descriptions for more info. I've currently restored most bugs till 1050 doing about 50 per day. If we work together on this, most bugs should be restored in only a couple of days. Also if you are a developer, I

Re: [dx58] begin of d3d8/d3dcore split

2003-06-23 Thread Alexandre Julliard
Raphaƫl Junqueira [EMAIL PROTECTED] writes: Changelog: - begin of d3dcore split for future d3d9 promote - currently only debug, utils, shaders and draw functions code - definitions of 3 headers (as dx use to do): gl, types, interface It would be better to name the dll wined3dcore,

Re: UTF-8 keyboard?

2003-06-23 Thread Alexandre Julliard
Dmitry Timoshkov [EMAIL PROTECTED] writes: Shachar Shemesh [EMAIL PROTECTED] wrote: A while back someone (I think it was Alexander) mentioned something about UTF-8 working for keyboard detection and entering info. That same mistyrious someone said it was in XOO, and will be merged when

Re: UTF-8 keyboard?

2003-06-23 Thread Dmitry Timoshkov
Alexandre Julliard [EMAIL PROTECTED] wrote: Actually I'm not sure I want to merge that. We really need a proper fix for the keyboard codepage issue, instead of a UTF8-specific hack. And what is the proper fix in your opinion? I think that even support for keyboard layouts won't help for that

Re: UTF-8 keyboard?

2003-06-23 Thread Alexandre Julliard
Dmitry Timoshkov [EMAIL PROTECTED] writes: And what is the proper fix in your opinion? I think that even support for keyboard layouts won't help for that particular case. The proper fix is to determine the codepage from the current locale information, not from the keyboard layout. This is

Re: UTF-8 keyboard?

2003-06-23 Thread Dmitry Timoshkov
Alexandre Julliard [EMAIL PROTECTED] wrote: And what is the proper fix in your opinion? I think that even support for keyboard layouts won't help for that particular case. The proper fix is to determine the codepage from the current locale information, not from the keyboard layout. This

Re: UTF-8 keyboard?

2003-06-23 Thread Alexandre Julliard
Dmitry Timoshkov [EMAIL PROTECTED] writes: And fallback to LOCALE_IDEFAULTUNIXCODEPAGE if the encoding information is missing in the locale environment? Yep. Probably it's better to implement this as a part of init_default_lcid() in kernel32 then? But then the question arises how to pass

Re: README.diff

2003-06-23 Thread Tom
Alexandre Julliard wrote: Tom Wickline [EMAIL PROTECTED] writes: Changelog Fix link's The current links are supposed to work, and they are much nicer without the ?page= noise. Why do you need to change them? Well its the full/correct url :) I am in the mist of fixing broken url's /