Instalace:
echo "Preparation for wine-hq install: "
apt install dirmngr ca-certificates software-properties-common gnupg gnupg2 apt-transport-https curl -y
# add x32 support to Wine
echo "; Using x32 architecture... "
dpkg --add-architecture i386
# Import WineHQ Repository:
# a. Import GPG key
echo "; Importing GPG key: "
curl -s https://dl.winehq.org/wine-builds/winehq.key | sudo gpg --dearmor | sudo tee /usr/share/keyrings/winehq.gpg > /dev/null
if [ "$distro" = "jammy" ]; then
echo "; Importing WineHQ repository for Linux Mint 21.xx: ... "
echo deb [signed-by=/usr/share/keyrings/winehq.gpg] http://dl.winehq.org/wine-builds/ubuntu/ jammy main | sudo tee /etc/apt/sources.list.d/winehq.list
fi
if [ "$distro" = "focal" ]; then
echo "; Import WineHQ repository for Linux Mint 20.xx: ... "
echo deb [signed-by=/usr/share/keyrings/winehq.gpg] http://dl.winehq.org/wine-builds/ubuntu/ focal main | sudo tee /etc/apt/sources.list.d/winehq.list
fi
echo "; Updating... "
apt update
echo "; Installing Wine – WineHQ Stable Release... "
apt install winehq-stable --install-recommends -y
echo "; Done. Installed: "
wine --version
Vse se mi zda OK, az na zpravu o konfiguraci na konci:
E: Nelze nastavit „libc6:i386“.
E: Nelze spustit okamžitou konfiguraci balíku „libgcc-s1:i386“. Podrobnosti naleznete v man 5 apt.conf v části APT::Immediate-Configure. (2)
; Done. Installed:
wine-8.0
Prvni spusteni - konfigurace:
wine /?
wine: created the configuration directory '/home/user/.wine'
002c:fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls" (6.0.0.0)
0048:fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls" (6.0.0.0)
0050:fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls" (6.0.0.0)
0050:err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub, hr 0x80004002
0050:err:ole:CoMarshalInterface Failed to marshal the interface {6d5140c1-7436-11ce-8034-00aa006009fa}, hr 0x80004002
0050:err:ole:apartment_get_local_server_stream Failed: 0x80004002
0048:err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub, hr 0x80004002
0048:err:ole:CoMarshalInterface Failed to marshal the interface {6d5140c1-7436-11ce-8034-00aa006009fa}, hr 0x80004002
0048:err:ole:apartment_get_local_server_stream Failed: 0x80004002
0050:err:ole:start_rpcss Failed to open RpcSs service
0048:fixme:imm:ImeSetActiveContext (000000000001002E, 0): stub
0048:fixme:imm:ImmReleaseContext (0000000000010020, 000000000001002E): stub
002c:fixme:imm:ImeSetActiveContext (000000000002003A, 1): stub
002c:fixme:imm:ImmReleaseContext (0000000000020024, 000000000002003A): stub
0094:fixme:imm:ImeSetActiveContext (0000000000010088, 1): stub
0094:fixme:imm:ImmReleaseContext (0000000000010090, 0000000000010088): stub
00e0:fixme:msg:pack_message msg 14 (WM_ERASEBKGND) not supported yet
0024:err:environ:run_wineboot boot event wait timed out
wine: failed to open "/?": c0000135
user@user-vm:~$ 0110:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
0110:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
0110:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
0110:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
wine: configuration in L"/home/user/.wine" has been updated.
Pokus o spusteni WMPlayer po konfiguraci.
user@user-vm:~/.wine/drive_c/Program Files/Windows Media Player./wmplayer.exe
bash: ./wmplayer.exe: binární soubor nelze spustit: Chybný formát spustitelného souboru
user@user-vm:~/.wine/drive_c/Program Files/Windows Media Playerwine wmplaer.exe
0084:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
0084:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
0084:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
0084:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
Aplikace nemohla být spuštěna nebo není žádná aplikace asociována s dan
ým souborem.
ShellExecuteEx selhal: Soubor nebyl nalezen.
Poradite prosim jak dal? Krom toho nevim kde se konfiguruje pripojeni pismen k oddilum NTFS.
Pozn. .NET jsem neinstaloval, zda se mi zbytecny.