[Mono-dev] XIM problem with Winforms (svn)

2009-01-20 Thread Paul
Hi, I have a number of winforms applications which are failing to start correctly. They work fine until about 123650 under svn. Under 123775, I had problems with FUTEX_WAIT (and it never completed). Under 123860, when I run using mono -v filename.exe, I get at the end (sorry for any mistakes,

Re: [Mono-dev] XIM problem with Winforms (svn)

2009-01-20 Thread Jonathan Pobst
You can see if it is a XIM problem by disabling XIM and trying it: MONO_WINFORMS_XIM_STYLE=disabled Jonathan Paul wrote: Hi, I have a number of winforms applications which are failing to start correctly. They work fine until about 123650 under svn. Under 123775, I had problems with

Re: [Mono-dev] XIM problem with Winforms (svn)

2009-01-20 Thread Paul
Hi, You can see if it is a XIM problem by disabling XIM and trying it: MONO_WINFORMS_XIM_STYLE=disabled Doesn't look like a XIM problem Interestingly, if I rebuild the application via monodevelop, I can sometimes get it to work, but when it does, the app comes back with Unable to change

Re: [Mono-dev] XIM problem with Winforms (svn)

2009-01-20 Thread Paul
Hi, You can see if it is a XIM problem by disabling XIM and trying it: MONO_WINFORMS_XIM_STYLE=disabled D'oh! It is a XIM problem. It's still there in 123918 as well. Do I need to put it into the Novell BZ? TTFN Paul -- Sie können mich aufreizen und wirklich heiß machen!

Re: [Mono-dev] XIM problem with Winforms (svn)

2009-01-20 Thread Jonathan Pobst
We have bug #436000. If this is different, please create a new bug for it. Thanks! Jonathan Paul wrote: Hi, You can see if it is a XIM problem by disabling XIM and trying it: MONO_WINFORMS_XIM_STYLE=disabled D'oh! It is a XIM problem. It's still there in 123918 as well. Do I need