At 05:01 PM 9/11/00 +0100, you wrote:
>As you may have noticed I have been trying to get a Windows Java runtime to
>run under Wine.
That's a slightly surprising goal, but well...
> I am getting odd behaviour with both the IBM and Sun JREs,
>but the Sun one is the most odd.
>
>If I run a very simple test program which displays the word "text" in a
>window, it works. Then I make sure all Wine processes are killed and gone
>from ps, run it again and I get a row of 4 theta (Unicode 03b8) characters.
>Then run it again and it works. This is repeatable.
Are you sure everything is killed ? Do you do something like
killall -9 wine
killall -9 winedbg
killall -9 wineserver
Also, there is the possibility that what you see is really a bug in a library
that Wine is using : glibc or some X library. You should confirm this result
by trying the same wine and win32 program on another computer with
a config as different as possible as the one you use (another distro, other
versions of glibc, X server, etc..)
If these tests don't give anything, send me your test app, I'll take a look.
Gerard