I'm using wine7.2 version. I installed wine7.2 with these commands :
Code: Select all
tar xf [filename]
This will expand the contents of the file to a folder. Then the commands are, from the folder:
./configure
./configure --without-freetype
make
sudo make install
I got this message from the terminal :
Code: Select all
0050:fixme:imm:ImeSetActiveContext (0x257658, 0): stub
0050:fixme:imm:ImmReleaseContext (00010020, 00257658): stub
0024:fixme:imm:ImeSetActiveContext (0x4cd748, 1): stub
0024:fixme:imm:ImmReleaseContext (00020040, 004CD748): stub

It doesn't open the window.
Where is the problem ?
What shall I do ?