Wine 7.2 version no window

Questions about Wine on Linux
Locked
omerau
Newbie
Newbie
Posts: 1
Joined: Thu Apr 07, 2022 4:51 am

Wine 7.2 version no window

Post by omerau »

Hello
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
And this is the screen :

Image

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