box86 icon indicating copy to clipboard operation
box86 copied to clipboard

Wine cannot run. How to solve it?

Open Liu-Peiming opened this issue 3 years ago • 8 comments

I installed wine according to the X86WINE.md documentation, but the following information appears when running the wine wineboot command: bash: /usr/local/bin/wine: There is no such file or directory How to solve it?

Liu-Peiming avatar Apr 09 '22 13:04 Liu-Peiming

Something has gone wrong it seems Can you do file /usr/local/bin/wine and copy/paste the result?

ptitSeb avatar Apr 09 '22 13:04 ptitSeb

No, I just ran the "sudo ln - s ~/wine/bin/wine /usr/local/bin/wine" command.

Liu-Peiming avatar Apr 09 '22 14:04 Liu-Peiming

I was asking you tu run that command to check what's going on.

Also, in the line you paste sudo ln - s ~/wine/bin/wine /usr/local/bin/wine there is a space between - and s that should not be there: sudo ln -s ~/wine/bin/wine /usr/local/bin/wine

ptitSeb avatar Apr 09 '22 14:04 ptitSeb

I was asking you tu run that command to check what's going on.

Also, in the line you paste sudo ln - s ~/wine/bin/wine /usr/local/bin/wine there is a space between - and s that should not be there: sudo ln -s ~/wine/bin/wine /usr/local/bin/wine

Sorry, I typed it wrong. There is no space between "-" and "s". But when I run this command, I get the following message: unable to create symbolic link: / usr/local/bin/wine already exists.

Liu-Peiming avatar Apr 10 '22 08:04 Liu-Peiming

Ok, than what about this one: file /usr/local/bin/wine that I asked initialy?

ptitSeb avatar Apr 10 '22 08:04 ptitSeb

/usr/local/bin/wine: symbolic link to /home/pi/wine/bin/wine

Liu-Peiming avatar Apr 10 '22 09:04 Liu-Peiming

try installing libc for armhf

sudo apt install libc6:armhf

calculatortamer avatar May 06 '22 18:05 calculatortamer

@Liu-Peiming have succesfully install armhf subsystem? can this ticket be closed now?

ptitSeb avatar May 26 '22 11:05 ptitSeb