jre 8 installation issue in wine

Questions about Wine on Linux
Locked
sharad16j
Newbie
Newbie
Posts: 1
Joined: Sun Dec 15, 2019 3:57 pm

jre 8 installation issue in wine

Post by sharad16j »

I am trying to install JRE-1.8 using wine. since a windows application requires jre 1.8 . but the installation gives me error .
i am using kali linux .



root@kali:~/.wine/drive_c# wine jre-8u231-windows-i586.exe /s
002c:err:mscoree:LoadLibraryShim error reading registry key for installroot
002c:err:mscoree:LoadLibraryShim error reading registry key for installroot
002c:err:mscoree:LoadLibraryShim error reading registry key for installroot
002c:err:mscoree:LoadLibraryShim error reading registry key for installroot
002c:err:msi:custom_get_thread_return Invalid Return Code 610018
002c:err:msi:ITERATE_Actions Execution halted, action L"validateinstalldir" returned 1603
root@kali:~/.wine/drive_c#

can anyone help ??
jkfloris
Level 12
Level 12
Posts: 3141
Joined: Thu Aug 14, 2014 10:10 am

Re: jre 8 installation issue in wine

Post by jkfloris »

Don't run wine as root!

Try to install the JRE in a clean Wineprefix as a normal user.
User avatar
DarkShadow44
Level 8
Level 8
Posts: 1207
Joined: Tue Nov 22, 2016 5:39 pm

Re: jre 8 installation issue in wine

Post by DarkShadow44 »

Keep in mind bug 40821.
Locked